/*
navbar-default personalizada en:
http://work.smarchal.com/twbscolor/

*/
body { /* Body do site */
    /*margin-top: 60px;*/
    background-color: #ccc;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    /*text-align: center;*/
}

.navbar-default {
    background-color: #979797; /*#3498db;*/ /* Barras */
    border-color: #979797; /*#2980b9;*/ /* Borde das Barras */
}
.navbar-default .navbar-brand {
    color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ecedee;
}
.navbar-default .navbar-text {
    color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
    color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ecedee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { /* Menu Escolhido */
    color: #ecedee;
    background-color: #666666; /*#2980b9;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ecdbff;
    background-color: #2980b9;
}
.navbar-default .navbar-toggle {
    border-color: #2980b9;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2980b9;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ecf0f1;
}
.navbar-default .navbar-link {
    color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
    color: #ecdbff;
}

@media (max-width: 800px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ecdbff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ecdbff;
        background-color: #2980b9;
    }
    .contain {
        width: 800px;
    }
    .navbar-fixed-bottom {
        position: static !important;
    }
    footer {
        margin-bottom: 0px !important;
    }
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.contain {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:763px) {
    .contain {
        width: 720px;
    }
}
@media (min-width:992px) {
    .contain {
        width: 970px;
    }
}
@media (min-width:1200px) {
    .contain {
        width: 1200px;
    }
}

tr.spaceUnder>td {
    padding-bottom: 1em;
}

table.dataTable thead tr, tfoot tr {
    color: --bs-gray-dark;
    background-color: #979797; /*#d9edf7*/
}

.cabeca {
    color: --bs-gray-dark !important;
    background-color: #979797 !important;
}

.panel-heading {
    border-color: #999999; /*#989898 !important;*/
    background-color: #999999 !important;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-info {
    border-color: #979797 !important;
    border: 0px solid transparent;
}

.panel-body {
    background-color: #ccc !important;
    padding: 5px;
}

.modal-header {
    color: white !important;
    background-color: #979797 !important;
}

.dt-cor {
    background-color: #eee;
}

.dt-header, .dt-footer {
    background-color: #979797;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before{
    top: 14px !important;
    left: 11px !important;
    font-weight: bold;
}

.nav-link.active,
.nav-item.show .nav-link { /* Tab Escolhido */
    color: #fff !important;
    background-color: #666666 !important; /* #c7254e */
    border-color: #fff !important; /* #c7254e */
}

.nav-tabs .nav-link {/* Tab não Escolhido */
    color: #fff;
    background-color: #666666; /*#c7254e;*/
    border-color: #000;
}

.text-right{
    text-align: right;
}

.pagination > .active > a {
    /*margin: 0 3px;*/
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    color: #333;
    border: 1px solid #979797;
}

.pagination > li > a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    /*padding: 0.5em 1em;*/
    /*margin-left: 2px;*/
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent;
}

.pagination1 > li > a {
    padding: 0.5em 1em !important;
    margin-left: 2px !important;
}

.pagination > li > span {
    cursor: default;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent !important;
}

.pagination > .disabled > span {
    cursor: default;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent !important;
}

.pagination > li > span > a {
    color: #333;
}

.error{
    background: darkred;
    color: white;
}

#msg{
    height: 40px;
    font-weight: bold;
}

