:root{
      --status-maintenance:#7F7F7F;
      --status-degradedperformance:#FFEB00;
}

.logo{
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 80px;
}

.statuspage .navbar .navbar-static-top{
    padding-left: 0px;
}

.widgets{
    padding-top: 30px;
}

#iti-item-ru{
    display: none;
}
#iti-item-sy{
    display: none;
}

#iti-item-kp{
    display: none;
}

#iti-item-cu{
    display: none;
}

#iti-item-sd{
    display: none;
}

.nav-tabs li:nth-child(3){
    display: none;
}

#subscribeModalForm .form-group:nth-child(7){
    display: none;
}

.img-fluid {
    content: url('https://uptimely1.blob.core.windows.net/logos/18594_logo.jpg');
    width: 100%;
    height: 100%;
}

#iti-item-ir{
    display: none
}

#page > div > div > div > div.ibox.m-auto.login-box > div.ibox-title.p-2{
    background-color: #006ABA;
}

.top-navigation .nav>li>a
{
    color: #ffffff
}

.logo{
    max-width: 175px;
}

.top-navigation .nav>li a:hover, .top-navigation .nav>li a:focus {
    font-weight: bold;
    background: #000000;
    color: #ffffff;

}

.tabs-container .nav > li > a{
    color: #262626;
}

.tabs-container .nav > li > a: hover{
    background-color: #ffffff;
    color: #000000;
    
}

#_easyui_tree_83{
	display: none;
}

#_easyui_tree_97 .tree-hit{
	background: none;
}

#_easyui_tree_97 .tree-icon {
	background: none;
}


#_easyui_tree_102 .tree-hit{
	background: none;
}

#_easyui_tree_102 .tree-icon {
	background: none;
}

#mainform .widget-row .widget .form-group:nth-child(4){
	display: none;
}

.statuspage-subscription-timezone{display:none;}

#subscription-summary .card:nth-of-type(3){
	display: none;
}

.statuspage .widget-row:nth-child(4) .secondary-information{
    display: none;
}

.statuspage .widget-row:nth-child(5) .secondary-information{
    display: none;
}

.incident-components-column{
display: none;
    
}

.incident-scheduledmaintenance .incident-progress{
	display: none;
}

.incident-update-column div:nth-child(2){
	display: none;
}

.incident-update-column .panel-body{
    display: block !important;
}

.component-degraded::before {
    content: "\f111"
}

.component-unavailable::before {
    content: "\f111"
}

.component-available::before {
    content: "\f111"
}

.component-informational::before {
    content: "\f111"
}

.component-maintenance::before {
    content: "\f111"
}

#heading-135922{

    display: none;
}

#component-heading-135922{
    display: none;
}


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


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


.current-status-comp-in-effect-text{
	display:none !important;
}

.statuspage-groupname{
	display:none !important;
}



 /*button and bar colors*/

.component-maintenance {color:var(--status-maintenance);} 
.status-maintenance {background-color: var(--status-maintenance);} 


/*color swap CSS*/

.status-degraded{
	background-color:#ffe900;
	
}
.status-investigating{
	background-color: #ff9f00;
}


.component-investigating{
	color: #ff9f00;
}

.component-degraded{
	color:#ffe900;
	
}

i.component-investigating::before {
    content: "";
	color: #ff9f00;
}

i.component-degraded::before {
   content: "";
	color:#ffe900;
	
}

.widget-tableofcontents .toc-component-investigating .toc-widget-icon-label{
	font-size:0px;
}

.widget-tableofcontents .toc-component-investigating .toc-widget-icon-label::after{
	font-size:13px;
    content: "Service Degradation";
}

.widget-tableofcontents .toc-component-investigating i::before{
   
    color:#ffe900;
}

.widget-tableofcontents .toc-component-degradedperformance .toc-widget-icon-label{
	font-size:0px;
}

.widget-tableofcontents .toc-component-degradedperformance .toc-widget-icon-label::after{
	font-size:13px;
    content: "Partial Outage";
}

.widget-tableofcontents .toc-component-degradedperformance i::before{
     color: #ff9f00;
}

.historygrid-status-badge {
color:#6495ed;
}

.historygrid-status-badge::before {
content: "\f111" !important;
font-size:10px;
color: inherit !important;
}

/*End color swap CSS*/

/*Hide Maintenance subscription add/removal checkbox from SMS subscribers page*/
#subscription-summary #collapse-3>div>div>div:nth-child(4) {
    display: none;
    
}