html {}

body {
	font-family: Calibri !important;
	font-size: 16px;
	color: #555555;
}

a {
	cursor: pointer;
	text-decoration: underline;
}

hr {
	height: 0px;	
	border-bottom: 0px solid #ccc;
}

.logo {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #cccccc;
}

.logo img {
	max-height: 100px;
}

.content {
	width: 1400px;
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -700px;
}

input,option,select {
	width: 100%;
	margin: 10px;
	font-size: 18px;
	padding: 8px;
	border-radius: 4px;
	border: solid 1px #aaaaaa;
	cursor: pointer;
}

#works_years {
	width: 90px;
	float: left;
	margin-top: -8px;
	/* margin: 0 0 0 12px; */
	/* padding: 0; */
}

input[type="date"] {
	padding: 5px;
}

input[type="submit"] {
	cursor: pointer;
	width: 102%;
}

.note {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.loginForm {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
}

#passwordRecovery {
	display: none;
}

.tabLinks{
	display: flex;
}

.tabLinks button {
	border-radius: 4px 4px 0px 0px;
	border: none;
	font-family: Calibri !important;
	padding: 5px;
	font-size: 13px;
	font-weight: 200;
	cursor: pointer;	
	margin-right: 2px;
}

.tabContent {
	padding: 20px 10px;
	font-size: 14px;
	
}

.tabContent h3 {
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	font-weight: bold;
	border: 2px solid black;
	padding: 5px;
}

.tabContent h4 {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
}

.tabContent span {
	font-size: 13px;
}

.toolbar {
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
}

.toolbar .reports {
	float: left;
	font-size: 120%;
	font-weight: 600;
}

.toolbar .reports span {
	color: #FE0000;
	font-size: 100%;	
}

.toolbar a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	padding: 6px;
	border-radius: 4px;
}

.itemActions {
	float: right;
	text-align: right;
}

.itemActions a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	padding: 6px;
	border-radius: 4px;
}

input.quarter {
	width: 21.6%;
	float: left;
}

input.half {
	width: 46.5%;
	float: left;
}

input.full {
	width: 96.3%;
}

input[type="submit"].full {
	width: 98%;
}

select.full {
	width: 98%;
}

select.half {
	width: 48%;
}

select.quarter {
	width: 23%;
}

.backLink {
	float: left;
	margin-left: 12px;
	text-decoration: none;
	border-radius: 4px;
	padding: 2px 5px;
}

.customersAccount {
	margin-left: 40px;
	font-size: 16px;
}

.itemsTable {
	width: 100%;
	font-family: Calibri !important;
}

.itemsTable th {
	background-color: #3B4C82;
	color: #ffffff;
	font-size: 12px;
}

.itemsTable td {
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;	
}

.itemsTable.goods td {
	max-width: 150px;
}

.itemsTable tr:nth-child(even) {
    background-color: #dddddd;
}

.itemActionsTable {
	margin-top: 0px;
}

.itemActionsTable a,
.itemActionsTable button {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	padding: 6px;
	border-radius: 4px;
}

.itemsTable .child {
	background-color: #444444;
	color: #ffffff;
}

.itemsTable .child td {
	padding-top: 6px !important;
    padding-bottom: 0px !important;
    font-size: 12px;
}

.alerts {
	width: 100%;
}

.alerts td {
	width: 50%;
	vertical-align: top;
}

.alerts td h4 {
	text-align: left;
}

.alerts td p {
	font-size: 14px;
	line-height: 17px;
	border-bottom: dotted 1px #999999;
} 

.videos {
	width: 100%;
}

.videos td {
	width: 50%;
}

.videos td p {
	font-weight: 600;
	border-bottom: solid 1px #cccccc;
}

/****************************************************/

.inputForm {
	color: #333333;
}

.inputForm span {
	font-size: 14px;
	margin-right: 20px;
}

button.management {
	border: none;
	padding: 5px;
	border-radius: 4px;
}

.select2-selection__arrow {
	display: none !important;
}

.select2-container {
	font-size 18px !important;
}

.select2-container--default .select2-selection--single {
	margin-top: -3px;
	margin-left: 6px;
	height: 40px !important;
}

span.select2-selection__rendered {
	font-size: 18px !important;
    margin-top: 5px !important;
}

.select2-search--dropdown .select2-search__field {
	width: 95% !important;
}

.smaSelect {
	display: none;
}

.locationTitle {
	display: none;
	font-weight: 400;
    font-size: 24px;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 98;
	background: rgba(0,0,0,0.7);
}

.overlay .popup {
	width: 300px;
	height: 100px;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -150px;
	z-index: 99;
	background-color: #ffffff;
}

.overlay .popup p {
	text-align: center;
}

.overlay .popup button {
	border: none;
	padding: 6px;
	margin: 6px;
	cursor: pointer;
}

.readAndSignOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	top: 0px;
	left: 0px;
	display: none;
}

.readAndSignOverlay .close {
	color: #ffffff;
	position: fixed;
	top: 20px;
	right: 20px;
	text-decoration: none;
	font-weight: 600;
}

.readAndSignOverlay .document {
	width: 86%;
	position: fixed;
	left: 7%;
	top: 50px;
	border: solid 1px #ffffff;
}

.readAndSignOverlay .document embed {
	width: 100%;
	height: 500px;
}

.readAndSignOverlay .confirm {
	position: fixed;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 100%;
	margin-top: -100px;
	background-color: #ffffff;
	padding: 10px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
}

.readAndSignOverlay #count-down-timer{
	position: fixed;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 100%;
	margin-top: -100px;
	background-color: #ffffff;
	padding: 10px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
}

table.paychecksTitles {
	font-size: 20px;
	font-variant: small-caps;
}

table.employees {
	font-size: 18px;
	font-weight: 200 !important;
}

table.paychecks {
	display: none;
}

svg.icons{
	width:16px;
	cursor: pointer;
}