/* css lib */

.pt10{
    padding-top:10px;
}

.pt20{
    padding-top:20px;
}

.pt30{
    padding-top:30px;
}

.pt40{
    padding-top:40px;
}

.pt50{
    padding-top:50px;
}

.pt60{
    padding-top:60px;
}

/* END css lib */

.content{
    background-color:#F1F2F7 !important;
}

.animated{
    min-height: 73vh !important;
}

#weatherWidget .currentDesc {
    color: #ffffff!important;
}

.traffic-chart {
    min-height: 335px;
}

#flotPie1  {
    height: 150px;
}

#flotPie1 td {
    padding:3px;
}

#flotPie1 table {
    top: 20px!important;
    right: -10px!important;
}

.chart-container {
    display: table;
    min-width: 270px ;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#flotLine5  {
        height: 105px;
}

#flotBarChart {
    height: 150px;
}

#cellPaiChart{
    height: 160px;
}

.title{
    text-transform: uppercase;
    text-align:center;
    margin-top:20px;
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom:1px solid #e9e9e9;
    color:#444;
}

.full-width{
    width:100% !important;
}

/* The Modal (background) */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .popup-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

.login-background{
    background-image:url("../img/login-background.jpg");
    height: 100vh;
}

@media only screen and (max-width:900px){
    .login-background{
        display: none !important;
    }
}

.login-form-background{
    background-color:#f1f2f7;
    padding-bottom:5%;
}

.login-screen{
    overflow: hidden !important;
    width:100% !important;
}

.nome{
    text-transform: uppercase;
}

.center-header{
    text-align:right;
    padding-top:5px;
}

.funcao{
    text-align: center;
    text-transform: uppercase;
    color:#999;
    font-size:14px;
}

th, td{
    text-align:center !important;
}

.arquivar{
    font-size:28px !important;
    color:red;
}

.desarquivar{
    font-size:28px !important;
    color:green;
}

.recuperacao_de_senha{
    background-color:white;
    margin-top:15%;
    margin-bottom:15%;
    padding:2%;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(102,102,102,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(102,102,102,1);
    box-shadow: 0px 0px 10px 1px rgba(102,102,102,1);
    border-radius:3px;
}

.dados-usuario{
    float:right !important;
}

.simulacao-usuario{
    width:100%;
    background-color:red;
    padding-top:20px;
    margin:0px !important;
}

.simulacao-usuario p{
    color:white !important;
    text-align:center;
}

.marker-dropdown{
    position:absolute;
    background-color:white;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
}

.marker-dropdown ul{
    list-style-type: none;
    width:100px !important;
}

.marker-dropdown li{
    padding:1%;
}

.marker-dropdown li:hover{
    transition:0.2s;
    font-size:16px;
    background-color:green;
    color:white;
}

.markers-list ul{
    list-style-type: none;
}

.markers-list li{
    border:1px solid #d1d1d1;
    border-radius:5px;
    margin:2px;
    padding:1%;
}

.delete-marker i{
    float:right;
    color:red;
}

.marcadores{
    min-width: 200px !important;
    max-height: 300px !important;
    overflow:scroll;
    overflow-x: hidden;
}

.marcadores::-webkit-scrollbar {
  width: 10px;
}

.marcadores::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.marcadores::-webkit-scrollbar-thumb {
  background: #888;
}

.marcadores::-webkit-scrollbar-thumb:hover {
  background: #555;
}