html {
    overflow: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

#main {
    padding-left: 64px !important;
}
}

@media only screen and (min-width: 993px) {
    #mainPublic {
        padding: 0px 64px 0 64px !important;
    }
}

@media only screen and (max-width: 993px) {
    #main {
        padding-left: 0px !important;
    }
    .modallateral .sidenav {
        width: calc(100vw) !important;
        height: calc(100vh) !important;
        overflow-y: hidden;
        top: 64px;
        padding: 0;
    }

    .brand-sidebar{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .btn {
        height: auto;
        padding: 0 4px;
    }
}

@media only screen and (max-width: 500px) {
    .tabela-responsiva {
        display: block !important;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 993px) {
    .tabela-responsiva .width-fixo-250 {
        min-width: 250px;
    }

    .tabela-responsiva .width-fixo-400 {
        min-width: 400px;
    }
}

.pagination {
    position: fixed;
    bottom: 0;
    background: #fff !important;
    color: #000;
    left: 64px;
}


input.dropify {
    height: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #fff !important;
}

.tabs .tab a.active {
    background-color: #fff !important;
}


.gradient-90deg-brown-blue {
    background: #00cc66;
    background: -webkit-linear-gradient(270.32deg, #007d7d 0.01%, #007d7d 118.01%) !important;
    background: -moz- oldlinear-gradient(270.32deg, #007d7d 0.01%, #007d7d 118.01%) !important;
    background: -o-linear-gradient(270.32deg, #007d7d 0.01%, #007d7d 118.01%) !important;
    background: linear-gradient(270.32deg, #007d7d 0.01%, #007d7d 118.01%) !important;
}

.sidenav-main .sidenav li a.active {
    color: #fff;
    background: #5C4F53;
    -webkit-box-shadow: 0px 0px 15px #47454E;
    box-shadow: 0px 0px 15px #47454E;
}

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 25px;
}

.brand-sidebar .brand-logo {
    margin: 0px 0;
}

.brand-logo-public {
    padding-top: 6px;
}

.brand-logo-public img {
    height: 25px;
    }

.color-text {
    color: #5C4F53;
}

html {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

table {
    font-size: 13px;
    color: #565656;
}

form {
    font-size: 13px !important;

}

.btn-floating, .btn, .btn-large, .btn-small {
    background-color: #1A8889;
}

.btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    background-color: #a26753;
}




.red.lighten-1 {
    background-color: #DE5D5D !important;
}


[type='checkbox']:checked + span:not(.lever):before {
    border-right: 2px solid #d78d74;
    border-bottom: 2px solid #d78d74;
}

[type='checkbox'].filled-in:checked + span:not(.lever):before {
    border-right: 2px solid #d78d74;
    border-bottom: 2px solid #d78d74;
}

[type='checkbox'].filled-in:checked + span:not(.lever):after {
    border: 2px solid #333;
    background-color: #fff;
}


form .row {
    margin: 4px 0px !important;
}

.datepicker-date-display {
    background-color: #d78d74;
}
.datepicker-table td.is-today {
    color: #d78d74;
}
.datepicker-table td.is-selected {
    color: #fff !important;
    background-color: #d78d74;
}

.datepicker-table td.is-today {
    color: #d78d74;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #d78d74;
}

/*FIM CSS NOVO LAYOUT*/
body {
    overflow-x: hidden;
}

.mg-0 {
    margin: 0;
}

.mod-default .table-crud thead th:first-child, .mod-default .table-crud tbody td:first-child {
    padding-left: 1rem;
}

.mod-default .table-crud thead th:last-child, .mod-default .table-crud tbody td:last-child {
    padding-right: 1rem;
}

.table-crud .btn-small {
    padding: 0 1rem;
}

.sidenav-main {
    width: 220px;
}

@media only screen and (min-width: 993px) {
    #main {
        padding-left: 220px;
    }
}

.h2-modulo-cabecalho {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.app-modulo-header {
    padding: 5px 0;
}

.row-negative {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.sidenav-close.right {
    position: absolute;
    right: 15px;
}

.tabs-component-content .form-ajax {
    /*height: calc(100vh - 68px) !important;*/
}

    .tabs-component-content .form-ajax .form-content {
        padding-right: 1rem;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        margin-bottom: 0px;
    }

    .tabs-component-content .form-ajax .form-footer {
        border-top: 1px solid #9e9e9e;
        padding-top: 15px;
    }

        .tabs-component-content .form-ajax .form-footer button {
            margin: 0 !important;
        }

.tabs-component-content {
    display: none;
}

    .tabs-component-content.active {
        display: block;
    }

    .tabs-component-content .app-mod {
        height: calc(100vh - 68px) !important;
    }

    .tabs-component-content .app-mod-content {
        height: calc(100% - 81px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        margin-bottom: 15px;
    }

    .tabs-component-content .app-mod-footer {
        border-top: 1px solid #9e9e9e;
        padding-top: 15px;
    }

/*.modal.modal-fixed-footer {
    height: auto !important;
    max-height: 90% !important;
    top: 5% !important;
    width: calc(98% - 64px);
    left: 64px;
}*/

.modal.modal-fixed-footer a.modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal.modal-fixed-footer .form-ajax {
    border-top: 1px solid #9e9e9e;
    padding: 15px;
}

.modal.modal-fixed-footer .form-footer {
    border-top: 1px solid #9e9e9e;
    padding-top: 15px;
}

    .modal.modal-fixed-footer .form-footer button {
        margin-bottom: 0 !important;
    }

div.error {
    font-size: .8rem;
    position: relative;
    top: 0rem;
    left: 0rem;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    color: #ef5350 !important;
}

.modallateral .sidenav {
    width: calc(100vw - 64px);
    height: calc(100vh - 64px);
    overflow-y: hidden;
    top: 64px;
    padding: 0;
}

.input-field.col label {
    left: 1.50rem;
}

    .input-field.col label.active {
        left: 1rem;
    }

.col .row {
    margin-right: initial !important;
    margin-left: initial !important;
}

.buscaAvancada.close {
    display: none !important;
}

.buscaAvancada.open {
    display: block !important;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #E59578;
    background-color: transparent;
}

input.dropify {
    height: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.cabecalho-info {
    padding: 1rem 2rem 1rem;
}

.collection {
    border: none !important;
}

.collection-header {
    border-bottom: none !important;
}

.collection-header, h5 {
    color: #687B90 !important;
}

.collection-item {
    margin: 10px !important;
    border-bottom: none !important;
    border-radius: 5px !important;
    line-height: 3rem !important;
}

.bold {
    font-weight: bold;
}