/***** 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: 28px;
	padding: 0.7rem 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 6px 0 rgba(32,33,36,0.38);
	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: 85px;
	font-size: 28px;
	background-color: #fff;
	cursor: pointer;
	padding: 0.55rem 1rem 0.2rem 1rem !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;
}

.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: 15px; 
    padding-bottom: 15px;
	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;
}

/***** 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;
	}
}

/***** 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: #fff;
	background-color: rgba(51,51,51,0.65);
	border-color: rgba(51,51,51,0.45);
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);*/
	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: #fff;
	background-color: rgba(51,51,51,0.65);
	border-color: rgba(51,51,51,0.45);
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);*/
	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: #fff;
	background-color: rgba(51,51,51,0.65);
	border-color: rgba(51,51,51,0.45);
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);*/
	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: #fff;
	background-color: rgba(51,51,51,0.65);
	border-color: rgba(51,51,51,0.45);
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);*/
	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);
}

/***** TABLES *****/
.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;
}
.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;
}

/***** MODAL *****/
.modalFamiliaHeader, .modalOFabHeader {
	background-color: rgba(220,53,69,1);
	font-family: 'Lato', sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modalFamiliaFooter, .modalOFabFooter {
	padding-top: 5px;
	padding-bottom: 5px;
}

.listSubFamilia {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.newmodalcontent {
	border-radius: 8px;
}

.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;
}
.modalSmallHeaderGreen {
	background-color: rgba(33,136,56,0.7);
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modalSmallHeaderGreen h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.modalSmallFooter {
	padding-top: 5px;
	padding-bottom: 5px;
}
.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;
}

.modal-dialog-header {
	background-color: rgba(0,105,217,0.8) !important;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}

.modal-dialog-footer {
	padding-top: 3px;
	padding-bottom: 3px;	
}

/***** 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;
}
