/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
/*h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}*/

/** Most GWT widgets already have a style name defined */
/*.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}*/

/** Set ids using widget.getElement().setId("idOfElement") */
/*#closeButton {
  margin: 15px 6px 6px;
}*/

/* ABAIXO É O CONFIGURADO CUSTOM */
/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
/*#pop{
    display:none;
    position:absolute;
    top:20%;
    left:40%;
    margin-left:-100px;
    margin-top:-100px;
    padding:10px;
    width:600px;
    height:600px;
    border:1px solid #d0d0d0;
    border-radius: 10px 10px 10px 10px; // aplicar 10px nos cantos inferiores
}*/

.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.div-center {
  flex-flow: row wrap;
  max-width: 390px;
  margin: 0 auto;
  display: flex;
}

.div-left {
  flex: 1;
  margin-left: 0px;
}

.div-right {
  flex: 1;
  margin-right: 0px;
}

.notification:hover {
  background: red;
}

.badge-green {
  position: absolute;
  top: -7px;
  right: -7px;
  padding: 2px 4px;
  border-radius: 50%;
  background: green;
  color: white;
}

.badge-invisible {
  position: absolute;
  top: -7px;
  right: -7px;
  padding: 2px 4px;
  border-radius: 50%;
  background: transparent;
  color: transparent;
}

.badge {
  position: absolute;
  top: -2px;
  right: -8px;
  padding: 3px 5px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 9px;
}

.testeMarcador {
  -ms-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -ms-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -ms-border-top-left-radius: 25px;
  border-top-left-radius: 25px;

  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;

  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px 0 #000000;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
}

:-webkit-full-screen {
  /* properties */
  width: 100%;
  height: 100%;
}

:-moz-full-screen {
  /* properties */
  width: 100%;
  height: 100%;
}
:-ms-fullscreen {
  /* properties */
  width: 100%;
  height: 100%;
}

:full-screen { /*pre-spec */
  /* properties */
  width: 100%;
  height: 100%;
}

:fullscreen { /* spec */
  /* properties */
  width: 100%;
  height: 100%;
}

/* deeper elements */
:-webkit-full-screen map-inicio {
  width: 100%;
  height: 100%;
}

/* styling the backdrop*/
::backdrop {
  /* properties */
  width: 100%;
  height: 100%;
}
::-ms-backdrop {
  /* properties */
  width: 100%;
  height: 100%;
}
root { 
  display: block;
}

html, body { overflow:hidden }
#loadingWrapper {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 900001;
}
#loading {
  margin: 0 auto;
  border: 1px solid #ccc;
  width: 230px;
  padding: 2px;
  text-align: center;
}


#loading a {
  color: #225588;
}

#loading .loadingIndicator {
  background: white;
  font: bold 13px tahoma, arial, helvetica;
  padding: 10px;
  margin: 0;
  height: auto;
  color: #444;
}

#info {
  width: 340px;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#resumo {
  font-family: Roboto;
  font-size: 14px; 
}
#distancia {
  text-align:right;
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 5px 5px 5px 5px;
}

#distanciaHistorico {
  text-align:right;
  width: 100px;
  height: 50px;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 5px 5px 5px 5px;
}

#loadingMsg {
  font: normal 10px arial, tahoma, sans-serif;
}

body {
  margin: 0 0 0 0;
}
div {
  margin: 0 0 0 0;
}
h3 {
  color: #003168;
  font-family : Arial,Verdana,sans-serif;
}
nbr {
  color: red;
}
.negativo {
  color: red;
}
.positivo {
  color: green;
}
.realocado {
  color: #23561f;
}
.alerta {    
  color: darkorange;
}
.cancelado {    
  color: darkviolet;
}
.comcliente {    
  color: blue;
}
.saldo-negativo {
  color: red;
  font-size: 16px;
}
.saldo-positivo {
  color: green;
  font-size: 16px;
}
.cob-negativo {
  color: red;
  font-size: 14px;
}
.cob-zero {
  color: black;
  font-size: 14px;
}

