/* 
	Theme Name: Registrar
	Description: McMaster Brighter World Branded Theme for Student Affairs Websites
	Author: Hussein Mukri - Application Developer
 	Template: McMaster-Brighter-World
	Date: January  16, 2019
*/
@import url("../McMaster-Brighter-World/style.css"); /*Import the McMaster css */
/********************************************
    LOADING MODAL
/*******************************************/
/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading .loadingmodal {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our  modal element will be visible */
body.loading .loadingmodal {
    display: block;
}
.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) 
                url('library/images/loading.gif') 
                50% 50% 
                no-repeat;
}
/* ---------------------------------------------------
	Tuition Fees
----------------------------------------------------- */
#programlist, #resetbutton,#part-time-group,#allexpenses, #course-level-group{
	display: none;
}
.sticky-top {
    z-index: 900;
}
#sticky-menu{
    z-index: 850;
}
/* ---------------------------------------------------
    Wait times
----------------------------------------------------- */
#main {
     width: 600px;
    /*width: 100%;*/
     height: 300px;
}
#hours {
    text-decoration: underline;
    color: #7d0040;
}
/* ---------------------------------------------------
    Queue scripts by Igor Kamzic
----------------------------------------------------- */
table.designtable {
    width: 400px;
    border-collapse: collapse;
    margin-top: 10px;
}
table.designtable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
table.designtable th {
    font-weight: normal;
}
thead.designtable tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.designtable .logged-out_ww {
    color: red;
    font-size: 20px;
}
table.designtable .logged-in_ww {
    color: rgb(21, 236, 21);
    font-size: 20px;
}
table.designtable .logged-na_ww {
    color: rgb(40, 43, 40);
    font-size: 20px;
}
table.designtable .logged-out_comm100 {
    color: red;
    font-size: 20px;
}
table.designtable .logged-in_comm100 {
    color: rgb(21, 236, 21);
    font-size: 20px;
}
table.designtable .logged-na_comm100 {
    color: rgb(40, 43, 40);
    font-size: 20px;
}
table.designtable thead th {
    padding: 10px;
}
table.designtable tr td:nth-child(1) {
    width: 5%;
}
table.designtable tr td:nth-child(2) {
    width: 60%;
}
table.designtable tr td:nth-child(3) {
    width: 30%;
}
table.designtable thead tr:first-child {
    border-top: 5px solid #FDBF57;
    color: #FFFFFF;
    background-color: #7A003C;   /* McMaster gray #5E6A71 */
    padding-top: 2px;
}