@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,700,900');

*{
    font-family: "Roboto", sans-serif;
}

.justify-content-evenly{
    justify-content: space-evenly;
}

.page-subtitle{
    font-family: 'Raleway', sans-serif;
    color: #707070;
    font-weight: bold;
}

.grayscale{
    filter: grayscale(100%);
}

.bg-grey{
    background-color: #EFEFEF;
}

.navbar-primary .nav-item .nav-link-active{
    color: #367966;
}

.color-primary{
    color: #367966;
}

.navbar{
    z-index: 1;
}

.footer-adeco-light{
    background-color: #ffffff;
}

.footer-adeco{
    background-color: #367966;
}

.footer-adeco *{
    color: #ffffff;
    font-weight: bold;
}

.footer-info .info{
    line-height: 1rem;
    margin: 0 10px;
    font-size: 12px;
}

.nav-item{
    margin-right: 15px;
}

.nav-link{
    text-transform: uppercase;
    font-weight: bold;
}

.main-navbar{
    border-bottom: 4px solid #367966;
}

.form-footer{
    color: #666666;
}

.form-card{
    border-top: 4px solid #367966;
    background: #ffffff;
    padding: 25px 50px 75px;
}

.form-input.optional::after {
    content: 'Opcional';
    color: #999999;
    font-size: 15px;
}

.form-input label{
    color: #999999;
}

.form-input input[type=text],
.form-input input[type=password],
.form-input textarea{
    background: #EFEFEF;
    border-color: #EFEFEF;
}

.form-checkbox, .form-radiobox input{
    display: none;
}

.form-checkbox label, .form-radiobox .radio_group label{
    color: #333333;
}



