.dt-body-right{text-align: right;padding-right: 10px;}
    .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        margin: 0;
        font-family: unset;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        white-space: normal;
        line-break: auto;
        word-wrap: break-word;
        opacity: 0;
    }   
    .tooltip-inner {
        max-width: 300px;
        padding: 0.8rem;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 0.35rem;
    }     
    .title-bordered {
        border-left: solid 3px #555;
        padding-left: .5em;
    }
    .table {
        font-weight: 100;
    }
    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #555; 
    }    
    label {
        color: #000;
        font-weight: 100;
    }
    .error {
        color: red;
        font-size: unset;
        position: relative;
        line-height: 1;
        width: 12.5rem;
    }  
    .tab-pane {
        padding-top: 1.25rem;
    }    
/*
    select.form-control {
        padding: .4375rem .75rem;
        border: 0;
        outline: 1px solid #ebedf2;
        color: #555;
        height: 2.78rem;
        margin-top: .05rem;
    }
*/
    .fixed-right {
        position: fixed;
        height: 100%;
        z-index: 1;
        top: 0;
        right: 0;
        padding-top: 86px;
        /* padding-top: 172px; */
        overflow-y: scroll;
    }

    .fixed-down {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #343a40;
        background-color: #ffffff;
        border-color: #ebedf2 #ebedf2 #ffffff;
    }    

	.divisao{ border-top: 3px #000 solid;}
	.divisao td{vertical-align: top;  }
	.hide{display: none;}

    @media screen and (max-height: 450px) {
        .fixed-right {padding-top: 15px;}
        .datepicker {
            width: unset !important;
        }        
    }
    @media screen and (max-width: 450px) {
        /* .datepicker {
            width: unset !important;
        }  */      
    }

    html {
        font-family: 'Fira Sans', sans-serif;
    }

    body {
        font-family: 'Fira Sans', sans-serif;
        background-color: #f8f9fa;
        color: #555;
    }  

    .modal-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: 1px solid #e3e6f0;
        border-top-left-radius: 0.0rem;
        border-top-right-radius: 0.0rem;
        color: #ffffff;
        background-color: #555;
        /* background-image: linear-gradient(180deg, #bdd747 10%, #97af2b 100%); */
        background-size: cover;        
    }  
    
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 0px solid rgba(0, 0, 0, 0.2);
        border-radius: 0.0rem;
        outline: 0;
    } 

    .bg-dark {
        /* background: #000 !important; */
    }

    .bg-gradient-info {
        background-color: #36b9cc;
        background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
        background-size: cover;
    }

    .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }

    .close:hover {
        opacity: .7;
    }

    .table td {
        padding: 0.75rem;
        padding-bottom: 1rem;
        vertical-align: unset !important;
        border-top: 1px solid #e3e6f0;
    }

    table th {
        padding: 0.75rem;
        vertical-align: top;
        /* border-top: 1px solid #e3e6f0; */
        border-top: unset !important;
        border-bottom-color: #000 !important;
    }

    @media (min-width: 768px) {
        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            /* padding: 1rem; */
            padding-top: .5rem;
            padding-bottom: .5rem;            
            width: 14rem;
        }    
    }

    .bs-placeholder {
        border: solid 1px #b4b1b1;
    }
