#container {
	width: 100%;
	margin: 0 auto;
	background: url(../images/header.png) 0 122px repeat-x;
	padding: 0px 0px;
	box-sizing: border-box;
	padding-bottom: 30px;
}

/**/
#header {
	/*height: 149px;*/
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/shadow.png) 50% 0px no-repeat;
	max-width: 1320px;
}

#header-top {
	/* height: 176px;
	
	max-width:1100px;
	margin: 0 auto;
	text-align: center; */
}

#header-top img {
	width: 100%;
}

#iframe_banner {
	height: 176px;
}
textarea#PollPollDescription {
    width: 100% !important;
    white-space: pre-wrap;
}
#logo-l,
#logo-r {
	height: 76px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#logo-l {
	width: 76px;
	background-image: url(../images/logo1.png);
}

#logo-r {
	width: 112px;
	float: right;
	background-image: url(../images/logo2.png);
}

#name {
	height: 66px;
	padding-top: 10px;
	width: 910px;
	float: left;
	text-align: center;
	font: normal 32px/25px 'OpenSansBold';
	text-transform: uppercase;
	color: #a20000;
}

#name span {
	font: normal 18px/1 'OpenSansRegular';
	color: #b6b6b6;
}

/**/
#menu {
	list-style: none;
	/* width: 1100px; */
	/*  height: 46px; */
	margin: auto;
	position: relative;
	z-index: 1000;
	display: block;
	padding: 0px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly !important;

}

#menu li {
	position: relative;
	float: left;
	height: 46px;


}

.notosans {
	font-family: 'Noto Sans', serif;
}

#menu>li {
	position: relative;
	float: left;
	height: 46px;
	flex: 1 0 auto;

}

#menu li.active {
	border-bottom: 4px solid #5a5a5a;
}

#menu li.active a {
	font-family: Arial;
	font-weight: 800;
}

#menu li a {
	/* height: 12px; */
	display: block;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	padding: 17px 20px;
	font: 12px/12px 'OpenSansSemibold', Arial;
}

#menu li a:hover,
#menu li:hover a,
#menu li a.active {
	color: #FFF;
	text-decoration: none;
	background: url(../images/menu-on.png) 0 0 repeat-x;
}

/**** LEVEL 1 ****/
#menu li:hover ul {
	display: block;
}

#menu li ul {
	position: absolute;
	left: 0;
	top: 45px;
	display: none;
	padding: 0px;
	width: 220px;
	height: auto;
	background: #5f5f5f;
	z-index: 100;
}

.navbar {}

#menu li ul li {
	list-style: none;
}

#menu li:hover li {
	height: auto;
	width: 220px;
	border: none;
}

#menu li:hover li a,
#menu li li a {
	font: 12px Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	color: #FFF;
	background: none;
	border-bottom: 1px dotted #afafaf;
	padding: 8px 15px 10px;
	/* width:190px; */
	height: auto;
	display: block;
	text-shadow: none;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu li:hover li:hover a {
	background: #6f6f6f;
}

#menu li:hover li.last a,
#menu li li.last a {
	border-bottom: none;
}

#menu li li:last-child a {
	border-bottom: none;
}

/**** TOP NAVIGATION ****/
#topnav {
	list-style: none;
	width: 100%;
	/* height:36px; */
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	display: flex;
	padding: 0px;
	justify-content: space-evenly !important;
	flex-flow: wrap;
}

#topnav li {
	position: relative;
	float: left;
	height: 36px;
	flex: 1 0 auto;
}

#topnav li a {
	/* height: 12px; */
	display: block;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 24px;
	font: 12px/12px 'OpenSansSemibold', Arial;
}

#topnav li a:hover,
#topnav li:hover a,
#topnav li a.active {
	color: #FFF;
	text-decoration: none;
	background: url(../images/menu-on.png) 0 0 repeat-x;
}

/**********************************/
#footer {
	display: none;
}

#footer a {
	color: #909090;
}

#footer a:hover {
	color: #FFF;
}

