﻿
.weekDay {
	background-color: #cecdcd;
}
.specDay {
	background-color: #fbbcbc;
}

.divStatusBar {
    margin-top: -45px;
    display: flex;
    height: 36px;
    width: calc(100% - 163px);
}


.btnTimeBase {
	margin: 1px;
	float: left;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
	color: white;
	width: 60px;
	height:30px;
}



.btnTimeAvailable {
	background: #8c9c8c !important;
	cursor: pointer !important;
}

.btnTimeNoAvailable {
	background: red !important;
	cursor: no-drop !important;
}

.btnTimeSelected {
	background: orange !important;
	cursor: pointer !important;
}

.formTitle {
	width: 100%;
	/*background-color: rgb(21, 47, 73);*/
	background-color: rgb(68, 140, 203);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	padding-left: 10px;
	/*height: 40px;*/
	height: 32px
	/*display:inline-flex;*/
}

	.formTitle h4 {
		padding-bottom: 0px
	}

.formTitlePopup {
	width: 100%;
	background-color: rgb(21, 47, 73);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: white;
	padding-left: 10px;
	display:grid;
}
.formTitlePopup_Reports {
	width: 100%;
	background-color: rgb(241, 174, 78);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: black;
	padding-left: 10px;
}



.formTitleGrid {
	width: 100%;
	background-color: rgb(21, 47, 73);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
}

	.formTitleGrid h4 {
		padding-bottom: 5px
	}



.InsideDivContainer {
    height: 520px !important;
    width: 1030px !important;
    margin-bottom: 0;
    padding-bottom: 0;
}