.contain2 {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.contain15px {
    padding-right: 15px;
    padding-left: 15px;
}

.padding10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.separador {
    border-bottom-color: #979797;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnbar-label {
    position: relative;
    left: -5px;
    top: -1px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.titmod-label {
    position: relative;
    left: -5px;
    top: -1px;
    display: inline-block;
    padding: 6px 12px;
}

.btnbar-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btnbox-labeled {
    padding-left: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.row {
    margin-top: 0.5rem;
}

.margin-50 {
    margin-left: 50px !important;
    margin-right: -50px !important;
}

.margin-25 {
    margin-left: 25px !important;
    margin-right: -25px !important;
}

.center-vert {
    vertical-align: middle;
}

.menu-toggle {
    /*top: 15px;*/
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 40px;
    z-index: 999;
}
.menu-toggle:focus, .menu-toggle:hover {
    color: #fff;
}
.menu-toggle:hover {
    background: #343a40;
}

#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    left: 0px;
    top: 45px;
    width: 250px;
    height: 100%;
    transition: all 0.4s ease 0s;
    transform: translateX(-250px);
    background: #C0C0C0; /* #1D809F; */
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*    background-color: rgba(0,0,0,0);*/
    z-index: 2;
}

#sidebar-wrapper.active {
    left: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
    box-shadow:0 0 0 10000px rgba(0,0,0,.50);
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #000; /* #fff; */
    padding: 12px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000; /* #fff; */
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 1.2rem;
    background: rgba(52, 58, 64, 0.1);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav li.sidebar-nav-item.active {
    background: #666666 !important;
}

.paddingtop5 {
    padding-top: 5px !important;
}

.map {
    width: 1000px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.map1 {
    width: 1000px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-item.active, .dropdown-item:active {
    z-index: 2;
    color: #fff;
    background-color: #979797 !important;
    border-color: #979797 !important;
}

.reducepadding {
    padding: 0px 10px !important;
}

.reducepadding2 {
    padding: 10px 10px !important;
}

.pad30px{
    padding-left: 30px;
    padding-right: 30px;
}

.clearable-input {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.clearable-input > span {
    position: absolute;
    display: block;
    right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #666;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}

.clearable-input > input {
    padding-right: 18px;
    box-sizing: border-box;
}

.width35 {
    width: 35%;
}

.width20 {
    width: 20%;
}

.width10 {
    width: 10%;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.cube {
    height: 10px;
    width: 1px;
    background-color: #bbb;
    display: inline-block;
}

.dotred {
    background-color: darkred;
}

.textred {
    color: darkred;
}

.dotyellow {
    background-color: gold;
}

.dotgreen {
    background-color: darkgreen;
}

.modal-slg {
    max-width: 1000px;
}

.img_da_container {
    position: relative;
}
.img_da_container img {
    display: block;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.img_da_container i {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #979797;
    cursor: pointer;
}

.img_da_container i:hover,
.img_da_container i:focus {
    color: #ecedee;
}

.modal-mmd {
    max-width: 600px;
}

.details-control-red {
    background-color: darkred !important;
}

.details-control-yellow {
    background-color: gold !important;
}

.details-control-green {
    background-color: darkgreen !important;
}

.detail-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

.text-color-white {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.h-90 {
    height: 90% !important;
}

.modal-green .modal-dialog .modal-content .modal-header {
    background-color: #198754 !important;
}

.modal-red .modal-dialog .modal-content .modal-header {
    background-color: darkred !important;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.page-link {
    padding: 0rem 0.75rem !important;
}

.middel {
    vertical-align: middle;
}

.w-65 {
    width: 55% !important;
}
.w-75 {
    width: 65% !important;
}

@media (max-width: 1300px) {
    .w-65 {
        width: 65% !important;
    }
    .w-75 {
        width: 75% !important;
    }
    .container-login100 {
        width: 100%;
        min-height: 74vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.65);
    }

    td.nodetails-control {
        border: none;
        outline: none;
        display: inline;
        margin: auto;
        text-align: center;
        font-size: 0px;
        padding: 0px !important;
    }
    td.details-control {
        cursor: pointer;
        height: 8px;
        width: 8px;
        border: none;
        border-radius: 50%;
        outline: none;
        background-color: #888888;
        padding: 12px;
        display: block;
        margin: auto;
        margin-top: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        text-align: center;
        line-height: 9px;
    }
    td.details-control::before {
        font-size: 30px;
        color: white;
        margin-left: -5px;
        content: "+";
    }
    tr.shown td.details-control {
        line-height: 0px;

    }
    tr.shown td.details-control::before {
        color: white;
        font-size: 38px;
        margin-left: -1px;
        content: "-";
        line-height: 7px;
    }
    div.dt-buttons {
        position: relative;
        float: right;
    }
}

@media (min-width:1300px) {
    .container-login100 {
        width: 100%;
        min-height: 80vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.65);
    }

    td.nodetails-control {
        border: none;
        outline: none;
        display: inline;
        margin: auto;
        text-align: center;
        font-size: 0px;
        padding: 0px !important;
    }
    td.details-control {
        cursor: pointer;
        height: 8px;
        width: 8px;
        border: none;
        border-radius: 50%;
        outline: none;
        background-color: #888888;
        padding: 12px;
        display: block;
        margin: auto;
        margin-top: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        text-align: center;
        line-height: 2px;
    }
    td.details-control::before {
        font-size: 30px;
        color: white;
        margin-left: -7px;
        content: "+";
    }
    tr.shown td.details-control {
        line-height: 0px;

    }
    tr.shown td.details-control::before {
        color: white;
        font-size: 38px;
        margin-left: -4px;
        content: "-";
        line-height: 0px;
    }
    div.dt-buttons {
        position: relative;
        float: right;
    }
}

.fundogreen {
    background-color: greenyellow;
}

.fundored {
    background-color: #ff6666;
}