/*
largura da barra de rolagem
::-webkit-scrollbar {
    width: 8px;
}

fundo da barra de rolagem
::-webkit-scrollbar-track {
    background: #eee; 
}

barra de rolagem
::-webkit-scrollbar-thumb {
    background: #27a9e1;
    flex-direction: row;
}

Barra hover 
::-webkit-scrollbar-thumb:hover {
    background: #005996; 
}*/

tooltip tip {
    min-width:170px !important;
}
.cabecalho {
    width: 100%;
    height: 5vh;
    max-height: 100px;
    border-bottom: 3px solid #800;
    z-index: 1001;
}

* {
    list-style: none;
    font-family: 'Open Sans', 'Verdana', sans-serif;
}

a {
    text-decoration: transparent !important;
}

li.exc a {
    color: #fff !important;
    margin: 5px;
    transition: .3s ease;
}

li.exc a:visited,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

li.exc a:hover,
li.exc a:active,
li.exc a:focus {
    background-color: #800 !important;
    transition: .3s ease;
}

.panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

.panel-danger h3 a:hover,
.panel-danger h3 a:focus,
.panel-danger h3 a:active {
    color: #800;
}

.panel-warning h3 a:hover,
.panel-warning h3 a:focus,
.panel-warning h3 a:active {
    color: #694c1a;
}

.panel-success h3 a:hover,
.panel-success h3 a:focus,
.panel-success h3 a:active {
    color: #1f541a;
}

.logo {
    height: 4vh;
    max-height: 90px;
    margin: .25vh 1vw;
}

.profileImage {
    background-color: #800;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-align: center;
    font-size: 20pt;
    line-height: 36pt;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    position: absolute;
    margin-top: -1.5vh !important;
}

.username {
    margin-left: 65px;
    font-size: x-large;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.usuario {
    white-space: nowrap;
}

nav .open>a {
    background-color: transparent !important;
}

.nome-usuario {
    padding-top: 1.5vh !important;
}

.caret {
    position: static;
}

.dropdown {
    text-decoration: transparent !important;
}

.dropdown-menu {
    white-space: nowrap !important;
    min-width: 20vw;
    padding: 5px 10px !important;
}

.navbar {
    border-radius: 0 !important;
}

.close {
    font-size: 45px !important;
    margin: 0 10px !important;
    opacity: 0.5 !important;
}


/*** tabelas da aba chamados ***/

.col-md-2 {
    margin: 2.5px;
    width: 16%
}

.atendimento,
.regulacao,
.frota {
    overflow-y: scroll;
    height: 65vh;
}

.quadros-regulacao,
.quadros-frota {
    padding: 0 !important
}

.quadros-regulacao .fa {
    margin: 0 5px;
}

.busca-frota {
    width: 20px;
    height: 80px;
    margin: 20px 0;
    padding: 25px 0;
}

a[title]:hover:after {
    content: attr(title);
    padding: 4px 8px;
    color: #333;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 93%;
    white-space: nowrap;
    z-index: 200000px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn {
    font-family: 'Open Sans', 'Verdana', sans-serif;
    font-weight: 700;
    border-radius: 8px;
}

a {
    color: #333;
}

a:hover {
    color: #800;
}

a:focus,
a:active {
    color: #D71920;
}


/*** div que abre no lightbox ***/

.modal-header {
    padding: 15px 15px 0 !important;
    border: 0 !important;
}

.modal-body {
    padding: 0 15px 15px !important;
}

.modal-content {
    width: 90vw;
    height: 85vh;
}

.modal-dialog {
    margin: 5vh 5vw !important;
}

.tab-content {
    border-top: 0 !important;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #fff !important;
    background-color: #D71920;
    transition: .32s ease-out;
    border: 1px solid #ddd;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #fff !important;
    background-color: #D71920;
    transition: .32s ease-out;
    border: 1px solid #ddd;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
    background-color: #800 !important;
    transition: .2s ease-in;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
    color: #800 !important;
    background-color: #fff !important;
}

.bloco {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
}

.confirmar {
    float: right;
}

.row {
    padding: 0 5px 5px 0;
}

.form-inline .form-control {
    width: 100% !important;
}

.filtro,
.pesquisa {
    margin-bottom: 5px;
    margin-top: -5px;
}

span.info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    max-width: 25ch;
}

.panel-default {
    padding: 0;
    margin:15px 0;
}

.panel-body {
    padding: 10px 15px;
}

@media (max-width: 1024px) {}

@media (max-width:767px) {
    .username {
        /*margin-left: 65px;*/
        font-size: large;
        color: #fff;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        max-width: 30ch;
        position: absolute;
        margin-top: -10vh !important;
        right: 8.5vh;
    }
    .profileImage {
        background-color: #800;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        color: rgb(255, 255, 255);
        font-weight: normal;
        text-align: center;
        font-size: 17pt;
        line-height: 30pt;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        position: absolute;
        margin-top: -11.5vh !important;
        right: 1.5vh;
    }
    .caret {
        display: none;
    }
    .dropdown-menu {
        white-space: nowrap !important;
        min-width: 50vw !important;
        background-color: #fafafa !important;
        padding: 5px 10px !important;
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        top: -4.3vh;
        border: 1px solid #fefefe !important;
    }
}

@media (max-width: 425px) {
    .username {
        font-size: large;
        color: #fff;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        max-width: 15ch;
        margin-top: -10.8vh !important;
        right: 8.5vh;
    }
    .profileImage {
        margin-top: -12vh !important;
    }
}

@media (max-width: 375px) {
    .username {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        max-width: 10ch;
    }
}


/*** mensagens ***/

.recebidas {
    border-radius: 8px;
    margin: 25px 0;
    padding: 10px 15px;
    max-width: 800px;
    background-color: #ABABAB;
    width: 90%;
    margin-left: 5%;
    float: left;
}

.identificador {
    font-size: 14pt;
    font-weight: 700;
    color: #222;
}

.data {
    float: right;
    margin-right: 0;
}

.mensagem {
    color: #444;
    font-size: 12pt;
}
