.switch {
    position: relative;
    margin: 20px auto;
    height: 26px;
    width: 150px;
    background: #EEEEEE;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 75px;
    line-height: 26px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.switch-label:active {
    font-weight: bold;
}

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

/*
  Note: using adjacent or general sibling selectors 
  combined with pseudo classes doesn't work in Safari 
  5.0 and Chrome 12.
  See this article for more info and a potential fix: 
  http://css-tricks.com/webkit-sibling-bug/
*/

.switch-input {
    display: none !important;
}

.switch-input:checked + .switch-label {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
    /* Note: left: 50% doesn't transition in WebKit */
    left: 75px;
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 75px;
    height: 22px;
    background: #65bd63;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
    background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
    background-image: -o-linear-gradient(top, #9dd993, #65bd63);
    background-image: linear-gradient(to bottom, #9dd993, #65bd63);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-blue .switch-selection { 
    background: #428bca;
    background-image: -webkit-linear-gradient(top, #428bca, #2d6ca2);
    background-image: -moz-linear-gradient(top, #428bca, #2d6ca2);
    background-image: -o-linear-gradient(top, #428bca, #2d6ca2);
    background-image: linear-gradient(to bottom, #428bca, #2d6ca2);
}

.switch-yellow .switch-selection {
    background: rgba(199,169,120, .6);
}
.switch-gray .switch-selection {
    background: #aaa;
}
.loginForm h1{
    font-family: 'Merienda One';
    text-align: center;
}
.desc{
    margin-top: -1em;
}
.delete_btn:before{
    font-family: FontAwesome;
    content: "\f00d";
    position: relative;
    top: -7px;
}
.delete_btn{
    width: 1.5em;
    height: 1.5em;
}
div[class*='color-box_']{
    float:left;
    width:30px;
    height:30px;
    margin:5px;
    background-color: #333;
    border: 1px solid #333;
}
.required:after{
    font-family: "FontAwesome";
    content: "\f069";
    font-size: 8px;
    top: -1em;
    position: relative;
    left: 0.5em;
    color: #ff0000;
    line-height: 1;
}
#picture_ph{
    max-width: 500px;
    max-height: 500px;
}
#logout{
    margin-top: 0.5em;
}
.profile_nav li{
    width: 120px;
}
.profile_nav img{
    margin-right: 1em;
    margin-top: 0.5em;
    float: left;
    max-width: 40px;
    max-height: 40px;
}
.navbar-brand.amp_logo img{
    height: 50px;
}
.navbar-brand.amp_logo{
    padding: 0px 20px 0px 0px;
}
.sort-icon-down:after{
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 0.25em;
}
.sort-icon-up:after{
    font-family: "FontAwesome";
    content: "\f0d8";
    margin-left: 0.25em;
}
.users_table td{
    font-size: 0.8em;
}
.help-block ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    color: #c44848;
    font-size: 0.75em;
    font-weight: bold;
}
.profile input[type="radio"],.studios_staff_create_post input[type="radio"] {
    /*-webkit-appearance: checkbox;*/
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}
.panel.panel-default.no_top_border{
    border-top: none;
}
.mainnav .working:before,
.btn.working:before{
    content: url('../img/ajax-loader.gif');
    margin-right: 1em;
    position: relative;
    top: 0.15em;
}
#resource_content{
    min-height: 55px;
}
.icon-spin:before{
    content: url('../img/ajax-loader.gif');
    position: relative;
    top: 0.15em;
}
.delete_ex{
    margin-left: 1em;
}
#export_results td{
    width: 16.66%;
}
#dataTables-search_expenses th:nth-child(4), #dataTables-search_notes th:nth-child(6){
    width: 7em;
}

/*Comments*/
.commentsModal h1 {
    color:#555;
    font-weight:normal;
    border-bottom:2px solid #CCC;
    margin-bottom:2rem;
}
.commentsModal #comments {
    background-color:#FFF;
    padding:1rem 2rem;
}
.commentsModal .comment {
    position:relative; 
    margin:2rem 0 0 0;
    background-color:#EEE; 
    border:2px solid #AAA; 
    -webkit-border-radius:0.25rem; 
    -moz-border-radius:0.25rem; 
    border-radius:0.25rem; 
    font-size:10pt;
}
.commentsModal .username {
    position:absolute;
    top:-1.5em;
    left:0;
    margin-left:2rem;
    font-weight:bold;
}
.commentsModal  .comment p {
    margin:0.5rem 0.5rem 0.5rem 2rem;
}
.commentsModal .avatar {
    position:absolute; 
    max-width:3rem; 
    max-height:3rem; 
    border:2px solid #AAA; 
    -webkit-border-radius:1.5rem; 
    -moz-border-radius:1.5rem; 
    border-radius:1.5rem; 
    top:-1.5rem; 
    left:-1.5rem;
    z-index: 2;
}
.commentEditInput{
    background-color: #eeeeee;   
}

.commentDelete:hover i{
    color: #7f0303;
}
.commentDelete i{
    color: #c60000;
}
#dataTables-staff_list .profile_pic,
#sd_dataTable .profile_pic{
    max-width: 30px;
}
.dl-horizontal.errors-list{
    margin-bottom: 0px;
}
#main_search_block{
    min-height: 260px;
}
.syntax-container{background:#FCFCFC;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;border:1px solid #e3e3e3;margin-bottom:30px;padding-bottom:20px;}
.isloading-wrapper.isloading-right{margin-left:10px;}
.isloading-overlay{position:relative;text-align:center;}.isloading-overlay .isloading-wrapper{background:#FFFFFF;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;display:inline-block;margin:0 auto;padding:10px 20px;top:10%;z-index:9000;}
#img_holder,#img_holder2{
    max-width: 180px;
}
.product_list_description{
    width: 30em;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.modal-dialog.qaStudents{
  width: 850px;
}
.pager li>a.btn:hover, .pager li>a.btn:focus {
  background-color: transparent;
  background-position: 0;
}

.tb-inner-label{font-weight:bold;padding-right:10px;}
@media print{
	.no-print{display:none;}	
} 
#staffDup .modal-dialog{
  width: 800px;
}
.datepicker{z-index:1151 !important;}

.red_text{color:red;}

/* JayG Oct 09, 2022 - #24364499 - Read-only financial in Edit Enrollment */
.mt-0 {
    margin-top: 0!important;
}
.mt-1{
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0!important;
}
.pt-1{
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}