#copy {
	float: right;
	width: 300px;
	text-align: right;
	line-height: normal;
}

/**/
form#UserLoginForm {
	width: fit-content;
}

#content {
	/* max-width:1100px; */
	margin: auto;
}

.container>.row {
	box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
}

#inner-content {
	background: #FFF;
	margin: 30px auto;
	width: 100%;
	padding: 30px;

	box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
	box-sizing: border-box;
}

/****** TABLE *****/
.tabular {
	background: #FFF;
	color: #53514C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	margin-top: 20px;
}

.tabular th,
.tabular td {
	padding: 9px 15px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}

.tabular th {
	background: #F0F0F0;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.tabular td {
	background: #FFF;
}

.tabular td a,
.tabular td a:visited,
.tabular td a:active {
	font: 12px/20px 'LucidaGrandeRegular', Arial, Helvetica, sans-serif;
	color: #FC4700;
	text-decoration: none;
}

.tabular td a:hover {
	font: 12px/20px 'LucidaGrandeRegular', Arial, Helvetica, sans-serif;
	color: #717249;
	text-decoration: underline;
}

/**/
.userspecialty-legend .specialty {
	/* visibility: hidden; */
	display: none;
	flex-grow: 1;
	margin: 1px;
	text-align: center;
	opacity: .1;
}

.userspecialty-legend .specialty-active {
	visibility: visible;
	opacity: 1;
	display: block;
}

.specialty {
	float: left;
	padding: 3px 5px;
	color: #FFF;
	line-height: 1;
	/* margin-right: 5px; */
	min-width: 35px;
	min-width: 20px;
}

.specialty-P {
	background: #0000FF;
}

.specialty-H,.specialty-HM {
	background: #00BB00;
}
.specialty-O {
	background: #cecece;
}
.specialty-TC,
.specialty-TE,
.specialty-TT,.specialty-TF,.specialty-UTV,.specialty-DP,.specialty-RTF,.specialty-RTC,.specialty-TTC,.specialty-RTE,.specialty-TTE,.specialty-TTF{
	background: #FF0000;
}

.specialty-CC,
.specialty-HR,
.specialty-HS {
	background: #A0A0A0;
}

.specialty-CB,
.specialty-DO {
	background: #000000;
}

.specialty-U,
.specialty-W,
.specialty-WO,
.specialty-WS {
	background: #87CEFA;
}

/**/
form div.input,
form div.submit,
form div.checkbox {
	clear: both;
}

.page-link a {
	text-decoration: none !important;
}

label {
	width: 130px;
	display: block;
	float: left;
	font-weight: 600;
}

.receive-messages-radios label {
	float: none !important;
	width: auto !important;
	margin-right: 10px;
}

.receive-messages-radios {
	display: inline-flex;
	line-height: 42px;
	justify-content: start;
}

.receive-messages-radios input {
	margin: 0px 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	width: 300px;
	float: left;
	padding: 5px 8px;
	border: 1px solid #bbb;
	margin-right: 45px;
}

select {
	width: 318px;
	float: left;
	padding: 5px 8px;
	border: 1px solid #bbb;
	margin-right: 45px;
}

select.select-date {
	width: auto;
	margin-right: 15px;
}

input[type="checkbox"] {
	float: left;
	margin: 5px 8px 0 0;
}

div.checkbox {
	width: 200px;
	height: 40px;
}

input[type="submit"] {
	height: 35px;
	display: block;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 24px;
	font: 12px 'OpenSansSemibold', Arial;
	border: 1px solid #999;
	margin-left: 100px;
	cursor: pointer;
}

input[type="submit"]:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/menu-on.png) 0 0 repeat-x;
}

input[type="submit"].submit-blue {
	background-color: #00F;
	color: #CCC;
}

input[type="submit"].submit-yellow {
	background-color: #FF0;
	color: #333;
}

input[type="submit"].submit-disabled {
	background-color: #CCC;
	color: #FFF;
}

input[type="submit"].submit-disabled:hover {
	background-image: none;
}

