﻿body {
    background-color: #FAFAFA;
    /*background-color: #FFF;*/
}

nav {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0.0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0.0);
    border-bottom: 1px solid #e8e8e8;
    color: #000;
}

    nav .nav-title {
        font-size: 26px;
    }

    nav .brand-logo {
        color: #000;
    }

    nav ul a {
        color: #000;
    }

    nav a {
        color: #000;
    }

.collapsible-body > ul {
    background: #f1f1f1;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #000;
}

/*header, main, footer {
    padding-left: 300px;
}*/

.tabs .tab a {
    color: #678d0c !important;
}

    .tabs .tab a:focus, .tabs .tab a:focus.active {
        background-color: transparent !important;
    }

    .tabs .tab a:hover, .tabs .tab a.active {
        color: #678d0c !important;
    }

.tabs .indicator {
    background-color: #678d0c !important;
}

/*@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}*/

.sidenav {
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0);
    border-right: 1px solid #e8e8e8;
}

    .sidenav li > a {
        padding: 0 16px;
    }

.pagination li.active {
    background-color: #678d0c;
}

.btn-floating {
    background-color: #678d0c;
}

.box-container {
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: auto;
    padding: 16px;
    margin-top: 3vh;
}

.mleft-default-nav {
    margin-left: 17px;
}

.breadcrumb {
    font-size: 14px;
    color: rgba(0,0,0,1) !important;
}

    .breadcrumb:before {
        font-size: 14px;
        color: rgba(0,0,0,1) !important;
        content: '>';
    }

    .breadcrumb:last-child {
        font-size: 14px;
        color: rgba(0,0,0,1) !important;
    }


.input-field {
    position: relative;
}

.icon-input {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 18px;
    color: #424242;
    cursor:pointer !important;
}

.item-list {
    display: block;
}

.item-associado {
    display: inline-block;
    cursor: pointer;
}

.item-veiculo {
    display: inline-block;
    cursor: pointer;
}


.box-secundario {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    padding: 16px;
    margin-bottom: 16px;
}

.box-secundario-2 {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    padding: 16px;
    margin-bottom: 16px;
}

.remove-terceiro {
    position: absolute;
    right: 16px;
    top: 16px;
}

.box-tab {
    background: #FFF;
}

.modal .modal-content {
    padding: 0px 0px 0px 0px;
}

.modal{
    overflow:hidden;
}

.modal-content {
    padding: 0px 0px;
    background: #f8f8f8;
}

.modal-body {
    padding: 15px 20px 15px 20px;
}

.modal-content{
    z-index:997;
}
.modal-footer {
    z-index: 998;
}
.modal-header {
    padding: 15px 20px 15px 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index:998;
    width:100%;
}

    .modal-header > span {
        font-size: 20px;
    }

.modal.modal-fixed-footer .modal-content {
    height: 100%;
}

.input-field {
    position: relative;
}

.button-input {
    position: absolute;
    right: 5px;
    top: 10px;
}

.list_scroll {
    max-height: 350px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
}

@media screen and (max-width: 1920px) {
    .list_scroll {
        max-height: 520px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 1366px) {
    .list_scroll {
        max-height: 300px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 1280px) {
    .list_scroll {
        max-height: 400px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    .list_scroll {
        max-height: 390px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 980px) {
    .list_scroll {
        max-height: 370px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .list_scroll {
        max-height: 270px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .list_scroll {
        max-height: 270px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }
}

.scroll::-webkit-scrollbar-track {
    background-color: none;
}

.scroll::-webkit-scrollbar {
    width: 8px;
    background: none;
}

.scroll::-webkit-scrollbar-thumb {
    background: #a9a7a7;
    border: 1px solid transparent;
    border-radius: 4px;
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0rem 0 0rem 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0);
}

.collapsible-body {
    padding: 1rem;
}

.alert-danger {
    padding: 10px;
    color: #fff;
    background: #ff0000;
    border-radius: 2px;
}

.aguardar_aprovacao {
    background: orange;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}

.aprovado {
    background: green;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}
