﻿.col-primary {
    width: 99%!important;
}
.col-secondary {
    width: 1%!important;
    display: none!important;
}
#masterHeaderImage {
    background-image: url("images/HeaderLogoAC.png");
    background-size: 530px 189px;
    width: 530px;
    height: 189px;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (min-width: 1100px) {
    #masterHeaderImage {
        background-image: url("images/HeaderLogoAC.png");
        background-size: 530px 189px;
        width: 530px;
        height: 189px;
        margin-top: 0px;
    }
}

#ste_container_ciMyScheduleIQA {
    display: none;
}
.CheckBoxList {
       height: 450px!important;
       padding: 8px!important;
}

.BlueSession {
  	color:#336699;
  	font-size:18px;
  	font-weight:600;
}

.RedSession {
  	color:#cc3333;
  	font-size:18px;
  	font-weight:600;
}

.GreenSession {
  	color:#339933;
  	font-size:18px;
  	font-weight:600;
}

.BlackSession {
  	color:#000000;
  	font-size:18px;
  	font-weight:600;
}