/******************************************
 * custom.css
 * CSS custom file
 * 
 * Codebox@2019
 ******************************************/
/***** IMPORTS *****/
@import url('awesome/css/all.css');

/***** BASE *****/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	height: 100%;
}

img { 
    /*image-rendering: optimizeSpeed;             /*                     */
    /*image-rendering: -moz-crisp-edges;*/          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

.workspace {
	max-width: 950px;
	margin: auto;
}


@media screen and (max-width: 767px){
}

/***** TEXT *****/
.text{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.titulo{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.softTitulo{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

.textObr{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #dc3545;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.typeV {font-family: verdana, cursive;}

.colorWhite {color: #fff;}
.colorNavy {color: #204eb1;}
.colorRed {color: #E6414A;}
.colorGrey {color: #666666;}
.colorDark {color: #000;}
.colorPrimary {color: #007bff;}
.colorSecondary {color: #6c757d;}
.colorSuccess {color: #28a745;}
.colorDanger {color: #dc3545;}
.colorWarning {color: #ffc107;}
.colorInfo {color: #17a2b8;}

.textBold {font-weight: 700;}
.textNormal {font-weight: 400;}
.textLight {font-weight: 300;}

.textItalic {font-style: italic;}

.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textJustify {text-align: justify;}

.textUp {text-transform: uppercase;}
.textDown {text-transform: lowercase;}

.textCursor {cursor:pointer;}

.textUnder {text-decoration: underline;}

.line15 {line-height: 1.5em;}
.line2 {line-height: 2em;}
.tam8 {font-size: 8px;}
.tam9 {font-size: 9px;}
.tam10 {font-size: 10px;}
.tam11 {font-size: 11px;}
.tam13 {font-size: 13px;}
.tam14 {font-size: 14px;}
.tam15 {font-size: 14px;}
.tam16 {font-size: 16px;}
.tam18 {font-size: 18px;}
.tam20 {font-size: 20px;}
.tam30 {font-size: 30px;}
.tam40 {font-size: 40px;}
.tam50 {font-size: 50px;}
.tam60 {font-size: 60px;}

.textLink a{
    color: #666;
    text-decoration: none;
}
.textLink a:hover{
    color: #666;
    text-decoration: underline;
}

.textBorder {
	border: 1px solid rgba(102,102,102,0.8);
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently	supported by Chrome and Opera */
	cursor: default;
}

.hrtheme {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid rgba(220,53,69,0.8);
}

.sortspan {
	cursor: pointer;
}

@media screen and (min-width: 767px){
	.showMobile {
		display: none;
	}
}

@media screen and (max-width: 767px){
	.showDesktop {
		display: none;
	}
}

/***** SUBTITLE *****/
.legendText {
	position: relative; 
	top: -3px;
}

.legendColor {
	position: relative; 
	top: -2px;
	font-size: 12px;
}

/***** MAP *****/
.map {
	position: absolute;
	width: 100%;
	height: 500px;
}
/*.leaflet-routing-container {
	display: none;
}*/

/***** BASE DISPLAY *****/
.tblArea {
	height: calc(100% - 78px);
	margin-top: 5px;
	margin-left: 5px;
}

.sidePanel {
	width: 50px;
	height: 100%;
	margin-left: 5px;
	vertical-align: top;
	position: relative;
}

.workplace {
	width: 100%;
	height: 100%;
	/*height: calc(100% - 80px);*/
	margin: auto;
	vertical-align: top;
	position: relative;
}

.areaBtn {
	min-height: 262px;
}

/***** TABLES *****/
.contentTbl {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 150px;

}

.contentTbl2 {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 168px;
}

.contentTbl3 {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 205px;
	min-height: 150px;
}

/* NOVO ARLO */
.contentTbl4 {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 200px;
	min-height: 180px;
}

.contentTbl5 {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	/*max-height: 172px;
	min-height: 140px;*/
	height: 171px;
}

.contentTblCmr {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 500px;
	/*min-height: 150px;*/
}

.contentTblMerca {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100px;
	/*min-height: 150px;*/
}

.contentTblPack {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 150px;
	/*min-height: 150px;*/
}

.contentTblTransp {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 500px;
	/*min-height: 150px;*/
}

.contentTblDefTransp {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 150px;
}

.contentTblDefCotacao {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 310px;
}

.contentTblContact {
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 500px;
	/*min-height: 150px;*/
}

.contentTblUser {
	border: 1px solid #dadada;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 500px;
	/*min-height: 150px;*/
}

.contentTblAlert {
	border: 1px solid #999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
}

.contentTblPrintGE {
	border: 1px solid #999;
	overflow-y: hidden;
	overflow-x: hidden;
	min-height: 150px;
}

.contentTblAssoc {
	border: 1px solid #999;
	overflow-y: hidden;
	overflow-x: hidden;
	min-height: 250px;
}

.contentTblUnassoc {
	border: 1px solid #999;
	overflow-y: hidden;
	overflow-x: hidden;
	min-height: 250px;
}

.tblInfo {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
}

.tblInfo thead {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #fafafa;
}
.tblInfo thead th{
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 5px 0 5px 2px;
}
.tblInfo thead th:last-child{
	border-right: none;
}

.tblInfo tbody tr:hover {
	background-color: #dadada;
}

.tblInfo tbody td {
	height: 24px;
	border: 1px solid #dadada;
	border-bottom: none;
	padding-left: 4px;
}

.tblOp {
	width: 20px; 
	padding: 2px;
	text-align: center;
	font-size: 16px;
	color: rgba(102,102,102,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F666666,endColorstr=#7F666666);
	cursor: pointer;
}

.tblOp:hover {
	color: rgba(102,102,102,1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666,endColorstr=#FF666666);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.tblInfo2 {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
}

.tblInfo2 thead {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #fafafa;
}
.tblInfo2 thead th{
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 5px 0 5px 2px;
}
.tblInfo2 thead th:last-child{
	border-right: none;
}

.tblInfo2 tbody tr:hover {
	background-color: #dadada;
}

.tblInfo2 tbody td {
	height: 28px;
	border: 1px solid #dadada;
	border-bottom: none;
	padding-left: 4px;
}

.tblOp2 {
	width: 20px; 
	padding: 4px;
	text-align: center;
	font-size: 16px;
	color: rgba(102,102,102,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F666666,endColorstr=#7F666666);
	cursor: pointer;
}
.tblOp2:hover {
	color: rgba(102,102,102,1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666,endColorstr=#FF666666);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.tblOpNot {
	width: 20px; 
	padding: 4px;
	text-align: center;
	font-size: 16px;
	color: rgba(102,102,102,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F666666,endColorstr=#7F666666);
	cursor: no-drop;
}
.tblOpNot:hover {
	color: rgba(102,102,102,1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666,endColorstr=#FF666666);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	cursor: no-drop;
}

.tblOpBlue {
	width: 20px; 
	padding: 4px;
	text-align: center;
	font-size: 16px;
	color: rgba(0,123,255,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F007BFF,endColorstr=#7F007BFF);
	cursor: pointer;
}
.tblOpBlue:hover {
	color: rgba(0,123,255,1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007BFF,endColorstr=#FF007BFF);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.opDisabled {
	cursor: no-drop;
}

.tblValSpec {
	width: 87px;
}

.tblRec {
	padding: 1px;
	text-align: center;
	font-size: 14px;
	color: rgba(102,102,102,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F666666,endColorstr=#7F666666);
	cursor: pointer;
}
.tblRec:hover {
	color: rgba(102,102,102,1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666,endColorstr=#FF666666);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.tblResumo {
	width: 95%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	margin: 8px;
}

.tblResumo td{
	padding: 3px;
	border-bottom: 1px dotted #666;
}
.tblResumo .lastItem{
	border-bottom: none;
}

.tblEstadosGuia td {
	padding-bottom: 2px;
}

.borderDeep {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:2px;
}

/***** DEFINITIONS *****/
.deftitulo {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #337ab7;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(51,122,183,0.7);
	margin-bottom: 5px;
}

/***** PROGRESS BAR *****/
#myProgress {
	width: 100%;
	background-color: #F4F4F4;
	border: 1px solid #DADADA;
}
  
#myBar {
	width: 0%;
	height: 22px;
	background-color: #FFC724;
}

#myBar1 {
	width: 0%;
	height: 22px;
	background-color: #FFC724;
}

/***** SLIDER ******/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}
.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: 18px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #428bca;
}
input:focus + .slider {
    box-shadow: 0 0 1px #428bca;
}
input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

.sliderOther {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.sliderOther:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .sliderOther {
    background-color: #17a2b8;
}
input:focus + .sliderOther {
    box-shadow: 0 0 1px #17a2b8;
}
input:checked + .sliderOther:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.sliderOther.round {
    border-radius: 34px;
}
.sliderOther.round:before {
    border-radius: 50%;
}

/***** BUTTONS *****/
.btnHome {
	font-family: verdana, sans-serif;   
	border: 1px solid rgba(230,65,74,0.3);
	padding-top: 5px;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	border-radius : 2px;
    background-color: #fafafa;
	text-decoration: none;
	display: inline-block;
}
.btnHome i{
	color: #999;
}
.btnHome a:hover {
	text-decoration: none;
}
.btnHome:hover i{
	color: #fff;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.btnHome:hover {
	color: #fff;
	border:1px solid #E6414A;
	background-color: #E6414A;
	border-radius : 2px;
    text-decoration: none;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}


.btnExit i{
	color: #E6414A;
}
.btnExit:hover i{
	color: #fff;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.btnSelect {
	font-family: verdana, sans-serif;   
	border:1px solid #E6414A;
	padding-top: 5px;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	border-radius : 2px;
    background-color: #E6414A;
	text-decoration: none;
	display: inline-block;
}
.btnSelect i{
	color: #fff;
}

.btnNormal {
	cursor: pointer;
    font-family: verdana, sans-serif;   
	border:1px solid rgba(102,102,102,0.3);
	padding: 6px 8px 5px 8px;
	color: #fff;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	border-radius : 1px;
    background-color: #fafafa;
	text-decoration: none;
	display: inline-block;
}
.btnNormal:hover {
	color: #fff;
	border:1px solid #4439CA;
	background-color: #4439CA;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.btnNormal a:hover {
	text-decoration: none;
}
.btnNormal i{
	color: #999;
}
.btnNormal:hover i{
	color: #fff;
}

.bottomBtn {
	position: absolute;
	bottom: 6px;
	left: 1px;
}

/**** PRE-LOADER ****/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; background-color: #000;}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/486.gif) center no-repeat #fff;
}

/**** ALERT *****/
.alertSucesso {
    display: none;
    z-index: 5000;
    position: absolute;
    top: 5px;
    left: 25%;
    width: 50%;
    background-color: rgba(40,167,69,0.8);
	border-radius: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.alertWarning {
    display: none;
    z-index: 5000;
    position: fixed;
    top: 5px;
    left: 25%;
    width: 50%;
    background-color: rgba(255,193,7,0.8);
	border-radius: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.alertError {
    display: none;
    z-index: 5000;
    position: fixed;
    top: 5px;
    left: 25%;
    width: 50%;
    background-color: rgba(220,53,69,0.8);
	border-radius: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.alertWait {
    display: none;
    z-index: 5000;
    position: fixed;
    top: 40%;
    left: 40%;
    /*width: 50%;*/
    background-color: rgba(255,255,255,0.9);
	border-radius: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.alertTexto {
    padding:10px 10px 10px 30px;
    color: #fff;
    font-size: 14px;
}

/***** CUSTOM SELECT *****/
.customSelect {
	width: 100%;
	height: 34px;
	font-family: verdana, cursive;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666 !important;
}

.customSelectEdit {
	width: 100%;
	height: 25px;
	font-family: verdana, cursive;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666 !important;
}

.customSelectCot {
	width: 100%;
	height: 30px;
	font-family: verdana, cursive;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666 !important;
}

option{
	font-family: verdana, sans-serif, verdana, Arial;
	font-size: 11px;
	color: #666;
}

.appendForm {
	height: 34px;
    background-color: #FFF;
    border-radius: 0px;
	border: 1px solid #666;
	border-left: none;
    cursor: pointer;
}

.appendFormEdit {
	height: 25px;
    background-color: #FFF;
    border-radius: 0px;
	border: 1px solid #666;
	border-left: none;
    cursor: pointer;
}

/***** DATETIMEPICKER *****/
.datepicker {
	font-family: verdana, cursive;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

/***** DATATABLES *****/
.dataTables_filter {
	text-align: left;
	font-family: verdana, cursive;
    font-size: 12px;
	color: #000;
}

.form-control-sm {
	border-radius: 1px;
}

.form-control {
	padding: 0.1rem 0.75rem;
}

input[aria-controls="tblTransp"], 
input[aria-controls="tblTransp"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 12px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 4px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	height: 30px;
}

.dataTables_scroll {
	border: 1px solid #666;
}

.dataTables_scrollHead {
	background-color: #fafafa;
}
/***** BOOTSTRAP OVERRIDE *****/
.nav-link {
	padding: 0.35rem 1rem
}
.nav-tabs .nav-item .nav-link {
	font-family: verdana, cursive;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
    color: #666;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F5333F;
}
.nav-tabs .nav-item .nav-link:focus {
    color: #F5333F;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #333;
}
.nav-tabs {
    border-bottom: 1px solid rgba(103,103,102,0.8);
}

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link.active:hover {
    border-color: rgba(103,103,102,0.8) rgba(103,103,102,0.8) #fff;
}
.nav-tabs .nav-item .nav-link:hover {
	border-color: #e9ecef #e9ecef rgba(103,103,102,0.8);
}
.nav-link.active:hover {
	color: #F5333F;
}

input[aria-describedby="contactInput"]::-webkit-input-placeholder {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="contactInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="contactInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="contactInput"]:-ms-input-placeholder {  
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}

input[aria-describedby="contactInput"], 
input[aria-describedby="contactInput"]:focus {
	font-family: verdana, cursive;
    color: #333;
    font-size: 12px;
	background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
    border: 1px solid rgba(103,103,102,0.8);
    border-radius: 0px;
    /*max-width: 250px;*/
}

textarea[aria-describedby="contactInput"]::-webkit-input-placeholder {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="contactInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="contactInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="contactInput"]:-ms-input-placeholder {  
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}

textarea[aria-describedby="contactInput"], 
textarea[aria-describedby="contactInput"]:focus {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 12px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(103,103,103,1);
	border-radius: 0px;
	/*height: 160px;*/
}

input[aria-describedby="utilInput"]::-webkit-input-placeholder {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="utilInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="utilInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="utilInput"]:-ms-input-placeholder {  
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}

input[aria-describedby="utilInput"], 
input[aria-describedby="utilInput"]:focus {
	font-family: verdana, cursive;
    color: #333;
    font-size: 12px;
	background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(102,102,102,0.5);
	border-left: none;
    border-radius: 0px;
	max-width: 200px;
}

.input-group-text {
	border-radius: 0px;
}

input[aria-describedby="formInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="formInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="formInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="formInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: left;
}

input[aria-describedby="formInput"], 
input[aria-describedby="formInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #000;
    font-size: 12px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	height: 34px;
}

input[aria-describedby="editInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="editInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="editInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="editInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: left;
}

input[aria-describedby="editInput"], 
input[aria-describedby="editInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 12px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	height: 25px;
}

textarea[aria-describedby="editInput"]::-webkit-input-placeholder {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="editInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="editInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="editInput"]:-ms-input-placeholder {  
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}

textarea[aria-describedby="editInput"], 
textarea[aria-describedby="editInput"]:focus {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 12px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	/*height: 160px;*/
}

input[aria-describedby="cmrInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="cmrInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="cmrInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="cmrInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}

input[aria-describedby="cmrInput"], 
input[aria-describedby="cmrInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 11px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 4px;
	border: 1px solid rgba(200,200,200,0.8);
	border-radius: 0px;
	height: 25px;
}

textarea[aria-describedby="cmrInput"]::-webkit-input-placeholder {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="cmrInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="cmrInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}
textarea[aria-describedby="cmrInput"]:-ms-input-placeholder {  
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	text-align: left;
}

textarea[aria-describedby="cmrInput"], 
textarea[aria-describedby="cmrInput"]:focus {
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 11px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(200,200,200,0.8);
	border-radius: 0px;
	/*height: 160px;*/
}

input[aria-describedby="tblInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="tblInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="tblInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="tblInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}

input[aria-describedby="tblInput"], 
input[aria-describedby="tblInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 11px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	/*border: 1px solid rgba(102,102,102,0.8);*/
	border: none;
	border-radius: 0px;
	/*height: 30px;*/
}

input[aria-describedby="defInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="defInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="defInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="defInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}

input[aria-describedby="defInput"], 
input[aria-describedby="defInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 11px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 4px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	height: 30px;
}

input[aria-describedby="staticEdit"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: right;
}
input[aria-describedby="staticEdit"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: right;
}
input[aria-describedby="staticEdit"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 12px;
	text-align: right;
}
input[aria-describedby="staticEdit"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 12px;
	text-align: right;
}

input[aria-describedby="staticEdit"], 
input[aria-describedby="staticEdit"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
	font-size: 12px;
	text-align: right;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 2px;
	border: 1px solid rgba(255,255,255,1);
	/*border-right: 1px solid rgba(102,102,102,0.8);*/
	border-radius: 0px;
	height: 26px;
}

input[aria-describedby="loginInput"] {
/*input[aria-describedby="loginInput"]:focus {*/
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 11px;
	background-color: transparent;
	box-shadow:none !important;
	outline: none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 4px;
	border: 1px solid #ccc;
	border-radius: 1px;
	height: 36px;
	width: 200px;
}
input[aria-describedby="loginInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 11px;
	background-color: transparent;
	box-shadow:none !important;
	outline: none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 4px;
	border: 1px solid #999;
	border-radius: 1px;
	height: 36px;
	width: 200px;
}

input[aria-describedby="packInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: right;
}
input[aria-describedby="packInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: right;
}
input[aria-describedby="packInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 11px;
	text-align: right;
}
input[aria-describedby="packInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: right;
}

input[aria-describedby="packInput"], 
input[aria-describedby="packInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
	font-size: 11px;
	text-align: right;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	/*border: 1px solid rgba(102,102,102,0.8);*/
	border: none;
	border-radius: 0px;
	/*height: 30px;*/
}

input[aria-describedby="packdefInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: right;
}
input[aria-describedby="packdefInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: right;
}
input[aria-describedby="packdefInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 11px;
	text-align: right;
}
input[aria-describedby="packdefInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: right;
}

input[aria-describedby="packdefInput"], 
input[aria-describedby="packdefInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
	font-size: 11px;
	text-align: right;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	height: 20px;
}

input[aria-describedby="newdefInput"]::-webkit-input-placeholder {
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="newdefInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="newdefInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: verdana, sans-serif;
	color: #0000 !important;
	font-size: 11px;
	text-align: left;
}
input[aria-describedby="newdefInput"]:-ms-input-placeholder {  
	font-family: verdana, sans-serif;
	color: #000 !important;
	font-size: 11px;
	text-align: left;
}

input[aria-describedby="newdefInput"], 
input[aria-describedby="newdefInput"]:focus {
	font-family: verdana, sans-serif; 
    color: #666;
    font-size: 11px;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 0px;
	height: 20px;
}

input[data-type="rdonlyrightinput"] {
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #666;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	height: 25px;
	border: 1px solid #cccccc;
	border-radius: 1px;
	width: 100%;
	padding-right: 5px;
}



.btn {
	border-radius: 1px;
	font-family: verdana, cursive;
	font-size: 12px;
	box-shadow:none !important;
    outline:0px !important;
}

.btnDel {
	padding: 3px 10px 3px 10px;
	margin: 5px;
}

.nav-link.disabled {cursor: not-allowed;}
/***** FILES *****/
.custom-file {
	cursor: pointer !important;
}
.custom-file-label {
    height: 30px;
    padding-block: 9px 0.75rem;
	font-family: verdana, cursive;
	color: #666 !important;
	font-size: 12px;
	font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    border: 1px solid #666;
	border-radius: 1px;
}
.custom-file-input ~ .custom-file-label::after {
	content: "Explorar";
	border-radius: 0px;
	font-size: 10.5px;
}

/**** MODALS *****/
.modal-xl {
	max-width: 1200px;
}
.modal-content  {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important; 
}
.modal-dialog {
	margin-top: 14px;
	margin-bottom: 10px;
	overflow-y: initial !important
}
.modal-body{
	max-height: 83vh;
	/*height: 83vh;*/
    overflow-y: auto;
}
.modal-header {
	padding: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.modal-title {
	font-family: verdana, sans-serif; 
	text-align: center;
    padding: 2px;
}
.modal-footer {
    padding: 8px;
}

/***** MULTISELECT *****/
.btnsMultiSelect {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
}
.btnsMultiSelect li {
	float: left;
	margin: 0 5px 0 0;
	width: 50px;
	height: 35px;
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #428bca;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently	supported by Chrome and Opera */
	
}
.btnsMultiSelect label {
	display: block;
	text-align: center;
	border-radius: 34px;
	margin-top: -13px;
}
.btnsMultiSelect input {
	display: block;
	text-align: center;
	border-radius: 34px;
} 
.btnsMultiSelect input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
} 
.btnsMultiSelect input[type="radio"]:checked+label,
.Checked+label {
	background: #428bca;
	color: #fff;
} 
.btnsMultiSelect label {
	padding: 5px;
	border: 1px solid #428bca;
	cursor: pointer;
	z-index: 90;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
} 
.btnsMultiSelect label:hover {
	background: #296495;
	color: #fff;
}

.btnsMultiSelect > .btnsMSDisabled label {
	padding: 5px;
	border: 1px solid #cdcdcd;
	color: #cdcdcd;
	cursor: pointer;
	z-index: 90;
}
.btnsMultiSelect > .btnsMSDisabled label:hover {
	border: 1px solid #cdcdcd;
	background: #fff;
	color: #cdcdcd;
}