.d-flex{
    display: flex!important;
}
.justify-center{
    justify-content: center
}
.justify-end {
    justify-content: end
}
.justify-start {
    justify-content: start
}
.flex-col{
    flex-direction:column
}


.row{
    border-radius: 8px;
}

.grid-items-length {
    border: 1px solid rgba(192,192,192,.5);
    display: grid;
    border-radius: 8px;
    grid-template-columns: 1fr 120px 120px;
    margin: 8px 0;
    align-items: center;
    padding: 5px 8px;
}
.grid-item-centrocusto {
    border: 1px solid #00000012;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 120px;
    margin: 15px 0;
    align-items: center;
    padding: 10px 8px;
}
.grid-list {
    border: 1px solid #00000012;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    margin: 8px 0;
    padding: 5px 5px;
}

.grid-cad-empresas {
    border: 1px solid #00000012;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    margin: 15px 0;
    align-items: center;
    padding: 10px 10px;
}
.grid-cad-clientes{
    border: 1px solid #00000012;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 80px 1fr 1fr 1fr;
    margin: 15px 0;
    align-items: center;
    padding: 10px 10px;
}
.form-group label{
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
}

.form-group input, .form-control {
    border-color: #b0b0b0;
    border-radius: 6px;
    height: 40px;
}

.dropdown-empresas {
    display: flex;
    justify-content: end;
    position: relative;
    vertical-align: middle;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    border-color: #66a9c5;
}
.btnDefault {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    transition: background 0.2s ease;
    color: white;
    font-weight: 400;
}
@media screen and (max-width: 768px){
    .btnDefault {
        display: none;
    }
    .btn.btn-dropdown.blue-background.dropdown-toggle {
        border-radius: 6px
    }
    .grid-item-centrocusto {
        
        grid-template-columns: 1fr 26px;

    }

}
.footer-pagination {
    display: block;
    padding-bottom: 30px;
    
    gap: 10px;
}
.form-control.input--default{
    margin-left: 0;
}

.btn-dropdown {
    border-radius: 6px;
    transition: background 0.2s ease;
    color: white;
    font-weight: 400;
    background: #FA7819;
}
    .btn-dropdown:hover.blue-background {
        background: #952300;
        color: white;
        border-color: none;
    }
    .btn .caret {
        margin-left: 0px!important;
    }
    .btnDefault.blue-background {
        background: #FA7819;
    }

    .btnDefault:hover.blue-background {
        background: #952300;
        color: white;
        border-color: none;
        
    }
.btn:is(:hover, :active, :focus).blue-background{
    color: white
}
.justRight {
    display: flex;
    justify-content: right;
}
.label-login {
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
}

.input-login {
    border-color: #b0b0b0;
    border-radius: 6px;
    height: 40px;
}

.input-group-addon {
    color: #FFFFFF;
    background: #FA7819;
}

.input-group-btn {
    left: 5px;
}

.marginLeft {
    margin-left: 5px;
}

.btn-login {
    border-radius: 6px;
    margin-top: 50px;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #FA7819;
    transition: background 0.2s ease;
    font-size: 20px;
    font-weight: 400;
        
}
.recovery{
    margin-top: 0;

}

    .btn-login:hover, .btn-login:focus {
        background: #952300;
    }
   
.form-control:focus {
    outline: 3px solid #FA781982;
    box-shadow:none;

}

.form-login h2 {
    font-size: 23px;
}

.bg-login {
    background-image: url(/Images/bg-login.png);
}

.m-0{
    margin:0;
}
.w-60{
    width: 60px;
}

.item-cotacao{
    padding: 15px 0 15px;
}
.spacing-right {
   margin-right: 45px;
}
.center {
    display: flex;
    align-items: center;
}

.btn-next {
    width: 120px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #FA7819;
    transition: background 0.2s ease;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 19vw;
}

    .btn-next:hover {
        background: #952300;
    }

.center {
    display: flex;
    justify-content: center
}

.easyThumbImg{
    display: flex;
    align-items: center;
    justify-content: center
}

