.inactive {
    display: none;
}

#loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.select2-selection__rendered {
    line-height: 34px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    height: 28px;     
}

.dropdown-menu-lg {
    max-width: 600px;
    /* min-width: 400px; */
    padding: 0;
}
label.error {
    color: red;
}
.brand-link .brand-image {
    margin-left: -8px;
}  

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
    font-size: 16px;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}      

.badge-primary, .btn-primary {
    color: #fff;
    background-color: rgb(21, 126, 218);
    border-color: #157eda;
    font-weight: bolder;
}
.badge-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    font-weight: bolder;
}
.badge-info, .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
    font-weight: bolder;
}
.badge-success, .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-weight: bolder;
}
.badge-danger, .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    font-weight: bolder;
}
.text-sm .content-header {
    padding: 10px .5rem;
}

.text-sm .content-header h1 {
    font-size: 1.5rem;
}

.text-sm .form-control {
    font-size: .875rem;
}
.bg-success {
    background-color: #99d399!important;
}
.bg-primary {
    background-color: #509ee3!important;
}
.bg-info {
    background-color: #5bc0de!important;
}
.bg-warning {
    background-color: #f0ad4e!important;
}
.bg-danger {
    background-color: #de6965!important;
}
.bg-secondary {
    background-color: #b0b6bd!important;
}

.table{
    font-size: .875rem;
}
.form-control-mini {
    display: block;
    width: 100%;
    height: calc(2rem);
    padding: .375rem .75rem;
    font-size: .850rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.link{
    color: black;
    border-bottom: 1px dotted;
}

.link2{
    color: black;
    border-bottom: 1px dotted;
    font-size: 14px;
}
.link_danger{
    color: white;
    border-bottom: 1px dotted;
}

.stat-block {
    padding: 0 12px;
    margin: 16px 0;
}

.stat-value{
    color: #006cb8;
    font-size: 1.75rem;
}

.header {
    display: flex;
}
.header img {
    max-width:100px; /* you can use % */
    height: auto;
    float: left;
}
  
.details{
    margin-left: 10px;
}

.vehicle_details{
    padding-top: 10px;
}

.km {
    padding-top: 15px;
} 

table .thsize30{
    min-width: 10px;
}
table .thsize80{
    min-width: 80px;
}
table .thsize100{
    min-width: 100px;
}
table .thsize150{
    min-width: 150px;
}
table .thsize200{
    min-width: 200px;
}
table .thsize250{
    min-width: 250px;
}
table .thsize300{
    min-width: 300px;
}
.table2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 12px;
}

.table3 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.my-label {
    position: absolute;
    width:60px;
    font-size:10px;
    font-weight:bold;
}

.card{
    width: 100%;
}
#tablemsgs{
    width: 100%;
}

table th {
    cursor: pointer;
}

table.dataTable td.details-control:before {
    content: '\f152';
    font-family: 'Font Awesome\ 5 Free';
    cursor: pointer;
    font-size: 22px;
    color: #55a4be;
}

table.dataTable tr.shown td.details-control:before {
    content: '\f150';
    color: black;
}

.dataTables_processing{
    background: #FFFFFF;
    z-index: 99999;
}

/* Timeline */

.flex-parent {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  width: 100%;
  height: 100%; }

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0; }

.input {
  width: 25px;
  height: 25px;
  background-color: #2C3E50;
  position: relative;
  border-radius: 50%; 
}
.input:hover {
    cursor: pointer; 
}
.input::before, .input::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2C3E50;
    width: 4vw;
    height: 5px;
    max-width: 50px; 
}
.input::before {
    left: calc(-4vw + 12.5px); 
}
.input::after {
    right: calc(-4vw + 12.5px); 
}
.input.active {
    background-color: #2C3E50; 
}
  
.input.active::before {
      background-color: #2C3E50; 
}
.input.active::after {
      background-color: #AEB6BF; 
}
.input.active span {
      font-weight: 700; 
}
.input.active span::before {
        font-size: 13px;
}
.input.active span::after {
        font-size: 15px; 
}
  
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
    background-color: #AEB6BF; 
}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden; 
}
.input span::before, .input span::after {
    visibility: visible;
    position: absolute;
    left: 50%; 
}
.input span::after {
    content: attr(data-year);
    top: 25px;
    transform: translateX(-50%);
    font-size: 14px; 
}
.input span::before {
    content: attr(data-info);
    top: -65px;
    width: 70px;
    transform: translateX(-5px) rotateZ(-45deg);
    font-size: 12px;
    text-indent: -10px; 
}

.divsidebyside{
  float: right;
}

.prog {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn_pontos{
    margin-bottom: 5px;
}

.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
    margin-left: 0px;
}

.veiculo{
    font-size: 16px;
}

.text-align-center {
    text-align: center;
}

.progress_bar .pro-bar {
    background: hsl(0, 0%, 97%);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
    height:8px;
    margin-bottom: 12px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    width: 98%;
}
.progress_bar .progress_bar_title{
    color: hsl(218, 4%, 50%);
    font-size: 15px;
    font-weight: 300;
    position: relative;
    top: -28px;
    z-index: 1;
}
.progress_bar .progress_number{
    float: right;
    margin-top: -24px;
}
.progress_bar .progress-bar-inner {
    background-color: hsl(0, 0%, 88%);
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear 0s;
}
.progress_bar .progress-bar-inner:before {
    background-color: hsl(0, 0%, 100%);
    width: 4px;
    height: 4px;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
}
.progress_bar .progress-bar-inner:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f0d1";
    /* content:var(--content, '\f0d1');  */
    position: absolute;
    right: -15px;
    top: -4px;    
    color:var(--color, black);
}
th {text-align: center;}

