#custom-header{
    justify-content: space-between;
    display: inline-flex;
    width: 165px;
}

.subscribe-link{
    color: white !important;
    padding: 10px !important;
    background: #19a9e5;
    border-radius: 3px;
    min-height: auto !important;
}

.subscribe-link:hover
{
    background: #1487b7 !important;
    border-radius: 3px;
} 

.navbar-top-links li{
    max-height: 42px;
}

#getDemoBtn{
    color: #adb3b9;
    border: 1px solid #adb3b9;
    padding: 10px;
    background: transparent;
    border-radius: 3px;
    min-height: auto;
}

#getDemoBtn:hover{
    background: linear-gradient(to bottom, #78b324 0%, #699d20 100%);
    color: white;
}

#login{
    color: #adb3b9;
    padding: 10px;
    border: 1px solid #adb3b9;
    background: transparent;
    border-radius: 3px;
    min-height: auto;
    margin-right: 5px;
}

#login:hover{
    color: #8e959c;
}

.header-content {
    z-index: 2031;
    position: relative;
    left: 148px;
    bottom: 103px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
}

@media only screen and (max-width: 992px) {
    .header-content {
         display: none;
    }

}

@media only screen and (max-width: 1200px) {
    .header-content {
        left: 25px;
        bottom: 103px;
    }

}

.profile-element{
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 10px;
    
}

/*Current Status Look+Feel*/
.custom-current-status{
    padding: 20px;
    border-radius: 6px;
    background: #7fdf83;
}

.current-status-normal{
    background: #7fdf83;
}

.current-status-performance{
    background: #FCD72B;
}

.current-status-degraded{
    background: #FCD72B;
}

.current-status-maintenance{
    background: #FCD72B;
}

.custom-current-status-text{
    color: white;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.8125rem;
}

#widget-000101{
    padding: 0px !important;
}

/*End of Current Status Look+Feel*/

#subscribeModalForm .row:nth-of-type(4) {
    display: none;
}
