.btns-inline{margin:0;padding:0;list-style:none}
.btns-inline>li{display:inline-block;margin-right:7px}

.custom-btn-block { margin: 0 0 4px 4px; }

@media all and (max-width:480px) {
    .custom-btn-block { width: 100%; display:block; margin: 4px 0; }
}
.huge {
    font-size: 40px;
}
.iw-content {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

@media print {
    body * {
        visibility: hidden;
    }
    #print-div, #print-div * {
        visibility: visible;
    }
    #print-div {
        position: absolute;
        left: 0;
        top: 0;
    }
}

#jquery-loader{
    border:2px black solid;
    padding-top:35px;
    background-color: white;
    text-align: center;
}

#jquery-loader.blue-with-image{
    border:none;
    padding-top:35px;
    background-color: transparent;
    text-align: center;
    background-image: url(../img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

table tbody td {
    font-size: 12px;
}
#tbOcorrencias tbody td {
    font-family: Tahoma, serif;
    color: #23241f;
}

.div-overflow{
    height: 500px;
    overflow:auto;
}

#map_ocorrencia {
    height: 400px;
}

.numeric_align{
    text-align: right;
}

textarea {
    resize: none;
}

.btn-xs-custom {
    width: 25px;
}

/*Make select2 responsive*/
[class*="col-"] .select2-container {
    width:100%!important;
}
[class*="col-"] .select2-container .select2-search input[type="text"] {
    padding:2px 4%!important;
    width:90%!important;
    margin:5px 2%;
}
[class*="col-"] .select2-container .select2-drop {
    width: 100%!important;
}

.logo-login {
    border-radius: 10px 30px 15px;
    /*box-shadow: 5px 3px 3px grey;*/
    padding: 3px;
    max-height: 150px;
    width: auto;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    /*max-height: 530px;*/
}

.select-box .form-control {
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05) !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);*/
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

.select-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select-box .caret {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: 3px;
    vertical-align: middle;
}

.select-box .form-control:focus {
    border-color: #adadad !important;
}

#frmTelemetria .btn {
    cursor: auto;
    border: 3px solid #ccc;
}

.text-black {
    color: #000;
}

@keyframes pisca {
    0% {
        background-color: #3276b1;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: #3276b1;
    }
}

.label.retorno {

    -moz-animation:pisca 0.5s step-end infinite alternate; /* Firefox */
    -webkit-animation:pisca 0.5s step-end infinite alternate;; /* Webkit */
    -ms-animation:pisca 0.5s step-end infinite alternate;; /* IE */
    animation:pisca 0.5s step-end infinite alternate;; /* Opera */
}
.canvasjs-chart-credit {
    display: none;
}


.barra-fixa {
    position: fixed;
    z-index: 999;
    top: 119px;
    transition: .5s;
    padding-top: 5px;
}

.barra-fixa ul {
    margin-bottom: 5px !important;
}

.numericCol{
    text-align:right;
}