/***** IMPORTS *****/
@import url("font-face.css");
@import url('../plugins/fontawesome-free/css/all.min.css');
@import url("line-awesome/line-awesome.css");

/***** TEXT *****/
.textSans {font-family: 'Source Sans Pro', sans-serif;}
.textLato {font-family: 'Lato', sans-serif;}
.textSemiBoldLato {font-family: 'LatoSemiBold', sans-serif;}
.textHeavyLato {font-family: 'LatoHeavy', sans-serif;}

.textBold {font-weight: bold;}
.textNormal {font-weight: normal;}
.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;}
.tam12 {font-size: 12px;}
.tam13 {font-size: 13px;}
.tam14 {font-size: 14px;}
.tam15 {font-size: 15px;}
.tam16 {font-size: 16px;}
.tam17 {font-size: 17px;}
.tam18 {font-size: 18px;}
.tam19 {font-size: 19px;}
.tam20 {font-size: 20px;}
.tam22 {font-size: 22px;}
.tam24 {font-size: 24px;}
.tam26 {font-size: 26px;}
.tam28 {font-size: 28px;}
.tam30 {font-size: 30px;}
.tam40 {font-size: 40px;}
.tam46 {font-size: 46px;}
.tam50 {font-size: 50px;}
.tam60 {font-size: 60px;}
.tam080rem {font-size: 0.80rem;}
.tam085rem {font-size: 0.85rem;}
.tam090rem {font-size: 0.90rem;}
.tam095rem {font-size: 0.95rem;}
.tam1rem {font-size: 1rem;}

.inputLabel {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 12px;
	color: #444 !important;
}

.dark-mode .inputLabel {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 12px;
	color: #fff !important;
}

