#tqlOneClassSchedule{
  	position: fixed; 
    top: 100px;
    left: 5%;
    height: auto;
    background: white;     
    padding: 10px;
    z-index: 11;
	width:88%;
	border: 5px solid #fff!important;
	background: #332f2f!important;
	padding: 20px !important;
  }

.scheduleContent{
	width: 100%!important;
	background: #575454!important;
	padding:10px 0!important;
	color: #fff;
}
.scheduleContent .popup-heading{
	background: #590909;
	height: 70px;
	margin: 10px 0; 
	font-size: 32px;
	padding: 13px 0;
}
.custom-table-size{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px !important;
    max-height: 320px !important;
}
.custom-link{
    color: #fff;
    border-bottom:1px solid #fff;
    cursor: pointer; 
}
.scheduleTable{
	margin-top: 10px; border-color: #7d7777; width: calc(100% - 2px);
     font-family: 'Roboto','sans-serif';
}
.scheduleTable .thead{
	background: #9e2b2b;
}
.scheduleTable tr{
	border: 1px solid #7d7777!important;
    text-align: center;
}
.scheduleTable .classes-combo{
	width: 100px; float: right;
}
.scheduleTable th{
	font-size: 22px; font-weight: bold; border: 1px solid #7d7777;
    text-align: center;
}
.scheduleTable td{
	font-size: 20px; font-weight: normal; border: 1px solid #7d7777;
}
.scheduleTable tr.has-text td{
	background: #2e2929;	
}
.scheduleTable tr.empty td{
	background: #4f4b4b;	
}
.classes-link-text{
    font-size: 18px;
    padding-top: 5px;
    padding-left:40px; 
}
.combo-label{
	font-size: 18px; padding-top: 5px;
}
select.form-control{
	border-radius: 0;
}
div.fadeMe {
    opacity:0.7;
    filter: alpha(opacity=20);
    background-color:#000; 
    width:100%; 
    height:100%; 
    z-index:10;
    top:0; 
    left:0; 
    position:fixed; 
  }
  .schedule-close-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #9E2B2B;
    border-radius: 50%;
    float: right;
    text-align: center;
    padding: 4px;
    font-size: 22px;
    cursor: pointer;
    margin-top: -45px;
    margin-right: -35px;
    border: 2px solid #fff;
  }

.color-transparent{
    color:transparent;
}
.color-transparent:hover{
    color: transparent!important; cursor: default!important;
}
