/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.er-form-group {
    padding: 0px;
    border: 1px solid #CCCCCC;
    margin: 10px;
}

.er-form-group > label {
    position: absolute;
    top: -3px;
    left: 20px;
    background-color: white;
}

.er-form-group > input {
    border: none;
}

.er-label {
    margin-left: 2px;
}

.item-analise {
    display: block;
    min-height: 40px;
    background: #fff;
    width: 95%;
    border-radius: 4px;
    margin: 5px;
    cursor: pointer;
}

.item-analise-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.item-analise-content {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.item-analise-text {
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
    color: #ffffff
}

.item-analise-popup {
    margin: -27px 7px 0px 0px;
}

.item-analise-link {
    color: #ffffff !important;
}

.item-analise-aprovado {
    background-color: #00a65ac7 !important;
}

.item-analise-reprovado {
    background-color: #dd4b3994 !important;
}

.menu-veiculos {
    padding: 0px 0px 15px 20px;
    color: #ecf0f5;
}

.menu-veiculos-item {
    padding: 0px 0px 0px 5px;
}

.menu-veiculos-ativo {
    color: #FFFFFF !important;
}

.btn-simpala {
    background-color: #c7a56b !important;
    border-color: #90806f !important;
}

@media (min-width: 768px) {

    .panel-veiculos {
        margin-left: 430px;
        height: calc(100vh);
        overflow-y: hidden !important;
        background-color: hsl(224deg 74% 27%);
        padding: 15px 15px 15px 15px;
    }

    .panel-veiculos-body {
        padding: 10px;
        background-color: #FFFFFF;
        width: 100%;
        height: calc(100vh - 126px);
        overflow-y: auto !important;
        overflow-x: hidden;
        border-radius: 0px !important;
    }

}

@media (max-width: 767px) {

    .panel-veiculos {
        margin-left: 0px ;
        height: calc(100vh);
        overflow-y: hidden !important;
        background-color: hsl(224deg 74% 27%);
        padding: 15px;
    }

    .panel-veiculos-body {
        padding: 10px;
        background-color: #FFFFFF;
        width: 100%;
        height: calc(100vh - 186px);
        overflow-y: auto !important;
        overflow-x: hidden;
        border-radius: 0px !important;
    }
}
.font-20 {
    font-size: 20px
}

@media (min-width: 320px) and (max-width: 425px) {
    .modal-md {
        width: 300px !important;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .modal-md {
        width: 600px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .modal-md {
        width: 600px !important;
    }
}

@media (min-width: 993px) {
    .modal-md {
        width: 800px !important;
    }
}

.bottom-0 {
    bottom: 0 !important;
}


.margin-l-5 {
    margin-left: 5px !important;
}

.er-notificacoes {
    display: block;
    height: calc(100vh);
    max-height: calc(100vh);
    top: 42px;
    width: 640px;
    padding-top: 0px;
    right: 0px;
    border-left: 1px solid #CCCDCC;
}

@media (max-width: 767px) {

    .er-notificacoes {
        display: block;
        height: calc(100vh - 88px);
        max-height: calc(100vh - 88px);
        top: 41px;
        width: 100%;
        padding-top: 0px;
        right: 0px;
        border-left: none;
    }

}

@media (width: 768px) {

    .er-notificacoes {
        display: block;
        height: calc(100vh - 138px);
        max-height: calc(100vh - 138px);
        top: 41px;
        width: 100%;
        padding-top: 0px;
        right: 0px;
        border-left: none;
    }

}
