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

@media only screen and (max-width: 2480px) {
    .header-content{
        min-width: 200px !important;
    }
}

@media only screen and (max-width: 2308px) {
    .header-content{
        min-width: 280px !important;
    }
}

.subscribe-link{
    color: #337ab7 !important;
    padding: 10px !important;
    background: #7856FF;
    border-radius: 3px;
    min-height: auto !important;
}

#subscribe-modal.subscribe-link, #subscribe-modal.subscribe-link a {
    color: #337ab7 !important;
}

.subscribe-link:hover
{
    color: #0056b3;
    /* background: #8c6fff !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: 115px;
    bottom: 55px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    
}

@media only screen and (max-width: 1202px) {
    .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-outage{
    background: #e51c23;
}


.current-status-maintenance{
    background: #1a9fef;
}

.component-maintenance{
    color: #1a9fef;
}

.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;
}


.status-list-component-accordion-collapse{
    padding-left: 20px;
}

.component-degraded{
    color: #FCD72B;
}

.btn-subscribe-to-incident{
display: none;
}


.top-navigation .nav>li a:hover, .top-navigation .nav>li a:focus {
    background: #7856FF;
}

.incident-update-body{
    display: none;
}

.status-list-component-name{
    pointer-events: none;
}

/* Custom incident page colours */

.status-available {
    background-color: #7fdf83
}

.status-degraded {
    background-color: #FCD72B
}

.status-maintenance {
    background-color: #1a9fef
}

/* End custom incident page colours */

.top-navigation .dropdown-menu>li>a {
    color: #337ab7 !important
}