/**/
.cb {
	width: 100% !important;
	/* height: 100px !important; */
}

.cb2 {
	width: 100% !important;
	/* height: 70px !important; */
}

.cb3 {
	width: 100% !important;
	/* height: 50px !important; */
}

div.checkbox label {
	width: 170px !important;
	margin-right: 5px !important;
}

/**/
.calendar {
	color: #000000;
}

.form-select {
	width: -webkit-fill-available !important;
}

.calendar input,
.calendar select {
	width: auto;
	margin: 0;
	font-size: 12px;
}

.calendar td {
	padding: 9px 5px;
}

.calendar .day-shift .hired {
	display: none;
}

.calendar .day-shift-A {
	background-color: #840204;
	color:white;
}
.calendar .day-shift-B {
	background-color: #010088;
	color:white;
}
.calendar .day-shift-C {
	background-color: #178B02;
	color:white;
}
/*
.calendar .day-shift-A {
	background-color: #FF0000;
}

.calendar .day-shift-B {
	background-color: #8888FF;
}

.calendar .day-shift-C {
	background-color: #00DD00;
}
*/

table.calendar td::after {
	margin-top: 50%;
	content: '';
	display: block;
}


table.calendar td {
	width: 14.28%;
	aspect-ratio: 1/1;
	position: relative;
}

.calendar .day-shift-signed, .calendar .day-shift-signed .br {
	background-color: #FFFF00!important;
	border-top:unset!important;
}



.calendar .day-shift-hired .hired {
	display: block;
	background: yellow;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
	left:0px;
	padding-top: 33.71px;
}

.calendar .ot-section-area {
	padding-top: 10px;
	font-weight: bold;
}
.calendar .ot-section-area {
    padding-top: 0;
    font-weight: 500;
    font-size: 12px;
}
.calendar .ot-section-otshift {
	padding-top: 10px;
	font-weight: bold;
}
.calendar .ot-section-otshift {
	padding-top: 0;
    font-weight: 500;
    font-size: 12px;
}
.calendar {}

/**/
.hidden {
	display: none;
}

.input-xsmall {
	width: 100px !important;
}

.input-small {
	width: 200px !important;
}

/*Mandates*/
.mandates.index h2.date-separator,
.mandates.indexnew h2.date-separator {
	text-align: center;
}

.mandates.index input[type="text"],
.mandates.indexnew input[type="text"] {
	margin-right: 0;
}

.mandates.index input[type="submit"],
.mandates.indexnew input[type="submit"] {
	margin-left: 0;
}

.mandates.index .row-rank,
.mandates.indexnew .row-rank,
.mandates.mandatelist .row-rank {
	background-color: #FC4700;
	color: #000000;
	font-weight: bold;
}

.mandates .history td {
	border: none;
	padding: 0 5px;
}

/*Messagegroups*/
.messagegroups.selectmembers .tabular input[type="checkbox"] {
	margin-right: 0;
}

.messagegroups.selectmembers .tabular div.checkbox {
	width: 15px;
}

.messagegroups.selectmembers input[type="submit"] {
	margin-left: 0;
}

.messagegroups.selectmembers .checkbox {
	float: left;
	clear: none;
}

/*Messages*/
.messages.selectmembers .tabular div.checkbox {
	width: 15px;
}

.messages.selectmembers input[type="submit"] {
	margin-left: 0;
}

.messages.selectmembers .checkbox {
	float: left;
	clear: none;
}

/*Otsignups/forcehires*/
.otsignups.overtimeadmin .overtimeadmin-filter .input.select .checkbox,
.forcehires.forcehireadmin .forcehireadmin-filter .input.select .checkbox {
	clear: none;
	float: left;
	/* width: 50%; */
}

.ot-section-date {
	padding: 30px 0;
}

.ot-section-date-hidden {
	display: none;
}

.ot-date-title {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}

.otsignups.overtimeadmin .row-rank,
.forcehires.forcehireadmin .row-rank {
	background-color: #FC4700;
	color: #000000;
	font-weight: bold;
}

