body {
	font-size: 11px;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
#main {
	display: none;
	padding-right: 25px;
}
.red {
	color: red;
}
.green {
	color: green;
	font-weight: bold;
}
.cell-xo {
	text-align: center;
	border-right: 1px solid #ccc;
}
.row-offices {
	border-bottom: 1px solid #ccc;
}
.row-offices th {
	background: #3E6A9C;
	color: #FFF;
}
.div-container {
	height: 100%;

}
.table-container {
	width: 100%;
	height: 100vh;
	overflow: scroll;
	position: relative;
	z-index: 1;
}
table {
    position: relative;
    border-collapse: collapse;
}
table tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}
th, td {
	padding: 3px;
}
thead th {
	top: 0;
	background: #3E6A9C;
	color: #FFF;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
}
thead th:first-child {
	left: 0;
	z-index: 1;
}
tbody th {
	left: 0;
	background: #FFF;
	border-right: 1px solid #CCC;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
}
.arrow-left {
	position: fixed;
	left: 50px;
	top:28px;
	z-index: 9999;
	display: none;
	border-right: 1px solid #ccc;
}
.arrow-right {
	position: fixed;
	right: 0px;
	/*top:28px;*/
	top: 0px;
	z-index: 9999;
	border-left: 1px solid #ccc;
}
.arrow {
	height: 100%;
	width: 25px;
	font-size: 22px;
	background-color: #f8f8f8;
}
.arrow p {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 40%;
	text-align: center;
}
.arrow:hover {
	cursor: pointer;
}
.tr-dates {
	z-index: 9999;
}
.tr-dates th {
	font-size: 9px;
	border-right: 1px solid #ccc;
}
.nav-info {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #ec0000;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	display: none;
}
.nav-info p {
	margin: 0px;
	margin-top: 5px;
}
