/***** IMPORTS *****/

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

/***** 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: #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 *****/
.tblMaster {
	width: 100%;
	font-size: 0.9rem;
}
.tblMaster th {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7rem;
	color: #444 !important
}
.tblMaster td {
	padding: 0.20rem;
}

.tblMaster .tblMaster-collapse {
	border-collapse: collapse;
}
.tblMaster .tblMaster-small-border {
	border: 1px solid #cdcdcd;
}

.tblMaster .tblMaster-equipa {
	border: 1px solid #cdcdcd;
	background-color: #286090;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
}
.tblMaster .tblMaster-turno {
	border: 1px solid #cdcdcd;
	background-color: #dcdcdc;
	color: #000;
	text-align: center;
	padding: 5px 0;
}
.tblMaster .tblMaster-bomb {
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	padding: 5px;
	padding-left: 10px;
}

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

/***** STATES *****/
.stateLineRed {
	display: inline-block;
	font-size: 1rem;
	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: 1rem;
	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;
}
.stateLineBlue {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	background-color: #fff;
	color: #428cda;
	border: 1px solid #428cda;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateLineYellow {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	background-color: #fff;
	color: #ffd265;
	border: 1px solid #ffd265;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateLineInfo {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	background-color: #fff;
	color: #5bc0de;
	border: 1px solid #5bc0de;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateLineOrange {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	background-color: #fff;
	color: #f19c65;
	border: 1px solid #f19c65;
	padding: 2px 12px;
	border-radius: 0.25rem;
}
.stateLineGrey {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	background-color: #fff;
	color: #999;
	border: 1px solid #cdcdcd;
	padding: 2px 12px;
	border-radius: 0.25rem;
}


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

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

}


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

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

.overlay {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.7);
    z-index: 5000;
}

.side-nav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 6000;
	top: 0;
	right: 0;
	background-color: #ededed;
	overflow-x: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	transition: 0.5s;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.btn-menu {
	color: #E32227;
	font-size: 32px;
	cursor: pointer;
}

.btn-close {
	display: none;
	position: absolute;
	right: 20px;
	top: 15px;
	color: #808285;
}
.btn-close:hover {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #E32227;
}
.btn-close i{
	font-size: 30px;
	cursor: pointer;
}

.btn-area-sidebar {
	margin-top: 10px;
	text-align: center;
}
.btn-area-sidebar i{
	font-size: 46px;
	color: #808285;
	cursor: pointer;
}
.btn-area-sidebar i:hover{
	color: #E32227;
}

.btn-refresh {
	margin-top: 5px;
	font-size: 30px;
	cursor: pointer;
	padding-right: 8px;
	color: #28a745;
}

/***** BOMBEIROS ******/
.nav-tabspecial {
    border-bottom: 1px solid #dc3545;
	/* 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-tabspecial .nav-item .nav-link {
	color: #495057;
	/* border: 1px solid #dee2e6 !important; */
	border: 1px solid rgba(0,0,0,0.2) !important;
	border-bottom: 1px solid #dc3545 !important;
	text-transform: uppercase;
	font-size: 0.85rem !important;
}
.nav-tabspecial .nav-item .active {
	color: #dc3545 !important;
	border: 1px solid #dc3545 !important;
	border-bottom: 1px solid #fff !important;
}

.nav-link {
	padding: 0.5rem 0.65rem !important;
}

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

.bomb-img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 3px solid #ababab;
}

.bomb-img-red {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 5px solid #dc3545;	
}
.bomb-img-green {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 5px solid #28a745;	
}
.bomb-img-blue {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 3px solid #007bff;	
}

.btn-arrow-day {
	font-size: 20px;
	margin:0 10px; 
	padding: 0.25rem .5rem;
	cursor: pointer;
}

.base-equipa-none {
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 5px;
}

.base-equipa-red {
	background-color: rgba(217,83,79,0.6);
	border-radius: 0.25rem;
	padding: 5px;
}

.base-equipa-blue {
	background-color: rgba(51,122,183,0.6);
	border-radius: 0.25rem;
	padding: 5px;
}

.base-equipa-green {
	background-color: rgba(92,184,92,0.8);
	border-radius: 0.25rem;
	padding: 5px;
}

.contact-link i{
	font-size: 0.85rem;
	color: rgba(220,53,69,0.8);
}
.contact-link a{
	color: #000;
	/* text-decoration: underline; */
	border-bottom: 1px dotted rgba(220,53,69,0.8);
}
.contact-link a:hover{
	color: #dc3545;
}
/***** VIATURAS *****/
.viatura-img {
	width: 90px;
	height: 90px;
	border-radius: 0.25rem;
	border: 2px solid #cdcdcd;
}
.viatura-show-nome {
	background-color: #cdcdcd;	
}

/**** APPS ***/
.list-mobile {
  list-style-type: none;
}

.list-mobile li {
	padding-left: 35px;	
	background-image: url('../images/mobile-screen-solid.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.list-mobile li a {
	color: #000;
}

.list-tablet {
  	list-style-type: none;
}

.list-tablet li {
  	padding-left: 40px;
  	background-image: url('../images/desktop-solid.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	margin-left: -5px;
	margin-top: 15px;
}

.list-tablet li a {
	color: #000;
}

/**** METEO ***/
.fwi-color {
	color: #fff;
	padding: 0.3rem 0.9rem;
	border-radius: 0.25rem;
}

.p2000-color {
	color: #fff;
	padding: 0.3rem 1.5rem;
	border-radius: 0.25rem;
}
.legend-title {
	font-size: 10px;
}

.title-divisor {
	border: 1px solid #cdcdcd;
	background-color: #286090;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
}

.labelInfo {
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #333 !important;	
}

/***** CALENDAR OVERRIDE *****/
.fc-h-event .fc-event-title-container {
	cursor: pointer;
}
.fc .fc-toolbar {
	flex-direction: column;
	padding-top: 5px;
}

.fc-toolbar-chunk {
	margin-bottom: 8px;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 1rem;	
}

.fc .fc-toolbar-title {
	font-size: 1.5rem;
}