.otsignups.overtimeadmin input[type="submit"],
.forcehires.forcehireadmin input[type="submit"] {
	margin: 0;
}

.otsignups.mastercalendar h2,
.forcehires.mastercalendar h2 {
	text-align: center;
}

.otsignups.mastercalendar .day-shift .name,
.otsignups.mastercalendar .day-shift .userinfo,
.forcehires.mastercalendar .day-shift .name,
.forcehires.mastercalendar .day-shift .userinfo {
	font-size: 12px;
}

.otsignups.mastercalendar input[type="submit"],
.forcehires.mastercalendar input[type="submit"] {
	padding: 0;
}

.otsignups.signup select,
.forcehires.signup select {
	/* padding: 5px 0px; */
}

.overtimeadmin-results input[type="text"],
.overtimeadmin-results select,
.forcehireadmin-results input[type="text"],
.forcehireadmin-results select {
	width: 100px;
}

.forcehireadmin-results input[type="text"] {
	margin-right: 5px;
}

.otsignups.rolodex h2,
.otsignups.rolodex h3 {
	text-align: center;
}

.forcehireadmin-reset {
	float: right;
}

/*Users*/
.users.form div:not(.submit) {
	/* height: 45px; */
	width: 50%;
	float: left;
	clear: none;
}

.users.form form {
	padding-left: 50px;
	clear: both;
	display: block;
}

.users.form .input.select .checkbox {
	width: 200px;
	height: 30px;
}


.input-user-userlimitation .lbl-cbl-limitations {
	height: 130px !important;
}


.input-user-userspecialty .lbl-cbl-userspecialty {
	height: 130px !important;
}
.messages.selectmembers label.cbl.cbl-specialties {
    height: 150px;
}
/*Forum*/
.moderate {
	padding-top: 20px;
}

.moderate select {
	margin-right: 30px;
}

.forum-controls {
	text-align: right;
}

.forum-controls .button {
	padding-left: 20px;
}

/*Vacations*/
.vacations .column-left {
	float: left;
	width: 50%;
}

.vacations .column-right {
	float: left;
	width: 50%;
}

.vacations .ui-autocomplete-loading {
	background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.vacations .ui-helper-hidden-accessible {
	display: none;
}

.vacations.index h2 {
	text-align: center;
}

.vacations.index .calendar .day-shift {
	width: 134px;
}

.vacations.index .calendar .day-shift .vacation a {
	color: #000;
}

.vacations.index .calendar .day-shift .day {
	float: left;
	width: 67px;
	min-height: 60px;
}

.vacations.index .calendar .day-shift .night {
	float: left;
	width: 67px;
	background-color: #cccccc;
}

/*YTDs*/
.ytdhours.ytdlist #ytdlistForm label {
	width: 150px;
}

.ytdhours.ytdlist #ytdlistForm input[type="submit"] {
	margin-left: 150px;
}

.ytdhours.ytdlist td.ytdtotal-text {
	text-align: right;
	font-weight: bold;
}

/*Polls*/
.pollvotes.vote label {
	display: inline;
	float: none;
	width: auto;
	padding-left: 10px;
}

/*Required Readings */
#RequiredreadingconfirmConfirmForm div.checkbox {
	width: 100%;
}

#RequiredreadingconfirmConfirmForm div.checkbox label {
	width: auto !important;
}

form div.input {
	margin: 7.5px 0px;

}



form div.input:after {
	content: '';
	display: block;
	clear: both;
}

form input[type="submit"] {
	margin-left: 0px !important;
}

.msg-row td {
	border: unset !important;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease;
}

.msg-row.row-loading td {
	border: unset !important;
	visibility: hidden;
	opacity: 0;
}

/* GRID TABLES for Members Responsive */
td .input.text input{
	width:100%!important;
}
textarea.ytdreasontextarea{
	width: 100%!important;
    height: 130px!important;
    margin: 5px 0px;
}