.form-radiobox input[type=radio] ~ label::before,
.form-checkbox input[type=checkbox] ~ label::before{
    content: '';
    width: 30px;
    height: 30px;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.form-checkbox input[type=checkbox] ~ label::before{
    border-radius: 0%;
}

.form-tags{
    display: inline-block;
    border: 2px solid #367966;
    color: #367966;
    padding: 10px;
    border-radius: 25px;
    margin-top: 10px;
    margin-right: 10px;
}

.form-tags i {
    margin-right: 5px;
}

.btn-adeco-secondary{
    color: #CCCCCC;
    background-color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-adeco-primary{
    color: #FFFFFF;
    background-color: #367966;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-adeco-third{
    color: #367966;
    background-color: #fff;
    border: 5px solid #367966;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.form-steps{
    padding: 0;
    list-style: none;
    display: table;
    margin-bottom: 50px;
}

.form-steps li{
    text-align: center;
    color: #CCCCCC;
    border-bottom: #E2E2E2 5px solid;
    padding: 5px 25px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.form-steps li.active{
    color: #57A685;
    border-bottom: #57A685 5px solid;
}

.form-steps li.current{
    color: #57A685;
    border-bottom: #57A685 5px solid;
    font-size: 16px;
}

.form-warning{
    background-color: #FFF0B1;
    border: 1px solid #EDD054;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.form-warning p{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.form-warning span{
    color: #707070;
    font-size: 17px;
}



.select2-selection {
    padding-left: 5px;
    min-height: 2.5rem;
    max-height: 2.5rem;
    overflow-y: auto;
    background-color: #EFEFEF !important;
    border-color: #EFEFEF !important;
}

.select2-selection__rendered{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.main-login{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.login-img{
    padding-right: 0;
    border-bottom-right-radius: 350px;
    height: 100vh;
    background-size: cover;
    background-blend-mode: multiply;
}

.login-img-text{
    position: absolute;
    bottom: 20px;
    left: 55px;
    color: #ffffff;
}

.login-header{
    color: #707070;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 25px;
    vertical-align: middle;
}

.login-blocks{
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    padding: 50px 0;
}

.login-blocks div .login-block {
    background-color: #367966;
    padding: 25px 25px 50px;
    border-bottom-right-radius: 75px;
}

.login-blocks div:last-child .login-block {
    background-color: #00BC86;
}

.login-blocks h3{
    font-weight: bold;
    text-transform: uppercase;
}

.login-blocks p{
    font-size: 25px;
}

.p-title{
    color: #367966;
    font-weight: bold;
}

/* Correcoes APEX */
#t_Header, #t_Body_nav, #apexDevToolbar h1, .t-Footer  {
    display: none;
}

#apexDevToolbar {
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.a-DevToolbar-list {
    list-style: none;
    /*width: 50%;*/
    margin: 0 auto;
    font-size: 12px;
    background-color: #666;
    padding: 5px;
}

.a-DevToolbar-list li{
    display: inline;
}

.login-blocks a {
    color:#fff;
}

.commom-link {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.commom-link:hover {
    text-decoration: underline;
}

.w-100 .t-Form-inputContainer {
    width: 100% !important;
    max-width: 100% !important;
}

.t-Form-labelContainer {
    width: 100% !important;
    max-width: 100% !important;
}

.form-card .row {
    margin-bottom: 30px;
}

.logged-nav {
    padding: 0px !important;
}

.logged-nav .navbar-nav{
    background-color: #337965;
    color: #fff;
    height: 30px;
    width: 300px;
    padding: 3px 10px 3px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.r-only {
    background-color: #ddd;
    color: #666;
}

.select2-container {
    width: 100% !important;
}

.input-group-append {
    margin-left: 0px !important;
}

.ui-datepicker-trigger {display: none;}


.logged-user-info{
    background: #367966;
    color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.t-Report-report{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}
.t-Report-report td,.t-Report-report th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}
.t-Report-report thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}
.t-Report-report tbody+tbody{border-top:2px solid #dee2e6}
.t-Report-report{background-color:#fff}

.t-Report-report thead th {
    color: #CCCCCC;
    vertical-align: bottom;
    border: none;
}

.t-Report-report thead th:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0dc';
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.t-Report-report td, .t-Report-report th{
    border: none;
}

.t-Report-report tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.fs-12{
    font-size: 12px;
}

.btn-adeco-small {
    color: #FFFFFF;
    background-color: #367966;
    height: 25px;
    padding: 17px;
    line-height: 0px;
    font-size: 16px;
    margin-top: 33px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.u-Report-sort {display: inline;}
.u-Report-sort a {color: #aaa;}

.menu-funcionario, .menu-fornecedor {
    display:none;
}

.menu-funcionario.is_internal {
    display: inherit;
}

.menu-fornecedor.is_supplier {
    display: inherit;
}

.apex-edit-pencil {
    width: 20px;
}

.ui-dialog {
    z-index: 99;
    -webkit-box-shadow: 10px 10px 41px 16px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 41px 16px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 41px 16px rgba(0,0,0,0.49);
    background-color: #fff;
}

iframe {border:none;}

.ui-dialog-titlebar {
    padding: 20px;
    z-index: 99;
    background-color: #fff;
    border-bottom: 5px solid #28a745;
    cursor: move;
}

.t-Button--closeAlert {display: none}

.ui-dialog-titlebar-close, .t-Button--closeAlert {
    float: right;
    font-weight: bold;
    background: none;
    background-color: #fffff;
    border-radius: 10px;
    padding: 3px 11px;
}

.ui-dialog-titlebar-close:after, .t-Button--closeAlert:after {
    content: "X";
}

.t-Alert {
    position: fixed;
    width: 300px;
    background-color: #28a745;
    top: 10px;
    right: 30px;
    z-index: 10;
    padding: 20px;
    font-size: 12px;
    padding: 20px;
    background-color: #FFF;
    border-left: 5px solid #f3a42f;
    -webkit-box-shadow: 10px 10px 41px -13px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 41px -13px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 41px -13px rgba(0,0,0,0.49);
}

.t-Alert--success {
    border-left: 5px solid #367966;
}


.t-Alert-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.t-Alert-content {float: left;}