﻿body {
    /*padding-bottom: 20px;*/
}

.sindu_dragger {
    display: flex;
}
.sindu_dragger li {
    float: none;
    margin-right: -1px !important;
}
.sindu_dragger li:first-child,
.sindu_dragger li table {
    width: 170px !important;
}
.sindu_dragger table {
    background-color: transparent !important;
    border-collapse: collapse !important;
    width: 300px !important;
}

.modal-dialog .bootstrap-datetimepicker-widget {
    display: block !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    position: fixed !important;
    right: auto !important;
}

.form_relatorio_log .dropdown-menu > li > a {
    white-space: normal !important;
}

.line-date fieldset legend a.removeData {
    position: absolute;
    top: 4px;
    right: -4px;
}
.line-date fieldset legend a.removeData i {
    color: #f37b7b;
}

button:focus {
    outline: 0 !important;
}

.validation-summary-errors {
    color: white;
}
.validation-summary-errors ul {
    list-style: none;
}

.dt-buttons {
    display:none;
}

.sidebar-large .bootstrap-datetimepicker-widget {
    position: fixed !important;
}

.label_bateria {
    background: #f5f5f5;
    color: #349971;
    display: block;
    font-weight: normal;
    font-size: 11px;
}

.bola_status {
    margin: auto;
    display: block;
    width: 15px;
    border-radius: 60px;
    height: 15px;
    /*box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;*/
}

.bola_status_piscante {
    position: absolute;
    top: 13px;
    left: 3px;
    width: 7px;
    margin-left: 13px;
    height: 15px;
    background-color: yellow;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-left: 0;
}

.bola_status_apagado {
    position: absolute;
    top: 13px;
    left: 3px;
    width: 7px;
    margin-left: 13px;
    height: 15px;
    background-color: #d0d0d0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-left: 0;
}

.bola_modo_local {
    color: #6ebce0;
    background: #6ebce0;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_modo_centralizado {
    color: #4b9729;
    background: #4b9729;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_modo_falha {
    color: #f04e51;
    background: #f04e51;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_modo_inteligente {
    color: #0d3ea4;
    background: #0d3ea4;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_modo_semcomunicacao {
    color: #000;
    background: #000;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_modo_manual {
    color: #795548;
    background: #795548;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_modo_lento {
    color: yellow;
    background: yellow;
    box-shadow: 0 0 0 2px #ffffff, 0 0px 9px 3px #211d1d;
}

.bola_status_manutencao {
    box-shadow: 0 0 0 2px #9370DB, 0 0px 9px 10px #9370DB;
}

.bola_modo_energia {
    /*color: #7f1e22;*/
    /*background: #7f1e22;*/
    box-shadow: 0 0 0 2px #7f1e22, 0 0px 9px 10px #7f1e22;
    /*border: solid 1px #d3aeae;*/
}

.builder.ringxgroup .panel-heading {
    cursor: auto !important;
}

.ringxgroup .panel .well {
    cursor: move;
}

.list-detectores-analise-detec {
    max-height: 300px;
    overflow: auto;
}
.list-detectores-analise-detec li {
    margin: 2px !important;
    padding: 4px !important;
    font-size: 11px !important;
}

.leaflet-popup {
    bottom: 0px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 418px;*/
}
.lista_detec select[multiple] {
    width: 100% !important;
    max-width: 100%;
}

/* Circle Count */
.center {
    position: absolute;
    top: 50%;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.counter_circle, .counter_circle_espaco_tempo {
    display: none;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 999px;
    box-shadow: inset 0 0 0 3px rgba(0,0,0,0);
}

.l-half, .r-half {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
    
.l-half::before, .r-half::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 3px solid #18bc9c;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.l-half:before {
    border-right: none;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    -webkit-transform-origin: center right;
    -webkit-animation-name: l-rotate;
}
.r-half:before {
    border-left: none;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    -webkit-transform-origin: center left;
    -webkit-animation-name: r-rotate;
}
.count {
    position: absolute;
    width: 100%;
    line-height: 26px;
    text-align: center;
    font-weight: 100;
    font-size: 11px;
    font-family: Helvetica;
    color: #000;
    z-index: 2;
    -webkit-animation: fadeout .5s (60 + 1)+s 1 linear;
    -webkit-animation-fill-mode: forwards;
}
.validation-summary-errors {
    color: white;
}
.validation-summary-errors li{
    list-style:none;
}
    
@-webkit-keyframes l-rotate {
        0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(-180deg); }
    100% { -webkit-transform: rotate(-180deg); }
}
    
@-webkit-keyframes r-rotate {
    0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-180deg); }
}
    
@-webkit-keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0.5; }
}
/* End Circle Count */
        

/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -175px;
  padding: 7px;
  width: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End tooltip */

.leaflet-div-icon{
    border: 0px solid #666 !important;
    background: rgba(255, 255, 255, 0) !important;
}

.leaflet-control-container .leaflet-routing-container {
    display: none;
}

/*loding*/
.sk-cube-grid {
   width: 20px;
   height: 20px;
   display: inline-block;
   position: absolute;
   z-index: 1;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #18bc9c;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/*end loading*/

.atualizando_span{
    font-size: 12px;
    vertical-align: super;
    display: inline-block;
    position: absolute;
    margin-left: 25px;
}

.trafgo_routes{
    float: right;
    margin-top: -30px;
    width: 340px !important;
    max-width: 420px;
}

.filtra_grafico_espaco_tempo{
    width: 20px;
    position: absolute;
    float: right;
    display: inline-block;
    margin-top: 45px;
    top: -20px;
    right: 0;
    z-index: 99999;
    cursor: pointer;
}

#filtro_grafico {
    width: 350px;
    right: 0;
    margin-top: 20px;
    display: none;
    background: white;
    border: 1px rgba(24, 188, 156, 0.16) solid;
    padding: 20px;
    position: absolute;
    z-index: 999;
    border-radius: 5px;
}

#filtra_grafico_espaco_tempo {
    width: 350px;
    right: 0;
    margin-top: 20px;
    margin-right: 10px;
    display: none;
    background: white;
    border: 1px rgba(24, 188, 156, 0.16) solid;
    padding: 20px;
    position: absolute;
    z-index: 999;
    border-radius: 5px;
}

#graficoEspacoTempo{
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.leaflet-bottom.leaflet-left{
    width: 100%;
}
.leaflet-control-container .leaflet-timeline-controls{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}

#map {
    height: 100%;
}

#map form.leaflet-control-layers-list input[type="radio"]{
    opacity: 1;
    position: initial;
}