/*Header*/

.navbar ,.subscribe-link{
    display:none;
}
.logo{
    content:url("https://statuscastsaprdeast.blob.core.windows.net/pages/20139/trust_page_logo.png");
}

.header-content{
    background-color: #424143;
    height: 88px;
    display: flex;
    flex-direction: row;
}

.header-content p{
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    
}

.navlogo{
    margin-left: 35px;
    align-content: center;
}

.navlogo img
{
    max-width: 470px;
    max-height: 40px;
}

.navright{
    margin-left: auto;
    margin-right: 75px;
    align-content: center;
}

/*Status Icons*/
.component-available:before{
    content: "" !important;
    background-image: url("https://statuscastsaprdeast.blob.core.windows.net/pages/20139/20139_normal.png");
    background-repeat: no-repeat;   
    display: inline-block;
    width: 14px;
    height: 14px;
}

.component-informational:before{
    content: "" !important;
    background-image: url("https://statuscastsaprdeast.blob.core.windows.net/pages/20139/20139_informational.png");
    background-repeat: no-repeat;   
    display: inline-block;
    width: 16px;
    height: 16px;
}

.component-degraded:before{
    content: "" !important;
    background-image: url("https://statuscastsaprdeast.blob.core.windows.net/pages/20139/20139_performance.png");
    background-repeat: no-repeat;   
    display: inline-block;
    width: 14px;
    height: 14px;
}

.component-unavailable:before{
    content: "" !important;
    background-image: url("https://statuscastsaprdeast.blob.core.windows.net/pages/20139/20139_disruption.png");
    background-repeat: no-repeat;   
    display: inline-block;
    width: 14px;
    height: 14px;
}

.component-maintenance:before{
    content: "" !important;
    background-image: url("https://statuscastsaprdeast.blob.core.windows.net/pages/20139/20139_maintenance.png");
    background-repeat: no-repeat;   
    display: inline-block;
    width: 14px;
    height: 14px;
}

/*Page Body */
@media(min-width: 992px) {
    .body-container {
        min-width:661px;
    }

    .header-container {
        padding-top: 20px;
        min-width: 661px;
    }

    .column-header {
        min-width: 661px;
    }

    #subscribeModal .col-form-label-nocheck {
        padding-left: 48px;
    }
}

@media(min-width: 1200px) {
    .body-container {
        min-width: 90%;
    }

    .header-container {
        padding-top: 20px;
        min-width: 910px;
    }

    .column-header {
        min-width: 910px;
    }
}



/*Table of Contents */ 
.toc-component-identified{
    display:none !important;
}

.toc-component-investigating{
    display:none !important;
}

.toc-component-monitoring{
    display:none !important; 
}

.toc-widget-wrapper {
    flex-direction: row;
}

.widget-tableofcontents .ibox-content{
    padding-bottom: 15px;
}


/*Service Status List*/
.status-list-component-status-text  {
    display: none;
}

.status-list-component-status-text{
    font-size: 0px;
}

.status-list-component-card-wrapper{
    max-width:25% !important;
    padding: 5px !important;
}

.status-list-component-accordion-heading{
    flex-direction: row-reverse !important;
    justify-content: left !important;
}

.status-list-component-name
{
    font-weight: bold;
    color: #58565b;
}

.widget-componentstatuslist .ibox-title{
    background: #f4f4f6;
    text-align: center;
}

.widget-componentstatuslist .row{
    padding-left: 10%;
    padding-right: 10%;
}

/*Incident Search Page*/
.page-incidentlist .component-container{
    display:none;
}

.page-incidentlist .incident-customfields{
    display:none;
}

.page-incidentlist .incident-cloud-column{
    display:none;
}

.page-incidentlist .incident-update-body .col-sm-12{
    display: flex;
    flex-direction: row-reverse !important;
}

.page-incidentlist .incident-update-body-row{
    margin-right: auto;
}

.page-incidentlist .incident-update-text{
    display: block !important;
}

.page-incidentlist .incident-date{
    display:none;
}

.page-incidentlist .incident-title{
    font-weight: bold;
}

.page-incidentlist .incident-list-component-filter{
    display: none !important;
}

.page-incidentlist .incident-list-status-filter{
    display: none !important;
}

.page-incidentlist .incident-list-incident-type-filter{
    display: none !important;
}

.page-incidentlist .incidents-page-filters{
    justify-content: right !important;
}

.page-incidentlist .incident-list-date-range-filter{
    padding: 5px;
}

.page-incidentlist .incident-list-sort-filter{
    padding: 5px;
}

.page-incidentlist  .incidents-component-status-icon{
    display: none;
}

.page-incidentlist .incident-list-component-status:first-of-type::before{
    content: "Services: ";
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-right: 5px;
}

.page-incidentlist .incident-list-component-status .fa{
    padding-top: 2px;
}

.page-incidentlist .incidents-component-full-name{
    display:flex;
    flex-direction: row;
    padding-bottom: 10px;
}

.page-incidentlist .custom-subscribe-link{
    padding: 10px 15px;
    margin-left: 10px;
    margin-top: 5px;
    background: #f05325;
    color: #ffffff;
    border: 1px solid;
    border-radius: 15px;
    height: 40px;
}


/*create account, and rss feed*/
#subscribeModalForm .form-group:nth-child(10){
    display: none;
}

/*Incident details page */
.page-incident .acsecondary{
    display:none;
}