﻿.navbar-nav > .user-menu > .dropdown-menu {
    width: 160px !important;
}

.tblLojas .img-circle {
    width: 70px;
    margin-right: 10px;
    height: auto;
    border-radius: 0;
}

.tblLojas tbody tr td {
    vertical-align: middle;
}

.form-busca {
    float: left;
    width: 45%;
}

span.busca {
    width: 10%;
    float: left;
    line-height: 34px;
    text-align: center;
}

.margin-busca {
    margin-top: 25px;
}

.login-page {
    background: url("../Content/img/fundoColor.jpg");
    -ms-background-size: cover;
    background-size: cover;
}

.login-box-body {
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.sidebar-menu .treeview-menu > li > div {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

div.login-box-msg div ul {
    margin: 0;
    padding: 0;
}

    div.login-box-msg div ul li {
        list-style: none;
    }

.field-validation-error {
    display: none !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.placa {
    text-transform: uppercase;
}

.border-right {
    border-right: 1px solid #eeeeee;
}

.textNumber {
    text-align: center;
}

.textFogo {
    text-align: center;
}

.table-calibragem th {
    background: #eaeaea;
}

.table-calibragem td {
    text-align: center !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

/*th { position: relative; }

    th span { transform-origin: 0 50%; transform: rotate(-90deg); white-space: nowrap; display: block; position: absolute; bottom: 0; left: 50%; }*/

td.checked {
    background: #bcd4bc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #86745a;
    border-color: #86745a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #86745a;
    border-color: #86745a;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #86745a;
    border-color: #86745a;
}

    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #86745a;
        border-color: #86745a;
    }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #86745a;
    border-color: #86745a;
}

.info-box.w120 {
    min-height: 126px;
}

    .info-box.w120 .info-box-icon img {
        height: 120px;
        width: 120px;
        line-height: 120px;
    }

    .info-box.w120 .info-box-content {
        margin-left: 120px;
    }

.Concluido {
    background: #17b83a !important;
}

.EmAndamento {
    background: #ea861e !important
}

.Aprovacao {
    background: #ea1e1e !important
}

.atrasado {
    background: #ffd2c1 !important
}

.destaque {
    background: #efbdbd !important
}

.finalizado {
    background: #dff0d8 !important;
}

.info-box-icon .fa {
    margin-top: 20px;
}

.info-box-icon {
    line-height: 0;
}

.info-box-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-day-grid-event {
    font-size: 15px !important;
}

.bg-aqua {
    background: #1b9ab9 !important;
}

/*.fc-time-grid .fc-slats td { height: 3em; border-bottom: 0; }*/

.fc-event {
    font-size: 1.2em;
}

.images img {
    max-width: 100%;
    margin: 5px;
}

.bg-primary {
    background-color: #86745a !important;
}

.bg-yellow {
    background-color: #f3c312 !important;
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #898c89;
}

.contacts-list-info {
    margin-top: 15px;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ded3c1;
        -webkit-box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #b3a48d;
        -webkit-box-shadow: 0 0 3px #b3a48d;
    }

    100% {
        background-color: #ded3c1;
        -webkit-box-shadow: 0 0 3px #ded3c1;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ded3c1;
        -moz-box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #b3a48d;
        -moz-box-shadow: 0 0 3px #b3a48d;
    }

    100% {
        background-color: #ded3c1;
        -moz-box-shadow: 0 0 3px #ded3c1;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #b3a48d;
        box-shadow: 0 0 3px #b3a48d;
    }

    100% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }
}

@keyframes glowing {
    0% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #b3a48d;
        box-shadow: 0 0 3px #b3a48d;
    }

    100% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }
}

@-webkit-keyframes glowing2 {
    0% {
        background-color: #ded3c1;
        -webkit-box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 0 3px #FFFFFF;
    }

    100% {
        background-color: #ded3c1;
        -webkit-box-shadow: 0 0 3px #ded3c1;
    }
}

@-moz-keyframes glowing2 {
    0% {
        background-color: #ded3c1;
        -moz-box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #FFFFFF;
        -moz-box-shadow: 0 0 3px #FFFFFF;
    }

    100% {
        background-color: #ded3c1;
        -moz-box-shadow: 0 0 3px #ded3c1;
    }
}

@-o-keyframes glowing2 {
    0% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #FFFFFF;
        box-shadow: 0 0 3px #FFFFFF;
    }

    100% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }
}

@keyframes glowing2 {
    0% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }

    50% {
        background-color: #FFFFFF;
        box-shadow: 0 0 3px #FFFFFF;
    }

    100% {
        background-color: #ded3c1;
        box-shadow: 0 0 3px #ded3c1;
    }
}

.chat-piscando {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.chamada-piscando {
    -webkit-animation: glowing2 1500ms infinite;
    -moz-animation: glowing2 1500ms infinite;
    -o-animation: glowing2 1500ms infinite;
    animation: glowing2 1500ms infinite;
}

#divMensagens {
    height: 450px;
}

.timeline-item {
    padding: 10px!important;
}