/* ################## */
/* START tabs classes */
/* ################## */

#tabs-wrapper {
    /* width: 600px; */
    width: 100%;
    border: 1px #EEE solid; 
    padding: 0px;
}

/* main Service Status tabs - tab not active */
.navbar-custom1 .nav-tabs > li > a {
    /* width: 150px; */
    width: 100%;
    background-color: #EEE;
    border: 0px;
    border-radius: 0;

}

/* main Service Status tabs - tab active */
.navbar-custom1 .nav-tabs > li.active > a, li.hover > a, li.focus > a  {
    background-color: #FFF;
    border: 1px #eee solid;
}


/* Product subtabs */
.navbar-custom2 .nav > li.active > a, li.hover > a, li.focus > a  {
    background-color: #FFF;
    border: 0px;
} 

.navbar-custom2 .nav-tabs > li > a, li.active > a, li.hover > a, li.focus > a  {
    background-color: #FFF;
    border: 0px;
    border-radius: 0;
} 

.tab-pane .nav > li.active > a, li.hover > a, li.focus > a {
    background-color: #FFF;
    border: 0px;
}

.tab-pane .nav-tabs > li > a, li.active > a, li.hover > a, li.focus > a  {
    background-color: #FFF;
    border: 0px;
    border-radius: 0;
    outline: 0;
}  

/* Tab content wrapper */
.tab-content-custom1 {
    padding: 15px;
}


/* ####################### */
/* START srvstatus classes */
/* ####################### */

ul#srvstatus-tabs.nav.nav-tabs {
    /* height: 62px; */
    padding-left: 0px;
    padding-bottom: 0px;
}

/* main tabs */
#srvstatus-tabs > li {
    /*width: 33.33%;*/
    width: 25%;
    font-family: 'NeoSansRegular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}         

#srvstatus-tabs > li > a {
    /*margin-right: 0px;*/
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}      

#srvstatus-tabs > li > a > span {
    /*margin-left: 5px;*/
    display: block;
    text-align: center;
}

/* for small screen devices */
@media (max-width: 480px) { 
    #srvstatus-tabs > li {
        font-size: 14px;
    } 

    #srvstatus-tabs > li {
        width: 35%;
    }          

    /* product tab icons (Voice, Mobile, Data) center align */
    /*
    #srvstatus-tabs > li > a {
        text-align: center;
    }           
    */

    /* product tab texts (Voice, Mobile, Data) put onto next line, center align */
    /*
    #srvstatus-tabs > li > a > span {
        display: block;
        text-align: center;
    }
    */
}        

#srvstatus-tab-general > span {
    color: #5E317A; 
}

#srvstatus-tab-voice > span {
    color: #00AAFF;    
}

#srvstatus-tab-data > span {
    color: #88C100;    
}

#srvstatus-tab-mobile > span {
    color: #F3036E;    
}        


/* subtabs */
#content-inner ul {
    padding: 0;
    margin: 0;
}

.srvstatus-subtabs > ul > li {
    height: 45px;
    font-family: 'NeoSansRegular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

#srvstatus-subtabs-general > ul > li > a {
    color: #5E317A;
    font-weight: normal;
}

#srvstatus-subtabs-voice > ul > li > a {
    color: #00AAFF;
    font-weight: normal;
}

#srvstatus-subtabs-data > ul > li > a {
    color: #88C100;
    font-weight: normal;
}

#srvstatus-subtabs-mobile > ul > li > a {
    color: #F3036E;
    font-weight: normal;
} 


/*  content headings */
.srvstatus-content-heading h4 {
    margin-top: 0;
    font-family: 'NeoSansRegular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;             
}

.srvstatus-content-heading h4.general {
    color: #5E317A;
}

.srvstatus-content-heading h4.voice {
    color: #00AAFF;
}

.srvstatus-content-heading h4.data {
    color: #88C100;             
}

.srvstatus-content-heading h4.mobile {
    color: #F3036E;             
}        


/* Content items wrapper */
.srvstatus-content-items {
    margin-top: 10px;
}


/* table styles */

/* Content table */
.srvstatus-tbl {
    display: table;
    width: 100%;            
}

.srvstatus-tbl.row {
    display: table-row;
}

.srvstatus-tbl.cell {
    display: table-cell;
}

/* Content table row */
/*
.srvstatus-tbl-row-content-hdr {
    display: table-row;
}
*/

/* Content item table row */
.srvstatus-tbl.row.content-item {
    display: table-row;
    background-color: #eee;	
}        

/* Content item table cell - date */
.srvstatus-tbl.cell1.content-item {
    display: table-cell;
    width: 155px;
    min-width: 85px;
    max-width: 155px;
    padding: 5px;
}        

/* Content item table cell - status */
.srvstatus-tbl.cell2.content-item {
    display: table-cell;
    /* width: 95px; */
    /* width: 105px; */
    /* min-width: 95px; */
    width: 95px;
    max-width: 105px;
    padding: 5px;
}         