.textLink a{
    color: #666;
    text-decoration: none;
}
.textLink a:hover{
    color: #666;
    text-decoration: underline;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.txtObr {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    font-weight: bold;
    color: #d9534f;
}

.txtError {
	color: #d9534f;
}

.txtExample {
    color: #999;
    font-size: 11px;
}

.textIndic {
	font-size: 0.85rem;
	color: #444;
}

.zind2500 {
	z-index: 2500;
}

/***** BVL LETTERS *****/
.bvlSmall {
	display: none;
}

@media screen and (max-width: 768px){
	.bvlSmall {
		display: inline;
	}
	.bvlBig {
		display: none;
	}	
}

.title-letters {
	font-size: 1.4rem;
	font-family: 'LatoSemiBold', sans-serif;
	text-transform: uppercase;
}

/***** BACKGROUNDS *****/
.bg-lightgrey {
	background-color: #a6b6c4 !important;
	color: #000;
}
.bg-specialblue {
	background-color: #618fb8 !important;
	color: #fff;
}

/***** SPACES *****/
.specialBtn {
	padding-top: 25px;
}
@media (max-width: 768px) {
	.specialBtn {padding-top: 0px;}
}

/***** SIDE AREA *****/
.showRightSideArea {
	/* position: fixed;
	right: 0;
	top: 115px;
	font-size: 28px;
	padding: 0.05rem 1rem 0.05rem 0.5rem !important;
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	z-index: 2000;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
	cursor: pointer; */
	position: fixed;
	right: 0;
	top: 0;
	font-size: 26px;
	padding: 0.6rem 0.5rem 0.05rem 0.5rem !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0.35rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0.35rem !important;
	z-index: 2000;
	box-shadow: 0 2px 2px 0 rgba(32,33,36,0.38);
	cursor: pointer;
}

.showRightSideAreaPonto {
	position: fixed;
	right: 0;
	bottom: 15px;
	font-size: 33px;
	padding: 0.05rem 1rem 0.05rem 0.5rem !important;
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	z-index: 2000;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
	cursor: pointer;
}

.showLeftSideArea {
	position: fixed;
	left: 0;
	top: 115px;
	font-size: 28px;
	padding: 0.05rem 1rem 0.05rem 0.5rem !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
	z-index: 2000;
	/* box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28); */
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	cursor: pointer;
}

.showSideBvl {
	/* position: fixed;
	left: 0;
	top: 15px;
	width: 76px;
	font-size: 28px;
	background-color: #fff;
	cursor: pointer;
	padding: 0.05rem 0.5rem 0.05rem 1rem !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
	z-index: 2000;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28); */
	position: fixed;
	left: 15px;
	top: 0px;
	width: 70px;
	font-size: 28px;
	background-color: #fff;
	cursor: pointer;
	padding: 5px 0 0 0 !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0.35rem;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0.35rem !important;
	/* z-index: 2000; */
	/* box-shadow: 0 2px 6px 0 rgba(32,33,36,0.38); */
	/*box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;*/
}

.showSideBvlPonto {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 65px;
	font-size: 28px;
	background-color: #fff;
	cursor: pointer;
	text-align: right;
	padding: 0.2rem 0.3rem 0.3rem 0.8rem !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
	z-index: 2000;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 6000;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	transition: 0.5s;
}

.btnClose {
	font-size: 28px;
	color: #808285;
	cursor: pointer;
}
.btnClose:hover {
	color: #E32227;
}

/***** DATAPICKER *****/
.datepicker {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu{
	z-index: 9999 !important; 
}

/***** ACCORDION *****/
.accordionHead {
	background-color: #fff;
	text-transform: none;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
}
.accordionHead:hover {
	background-color: #f7f7f7;
	text-transform: none;
	color: #000;
}
.accordionHeadActive {
	background-color: #f7f7f7;
}
.accordionBtnHead {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-transform: none !important;
	text-decoration: none !important;
	color: #000 !important;
	box-shadow: none !important;
	outline: 0 none !important;
}
.accordionBtnHead:hover {
	text-transform: none !important;
	text-decoration: none !important;
}

.accordionArrow {
	color: #adb5bd !important;
	float: right;
}

.pointerMapIcon {
	color: #007bff !important;
	font-size: 20px;
	cursor: pointer;
}

.iconArrow {
	color: #adb5bd !important;
	-moz-transition: transform .5s;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}

.flip {
	transform: rotate(-180deg);
}

/* ***** LOGIN ***** */
.login-page,
.register-page {
  height: auto;
  background: #e9ecef;
}
.login-box,
.register-box {
  width: 360px;
  margin: auto;
  margin-top: 4%;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.callout.callout-danger {
    padding-top: 12px; 
    padding-bottom: 12px;
	background-color: rgba(217,83,79,0.1) !important;
	color: #000 !important;
	border-left: 5px solid #d9534f;
    margin-bottom: 5px;
}

/***** CALLOUTS & ALERTS *****/
.callout.callout-danger {
    padding-top: 12px; 
    padding-bottom: 12px; 
	background-color: rgba(217,83,79,0.1) !important;
	color: #000 !important;
	border-left: 5px solid #d9534f;
	margin-bottom: 5px;
	border-radius: 0 0.25rem 0.25rem 0;
	
}

.callout {
	border-radius: 0px;
	font-size: 15px;
}

.btnCloseAdjust {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: -11px;
}
.dark-mode .btnCloseAdjust {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: -11px;
	opacity: 1 !important;
}

/***** MAPS *****/
.showmap {
	font-size: 38px;
	cursor: pointer;
	color: #007bff;
	-webkit-transition: .3s;
    transition: .3s;
}
.showmap:hover {
	color: #0069d9;
}
.showmapalt {
	font-size: 38px;
	cursor: pointer;
	color: #cdcdcd;
	-webkit-transition: .3s;
    transition: .3s;
}
.showmapalt:hover {
	color: #B3B3B3;
}

#mapid {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
    background-color: #cdcdcd;
}

/***** PASSWORD *****/
.showpassinput {
	border-right: 1px solid #fff;
}

.showpass {
	background-color: #fff;
	border-left: 1px solid #fff;
	cursor: pointer;
	border-radius: 0.25rem;
}

/***** STATES *****/
.stateFillGreen {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	background-color: rgba(42,168,118,0.9);
	color: #fff;
	border: 1px solid #2aa876;
	text-transform: uppercase;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateFillRed {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	background-color: rgba(232,85,78,0.9);
	color: #fff;
	border: 1px solid #e8554e;
	text-transform: uppercase;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateFillYellow {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	background-color: rgba(255,210,101,0.9);
	color: #7e621d;
	border: 1px solid #ffd265;
	text-transform: uppercase;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateFillOrange {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	background-color: rgba(241, 156, 101, 0.9);
	color: #fff;
	border: 1px solid #f19c65;
	text-transform: uppercase;
	padding: 2px 12px;
	border-radius: 0.25rem;
}



/***** BOOTSTRAP OVERRIDE *****/
.form-control {
	border-radius: 0.25rem;
}

.btn {
	border-radius: 0.25rem;
	padding: 0.25rem 1.5rem;
}

.btn-tool {
	padding: .25rem .5rem !important;
}

.dropdown-toggle:after { 
	content: none;
}

.custom-select {
	border-radius: 0.25rem;
	box-shadow: none;
	cursor: pointer;
}

.appendForm {
	height: 38px;
	border-radius: 1px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-left: none;
    cursor: pointer;
}

.card {
	border-radius: 0.25rem;
}
.card-footer {
	border-radius: 0.25rem;
}

.specialIcon {
	font-size: 22px;
	padding: 0.05rem 0.5rem;
}

.newmodalHeader {
	background-color: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0;
}

.newmodalFooter {
	padding-top: 0px;
	padding-bottom: 3px;
	border-top: 0;
}

.newmodalTitleIpma {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	color: #337ab7;
}

.newmodalcontent {
	border-radius: 0.5rem;
}

.btn-special {
	border: 1px solid #007bff;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #007bff;
	-webkit-transition: .3s;
    transition: .3s;
}
.btn-special:hover {
	border: 1px solid #007bff;
	border-radius: 0.25rem;
	background-color: #007bff;
	color: #fff;
}
.btn-special:focus, .btn-special:active {
	box-shadow: none;
	outline: 0 none;
}

.showincendio {
	height: 100px;
}

@media screen and (max-width: 768px){
	.showincendio {
		height: 70px;
	}
}

.modalSmallHeaderRed {
	background-color: rgba(200,35,51,0.8);
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modalSmallHeaderRed h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
/***** BUTTONS *****/
.btn-portoes {
	margin: 16px 0;
	padding: 16px 48px;
	font-size: 26px !important;
	min-width: 250px;
	/*border-radius: 0.3rem;*/
	border-radius: 4rem;
	/* box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28); */
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
	outline: none !important;
}
.btn-portoes:focus,
.btn-portoes:active {
    outline: 0 none !important;
}

@media screen and (max-width: 1366px){
	.btn-portoes {
		margin: 12px 0;
		padding: 12px 36px;
		font-size: 22px !important;
		min-width: 205px;
	}	
}

.btn-round {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	padding: 0px 5px;
	font-size: 53px !important;
	/* box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28); */
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
}

@keyframes glowing {
	0% {
	  background-color: #6c757d;
	  box-shadow: 0 0 3px #6c757d;
	}
	50% {
	  background-color: #dc3545;
	  box-shadow: 0 0 10px #dc3545;
	  border: 1px solid #dc3545;
	}
	100% {
	  background-color: #6c757d;
	  box-shadow: 0 0 3px #6c757d;
	}
}

.btn-glow {
	animation: glowing 1500ms infinite;
}

@keyframes glowingGreen {
	0% {
	  background-color: #218838;
	  box-shadow: 0 0 3px #218838;
	}
	50% {
	  background-color: #dc3545;
	  box-shadow: 0 0 10px #dc3545;
	  border: 1px solid #dc3545;
	}
	100% {
	  background-color: #218838;
	  box-shadow: 0 0 3px #218838;
	}
}

.btn-glowGreen {
	animation: glowingGreen 1500ms infinite;
}

.btn-luzes {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 0px 5px;
	font-size: 50px !important;
	/* box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28); */
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
}

/* .btn-primary.disabled, .btn-primary:disabled {
	color: #000;
	background: repeating-linear-gradient(
		45deg,
		rgba(223,223,223,1),
		rgba(223,223,223) 60px,
		rgba(200,200,200,1) 60px,
		rgba(200,200,200,1) 120px
	);
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
}

.btn-success.disabled, .btn-success:disabled {
	color: #000;
	background: repeating-linear-gradient(
		45deg,
		rgba(223,223,223,1),
		rgba(223,223,223) 60px,
		rgba(200,200,200,1) 60px,
		rgba(200,200,200,1) 120px
	);
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
}

.btn-info.disabled, .btn-info:disabled {
	color: #000;
	background: repeating-linear-gradient(
		45deg,
		rgba(223,223,223,1),
		rgba(223,223,223) 60px,
		rgba(200,200,200,1) 60px,
		rgba(200,200,200,1) 120px
	);
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #000;
	background: repeating-linear-gradient(
		45deg,
		rgba(223,223,223,1),
		rgba(223,223,223) 60px,
		rgba(200,200,200,1) 60px,
		rgba(200,200,200,1) 120px
	);
	box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
	transform: translate3d(0, 2px, 0);
} */

.btnAddLine {
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
}

.btnAddLine:hover {
	border: 1px solid #adadad;
	border-radius: 0.25rem;
}

.btn-default {
	color: #fff;
	background-color: #78828A;
	border-color: #78828A;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #5a6268;
  border-color: #5a6268;
}
.btn-default:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #5a6268;
}

.btnOptPrimary {
	cursor: pointer;
	background-color: transparent;
	border:1px solid transparent;
	padding: 4px 6px;
	color: #337ab7;
	font-size: 16px;
	font-weight:normal;
	font-style:normal;
	border-radius : 0.25rem;
}

.btnOptPrimary:hover {
	color: #337ab7;
	border:1px solid #337ab7;
	background-color: #fff;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}

.btnOptDanger {
	cursor: pointer;
	background-color: transparent;
	border:1px solid transparent;
	padding: 4px 6px;
	color: #337ab7;
	font-size: 16px;
	font-weight:normal;
	font-style:normal;
	border-radius : 0.25rem;
}

.btnOptDanger:hover {
	color: #d9534f;
	border:1px solid #d9534f;
	background-color: #fff;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}

.btnOptionPrimary {
	cursor: pointer;
	background-color: transparent;
	border:1px solid transparent;
	padding: 2px 3px;
	color: #337ab7;
	font-size: 22px;
	border-radius : 0.25rem;
}
.btnOptionPrimary:hover {
	color: #fff;
	border:1px solid #337ab7;
	background-color: #337ab7;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}
.dark-mode .btnOptionPrimary:hover {
	color: #fff !important;
	border:1px solid #337ab7 !important;
	background-color: #337ab7 !important;
	box-shadow: 1px 1px #666;
	-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;
}

.btnOptionInfo {
	cursor: pointer;
	background-color: transparent;
	border:1px solid transparent;
	padding: 2px 3px;
	color: #31b0d5;
	font-size: 22px;
	border-radius : 0.25rem;
}
.btnOptionInfo:hover {
	color: #fff;
	border:1px solid #31b0d5;
	background-color: #31b0d5;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}
.dark-mode .btnOptionInfo:hover {
	color: #fff !important;
	border:1px solid #31b0d5 !important;
	background-color: #31b0d5 !important;
	box-shadow: 1px 1px #666;
	-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;
}

.btnOptionWarning {
	cursor: pointer;
	background-color: transparent;
	border:1px solid transparent;
	padding: 2px 3px;
	color: #ec971f;
	font-size: 22px;
	border-radius : 0.25rem;
}
.btnOptionWarning:hover {
	color: #fff;
	border:1px solid #ec971f;
	background-color: #ec971f;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}
.dark-mode .btnOptionWarning:hover {
	color: #fff !important;
	border:1px solid #ec971f !important;
	background-color: #ec971f !important;
	box-shadow: 1px 1px #666;
	-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;
}

.btnOptionDanger {
	cursor: pointer;
	background-color: transparent;
	border:1px solid transparent;
	padding: 2px 3px;
	color: #dc3545;
	font-size: 22px;
	border-radius : 0.25rem;
}
.btnOptionDanger:hover {
	color: #fff;
	border:1px solid #dc3545;
	background-color: #dc3545;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}
.dark-mode .btnOptionDanger:hover {
	color: #fff !important;
	border:1px solid #dc3545 !important;
	background-color: #dc3545 !important;
	box-shadow: 1px 1px #666;
	-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;
}
.btnOptionDisabled {
	cursor: no-drop;
	background-color: transparent;
	border:1px solid transparent;
	padding: 2px 3px;
	color: #ababab;
	font-size: 22px;
	border-radius : 0.25rem;
}
.btnOptionDisabled:hover {
	color: #fff;
	border:1px solid #bababa;
	background-color: #bababa;
	box-shadow: 1px 1px #C0C0C0;
	-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;
}
.dark-mode .btnOptionDisabled:hover {
	color: #fff !important;
	border:1px solid #bababa !important;
	background-color: #bababa !important;
	box-shadow: 1px 1px #666;
	-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;
}

.btnChangeDetailsBlue {
	cursor: pointer;
	color: #007bff;
}
.btnChangeDetailsBlue:hover {
	color: #0069d9;
}
.btnChangeDetailsRed {
	cursor: pointer;
	color: #dc3545;
}
.btnChangeDetailsRed:hover {
	color: #c82333;
}

.fakeTblButtonPointer {
	color: #337ab7 !important;
	cursor: pointer !important;
}
.fakeTblButtonPointer:hover {
	color: #fff !important;
}

.fakeTblButtonPointerDanger {
	color: #dc3545 !important;
	cursor: pointer !important;
}
.fakeTblButtonPointerDanger:hover {
	color: #fff !important;
}

.fakeTblButtonNoDrop {
	color: #337ab7 !important;
	cursor: no-drop !important;
}
.fakeTblButtonNoDrop:hover {
	color: #fff !important;
}
.fakeTblButtonDisabled {
	font-size: 22px;
	padding: 2px 3px;
	color: #cdcdcd !important;
	cursor: no-drop !important;
}
.fakeTblButtonNoDropGrey {
	color: #999 !important;
	cursor: no-drop !important;
}
.fakeTblButtonNoDropGrey:hover {
	color: #fff !important;
}

.btnDeleteUser {
	font-size: 18px;
	color: #dc3545;
	cursor: pointer;
}
.btnDeleteUser:hover {
	color: #c82333;
}

.btn-tool-edit:hover {
	color: rgba(0,105,217,1);
}

.btn-tool-del:hover {
	color: rgba(200,35,51,1);
}

.btn-orange {
	background-color: rgb(248, 156, 94, 1);
	color: #fff;
}
.btn-orange:hover {
	background-color: rgb(232, 132, 66, 1);
	color: #fff;
}

.btnTimeline {
	border: 1px solid #cdcdcd;
	color: #999;
	border-radius: 0.25rem;
	padding: 5px 8px;
	background-color: #e1e1e1;
	margin-left: 10px;
	margin-right: 10px;
	-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;
}
.btnTimeline:hover {
	border: 1px solid #0069d9;
	color: #fff;
	background-color: #0069d9;
}

.btnLoginSpecial {
	font-size: 1.2rem !important;
	padding: 1.25rem 1.5rem !important;
}

/***** TABLES *****/
.tblResp {
	font-size: 1rem;
}
.tblResp td {
	padding: 0.25rem;
}
.tblResp th {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #444 !important;
	vertical-align: middle !important;
	padding: 5px;
	line-height: 1.2;
}
.tblResp tbody tr td {
	vertical-align: middle;
}
.tblResp tbody tr:hover {
	background-color: rgba(0, 123, 255, 0.15) !important;
}

.tblResp th:first-child, td:first-child {
  position:sticky;
  left:0px;
}

.tblStart {
	width: 100%;
	font-size: 0.90rem;
}
.tblStart th {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-weight: bold;
	color: #555;
	padding: 5px;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}
.tblStart td {
	padding: 5px;
}

.tblBoxStickyStart {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.80rem;
}
.tblBoxStickyStart th {
	text-align: center;
	background-color: #FFF;
	/*border: 1px solid #dee2e6;*/
	position: sticky; 
	top: 0; 
	box-shadow: 0 2px 2px -1px rgba(32,33,36,0.28);
	z-index: 100;
}
.tblBoxStickyStart td {
	padding: 0px 5px;
	height: 35px;
}

/***** STATES *****/
.stateLineRed {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	background-color: #fff;
	color: #e8554e;
	border: 1px solid #e8554e;
	padding: 2px 12px;
	border-radius: 0.25rem;
	margin-left: 5px;
	margin-right: 5px;
}
.stateLineGreen {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	background-color: #fff;
	color: #2aa876;
	border: 1px solid #2aa876;
	padding: 2px 12px;
	border-radius: 0.25rem;
	margin-left: 5px;
	margin-right: 5px;
}





.patente_oco {
	width: 19px;
	border-radius: 0;
	border: 1px solid #fff;
	height: 39px;
	top: -3px;
	position: relative;
}

.popovers {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 3px solid #ff6600;
}

.topRibbon {
	width: 100%;
	height: 60px;
	position: fixed; 
	z-index: 2500;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
	margin-bottom: 20px;
}

/***** PONTO *****/
.ponto-container {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
}

.bomb-container {
	position: relative;
	width: 140px;
	height: 130px;
	margin: 5px 10px;
}
.bomb-data {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 90px;
	background-color: #9e7f51;	
	border-radius: 10px;
}
.bomb-num {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 140px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;;
}
.bomb-patente {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 20px;
	height: 38px;
	border: 1px solid #fff;
}
.bomb-image {
	position: absolute;
	top: -35px;
	left: 45px;
	width: 70px;
	height: 70px;
	border: 5px solid #00CC33;
	border-radius: 50%;
}

.ponto-page {
	background: #A8A8A8 url('../images/lock-bg2.png');
    background-repeat: repeat;
    background-size: auto;
	background-size: cover;
	background-repeat: no-repeat;
}


.bomb-container-updt {
	position: relative;
	width: 163px;
	height: 140px;
	margin: 0 10px;
	
	
}
.bomb-data-updt {
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 140px;
	height: 90px;
	background-color: #9e7f51;	
	border-radius: 10px;
}

.updt-container {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(255,255,255,0.9);
	border: 4px solid #c82333;
	border-top: 0;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.poweredby {
	background-color: #fff;
	border-radius: 0.25rem;
	/*border: 1px solid #ced4da;*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-select-board {
	height: 100%;
	font-size: 20px;
	padding: 20px 5px;
}
.btn-select-board i{
	font-size: 40px;
}

/***** DATATABLES OVERRIDE*****/
/* sorting icon*/
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	top: 0.30em;
	font-size: 18px !important;
}
/* number of lines showing*/
div.dataTables_wrapper div.dataTables_length label {
	font-size: 16px !important;
}
/* show tasks in a hidden row*/
#tblMaster .showtasks {
	cursor: pointer;
	color: #c82333;
}

/*#tblMaster tr.shown .showtasks {
	cursor: pointer;
	color: #007bff;
}*/

.linkdatatable {
	color: #333;
}
.linkdatatable:hover {
	color: #000;
	text-decoration: underline !important;
}
.dark-mode .linkdatatable {
	color: #fff;
}
.dark-mode .linkdatatable:hover {
	color: #fff;
	text-decoration: underline !important;
}
@media screen and (max-width: 991px){
	.showtasks {display: none;}
}

.tblslider {
	display: none;
	width: 100%;
	max-height: 200px;
	padding-top: 0;
	overflow-x: auto !important;
	background-color:rgba(0, 123, 255, 0.08);
	overflow-y: auto;
}

.tblTasksHide{
	width: 100%;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
}
.tblTasksHide th{
	text-align: center;
	padding: 0.25rem 0.75rem;
}
.tblTasksHide td{
	padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px){
	.tblTasksHideSM {display: none;}
}
#tblMaster .tblTasksHide tbody tr:hover {
	background-color:rgba(108, 117, 125, 0.08) !important;
}

.mobileArrow {
	-moz-transition: transform .5s;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
.flip {
	transform: rotate(-180deg);
}

td.dt-nowrap { white-space: nowrap }

/***** MODAL *****/
.newmodalcontent {
	border-radius: 0.25rem;
}

.modalSmallHeader {
	background-color: rgba(0,105,217,0.7);
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modalSmallHeader h5{
	font-size: 15px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.modalSmallFooter {
	padding-top: 5px;
	padding-bottom: 5px;
}

/***** NAV BARS *****/
.nav-link.navspecial{
	padding: 0.70rem 1.5rem
}
.nav-tabs .nav-item .nav-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #007bff;
}
.nav-tabs .nav-item .nav-link:focus {
    color: #007bff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #333;
}
.nav-tabs {
    border-bottom: 1px solid rgba(103,103,102,0.4);
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link.active:hover {
    border-color: rgba(103,103,102,0.4) rgba(103,103,102,0.4) #fff;
}
.nav-tabs .nav-item .nav-link:hover {
	border-color: #e9ecef #e9ecef rgba(103,103,102,0.1);
}
.nav-link.active:hover {
	color: #0069d9;
}
.nav-tabspecial {
    /*border-bottom: 1px solid rgba(103,103,102,0.4);*/
	/* border: 1px solid transparent; */
	font-size: 0.9rem !important;
}
.nav-tabspecial .nav-item .nav-link {
	font-size: 0.9rem !important;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-card-special {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; 
	border-left: 1px solid #babbbd;
	border-right: 1px solid #babbbd;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/* .nav-tabspecial .nav-item.show .nav-link, .nav-tabspecial .nav-link.active {
    color: #007bff;
	border-bottom: 2px solid #007bff;
} */
/* .nav-tabspecial .nav-item .nav-link:focus {
    color: #007bff;
} */
/* .nav-tabspecial .nav-link:focus, .nav-tabspecial .nav-link:hover {
    color: #222;
	font-size: 13px !important;
} */
/* .nav-tabspecial .nav-item .nav-link.active, .nav-tabspecial .nav-item .nav-link.active:hover {
    border: 1px solid transparent;
	border-bottom: 2px solid #007bff;
	font-size: 13px !important;
	font-weight: normal !important;
} */
/* .nav-tabspecial .nav-item .nav-link:hover {
	border: 1px solid transparent;
	border-bottom: 2px solid #666;
	font-size: 13px !important;
	font-weight: normal !important;
} */
/* .nav-link.active:hover {
	color: #0069d9;
} */

.icon-motorista {
	color: #999; 
	font-size: 1.3rem; 
	padding: 2px 0 0 5px;
	cursor: pointer;
}

.icon-motorista-selected {
	color: #d9534f; 
	font-size: 1.3rem; 
	padding: 2px 0 0 5px;
	cursor: pointer;
}