/*DataTable extesions*/
.loading {
	background: none repeat scroll 0 0 black;
	position: fixed;
	display: block;
	opacity: 0.5;
	z-index: 100;
	top: 0;
	height: 100%;
	width: 100%;
}

table.dataTable {
	clear: both;
	margin-top: 0.64vh !important;
	margin-bottom: 0.64vh !important;
	max-width: none !important;
	border-collapse: separate;
}

	table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
		padding-right: 1.5625vw;
	}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
	border-left-width: 0;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}
div.dataTables_wrapper div.dataTables_length {}
	div.dataTables_wrapper div.dataTables_length label {
		font-family: 'Noto Sans' !important;
		color: var(--DarkPurple1) !important;
		font-weight: 300;
		font-size: 1.77vh;
	}

	div.dataTables_wrapper div.dataTables_length select {
		display: inline-block;
		vertical-align: middle;
		height: fit-content;
		line-height: 3.2vh;
		padding: 0.53vh 0.52vw;
		font-size: 1.77vh;
		border-radius: 3px;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #0e2d44;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

input[type=search] {
	height: 3.2vh;
	padding: 0.53vh 0.52vw;
	font-size: 1.52vh;
	line-height: 1.5;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.dataTables_wrapper .bottom {
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: space-between;
}

.dataTables_paginate {
	text-align: right;
	margin: 0 0.1vw;
}
	.dataTables_paginate a {
		font-family: 'Noto Sans' !important;
		color: var(--PurpleMedio2) !important;
		font-weight: 300;
		font-size: 1.77vh;
		padding: 0.64vh 0.46875vw !important;
		background: white !important;
		border: 1px solid #07182b !important;
		border-radius: 3px;
		margin: 0 0.1vw;
	}

		.dataTables_paginate a.current {
			color: white !important;
			background: var(--DarkScire) !important;
		}

.dataTables_empty{
	vertical-align: middle;
}

.paginate_button {
	cursor: pointer;
	position: relative;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 1.2vh;
	right: 0.416vw;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}

table.dataTable thead .sorting:after {
	content: url("/img/table/arrows.svg");
}

table.dataTable thead .sorting_desc:after {
	content: url("/img/table/arrow-decrescente.svg");
}

table.dataTable thead .sorting_asc:after {
	content: url("/img/table/arrow-crescente.svg");
}
/*DataTable extensions*/

.scire-table-container {
	position: relative;
	min-height: 80vh;
	background-color: white;
	padding: 2vh 2.08vw;
	/*box-shadow: 0 2.5px 3px rgb(0 0 0 / 20%); - Sombra antiga */
	box-shadow: 0 2.5px 10px rgb(0 0 0 / 10%); 
	margin: 3rem;
}

.toggle-btn {
	width: 2.1875vw;
	height: 2.347vh;
	background-color: var(--TGrey2);
	border-radius: 30px;
	padding: 0.213vh 0.104vw;
	transition: all 300ms ease-in-out;
}
	.toggle-btn > .toggle-circle {
		margin: 0;
		width: 1.92vh;
		height: 1.92vh;
		background-color: white;
		border-radius: 50%;
		transition: all 300ms ease-in-out;
	}

.toggle-btn.active {
	background-color: var(--TNormal);
	transition: all 300ms ease-in-out;
}
.toggle-btn.active > .toggle-circle {
	margin-left: 1.04vw;
}

/* sair casando os elementos para definilos em div superior ao wrapper do datatable que aparece*/
.scire-table{
	min-height:30vh;
}

.dataTables_info {
	font-family: 'Noto Sans';
	color: var(--DarkPurple1);
}

.scire-table .dataTables_processing {
	top: 50%;
	left: calc(50% - 8vw);
	position: fixed;
	width: 13.02vw;
	height: 6.33vh;
	padding: 1.49vh 0 0.213vh;
	background: var(--BlueScire1) !important;
	color: white !important;
	font-family: 'Roboto';
	font-size: 1.7773vh;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
}
.scire-table table, .scire-table table.dataTable {
	width: 58.33vw; /*calc(32*35px);*/
	max-width: 100%;
	height: 100%;
	background-color: white;
	border-collapse: collapse;
	table-layout: fixed;
}
	.scire-table table.dataTable thead tr,
	.scire-table table thead tr {
		width: 100%;
		height: 4.1862vh;
		text-align: justify;
		font-size: 1.52vh;
		border-bottom: 0.5px solid var(--TDarkBlue) !important;
		color: var(--DarkScire);
		font-family: 'Roboto';
		font-weight: 500;
	}
		.scire-table table.dataTable thead tr th.sorting_disabled {
		}
		.scire-table table.dataTable thead tr th.actions {
			padding-right: 1.04vw;
			text-align: right !important;
			cursor:default;
		}

	.scire-table table.dataTable tbody tr,
	.scire-table table tbody tr {
		width: 100%;
		height: 6.08vh;
		font-size: 1.77vh;
		border-bottom: 0.5px solid var(--TDarkBlue) !important;
	}
		.scire-table table.dataTable tbody tr:hover,
		.scire-table table tbody tr:hover {
			color: var(--DarkScire);
			background-color: var(--TGrey2);
		}
		.scire-table table.dataTable tbody tr td,
		.scire-table table tbody tr td {
			padding: 0 1.04vw 0 0;
			vertical-align: middle;
		}
		.scire-table table.dataTable tbody tr td ul {
			line-height:100%;
			margin-top: 0;
		}
			.scire-table table.dataTable tbody tr td .checkRequest {
				float: right;
			}
			.scire-table table.dataTable tbody tr td .singleIcon {
				float: right;
			}

	.scire-table table.dataTable thead th,
	.scire-table table.dataTable tbody td,
	.scire-table table thead th,
	.scire-table table tbody td {
		white-space: normal !important;
		word-break: break-word !important
	}

	.scire-table table.dataTable tbody tr td.inspectionmatrix {
		border-left: 1px solid var(--DarkScire_40);
		border-right: 1px solid var(--DarkScire_40);
		padding: 0.747vh 0.78125vw;
		font-size: 1.39vh;
		text-align:center;
	}
	.scire-table table.dataTable tbody tr td.focus1 {
		background-color: #caefe2;
		border: 2px solid #139771;
	}
	.scire-table table.dataTable tbody tr td.focus2 {
		background-color: #ffe7b0;
		border: 2px solid #fbd571;
	}
	.scire-table table.dataTable tbody tr td.focus3 {
		background-color: #fbd571;
		border: 2px solid #fbd571;
	}
	.scire-table table.dataTable tbody tr td.focus4 {
		background-color:#fdb8b9;
		border: 2px solid #fc2d24;
	}

	.cell-focus-color{
		color: var(--TBlue);
	}

img.dot {
	height: 1.6vh;
	width: 1.6vh;
	padding-right: 0.26vw;
}
	img.dot.blue {
		content: url('/img/table/dot-blue.svg');
	}
	img.dot.grey {
		content: url('/img/table/dot-grey.svg');
	}
	img.dot.green {
		content: url('/img/table/dot-green.svg');
	}
	img.dot.yellow {
		content: url('/img/table/dot-yellow.svg');
	}
	img.dot.orange {
		content: url('/img/table/dot-orange.svg');
	}
	img.dot.red {
		content: url('/img/table/dot-red.svg');
	}
	img.dot.yes{
		content: url('/img/table/icon-yes.svg');
	}
	img.dot.no {
		content: url('/img/table/icon-no.svg');
	}

.columnHorizontalAlign {
	text-align: center;
}

.columnVerticalAlign {
	position: relative;
	top: 50%;
}

img.tag {
	width: 4.27vw;
	height: 1.92vh;
}

hr{
	width: 100%;
	position:relative;
	border-top: 0.5px solid var(--PurpleMedio1);
}

/* Toggle */
.scire-table table.dataTable tbody tr td .holder {
	position: relative;
	height: 1.5vh;
	width: 1.35vw;
	background-color: var(--DarkPurple3);
	border-radius: 0.75vh;
	float: left;
	margin: 0;
	transition: 0.3s background-color ease-out;
	cursor: pointer;
}
	.scire-table table.dataTable tbody tr td .holder.off {
		background-color: var(--Gray3);
	}
	.scire-table table.dataTable tbody tr td .holder .lever {
		position: absolute;
		top: 0.1vh;
		left: 0.65vw;
		height: 1.3vh;
		width: 0.65vw;
		background-color: white;
		border-radius: 0.65vh;
		transition: 0.3s left ease-out;
	}
	.scire-table table.dataTable tbody tr td .holder.off .lever {
		left: 0.1vh;
	}

/* dropdown */
.actionbtn {
	float: right;
	vertical-align: baseline;
	width: 2vw;
	height: 2.668vh;
	background-image: url("/img/table/action-button.svg");
	background-repeat: no-repeat;
}
	.actionbtn:hover {
		background-image: url('/img/table/action-button-mouse-up.svg');
		cursor:pointer;
	}
.actionbtn-dropdown {
	display: none;
	float: right;
	right: 0.46875vw;
	position: absolute;
	z-index: 100;
	margin: 3.308vh 1.0416vw 0 0;
	padding: 0.85vh 0;
	background-color: white;
	min-width: 10.67vh;
	width: fit-content;
	box-shadow: 0 10px 10px 0 rgba(25, 40, 63, 0.15);
	height: fit-content;
}
	.actionbtn-dropdown ul {
		padding: 0 !important;
		margin: 0 !important;
		list-style-type: none;
	}
		.actionbtn-dropdown ul li {
			padding: 0 0.625vw;
			height: 4.055vh;
			line-height: 4.055vh;
			font-family: 'Noto Sans';
			font-size: 1.77vh;
			color: var(--TDarkScire);
			box-sizing: border-box;
		}
			.actionbtn-dropdown ul li a {
				display: inline-block;
				width: 100%;
				height: 100%;
			}
			.actionbtn-dropdown ul li:hover {
				background-color: var(--TGrey2);
				cursor: pointer;
			}

.previousMeasures {
	display: none;
	left: 0;
	position: absolute;
	z-index: 1100;
	margin: 2.12vh 0 0 0;
	padding: 1.067vh 0.52vw;
	background-color: white;
	width: 56vw;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	height: fit-content;
}
	.previousMeasures .scire-table table.dataTable {
		width: 100%;
	}