.pagination span.current.page-link {
    background-color: #0505ff91;
    color: white;
}


/* CALENDAR */
table.calendar tr{
	display:flex;
	flex-flow: wrap;
	flex-direction: row;

}
table.tabular.calendar tbody td, table.tabular.calendar tbody th {
	flex: 1 1 14.2%;
	width: 14.2%;
	box-shadow: unset;
	overflow: hidden;
	padding:0px 2.5px;
	transition: all 0.2s ease;
	top:0px;
	left:0px;
}
table.tabular.calendar tbody th {
	background-color:rgb(200, 200, 200);	
}
table.tabular.calendar tbody td{
	min-height:128px;
	/* background: white; */
	
}
table.tabular.calendar tbody td .day {
	/* background: white; */
	text-align: right;
	font-weight: 500;
	color: white;
	z-index: 2;
    position: relative;
	text-shadow: 1px 1px 1px black, -1px 0px 1px black;
}
table.tabular.calendar tbody td .enlarger {
	position: absolute;
    z-index: 2;
    bottom: 5px;
    border: black 2px solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: black;
    line-height: 8px;
    font-weight: 600;
    font-size: 14px;
    right: 5px;
    background-color: transparent;
    cursor: pointer;
}
table.tabular.calendar tbody td .count {
	position: absolute;
    z-index: 2;
    bottom: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: white;
    line-height: 18px;
    font-weight: 600;
    font-size: 15px;
    left: 5px;
    background-color: #825ba142;
    
    box-shadow: 1px 1px 5px #9d9d9d;
}
table.tabular.calendar tbody td .br {
	display:block;
	background: transparent;
	max-height: 128px;
	overflow-y: auto;
	overflow-x: hidden;
	padding:0px 0px;
}
table.tabular.calendar tbody th {
	text-align: center;
	height: 28px;
	overflow: hidden;
	font-weight: 400;
}
table.tabular.calendar tbody  div.submit button {
	margin: 2px;
	background-color: rgb(255, 255, 0)!important;
	
	
}
table.tabular.calendar tbody  div.submit button:hover {
	background-color: rgba(255, 255, 0, 0.796)!important;
	
	
}
table.tabular.calendar tbody  div.submit button {
	background: unset;
	color: black;
	border: unset;
	padding: 2.5px!important;
	
	font-size: 10px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}
.userinfo {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px!important;
}
.calendar .day-shift-A {
	background-color:#FF0000;
}
.calendar .day-shift-A div.br{
	
	border-top:10px solid #FF0000;
}
.calendar .day-shift-B {
	background-color:#8888FF;
	
}
.calendar .day-shift-B div.br{
	
	border-top:10px solid #8888FF;
}
.calendar .day-shift-C {
	background-color:#00DD00;
}
.calendar .day-shift-C div.br{
	
	border-top:10px solid  #00DD00;
}
.calendar .day-shift-A {
	background-color: #840204;
	color:white;
}
.calendar .day-shift-B {
	background-color: #010088;
	color:white;
}
.calendar .day-shift-C {
	background-color: #178B02;
	color:white;
}
table.tabular.calendar tbody td .br::-webkit-scrollbar {
	width: 0px;
	background: transparent; /* make scrollbar transparent */
}
td.enlarged {
	position: fixed!important;
	z-index: 99999;
	width: 90%!important;
	height: 90%;
	top: 50%!important;
	left: 50%!important;
	padding: 12px!important;
	transform: translate(-50%,-50%);
	border: 2px solid black;
	display: table-cell!important;
	zoom: 2;
}
td:not(.enlarged) .enlarger:hover::before {
    content: 'Expand';
    position: absolute;
    left: -35px;
    font-size: 12px;
    top: 2px;
}
td:not(.enlarged) .enlarger:hover::before {
    content: 'Expand';
    position: absolute;
    left: -44px;
    font-size: 11px;
    top: 3px;
    color: #8d8d8d;
}
td.enlarged .enlarger::before {
    content: 'Close';
    position: absolute;
    left: -35px;
    font-size: 12px;
    top: 2px;
}
table.tabular.calendar tbody td.enlarged .br {
    height: max-content;
    overflow-y: auto;
    overflow-x: visible;
    max-height: 93%;
    border-bottom: 2px dashed #ececec;
}


