@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700');

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
}

body {
    /*background-color: lightyellow !important;*/
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    padding-top: 13.9mm !important;
}

#div_form_modal {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
}

#div_modulos {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
}

#conteudo {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
}

#div_loading {
    /*border-top: 16px solid blue;*/
    /*border-right: 16px solid green;*/
    /*border-bottom: 16px solid red;*/

    border: 16px solid #f3f3f3;
    border-top: 16px solid red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*.loader {*/
/*display: none;*/
/*border-top: 16px solid blue;*/
/*border-right: 16px solid green;*/
/*border-bottom: 16px solid red;*/
/*border-left: 16px solid pink;*/
/*}*/

.modal-dialog.large {
    width: 75%;
}

.modal-dialog.large-extra {
    width: 99%;
}

.pac-container {
    z-index: 1051 !important;
}

.fonte-bold {
    font-weight: bold;
}

.fonte-normal {
    font-weight: normal;
}

.fonte-blue {
    color: dodgerblue;
}

.fonte-green {
    color: forestgreen;
}

.fonte-yellow {
    color: #8a6d3b;
}

.fonte-vermelho {
    color: red;
}

.fonte-branca {
    color: white;
}

.bg-navbar {
    background-color: #5bc0de !important;
}

.fundo-blue {
    background-color: dodgerblue;
}

.fundo-green {
    background-color: green;
}

.fundo-vermelho {
    background-color: red;
}

.corrida-cancelada {
    background-color: red;
    color: white;
}

.area-prancheta {
    height: 100px;
    overflow-y: scroll;
}

.h-scroll {
    height: 90vh; /* %-height of the viewport */
    position: fixed;
    overflow-y: scroll;
}

.modal-header-primary {
    color: #fff;
    margin: 2px;
    border: 1px solid #000000;
    background-color: #449d44;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.recibo-tabela {
    margin-left: 5px;
    margin-right: 5px;
}

.hr-linha {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #000000;
}

.navbar-brand-gestor {
    width: 100px !important;
    height: 50px !important;
}

.navbar-fonte-item {
    color: black;
}

/* Botão circular */
.btn-circle {
    text-decoration: none;
    outline: none !important;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    margin: 0 10px 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.btn-circle p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 8px;
    text-align: center;
}

.btn-circle i.fa {
    float: left;
    height: 24px;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
}

.nb-btn-circle {
    text-decoration: none;
    outline: none !important;
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    margin: 0 10px 10px 0;
    color: #555;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    transition: all 0.4s ease-in-out;
}

.nb-btn-circle:hover {
    background: cornflowerblue;
    border-color: cornflowerblue;
    color: #fff;
}

.nb-btn-circle:focus {
    color: cornflowerblue;
}

.nb-btn-circle .fa {
    float: left;
    height: 24px;
    width: 100%;
    margin: 18px 0 2px 0;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.nb-btn-circle p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 11px;
    text-align: center;
}

.nb-btn-circle .indicator-dot {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    background: #D9534F none;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

.info {
    padding: 10px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    /*margin: 0 0 5px;*/
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.quebra {
    /*page-break-after: always;*/
}

.quebra_tr {
    /*page-break-inside: avoid;*/
}

@page {
    size: A4;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
}

table {
    page-break-inside: auto
}

tr {
    page-break-inside: avoid;
    page-break-after: auto
}

/*
th {
    background-color: rgb(80, 80, 57);
    color: white;
}
*/
thead {
    display: table-header-group
}

tfoot {
    display: table-footer-group
}

[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 238);
    border-width: 0;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
    font-family: 'Old Standard TT', serif;
    letter-spacing: 1px;
    min-height: 80px;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(255, 179, 40);
}

[data-notify="container"].alert-pastel-success {
    border-left-color: green;
}

[data-notify="container"].alert-pastel-error {
    border-left-color: red;
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="display"] {
    color: white;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;

    margin-left: -15px;
    margin-top: -5px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    font-weight: 700;
    clear: both;
    position: fixed;
    display: block;
    margin-top: -10px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 400;
    clear: both;
}

a.corridas-transbordo:link {
    color: red;
}

/* visited link */
a.corridas-transbordo:visited {
    color: white;
}

/* mouse over link */
a.corridas-transbordo:hover {
    color: white;
}

/* selected link */
a.corridas-transbordo:active {
    color: white;
}

input.uppercase {
    text-transform: uppercase;
}

.zonaLabel {
    background: white;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0;
}

td.details-control {
    background: url('../static/imagens/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../static/imagens/details_close.png') no-repeat center center;
}

.tabela_enderecos_funcionarios {
    width: 800px;
    margin: 0 auto;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 128px;
    height: 128px;
}
