:root {
    --bs-gutter-x: 1rem !important;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

.content {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

h1:focus {
    outline: none;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.fw-semibold {
    font-weight: 500 !important;
}

/*Novos*/
.oculto {
    display: none;
}

.text-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.form-label {
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: .1rem;
}

/*.font7 {
    font-size: .7rem !important;
}*/

.form-control {
    padding: 0.1rem 0.1rem;
    min-width: 60px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
}

.row {
    --bs-gutter-x: 1rem !important;
}



/*.width5 {
    width: 5%;
}

.width15 {
    width: 15%;
}

.width80 {
    width: 80%;
}

.width75 {
    width: 75%;
}*/

.image-cad-assinatura {
    width: 300px;
    height: 110px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    /*object-fit: cover;*/
}

.image-cad-tripulacao {
    width: 150px;
    height: 200px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    /*object-fit: cover;*/
}

.image-cad-logo {
    width: 200px;
    height: 125px;
    /*object-fit: cover;*/
}

.image-cad-logo-aeronave {
    width: 80px;
    height: 100px;
}

.image-cad-arbimagem {
    width: 125px;
    height: 115px;
}

.image-cad-arbimagem-grid {
    width: 50px;
    height: 50px;
}

.image-cad-aeronave {
    width: 250px;
    height: 220px;
}

.image-cad-aeronave-balance {
    width: 9cm;
    height: 9.5cm;
}

.image-qrcode-aut {
    width: 140px;
    height: 140px;
}

.image-cad-proposta {
    width: 900px;
    height: 120px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    /*object-fit: cover;*/
}

.separadorPrimaryLarge {
    background-color: #0d6efd !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorPrimarySmall {
    background-color: #0d6efd !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

.separadorSecondaryLarge {
    background-color: #6c757d !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorSecondarySmall {
    background-color: #6c757d !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

.separadorDangerLarge {
    background-color: #f8d7da !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorDangerSmall {
    background-color: #f8d7da !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

.rowPrimaryDash {
    background-color: #0d6efd !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

.rowSecondaryDash {
    background-color: #6c757d !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

/*.separadorVerdeWc {
    background-color: #57ab2b !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorLaranjaWc {
    background-color: #ffab00 !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}*/

.headerModalExcluir {
    background-color: #ffab00 !important;
    --bs-text-opacity: 1 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.headerModalAtencao {
    background-color: #0d6efd !important;
    --bs-text-opacity: 1 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.headerModal {
    --bs-text-opacity: 1 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* Para os botőes no rodapé*/

.float-save .btn-float-save {
    position: fixed;
    bottom: 0.5rem;
    right: 1.5rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #696cff;
    min-width: 7rem;
}

    .float-save .btn-float-save:hover {
        box-shadow: none;
    }

.float-return .btn-float-return {
    position: fixed;
    bottom: 0.5rem;
    right: 10rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #8592a3;
    min-width: 7rem;
}

    .float-return .btn-float-return:hover {
        box-shadow: none;
    }

.float-include .btn-float-include {
    position: fixed;
    bottom: 0.5rem;
    right: 1.5rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #8592a3;
    min-width: 7rem;
}

    .float-include .btn-float-include:hover {
        box-shadow: none;
    }

.float-alt .btn-float-alt {
    position: fixed;
    bottom: 0.5rem;
    right: 17.5rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #57ab2b;
    min-width: 7rem;
}

    .float-alt .btn-float-alt:hover {
        box-shadow: none;
    }
/* Fim botőes rodapé*/

.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.border-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}*/



.bb-sidebar nav .nav-item[b-jbgvk8pcne] a {
    padding: 0.2rem 0.5rem !important;
}

.hidden-header {
    display: none !important;
}

.wcfont7em {
    font-size: .7em !important;
    padding: .2rem .2rem !important;
}

.wcfont8em {
    font-size: .8em !important;
    padding: .2rem .2rem !important;
}

.form-check-fadiga {
    display: block;
    min-height: 1.5rem;
    padding-left: 0.2em;
    margin-bottom: .125rem;
}

.grd_header_v {
    font-weight: bold;
    font-size: 1rem;
    height: 34px;
    color: black;
    border-color: white;
    border-style: solid;
    text-align: center;
    padding-left: 4px;
    transform: rotate(810deg);
}