@media (max-width: 768px) {
	.users.form form {
		padding-left: 0px;
		clear: both;
		display: block;
	}
	.users.form div:not(.submit) {
		height: auto!important;
		width: 100%;
		float: left;
		clear: none;
	}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		width: 100%;
		float: unset;
		
	}
	.input.select .checkbox {
		width: 50%;
		height: auto;
	}
	form .input > label:not(:empty){
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 10px;
		background: #ebebeb;
		padding: 5px;
		height:auto!important;
	}
	form label,.users.form .input-user-userlimitation, .users.form .input-user-userlimitation .lbl-cbl-limitations,.users.form .input-user-userspecialty, .users.form .input-user-userspecialty .lbl-cbl-userspecialty, #searchSelectmembersForm .cbl-specialties{
		float: unset;
		height: auto!important;
		width: auto!important;
		display: block!important;
	}
	select.select-date {
		width: auto;
		margin-right: 15px;
		width: auto!important;
		display: inline-block;
	}
	td.pager a{
		font-size:13px!important;
	}
	table.grid thead tr:first-child {
		display: none;
	}
	
	table.grid tr td {

		border: 1px solid rgba(0, 0, 0, 0.8);
		padding: 10px!important;
		font-size: 16px;
		text-align: center;
		background-color: #ffffff;
		position: relative;
		min-height: 41.14px;
		display: inline-grid;
	}
	table.grid tr td a{
		font-size:16px;
		
	}

	table.grid tr td::before {
		position: absolute;
		display: block;
		color: lightgray;
		font-size: 12px;
		top: -2px;
		left: 2px;
	}
	table.grid tbody tr {
		background-color: #666666;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
		gap: 0px 0px;
		padding-bottom: 5px;
		grid-auto-flow: row;
		
		
	}
	table.ytd tbody tr td {
		display: inline-grid;
	}
	

	table.member tbody tr {
		
		grid-template-areas:
			"area1 area2"
			"area3 area3"
			"area4 area5"
			"area6 area7";
		
	}

	table.member-admin tbody tr {
		grid-template-areas:
			"area1 area2"
			"area3 area3";
	}

	table.ytd tbody tr {
		grid-template-areas:
			"area1 area2"
			"area3 area4"
			"area5 area5";
	}

	table.otsignup tbody tr:not(.rank-row){
		grid-template-areas:
			"area1 area1"
			"area2 area3"
			"area4 area4"
			"area5 area5"
			"area6 area7"
			"area8 area8";
	}
	table.forcehireadmin tbody tr:not(.rank-row) {
		grid-template-areas:
			"area1 area1"
			"area2 area3"
			"area4 area5"
			"area6 area6"
			"area7 area7"
			"area8 area8";
	}
	table.otsignup tbody tr.rank-row, table.forcehireadmin tbody tr.rank-row {
		grid-template-areas:
			"area0 area0";
			padding-bottom: 0px;
		
	}
	
	table.grid  tbody tr td:nth-child(1) {
		grid-area: area1;
	}

	table.member  tbody tr td:nth-child(1)::before,table.otsignup  tbody tr:not(.rank-row) td:not(.no-records):nth-child(1)::before {
		content: 'Name';
	}
	table.ytd  tbody tr td:nth-child(1)::before {
		content: 'Date';
	}
	table.forcehireadmin  tbody tr td:not(.no-data):nth-child(1)::before {
		content: 'Name';
	}
	table.grid  tbody tr td:nth-child(2) {
		grid-area: area2;
	}

	table.member  tbody tr td:nth-child(2)::before {
		content: 'Rank';
	}
	table.otsignup  tbody tr td:nth-child(2)::before {
		content: 'Home';
	}
	table.forcehireadmin  tbody tr td:nth-child(2)::before {
		content: 'Rank';
	}
	table.ytd  tbody tr td:nth-child(2)::before {
		content: 'Type';
	}
	table.grid  tbody tr td:nth-child(3) {
		grid-area: area3;
	}
	table.ytd  tbody tr td:nth-child(3)::before {
		content: 'Reason';
	}
	table.otsignup  tbody tr td:nth-child(3)::before {
		content: 'Cell';
	}
	table.forcehireadmin  tbody tr td:nth-child(3)::before {
		content: 'Division';
	}
	
	table.member-admin tfoot tr td > div{
		float:unset!important;
		display: inline;
	}
	table.member-admin  tbody tr td:nth-child(3) a, table.member-admin tfoot tr td a{
		background-color:#0d6efd;
		color:white;
		padding: 5px;
    	font-size: 16px;
		
	}
	table.member-admin  tbody tr td:nth-child(3) a{
		float: left;
		
	}
	table.member-admin  tbody tr td:nth-child(3) a:nth-child(2){
		float: right;
		background-color: #c20d0d;
	}
	
	table.member-admin tfoot tr td > div a{
		background-color:#393f48;
		font-size: 20px;
	}

	table.grid  tbody tr td:nth-child(4) {
		grid-area: area4;
	}

	table.member  tbody tr td:nth-child(4)::before {
		content: 'Station';
	}
	table.forcehireadmin  tbody tr td:nth-child(4)::before {
		content: 'Home';
	}
	table.forcehireadmin  tbody tr td:nth-child(5)::before {
		content: 'Cell';
	}
	table.forcehireadmin  tbody tr td:nth-child(6)::before {
		content: 'Specialties';
	}
	table.forcehireadmin  tbody tr td:nth-child(7)::before {
		content: 'Last Force Hire';
	}
	table.ytd  tbody tr td:nth-child(4)::before {
		content: 'Desc';
	}
	table.grid  tbody tr td:nth-child(5) {
		grid-area: area5;
	}

	table.member  tbody tr td:nth-child(4)::before {
		content: 'Shift';
	}
	table.ytd  tbody tr td:nth-child(5)::before {
		content: 'Hours Worked';
	}
	table.otsignup  tbody tr td:nth-child(5)::before {
		content: 'Limitations';
	}
	table.grid  tbody tr td:nth-child(6) {
		grid-area: area6;
	}

	table.member  tbody tr td:nth-child(6)::before {
		content: 'Home';
	}
	table.otsignup  tbody tr td:nth-child(6)::before {
		content: 'YTD Hours';
	}
	table.grid  tbody tr td:nth-child(7) {
		grid-area: area7;
	}

	table.member  tbody tr td:nth-child(7)::before {
		content: 'Cell';
	}
	table.otsignup  tbody tr td:nth-child(7)::before {
		content: 'Work Time';
	}
	table.grid  tbody tr td:nth-child(8) {
		grid-area: area8;
	}
	table.otsignup  tbody tr td:nth-child(8) input,select  {
		width: 100%!important;
	}
	table.member  tbody tr td:nth-child(8)::before {
		content: '';
	}
	td.row-rank:not(.no-data){
		grid-area: area0!important;
	}

	.calendar .day-shift-A div.br{
	
		border-top:5px solid #FF0000;
	}
	
	.calendar .day-shift-B div.br{
		
		border-top:5px solid #8888FF;
	}
	
	.calendar .day-shift-C div.br{
		
		border-top:5px solid  #00DD00;
	}
	table.tabular.calendar tbody td .count {
		z-index: 3!important;
		right: 5px;
		background-color: #825ba142;
		pointer-events: none;
		box-shadow: unset;
		left: unset!important;
	}
	
}


/* DATATABLES */
.dataTables_wrapper{
	display:flex;
	flex-flow: column;
}
.dataTables_wrapper .dataTables_filter{
	text-align:left;
	display:none;
}
.dataTables_wrapper .dataTables_filter input {
    min-width: 300px;
}
