/* INPUTS PRESETS */
button, input, optgroup, select, textarea{
	margin: 0;
	font: inherit;
	color: inherit;
	box-sizing:border-box;
}
button{
	overflow:visible;
}
button,select{
	text-transform:none;
}
button,html input[type=button],input[type=reset],input[type=submit]{
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	padding:0;
	border:0;
}
.cke_chrome{
	border-radius: 5px;
	border-width: thin;
}

input{
	line-height:normal;
}
input[type=checkbox],input[type=radio]{
	box-sizing:border-box;
	padding:0;
}
input[type=checkbox]~label,input[type=radio]~label, dt, label, a.icon, div.resize, .widget *{
	-ms-user-select: none;
	user-select: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type*=date]::-webkit-calendar-picker-indicator,
input[type*=time]::-webkit-calendar-picker-indicator{
	margin-left: 0;
	cursor: pointer;
}

input[type=search]{
	box-sizing:content-box;
	-webkit-appearance:textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{
	-webkit-appearance:none;
}
legend{
	padding:0;
	border:0;
}
textarea{
	overflow:auto;
}
optgroup{
	font-weight:600;
}
table{
	border-spacing:0;
	border-collapse:collapse;
}
td, th{
	padding:0;
}

input[type="checkbox"],
input[type="radio"]{
	position: absolute;
	visibility: hidden;
}

option{
	display: inline-block;
	font-size: 14px;
}

hr {
	box-sizing: content-box;
	height: 1px;
	overflow: visible;
	background-color: #777777;
	width: 100%;
}
.panel-container-hr {
	width: calc(100% - 8px);
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

body, *, html, form, div {
	caret-color: transparent !important;
	caret: unset !important;
}

input, textarea {
	caret-color: black !important;
	caret: black !important;
}



/****************************************************************************************
ESTILOS DOS INPUTS -> text, password, file, textarea, select
****************************************************************************************/
input, textarea, select, .select2-selection{
	font-size: 1rem;
	outline: 1px transparent !important;
	border-width: 1px;
	border-style: solid;
	padding: 13px 8px 5px 8px;
	height: 38px;
	border-radius: 5px;
	box-sizing: border-box !important;
	line-height: 18px;
}

input[type=text],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=password],
input[type=file],
input[type=number],
textarea,
select,
.now-select{
	width: 100%;
}

input[type=file]{
	padding: 10px 8px 5px 8px;
}
input[small], textarea[small], select[small], .select2-selection[small]{
	height: 30px;
	font-size: 0.875rem;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week]{
	padding-right: 4px;
}

input[type=text] ~ label,
input[type=date] ~ label,
input[type=time] ~ label,
input[type=datetime-local] ~ label,
input[type=month] ~ label,
input[type=week] ~ label,
input[type=password] ~ label,
input[type=file] ~ label,
input[type=number] ~ label,
textarea ~ label,
select ~ label,
.now-select ~ label{
	position: absolute;
	top: 0;
	left: 0;
	/*border-width: 1px;
	border-style: solid;*/
	max-width: calc(100% - 20px);
	font-size: 0.625rem;
	vertical-align: middle;
	font-weight: 500;
	padding:  1px 2px;
	outline: none;
	margin-left: 8px;
	letter-spacing: 0.04em;
	text-decoration: none;
	line-height: 9px;
	border-radius: 6px;
	text-align: left !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	display: block;
}
select ~ label,
.now-select ~ label {
	padding-right: 16px;
}
select ~ label > a,
.now-select ~ label > a {
	color: #FFFFFF;
	text-decoration: none;
	width: 12px;
	height: 12px;
	display: block;
	float: right;
	border-width: 1px;
	border-style: solid;
	margin-left: 5px;
	margin-top: 1px;
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
}

select ~ label > a::before,
.now-select ~ label > a::before{
	position: absolute;
	top: calc(50% - 5px);
	right: calc(50% - 1px);
	width: 2px;
	height: 8px;
	display: block;
	background-color: #7c7c7c;
	content: '';
}

select ~ label > a::after,
.now-select ~ label > a::after{
	position: absolute;
	top: calc(50% - 2px);
	right: calc(50% - 4px);
	width: 8px;
	height: 2px;
	display: block;
	background-color: #7c7c7c;
	content: '';
}

input[type="file"]:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

textarea{
	resize: vertical;
}

textarea.long-text{
	height: 120px;
}

input[type-money], input[type-reais], input[type-numbe], input[type-time], input[type-total], input[type-somas], input[type-fuel],
input[data-config*="@integer"],
input[data-config*="@decimal"],
input[data-config*="@money"],
input[data-config*="@fuel"],
input[data-config*="@peso"],
input[data-config*="@agency"],
input[data-config*="@acount"] {
	text-align: right;
}
input[onClick]{
	cursor: pointer;
}
input[type-total]{
	font-size: 45px;
	height: 86px;
	padding: 16px 8px;
}
input[input-total]{
	font-size: 45px;
	height: 86px;
	padding: 16px 8px;
}

/****************************************************************************************
ESTILOS DOS INPUTS -> submit, reset and button
****************************************************************************************/
.botoadeira,
input[type="submit"],
input[type="reset"],
input[type="cancel"],
input[type="button"] {
	font-size: 14px;
	vertical-align: middle;
	font-weight: normal;
	text-transform:uppercase;
	outline: none;
	height: 38px;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	padding: 3px 12px 1px 12px;
	border-width: 0;
	border-style: solid;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.botoadeira,
input[type="submit"][small],
input[type="button"][small],
input[type="reset"][small],
input[type="cancel"][small]{
	height: 30px;
	font-size: 12px;
}

input.form-button{
	position: relative;
	display: inline-block;
	height: 38px;
	width: 38px;
	padding: 6px;
	background-position: center;
	background-repeat: no-repeat;
}
a.form-button{
	position: relative;
	display: inline-block;
	border: 1px solid #E0E0E0;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
input[type="submit"].buscar{
	background-image: url(../icons/007.svg);
	height: 30px;
	width: 30px;
}

/****************************************************************************************
ESTILOS DOS INPUTS -> Radio and checkbox
****************************************************************************************/

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
	font-size: 14px;
	vertical-align: middle;
	font-weight: normal;
	outline: none;
	position: relative;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	height: 38px;
	background-image: none;
	box-sizing: border-box !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	line-height: 18px;
	padding: 10px 8px 6px 6px;
	border-width: 1px;
	border-style: solid;
}
input[type="checkbox"][small] ~ label,
input[type="radio"][small] ~ label {
	height: 30px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 8px;
}

input[check-imput] ~ label, input[check-imput][small] ~ label,
input[radio-imput] ~ label, input[radio-imput][small] ~ label {
	padding-left: 28px;
}
input[check-image] ~ label, input[check-image][small] ~ label,
input[radio-image] ~ label, input[radio-image][small] ~ label {
	padding-left: 38px;
}
input[check-icons] ~ label, input[check-icons][small] ~ label,
input[view-icons] ~ label, input[view-icons][small] ~ label,
input[radio-icons] ~ label, input[radio-icons][small] ~ label {
	padding-left: 38px;
}

/*
input[check-list] ~ label,
input[radio-list] ~ label{
	border: 0;
	background: #FFFFFF;
	color: #666;
	border-radius: 0;
}

input[radio-list]:not(:checked) ~ label{
	background: #FFF !important;
}

input[radio-list]:checked ~ label{
	background: #690 !important;
	color: #FFF;
}
*/

/*VISUAL DESABILITADO DA INPUT*/
input[check-imput] ~ label::before,
input[radio-imput] ~ label::before{
	position: absolute;
	display: block;
	border-width: 1px;
	border-style: solid;
	content: '';
	border-radius: 8px;
}

input[radio-imput] ~ label::before{
	height: 14px;
	width: 14px;
	left: 5px;
	top: calc(50% - 7px);
	background-image: linear-gradient(#EEE, #CCC, #EEE);
}

input[radio-imput]:checked ~ label::after{
   position: absolute;
   display: block;
	height: 8px;
	width: 8px;
	top: calc(50% - 4px);
	left: 8px;
	background-color: #7bcf2a;
	background-image: linear-gradient(#7bcf2a, #487012, #7bcf2a);
	content: '';
	border-radius: 50%;
}

input[check-imput] ~ label::before{
	height: 20px;
	width: 10px;
	left: 6px;
	top: calc(50% - 11px);
	background-image: linear-gradient(#EEE, #CCC, #EEE);
}

input[check-imput]:checked ~ label::before{
	background-color: #487012;
	background-image: linear-gradient(#7BCF2A, #487012, #7BCF2A);
}

input[check-imput]:not(:checked) ~ label::before{
	background-color: #Cf2E2A;
	background-image: linear-gradient(#Cf2E2A, #681816, #Cf2E2A);
}

input[check-imput]:checked ~ label::after{
   position: absolute;
   display: block;
	height: 12px;
	width: 12px;
	top: calc(50% - 11px);
	left: 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	background-image: linear-gradient(#EEE, #CCC, #EEE);
	content: '';
	border-radius: 50%;
}

input[check-imput]:not(:checked) ~ label::after{
   position: absolute;
   display: block;
	height: 12px;
	width: 12px;
	top: calc(50% - 3px);
	left: 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	background-image: linear-gradient(#EEE, #CCC, #EEE);
	content: '';
	border-radius: 50%;
}
input[type="checkbox"][disabled] ~ label,
input[type="radio"][disabled] ~ label {
	cursor: default !important;
}



/*VISUAL DA INPUT*/

input[type="checkbox"][check-clean] ~ label,
input[type="radio"][radio-clean] ~ label,
input[type="checkbox"][radio-clean] ~ label {
	width: 34px;
	height: 34px;
	box-sizing: border-box !important;
	padding: 0;
	border: 0;
	background: none !important;
	color: unset;
}

input[radio-clean] ~ label:before{
   position: absolute;
   display: block;
	height: 20px;
	width: 20px;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	background-image: linear-gradient(#EEE, #CCC, #EEE);
	content: '';
	border-radius: 50%;
}

input[radio-clean]:checked ~ label:after{
   position: absolute;
   display: block;
	height: 12px;
	width: 12px;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	background-color: #7bcf2a;
	background-image: linear-gradient(#7bcf2a, #487012, #7bcf2a);
	content: '';
	border-radius: 50%;
}

input[check-clean]:checked ~ label:before{
   position: absolute;
   display: block;
	height: 24px;
	width: 12px;
	top: calc(50% - 13px);
	left: calc(50% - 7px);
	border-width: 1px;
	border-style: solid;
	background-color: #7bcf2a;
	background-image: linear-gradient(#487012, #7bcf2a, #487012);
	content: '';
	border-radius: 8px;
}

input[check-clean]:not(:checked) ~ label:before{
   position: absolute;
   display: block;
	height: 24px;
	width: 12px;
	top: calc(50% - 13px);
	left: calc(50% - 7px);
	border-width: 1px;
	border-style: solid;
	background-color: #cf2e2a;
	background-image: linear-gradient(#cf2e2a, #681816, #cf2e2a);
	content: '';
	border-radius: 8px;
}

input[check-clean]:checked ~ label:after{
   position: absolute;
   display: block;
	height: 16px;
	width: 16px;
	top: 0;
	left: calc(50% - 9px);
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	background-image: linear-gradient(#EEE, #CCC, #EEE);
	content: '';
	border-radius: 50%;
}
input[check-clean]:not(:checked) ~ label:after{
   position: absolute;
   display: block;
	height: 16px;
	width: 16px;
	bottom: 0;
	left: calc(50% - 9px);
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	background-image: linear-gradient(#EEE, #CCC, #EEE);
	content: '';
	border-radius: 50%;
}

input[check-clean][disabled]:checked ~ label:before,
input[radio-clean][disabled]:checked ~ label:before{
	background-image: none;
	background-color: #b4b4b4;
}
input[check-clean][disabled]:not(:checked) ~ label:before,
input[radio-clean][disabled]:not(:checked) ~ label:before{
	background-image: none;
	background-color: #b4b4b4;
}

input[check-image] ~ label:before,
input[radio-image] ~ label:before{
	position: absolute;
	display: block;
	left: 0.25em;
	height: 32px;
	width: 48px;
	top: 50%;
	margin-top: -16px;
	border-radius: 3px;
	background-size: 48px 32px;
	background-color: unset;
	background-repeat: no-repeat;
	background-position: left center;
	content: '';
}

input[check-image] ~ label{
	padding-left: 56px;
}

input[radio-image] ~ label{
	padding-left: 56px;
}

input[check-icons] ~ label:before,
input[view-icons] ~ label:before,
input[radio-icons] ~ label:before{
    position: absolute;
    display: block;
	left: 0.25em;
	height: 32px;
	width: 32px;
	top: 50%;
	margin-top: -16px;
	border-radius: 50%;
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
}
input[check-icons][small] ~ label:before,
input[view-icons][small] ~ label:before,
input[radio-icons][small] ~ label:before{
    position: absolute;
    display: block;
	left: 0.25em;
	height: 24px;
	width: 24px;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
}
input[check-icons] ~ label,
input[view-icons] ~ label{
	padding-left: 40px;
}
input[radio-icons] ~ label{
	padding-left: 40px;
}

input[check-icons]:checked ~ label:before,
input[view-icons]:checked ~ label:before,
input[radio-icons]:checked ~ label:before {
	background-color: #63b163;
}
input[check-icons]:not(:checked) ~ label:before,
input[view-icons]:not(:checked) ~ label:before,
input[radio-icons]:not(:checked) ~ label:before {
	background-color: #999999;
}

input[check-icons][disabled] ~ label,
input[radio-icons][disabled] ~ label {
	background-color: rgba(203, 83, 83, 0.15) !important;
}

input[view-icons][disabled]:checked ~ label {
	background-color: rgba(131, 203, 83, 0.15) !important;
}

input[check-icons][disabled] ~ label:before,
input[radio-icons][disabled] ~ label:before {
	background-color: #882900 !important;
}

input[view-icons][disabled]:checked ~ label:before {
	background-color: #63b163 !important;
}

input[view-icons][disabled]:not(:checked) ~ label:before {
	background-color: #bb0e00 !important;
}

input[check-buss] ~ label,
input[radio-buss] ~ label {
	text-align: center;
	width: 25px;
	height: 23px;
	min-height: 23px !important;
	padding: 3px 1px;
	margin: 1px;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}

input[radio-buss]:disabled ~ label {
	border-style: dashed;
	cursor: default;
}

input[type="radio"][radio-buss-change],
input[type="checkbox"][radio-buss-change] {
	width: 1px;
	height: 1px;
}
input[type="radio"][radio-buss-change] ~ label,
input[type="checkbox"][radio-buss-change] ~ label {
	position: relative;
	display: block;
	height: 32px !important;
	width: 25px;
	border: 0 !important;
	padding: 0 !important;
	background-color: unset !important;
	text-align: center !important;
}
input[type="radio"][radio-buss-change] ~ label,
input[type="checkbox"][radio-buss-change] ~ label{
	position: absolute;
	display: block;
	height: 32px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	transition: .05s ease-in-out all;
}

input[type="radio"][radio-buss-change]:not(:checked) ~ label,
input[type="checkbox"][radio-buss-change]:not(:checked) ~ label{
	background-image: url("../../images/free.svg");
	transition: .05s ease-in-out all;
}

input[type="radio"][radio-buss-change][selling][man] ~ label,
input[type="checkbox"][radio-buss-change][selling][man] ~ label{
	background-image: url("../../images/man.svg");
	transition: .05s ease-in-out all;
}

input[type="radio"][radio-buss-change][selling][girl] ~ label,
input[type="checkbox"][radio-buss-change][selling][girl] ~ label{
	background-image: url("../../images/girl.svg");
	transition: .05s ease-in-out all;
}

input[type="radio"][radio-buss-change]:is(:checked) ~ label,
input[type="checkbox"][radio-buss-change]:is(:checked) ~ label{
	background-image: url("../../images/check.svg") !important;
	transition: .05s ease-in-out all;
}

input[type="radio"][radio-buss-change]:hover ~ label,
input[type="checkbox"][radio-buss-change]:hover ~ label{
	background-image: url("../../images/warn.svg") !important;
	transition: .05s ease-in-out all;
}

input[type="radio"][radio-buss-change][disabled] ~ label,
input[type="checkbox"][radio-buss-change][disabled] ~ label{
	background-image: url("../../images/lock.svg") !important;
	transition: .05s ease-in-out all;
}

.travel-buss .close {

}

.buss-mini-foot {
	text-align: center;
}

.buss-mini-foot > a {
	position: relative;
	display: block;
	cursor: pointer;
	text-align: center;
}

input[type="radio"][radio-buss-change] ~ label > span,
input[type="checkbox"][radio-buss-change] ~ label > span{
	position: absolute;
	width: 32px;
	top: 30%;
	left: calc(50% - 17px);
	text-align: center;
}

/****************************************************************************************
ESTILOS DAS TABLES -> table, caption, tr, th, td...
****************************************************************************************/
table{
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100% !important;
	max-width: 100%;
	/*table-layout: fixed;*/
}

caption{
	padding: 8px;
	border: 0;
}

.no-round {
	border-radius: 0 !important;
}
.top-round {
	border-radius: 8px 8px 0 0 !important;
}
.bottom-round {
	border-radius: 0 0 8px 8px !important;
}
.all-round {
	overflow:hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px !important;
}

table.compact > thead > tr > td,
table.compact > tbody > tr > td,
table.compact > tfoot > tr > td{
	font-family: "Roboto Condensed", sans-serif;
	font-stretch: condensed;
	font-size: 12px;
}

table.compact > caption{
	font-size: 15px;
	font-stretch: condensed;
}

table.table > thead > tr > th,
table.table > thead > tr > td{
	font-weight: 700;
}

table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td{
	padding: 8px;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
}

table.table > thead > tr > th[trunc],
table.table > thead > tr > td[trunc],
table.table > tbody > tr > th[trunc],
table.table > tbody > tr > td[trunc],
table.table > tfoot > tr > th[trunc],
table.table > tfoot > tr > td[trunc]{
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important;
}

table.table > thead > tr,
table.table > tfoot > tr,
table.table > thead > tr,
table.table > tfoot > tr{
	user-select: none;
	-ms-user-select: none;
}

table.hovered tbody tr[onClick]:hover,
table.hovered.striped tbody tr[onClick]:nth-child(odd):hover{
	cursor: pointer;
}

table.table > thead > tr > td > legend,
table.table > tbody > tr > td > legend,
table.table > tfoot > tr > td > legend{
	float: left;
	display: none;
	margin-right: 0.5em;
}

table.table > thead > tr > td[onClick]{
	position: relative;
	cursor: pointer;
}

table.table > thead > tr > td[onClick][actived]::before{
	display: block;
	position: absolute;
	left: 9px;
	bottom: 4px;
	width: 0;
	border-style: solid;
	border-color: rgba(50,50,50,1) rgba(50,50,50,0);
	border-width: 5px 4px 0 4px;
	content: "";
}

@media screen and (max-width:767px){

	table.table > thead > tr > td,
	table.table > tbody > tr > td,
	table.table > tfoot > tr > td{
		display: flex !important;
		width: inherit;
	}

	table.table > thead > tr > td[noflex],
	table.table > tbody > tr > td[noflex],
	table.table > tfoot > tr > td[noflex]{
		display: inline-grid !important;
		width: inherit;
	}

	table.table > tbody > tr > th,
	table.table > tbody > tr > td,
	table.table > thead > tr > th,
	table.table > thead > tr > td,
	table.table > tfoot > tr > th,
	table.table > tfoot > tr > td{
		border-top: 0;
	}

	table.table > thead > tr > td,
	table.table > thead > tr > th {
		display: none !important;
	}

	table.table > thead > tr > td > legend,
	table.table > tbody > tr > td > legend,
	table.table > tfoot > tr > td > legend{
		display: inline;
	}

	table.table > thead > tr > th[trunc],
	table.table > thead > tr > td[trunc],
	table.table > tbody > tr > th[trunc],
	table.table > tbody > tr > td[trunc],
	table.table > tfoot > tr > th[trunc],
	table.table > tfoot > tr > td[trunc]{
		overflow: visible !important;
		white-space: normal !important;
	}
	table img{
		background-color: unset !important;
	}
}


/*
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

*/
