

/*.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
*/





table .header-fixed {
  position: fixed;
  top: 50px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */

}
thead {
  background-color: #eaeaea;
}




#cdate {
    position: relative;
	height:38px;
	color:#fff;
}

#cdate:before {
    position: absolute;
    top: 2px; left: 12px;
    content: attr(data-date);
    display: inline-block;
    color: black;
	background:#fff;
}

#cdate::-webkit-datetime-edit, #cdate::-webkit-inner-spin-button, #cdate::-webkit-clear-button {
    display: none;
}

#cdate::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 12px;
    right: 6px;
    color: black;
    opacity: 1;
}


.table td, .table th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {

	
	padding-left:12px;
}
#overlay{

	width: 96.9%;
    background: black;
    display: block;
    z-index: 1021;
    height: 95%;
    position: absolute;
    opacity: 0.4;
    top: 51px;
	
}



.overlay-text{

	position: absolute !important;
    text-align: justify;
    z-index: 1022;
    top: 270px;
    color: black;
    text-align: center;
    font-size: 30px;
	
}

.alert{
    
	position: fixed;
    top: 6px;
    left: 0;
    width: 98%;
    margin-left: 1%;
    padding: 16px;
	z-index:1026;
	
	
}

.col-2{    
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; 
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-3{    
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; 
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5{    
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; 
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.w-100{ width:100% !important; }

.row{

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	
}

.col-12{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

label{ margin:0px; margin-top:6px; font-weight:bold; }

.ui-dialog { z-index: 1025 !important ; /*top:50px !important;*/ position:absolute !important;}

.showDetails{
	position: relative;
    color: #fff;
}.showDetails:hover{
	color: #fff;
}

.removeReserved{
	position: relative;
    color: #fff;
}.removeReserved:hover{
	color: #fff;
}

.linkDiv{ width: 24px;
    height: 24px;
    position: absolute;
    margin-top: -24px;
}


.alert-custom{
    
	position: fixed;
    top: 6px;
    left: 0;
    width: 98%;
    margin-left: 1%;
    padding: 16px;
	z-index:1026;
	
	
}


@media only screen and (max-width: 480px){
 	.col-12{ padding:0; }
	
	
	#overlay {
		width: 99.5%;
		background: black;
		display: block;
		z-index: 1021;
		height: 95.5%;
		position: absolute;
		opacity: 0.4;
		top: 52px;
	}
	
	/*.table-fixed-header-index{
	
		margin-top:-139px;
	
	}*/


}