
.table-reservation .table-tr{
	border-bottom: solid 1px #656569;
	margin: 0;
}

.table-reservation .table-tr:first-child{
	border-top: solid 1px #656569;
	margin: 0;
}

.table-reservation .table-th{
    text-align: center;
    padding: 8px;
	font-size: 16px;	
}

.table-reservation .table-td {
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 0;
}

.table-reservation .bg-cell-light{
	background: rgba(150, 150, 150, 0.25);	
}

.table-reservation .bg-cell-dark{
	background: rgba(0, 0, 0, 0.6);	
}

.table-reservation .table-tr-hidden{
	display: none;
}

.btn-time-logovo, .btn-time-bunker, .btn-time-Lazer, .btn-time-kosmos,  .btn-time-saw,   .btn-time-cod{
	width: 100px;
	margin-bottom: 11px;
	margin-left: 10px;
    padding: 5px;
    border-radius: 20px;    	
	background-color: rgba(255, 0, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
    font-size: 18px;
	outline: none;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s; 	
}

.btn-time-logovo{
    background-color: rgba(255, 0, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
	width: 80px;
	margin-left: 8px;
}

.btn-time-logovo:hover{
	background-color: rgb(226, 0, 0); 
	border: solid 1px rgb(255, 255, 255);   	
}

.btn-time-bunker{  	
	background-color: rgba(255, 204, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
	width: 80px;
	margin-left: 8px;
}

.btn-time-bunker:hover{
	background-color: rgb(255, 204, 0); 
	border: solid 1px rgb(255, 255, 255);		
}

.btn-time-Lazer{ 	
	background-color: rgba(255, 0, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
	width: 80px;
	margin-left: 8px;  	
}

.btn-time-Lazer:hover{
	background-color: rgb(226, 0, 0); 
	border: solid 1px rgb(255, 255, 255);   	
}

.btn-time-kosmos{  	
	background-color: rgba(255, 204, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
	width: 80px;
	margin-left: 8px;
}

.btn-time-kosmos:hover{
	background-color: rgb(255, 204, 0); 
	border: solid 1px rgb(255, 255, 255);		
}

.btn-time-saw{
    background-color: rgba(255, 0, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
	width: 80px;
	margin-left: 8px;
}

.btn-time-saw:hover{
	background-color: rgb(226, 0, 0); 
	border: solid 1px rgb(255, 255, 255);   
}

.btn-time-cod{  	
	background-color: rgba(255, 204, 0, 0.5); 
	border: solid 1px rgba(255, 255, 255, 0.5);
	width: 80px;
	margin-left: 8px;
}

.btn-time-cod:hover{
	background-color: rgb(255, 204, 0); 
	border: solid 1px rgb(255, 255, 255);		
}


.btn-time-disabled{
	width: 100px;
	margin-bottom: 11px;
	margin-left: 10px;
    padding: 5px;
    border-radius: 20px;
	color: rgba(160, 160, 160, 1);	
	background-color: rgba(100, 100, 100, 0.6); 
	border: solid 1px rgba(160, 160, 160, 0.5);
    font-size: 18px;
	outline: none;    	
}

.btn-week,.btn-back-room{
    width: 27rem;
	font-size: 18px;
    font-weight: 700;
    color: #000000;
    background-color: rgba(255, 204, 0, 0.8); 
    padding: 8px 10px;
	margin-top: 10px;
	outline: none;
	border: solid 1px #E8E800;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn-week{
	float: right;
}

.btn-back-room{
    float: left;
}

.btn-week:hover,.btn-back-room:hover{
	background-color: rgba(255, 204, 0, 1); 
}

.btn-week i,.btn-back-room i{
    color: inherit;
}

.header-table{
    font-size: 20px;
	margin: 0;
}

.remark{
	font-size: 16px;
    margin: 0 0 5px;
	padding: 0 15px;
}