/* Content item table cell - summary */
.srvstatus-tbl.cell3.content-item {
    display: table-cell;
    width: auto;
    min-width: 100px;
    padding: 5px;
    text-decoration: none;
	vertical-align: top;
}

.srvstatus-tbl.cell3.content-item > a {
    text-decoration: none;
}         



/* item summary */        
.srvstatus-item-summary {
    cursor: pointer;
    text-decoration: none;
}

.srvstatus-item-summary.general {
    color: #5E317A;
    font-weight: bold;
    padding-left: 5px;
}

.srvstatus-item-summary.voice {
    color: #00AAFF;
    font-weight: bold;
    padding-left: 5px;
}

.srvstatus-item-summary.data {
    color: #88C100;
    font-weight: bold;
    padding-left: 5px;
}

.srvstatus-item-summary.mobile {
    color: #F3036E;
    font-weight: bold;
    padding-left: 5px;
}        

/*
.srvstatus-item-summary > span {
    margin-left: 5px;
}
*/

/* summary status icons styles */
.glyphicon.glyphicon-exclamation-sign.fault {
    color: #cc0000;
    font-size: 16px;
}

.glyphicon.glyphicon-refresh.ongoing {
    color: #000099;
    font-size: 14px;
    font-weight: bold;
}

.glyphicon.glyphicon-ok.resolved {
    color: #006600;
    font-size: 14px;
}

/* summary status text styles */
.srvstatus-item-text {
    margin-left: 5px;
}

.srvstatus-item-text.fault {
    color: #cc0000;
}

.srvstatus-item-text.ongoing {
    color: #000099;
}

.srvstatus-item-text.resolved {
    color: #006600;
}


/* Accordian Glyphs */
.accordion-toggle.collapsed:after.voice {
    /* symbol for "Closed" panels */
    font-family: 'Glyphicons Halflings';
    /*font-size: 16px;*/
    content: "\e081";
    /*float: right;*/
    /*color: #00aaff;*/
}   

.accordion-toggle:after.voice {
    /* symbol for "Closed" panels */
    font-family: 'Glyphicons Halflings';
    /*font-size: 16px;*/
    content: "\e081";
    /*float: right;*/
    /*color: #00aaff;*/
}        



/*  item detail */
.srvstatus-item-detail {
    padding: 5px;  
}

.srvstatus-item-detail h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.srvstatus-item-detail h5.general {
    color: #5E317A;
}

.srvstatus-item-detail h5.voice {
    color: #00AAFF;
}

.srvstatus-item-detail h5.data {
    color: #88C100;
} 

.srvstatus-item-detail h5.mobile {
    color: #F3036E;           
}


/* item detail time to resolve text */        
.srvstatus-item-detail.time {
    padding: 0;
    font-weight: bold;
}


.srvstatus-item-tick {
    display: inline;
    font-size: 22px;
    padding: 0px 3px 0 0;
    top: 5px;
}

.srvstatus-item-tick.general {
    color: #5E317A;
}

.srvstatus-item-tick.voice {
    color: #00AAFF;
}

.srvstatus-item-tick.data {
    color: #88C100;
}

.srvstatus-item-tick.mobile {
    color: #F3036E;
}

.srvstatus-item-togg {
    font-size: 16px;
    cursor: pointer;
}

.srvstatus-item-togg.general {
    color: #5E317A;
}

.srvstatus-item-togg.voice {
    color: #00AAFF;
}

.srvstatus-item-togg.data {
    color: #88C100;
}

.srvstatus-item-togg.mobile {
    color: #F3036E;
}        


/* button style */
.srvstatus-btn {
    background-color: #5E3179;
    color: #FFF;
    font-family: 'NeoSansRegular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;            
    padding: 7px;
    border: 0;
}


.srvstatus-sms {
    /*width: 45%;*/
    width: 55%;
    padding-right: 50px;
    margin-right: 50px;
    margin-bottom: 30px;            
    display: inline-block;
    vertical-align: top;       
}

/* for small screen devices
- make sms div full width
- reduce padding and margin (removes horizontal scroll) */
@media (max-width: 480px) {
    .srvstatus-sms {
        width: 100%;
        padding-right: 15px;
        margin-right: 15px;
    }
}

#smsAlertsRegForm {
    padding: 20px;
    width: 400px;
    height: 500px;
    display: none;
}

@media (max-width: 480px) {
    #smsAlertsRegForm {
        width: auto;
        height: auto;
    }
}

.highlightSAForm
{
	background-color: #f7d4fd; 
}

#ajaxBusy {
	/* Default popup to hidden */
    display: none;
	/* Remove default browser outline */
	outline: none;
	/* Position and style */
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}


#ajaxBusy ajaxBusy-Container {
    width: 100%;
    /*height: 405px;*/
    top: 50%; left: 50%;    
    /*margin-top: -200px; /* ( ( width / 2 ) * -1 ) */
    /*margin-left: -270px; /* ( ( height / 2 ) * -1 ) */
    margin-bottom: 0px;
    padding: 0;
    position: absolute;
    /*background: #FFF;*/
}


