warning-message@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/* GENERAL */
:root {
	--colorBlue: #003B65; /* AZUL */
	--colorYellow: #EAB90D; /* AMARELO */
	--colorGray: #5A5A5A; /* CINZA */
	--colorLink: #5A5A5A;
	--colorLinkHover: #003B65;
	--colorTopBackground: #f7f7f7;
	--colorMenuBackground: #fff;
}

::-webkit-scrollbar {width: 9px;}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 50px #efefef;
					box-shadow: inset 0 0 50px #efefef;
}

::-webkit-scrollbar-thumb {
	background: #ddd;
}

html,body {
	color: #5A5A5A;
	background: #fff;
	font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
}

a {
	color: #5A5A5A;
}

a:hover {
	color: #003B65;
	text-decoration: none;
}

h4 > span {
	cursor: pointer;
	padding-left: 7px;
	color: #8c8c8c;
	font-size: 14px;
}

h4 > span:hover {
	color: #003B65;
}

label {
	color: #5A5A5A;
}

.form-control {
	height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control:focus {
	background-color: #FFF;
	border: #003B65 1px solid;
	box-shadow: none;
}

.form-control:hover {
	border: #aaa 1px solid;
}

.form-login {
	height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

.title-dot {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #003b65;
	cursor: default;
}

.btn-primary {
	background-color: #003B65;
}

.btn-default-group {
	height: 30px;
}

.btn-default-group > span {
	color: #8c8c8c;
}

.btn-default-group-select-multiple {
	height: 42px;
	padding-top: 10px;
}

.body-layout-default {
	overflow: hidden;
}

.alert-layout-defualt {
	position: fixed;
	top: 107px;
	right: 30px;
	z-index: 99;
}

.alert-layout-default-center {
	position: fixed;
	top: 7px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
}

.blue {
	color: #003b65;
}

.red {
	color: #d00000;
}

.bg-yellow {
	background: #eab90d;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.space-top-xs {
	margin-top: 5px;
}

.space-top-sm {
	margin-top: 10px;
}

.space-top-sm2 {
	margin-top: 16px;
}

.space-top-md {
	margin-top: 20px;
}

.space-top-lg {
	margin-top: 40px;
}

.space-bottom-xs {
	margin-bottom: 5px;
}

.space-bottom-sm {
	margin-bottom: 10px;
}

.space-bottom-md {
	margin-bottom: 20px;
}

.space-bottom-lg {
	margin-bottom: 40px;
}

.no-space-top {
	margin-top: 0;
}

.no-space-bottom {
	margin-bottom: 0;
}

.no-space-left {
	margin-left: 0;
}

.no-space-right {
	margin-right: : 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: : 0;
}

.label-1 {
	font-size: 14px;
	padding-top: 27px;
	cursor: default;
}

.form-icon {padding-top: 5px; }

.material-card {
	font-sizer: 1rem;
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
/* END GENERAL */

/* ALERT */
#help,
#error {
	display: none;
}

#divMsgCamposOBrigatorios {
	display: none;
}

#pass-meter{
	margin-top: 2px;
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 100%;
	height: 8px;
}

#result-pass-meter {
	width: 0%;
	height: 5px;
}

.pass-meter-label {
	width: 50%;
	float: left;	
	font-size: 10px;
}

.weakPass {
	background: #ff0000;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
}

.moderatePass {
	background: #eab90d;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
}

.strongPass {
	background: #008700;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
}

.excellentPass {
	background: #0000dc;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
}
/* END ALERT*/

/* DOWNLOAD SOFTWARE DESKTOP */
#download-software-desktop {
	display: none;
	position: fixed;
	width: 600px;
	background: #fff;
	border-top: 2px solid #003b65;
	top: 0;
	left: 0;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	z-index: 999999;
}
#download-software-desktop-off {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 999998;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
      -moz-opacity: 0.3;
           opacity: 0.3;
}
/* END DOWNLOAD SOFTWARE DESKTOP */

/* NEO MAP */
#neomap-div-mapa {
	position: relative;
}

.neomap-right-panel {
	position: absolute;
	right: 0px;
	float: right;
	width: 200px;
	height: 100%;
	top: 0px;
	background-color: white;
	overflow: auto;
}

.neomap-left-panel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(100% - 200px);
	height: 100%;
}
#pnlMapa {width:70%}
#neomap-panel-lists {
	position: absolute;
    right: 0px;
    top: 0px;
    background-color: white;
    float: right;
    min-width:29.5%;
    max-width:29.5%;
    min-height: 100%;
    max-height: 100%;
    font-size:14px;
    font-family: 'Roboto' , sans-serif; overflow-x:hidden;
    padding: 0 0.5% 0 0;
}
#neomap-result-tabs {
	position: fixed;
	background: #fff;
	width: 27.3%;
	z-index: 999;
	padding-bottom: 5px;
	margin-left: 0px;
}
#neomap-panel-result-toll, #neomap-panel-result-gas-station {padding-top: 50px;}
#neomap-panel-result-route {padding-top: 50px;}
#neo-map-checkbox-type-routing {
	position: fixed;
	top: 92px;
	right: 30px;
	font-size: 0.9rem;
	z-index: 1000;
}
#neo-map-checkbox-type-routing > #neo-map-road-priority {
	cursor: pointer;
}
/* END NEO MAP */