.dashboard-eye{
	background-color: white;
	position: sticky;
	top: 0;
	left: -1.1px;
}

.dashboard-legal-to-drive{
	position: sticky;
	background-color: white;
	left: 55px;
	z-index: 0;
	text-align: center;
}

.dashboard-company{
	position: sticky;
	background-color: white;
	left: 177px;
	z-index: 0;
}

.dashboard-lastname{
	position: sticky;
	background-color: white;
	left: 296px;
	z-index: 0;
}
.dashboard-firstname{
	position: sticky;
	background-color: white;
	left: 425px;
	z-index: 0;
}
.dashboard-lastname-filter{
	left:175px !important;
}
.dashboard-firstname-filter{
	left:306px !important;
}
.bc-red{
	border-color: red;
}

.trigger {
	display: none;
}
.checker {
	background-image: url(../images/checkboxes1.png);
	background-position: right center;
	background-size: auto 100%;
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	margin-bottom: -5px;
}
.checkerChecked {
	background-position: left center;
	width: 18px;
}

.filters a {
	margin-top: 3px;
}

table.note-table thead tr th:nth-child(1) {
	width: 7%
}

table.note-table thead tr th:nth-child(2) {
	width: 73%
}

table.note-table thead tr th:nth-child(3) {
	width: 23%
}

.add-notes-modal {
	padding: 7px 10px;
}

table.note-table tbody tr td:nth-child(2) {
	word-break: break-all;
}

.error-span {
	color: red;
	display: none;
}

.employee-note-container {
	max-height: 182px;
	overflow: auto;
}

.header-title-font {
	color: #004d8a;
	font-weight: 500;
}
#ratingOptions {
	height: 28px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#ratingDate {
	height: 28px;
}
.headerDocButtons {
	width: 200px;
}
.ratingInputs {
	font-size: 12px;
	padding: 4px;
}
.ratingRow {
	width: 218px;
}

.nineteen-docs-back {
	background: #D3D3D3 !important;
}
.dashboard-table td {
	border: 1px solid #ddd;
}
.switch {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 30px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 5px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #004d8a;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
.toggle-text-top {
	top: 4px;
}
.toggle-text-bottom {
	bottom: 3px;
}
.dashboard-table.employee-table {
	position: relative;
}
.dashboard-table.employee-table th {
	position: sticky;
	top: -1px;
	background: white;
	z-index: 20;
}
.dashboard-table-height {
	max-height: 600px;
}
.dashboard-header-z-index{
	z-index: 98 !important;
}
.nineteen-docs-back input{
	border: none;
	background: #D3D3D3;
}
.nineteen-docs-header p {
	font-size: 11px;
	text-align: center;
}
.header-link {
	text-align: center;
	text-decoration: underline;
	color: #004d8a;
}
.header-link:hover {
	color: #000000;
	text-decoration: underline;
}
.score-td-width input {
	width: 33px;
}
.dashboard-checkmark-img {
	width: 16px;
	height: 16px;
}

form#hos_violation_filter .button,
form#hos_violation_filter .type,
form#hos_violation_filter .startTime,
form#hos_violation_filter .endTime {
	margin-right: 2px;
}
.addressed-checked {
	background-image: url(../images/true-icon.jpg);
	/*background-position: right center;*/
	background-size: auto 100%;
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	margin-bottom: -5px;
}
.samsara-quick-links-dropdown {
	height: 38px;
	border-radius: 0.1875rem;
}
.disabled-cursor {
	cursor: not-allowed !important;
}
.samsara-fields-back {
	background: #e0e0e0 !important;
}

.driveTooltip {
	display: none;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	z-index: 1;
	bottom: 125%; /* Position above the icon */
	left: 50%;
	transform: translateX(-50%);
}

.driveTooltip::after {
	content: '';
	position: absolute;
	top: 100%; /* Arrow on the bottom */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.dashboard-modal {
	z-index: 9999 !important;
}
.blue-text {
	color: #0000FF;
}