.fonte-tamanho-13 {
  font-size:13px;
  font-family : Arial,Verdana,sans-serif;
}
.verde-evento {
  color: green;
}
.vermelho-evento {
  color: red;
}
.azul-evento {
  color: blue;
}
.laranja-evento {
  color: darkorange;
}
.amarelo-evento {
  color: yellow;
}
.verde {
  color: green;
}
.vermelho {
  color: red;
}
.laranja {
  color: darkorange;
}
.azul {
  color: blue;
}
.preto {
  font-size:13px; 
  font-family : Arial,Verdana,sans-serif; 
  color: black;
}
.preto-plus {
  font-size:20px; 
  font-family : Arial,Verdana,sans-serif; 
  color: black;
}
.verde-plus {
  font-size:20px; 
  font-family : Arial,Verdana,sans-serif; 
  color: green;
}
.vermelho-plus {
  font-size:20px; 
  font-family : Arial,Verdana,sans-serif; 
  color: red;
}
.violeta {
  font-size:13px; 
  font-family : Arial,Verdana,sans-serif; 
  color: darkviolet;
}

div[eventproxy="alertaRoubo"] {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  background-color: #FF0000;
}

.tabela_ocorrencia {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000000;
  alignment-adjust: central;
  alignment-baseline: central;
  border-collapse: collapse;
  border: 1px solid black;
}

div[eventproxy="mapaInicio"] {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  outline: 0px;
  overflow: hidden;
  box-sizing: border-box;
} 
div[eventproxy="teste"] {
  width: 100%;
  height: 800px;
  margin: 0px ;
  padding: 0px;
}
div [eventproxy="isc_WidgetCanvas_4"] {
  width: 100%;
  height: 800px;
  margin: 0px ;
  padding: 0px;
}
div[eventproxy="mapaSection"] {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px
}
/*#map-canvas {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color:aquamarine;
  padding: 0px;
}*/
#pontoReferencia {
  width:250px;
  alignment-adjust: auto;
  alignment-baseline: after-edge;
}
.pontoReferencia {
  width: 245px;
  height: 20px;   
}

.observacoes{
  width: 244px;
  height: 50px;   
}
#labels-frota-posicao{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  border: 2px solid black;
  border-radius: 20px;
  background-color: white;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);
}
#labels{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  border: 2px solid lightseagreen;
  border-radius: 25px;
  background-color: white;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);

}

#labels-frota{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 8px;
  opacity: 10;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  border: 1px solid lightseagreen;
  border-radius: 8px;
  background-color: white;
  white-space: nowrap;
  margin-top: -3px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);
}

#labels-frota-08{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 8px;
  opacity: 10;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  height: 25px;
  border: 1px solid lightseagreen;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  margin-top: -15px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);

}
#labels-frota-10{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 8px;
  opacity: 10;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  height: 25px;
  border: 1px solid lightseagreen;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  margin-top: -15px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);
}
#labels-frota-12{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 8px;
  opacity: 10;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  height: 25px;
  border: 1px solid lightseagreen;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  margin-top: -15px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);
}
#labels-frota-14{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 8px;
  opacity: 10;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  height: 25px;
  border: 1px solid lightseagreen;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  margin-top: -15px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);
}
#labels-frota-16{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 8px;
  opacity: 10;
  pointer-events: none;
  text-align: center;
  width: max-content;
  padding: 0 8px;
  height: 25px;
  border: 1px solid lightseagreen;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  margin-top: -15px;
  margin-left: calc(50% + 11px);
  transform: translateX(-50%);
}
#iw-container {
  display: table;
  width: 100%;        
  background-color: white;
}
#iw-container .iw-title {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  background-color: #1BAEAE;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}
.iw-content img {
  float: right;
  margin: 0 5px 5px 10px;	
}
.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}
.iw-bottom-gradient {
  position: absolute;
  width: 326px;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.gm-style-iw {
  width: 654px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 2px 2px 10px 10px;
}

.info-veiculo {
  color: #333;
  text-transform: uppercase;
  font-family : Arial,Verdana,sans-serif;
  font-size: 12;
}
img.img-popup { 
  vertical-align: middle; 
}

button.button-green {
  font-family: Arial,Verdana,sans-serif;    
  /*background-color: #4CAF50;  Green */
  background-color: #008CBA; /* Blue */
  border: none;
  color: white;
  padding: 5px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 0px 0px;
}

.button-blue {background-color: #008CBA;} /* Blue */
.button-red {background-color: #f44336;} /* Red */ 
.button-gray {background-color: #e7e7e7; color: black;} /* Gray */ 
.button-black {background-color: #555555;} /* Black */