.disc.disc-blue {
    background: #1ebcd3;
}

.title-spacing {
    margin-top: 50px;
    padding-bottom: 20px;
}

.input-new-account {
    border-color: #b0b0b0;
    border-radius: 6px;
    height: 40px;
}

.label-new-account {
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
}

.form-new-account {
    padding: 0 50px;
}

.checkbox-new-account {
    text-align: center;
    margin-top: 16px;
    margin-left: 0px;
    padding-left: 0;
}
.background-center {
    display: flex;
    align-items: center;
    height: 100vh;
}

.btn-select-position {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.active-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100px;
}
    .active-status::before {
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 9999px;
        background: #1ccd33
    }
.inactive-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100px;
}
    .inactive-status::before {
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 9999px;
        background: #c23434
    }
.btn-success-select {
    color: white;
    background: #26B99A;
    border: 1px solid #169F85;
    width: 100px;
    font-weight: 500;
    transition: 0.3s;
}
    .btn-success-select:hover {
        color: #fff;
        background: #20a88b
    }
.btn-danger-select {
    color: #fff;
    border-color: #cf4436;
    background: #c23434;
    width: 100px;
    font-weight: 500;
    transition: 0.3s;
}
    .btn-danger-select:hover {
        color: #fff;
        background: #9e2a2a;
    }
    .btn-acessar {
        width: 100px;
        font-weight: 500;
        transition: 0.3s;
    }
        .btn-acessar:hover {
            color: #fff;
            background: #4ca1ba
        }
        .nome-empresa {
            font-size: 16px;
            font-weight: bold;
        }
.radius {
    border-radius: 8px;
}
.icon-search {
    font-size: 16px;
   
    padding-right: 5px;
    color: #1ebcd3;
}
.switch-centrocusto{
    display: flex;
    
}
.switch-cadastro {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}

[uib-typeahead-popup].dropdown-menu {
    right: 5px;
}

miniatura-produto,
.miniatura-produto {
    display: inline-block;
}

    miniatura-produto[size='small'],
    .miniatura-produto[size='small'] {
        width: 35px;
        height: 35px;
    }

    miniatura-produto[size='medium'],
    .miniatura-produto[size='medium'] {
        width: 50px;
        height: 50px;
    }

    miniatura-produto[size='medium2'],
    .miniatura-produto[size='medium2'] {
        width: 70px;
        height: 70px;
    }

    miniatura-produto[size='large'],
    .miniatura-produto[size='large'] {
        width: 100px;
        height: 100px;
    }

@media (max-width: 800px) {
    .background-center {
        display: none;

    }
    .form-new-account {
        padding: 100px 50px;
    }
    .float-none{
     
         float: none; 
        
    }
    .btn-next {
        
        flex: 1;
       
        margin-left: 0;
    }
    .form-control {
        margin-left: 0;
    }
    .p-0{
        padding: 0px;

    }
   
    .grid-items-length {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 8px 8px;
    }
    .filters {
        margin-bottom: 0;
        padding: 5px 10px 0px 10px;
    }
    .tab-content > .active {
        display: block;
        border: none;
        padding: 0px;
    }
    
   
}
@media (max-width: 470px) {
    .panel-body {
        padding: 5px 10px !important;
    }
}
.wrapper-title-usinabras {
    padding: 0px 0 !important;
    border: none !important;
}
.title-dash-usina {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    padding: 8px 0 !important;
    font-size: 14px !important
}
.tile-header-usina {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 16px;
    padding: 8px 0;
    
    text-transform: uppercase;
    border: 0 !important;
    background: rgba(255,255,255,.2);
}
.dashboard-table{
    display: flex;
    align-items: center;
    padding: 8px 10px;
    justify-content: space-between;
    
}
tr:not(:last-child) .dashboard-table {
    border-bottom: 1px solid white;
}
@media (max-width: 800px) {

    .dashboard-table {
       padding: 10px 25px;
    }
    .th-flex {
        display: flex;
        gap: 50px;
    }

        .th-flex td {
            min-width: 60px;
        }
}

