/***** 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;}
.tam1rem {font-size: 1rem;}
.tam095rem {font-size: 0.95rem;}
.tam090rem {font-size: 0.90rem;}
.tam085rem {font-size: 0.85rem;}
.tam080rem {font-size: 0.80rem;}

.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;
	}	
}

/***** 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 *****/
.showSideArea {
	position: fixed;
	right: 0;
	top: 115px;
	font-size: 28px;
	padding: 0.05rem 1rem 0.05rem 0.5rem !important;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	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);
}

.showSideBvl {
	position: fixed;
	left: 0;
	bottom: 5px;
	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);
}

.showSideIpma {
	position: fixed;
	left: 0;
	bottom: 65px;
	width: 76px;
	font-size: 20px;
	text-align: right;
	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);
}

.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;
}

/***** 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.callout-success {
    padding-top: 12px; 
    padding-bottom: 12px; 
	background-color: rgba(33,136,56,0.5) !important;
	color: #fff !important;
	border-left: 5px solid #218838;
	margin-bottom: 5px;
	border-radius: 0 0.25rem 0.25rem 0;
	
}

.callout.callout-primary {
    padding-top: 12px; 
    padding-bottom: 12px; 
	background-color: rgba(0,105,217,0.5) !important;
	color: #fff !important;
	border-left: 5px solid #0069d9;
	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;
}

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

.newmodalTitleError {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	color: #d9534f;
}

.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;
}

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

.showincendio {
	height: 100px;
}

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

/***** TABLES *****/
.tblShowSmooth {
	width: 100%;
	font-size: 0.85rem;
	border: 1px solid #cdcdcd;
}
.tblShowSmooth th {
	text-align: center;
	font-weight: 600;
	color: #333;
	background-color: #efefef;
	border: 1px solid #cdcdcd;
}

.tblShowSmooth td {
	border: 1px solid #cdcdcd;
	text-align: center;
}

/***** WAIT AREA *****/
.waitArea {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 250px;
	height: 40px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 0.25rem;
	border: 1px solid #c82333;
	z-index: 5000;
	font-size: 1rem;
	color: #000;
}

.leaflet-tooltip {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
	color: #c82333;
}

.leaflet-tooltip-top:before, 
.leaflet-tooltip-bottom:before, 
.leaflet-tooltip-left:before, 
.leaflet-tooltip-right:before {
    border: none !important;
}