.div_esquerda {
    display: inline-block;
    text-align: left;
    width: 15%;
}
.div_centro {
    display: inline-block;
    text-align: center;
    width: 75%;
}
.div_direita {
    display: inline-block;
    text-align: right;
    width: 10%;
}
.ref_align{
    text-align: center;
    align-content: center;
    font-weight: bold;
    font-size: 16px;
}

.close{
    cursor: pointer;
}
.text_nc{
    font-size: 9pt;
    font-weight: bold;
}

a .errolink {
    color: #d9534f;
}


  [data-tooltip] {
    position: relative;
    cursor: pointer;
  }
  [data-tooltip]:before,
  [data-tooltip]:after {
    line-height: 1;
    font-size: .9em;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    display: none;
    opacity: 0;
  }
  [data-tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 100;
  }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 8px;
    border-radius: 3px;
    background: #000000;
    color: #FFFFFF;
    z-index: 99;
  }
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    display: block;
    opacity: 1;
  }
  [data-tooltip]:not([data-flow])::before,
  [data-tooltip][data-flow="top"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000000;
  }
  [data-tooltip]:not([data-flow])::after,
  [data-tooltip][data-flow="top"]::after {
    bottom: calc(100% + 5px);
  }
  [data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
  [data-tooltip][data-flow="top"]::before,
  [data-tooltip][data-flow="top"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
            transform: translate(-50%, -4px);
  }
  [data-tooltip][data-flow="bottom"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #000000;
  }
  [data-tooltip][data-flow="bottom"]::after {
    top: calc(100% + 5px);
  }
  [data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
  [data-tooltip][data-flow="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #000000;
    left: calc(0em - 5px);
    -webkit-transform: translate(-8px, -50%);
            transform: translate(-8px, -50%);
  }
  [data-tooltip][data-flow="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-8px, -50%);
            transform: translate(-8px, -50%);
  }
  [data-tooltip][data-flow="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #000000;
    right: calc(0em - 5px);
    -webkit-transform: translate(8px, -50%);
            transform: translate(8px, -50%);
  }
  [data-tooltip][data-flow="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(8px, -50%);
            transform: translate(8px, -50%);
  }
  [data-tooltip=""]::after, [data-tooltip=""]::before {
    display: none !important;
  }
  
  .card_torre{
    max-height:400px;
    overflow: auto;
  }

  .card_ranking{
    
    overflow: auto;
  }

.text-veiculos-patios{
    color: #006cb8;
    font-size: 3rem;
    font-weight: lighter;
}

.text-veiculos-patios-2{
    margin-top: -15;
}

.info-box-new {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background: #fff;
    display: -ms-flexbox;
    /* display: flex; */
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}

.card-title-torre{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #006cb8;
}

.card-body-torre {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
    padding-top: 0;
}

.selectbox {
    background: #efefef;
    color: #1d3b4a;
    padding: 8px;
    line-height: 18px;
    border-radius: 2px;
    border-width: 0 1px 4px;
    cursor: pointer;
    padding: 5px 10px;
    width: 70%;
    height: calc(1.8125rem + 2px);
}

.form-rel{
    display: flex;
    width: 10%;
}

/* Notifications */

.notification {
    display: inline-block;
    position: relative;
    padding: 0.6em;
    background: #3498db;
    border-radius: 0.2em;
    font-size: 1.3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notification::before, 
.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.notification.notify::before {
    animation: ring 1.5s ease;
}

.notification.show-count::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes ring {
    0% {
        transform: rotate(35deg);
    }
    12.5% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(25deg);
    }
    37.5% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(15deg);
    }
    62.5% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.hide {
    display: none !important;
}

.new-btn {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;    
    color: #5ce24a;
    background-color: #fff;
    border-color: #ccc;
}

 
.sigWrapper {
    clear: both;
    border: 1px solid #ccc;
}
  
.signed .sigWrapper {
    border: 0;
}
  
.pad { 
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
 }

 .sigPad {
    margin: 0;
    padding: 0;
    width: 500px;
  }
  
  .sig {
    display: none;
  }
  
  .sigWrapper {
    clear: both;
    border: 1px solid #ccc;
  }
  
  .signed .sigWrapper {
    border: 0;
  }
  
  .pad { 
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
 
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 25px !important;
 
  }

  .font-size11 {
    font-size: 11px;
  }

  .font-size10 {
    font-size: 10px;
  }

  .font-size12 {
    font-size: 12px;
  }

  .font-size13 {
    font-size: 13px;
  }

  .font-size14 {
    font-size: 14px;
  }

  .col-lg-1-5 {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }

  .col-lg-1-3 {
    -ms-flex: 0 0 12.45%;
    flex: 0 0 12.45%;
    max-width: 12.45%;
  }

  .col-lg-1-4 {
    -ms-flex: 0 0 7.14%;
    flex: 0 0 7.14%;
    max-width: 7.14%;
  }

  .info-box-mini {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem;
    position: relative;
    width: 100%;
}

.badge2 {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    justify-content: flex-end;
}

.badge-info2 {
    color: #fff;
    background-color: #6c757d;
    font-size: 14px;
}

.info-box-content2{
    width: 100%
}

.radio-input {
    cursor: pointer;
}