.tab-content > .tab-pane{
    border:0;
    padding:0;
}

.card-test-ok {
    background-color: #ddd; 
    margin: 2px; 
    border: 1px solid #eee; 
    border-radius: 6px;
}

.card-test-nok:hover, .card-test-ok:hover {
    transform: scale(1.003);
    filter: brightness(0.90);
}

.card-test-nok {
    background-color: #f8d7da;
    margin: 2px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.font-11 {
    font-size: 11px;
}

.margin-top-08 {
    margin-top: 0.8rem !important
}

.margin-top-12 {
    margin-top: 1.2rem !important
}

.nav > li > .btn-secondary:focus, .nav > li > .btn-secondary:hover {
    background-color: #aaa;
    color: white;
}

.table-condensed thead > tr > td, .table-condensed tbody > tr > td {
    font-size: 11px !important;
}

.tag:after {
    height: 27px;
    left: 99%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.close.close-item {
    color: #d2d2d2
}

.word-wrap {
    overflow-wrap: break-word;
}
    
.nv-file-over {
    background-color: #FFBEA3;
}

.drop-zone {
    border: 2px dashed #FA7819;
    
    height: 160px;
}


.over-zone {
    background-color: moccasin;
    border: 2px dashed lavender;
   
    height: 160px;
}

.dragLabel{
    padding:30px
}

.uploaded {
    background-color: lightgreen;
    height: 160px;
}


.close.close-item {
    color: #d2d2d2
}

.word-wrap {
    overflow-wrap: break-word;
}

.modal tags-input .autocomplete {
    position: absolute;
}

@media (min-width: 1440px) {
    .align-bottom {
        position: absolute;
        bottom: 0;
    }

    .container-fluid:has(.align-bottom) {
        height: 85vh;
    }
}

.btn-plano-contas-mt-8 {
    margin-top: 8px;
}

.lbl-center-input-mt-8 {
    margin-top: 8px;
}

.lbl-height-of-input {
    padding-top: 6px;
    padding-bottom: 6px;
}

.panel{
    margin-bottom:20px;
}

.text-default {
    color: #73879C !important;
}

.v-center-item-in-row {
    height: 100%;
    display: flex;
    align-items: center;
}

.v-center-h-right-item-in-row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.v-center-h-left-item-in-row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.v-h-center-item-in-row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-line-height {
    height: 40px;
}

.form-line-height-with-label {
    height: 59.1167px;
}

.icon-by-label-side {
    margin-left: 5px;
}

.li-style-none {
    list-style-type: none;
}

.margins-off {
    margin: 0px 0px 0px 0px;
}

.paddings-off {
    padding: 0px 0px 0px 0px;
}

.btn-panel-header {
    margin-top: -3px;
    padding: 2px 5px 2px 5px;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.padding-of-col-default {
    padding-left: 10px;
    padding-right: 10px;
}

.d-flex-no {
    display: block !important;
    float: none !important;
}

@media only screen and (min-width: 768px) {
    .hide-if-col-sm-or-higher {
        display: none;
    }

    .form-line-height-if-col-sm {
        height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .hide-if-col-xs {
        display: none;
    }

    .form-line-height-with-strong-if-xs {
        margin-top: 24.1167px;
        height: 40px;
    }
}

.margin-sides-zero {
    margin-left: 0;
    margin-right: 0;
}

.margin-up-down-zero {
    margin-top: 0;
    margin-bottom: 0;
}

.no-wrap {
    white-space: nowrap;
}

.min-width-80 {
    min-width: 80px;
}

.min-width-110 {
    min-width: 110px;
}

.padding-top-line-with-label {
    padding-top: 19.1167px;
}

.form-line-height-with-label {
    margin-top: 24.1167px;
    height: 40px;
}

.emphasis-text {
    font-size: 40px;
}

.adjust-addon-glyphicon-to-flex {
    bottom: 0px !important;
    right: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    top: 0px !important;
    display: flex !important;
    align-items: center !important;
}