/*base colors*/
body{
    background-color: #ffffff !important;
}


/********************************************************
*******************************************************
************* Tamaños de altos  ***************/
.margin-top-5px
{
    margin-top: 5px;
}
.margin-top-10px
{
    margin-top: 10px;
}
.margin-top-20px
{
    margin-top: 20px;
}
.margin-top-50px
{
    margin-top: 50px;
}
.margin-top-65px
{
    margin-top: 65px; 
}
.margin-top-70px
{
    margin-top: 70px;
}
.margin-bottom-20px
{
    margin-bottom: 20px !important;
}

.margin-top-50px-rsp
{
    margin-top: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .margin-top-50px-rsp {
        margin-top: 0px !important;
    }
}

.margin-top-40px-rsp
{
    margin-top: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .margin-top-40px-rsp {
        margin-top: 70px !important;
    }
}

.letra-60px-rsp
{
    font-size:  60px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .letra-60px-rsp {
        font-size:  40px;
    }
}
.letra-cursiva
{
    font-style: italic;
}
.margin-top-30px-rsp
{
    margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .margin-top-30px-rsp {
        margin-top: 30px !important;
    }
}

.margin-top-40px-rsp
{
    margin-top: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .margin-top-40px-rsp {
        margin-top: 40px !important;
    }
}

.margin-top-80px-inv
{
    margin-top: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .margin-top-80px-rsp {
        margin-top: 0px !important;
    }
}
.padding-5px
{
    padding: 5px !important;
}
.padding-7px
{
    padding: 7px !important;
}
.padding-10px
{
    padding: 10px !important;
}
.padding-20px
{
    padding: 20px !important;
}
.letra-14px
{
    font-size: 14px;
}
.letra-18px
{
    font-size: 18px;
}
.letra-25px
{
    font-size: 25px;
}
@media only screen and (min-width: 190px) and (max-width: 768px) {
    .letra-20px-rsp
    {
        font-size: 20px;
    }
}
.color-letra-burdeo
{
    color: #d03737 !important;
}
.color-letra-blanco
{
    color: #fff !important;
}
.color-letra-gris-cl
{
    color: #9c9898 !important;
}
.color-border-cl
{
    border: solid 1px #ecd9da;
}
.color-letra-cabecera
{
    color: #511f42 !important; 
}
.color-letra-blanco
{
    color: #fff !important;
}
.table-container 
{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.btn-gener-bit {
    color: #faf2f3;
    background-color: #511f42; 
    border-color: #3b1730;
}

.btn-gener-bit:hover {
    color: #faf2f3;
    background-color: #82436f;
    border-color: #643355;
}

.btn-gener-bit:focus, .btn-gener-bit.focus {
    color: #faf2f3;
    background-color: #82436f;
    border-color: #643355;
    box-shadow: 0 0 0 0.2rem rgba(59, 23, 48, 0.5);
}

.btn-gener-bit.disabled, .btn-gener-bit:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-gener-bit:not(:disabled):not(.disabled):active, .btn-gener-bit:not(:disabled):not(.disabled).active,
.show > .btn-gener-bit.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-gener-bit:not(:disabled):not(.disabled):active:focus, .btn-gener-bit:not(:disabled):not(.disabled).active:focus,
.show > .btn-gener-bit.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.link-clr-osc
{
    color: #212529 !important;
    text-decoration: none;
}
.link-clr-osc:hover
{
    color: #212529;
    text-decoration: none;
}
.link-clr-lg
{
    color: #d03737 !important;
    text-decoration: none;
}
.link-clr-lg:hover
{
    color: #511f42;
    text-decoration: none;
}
/********************************************************
*******************************************************
************* reescribir clases boostrap ***************/

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 0.8rem; 
    line-height: inherit;
    white-space: nowrap;
}

.bg-light {
    background-color: #dcdcdc !important;
    border-bottom: 1px solid #ccc;
}

.bg-primary
{
    background-color: #b3404a !important;
}

.color-letra-sub
{
    color: #b3404a !important;
}
hr 
{
    border: 0; 
    height: 0; 
    font-size: 24px; 
    line-height: 24px; 
    text-align: center !important;
}
hr:after 
{
    content:"\25ca\00a0\25ca\00a0\25ca\00a0\25ca"; 
    position: relative; 
    top: -12px; 
    color: #c6a1a7;
    text-align: center !important;
}

.hr-pas
{
    border: 0; 
    height: 0; 
    font-size: 24px; 
    line-height: 24px; 
    text-align: center !important;
    padding: 15px !important;
}
.hr-pas:after 
{
    content:"\25ca\00a0\25ca\00a0\25ca\00a0\25ca"; 
    position: relative; 
    top: -12px; 
    color: #c6a1a7;  
}

#field { margin-left: .5em; float: left; }
label.error { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
br { clear: both; }
input { border: 1px solid black; margin-bottom: .5em;  }
input.error, textarea.error, select.error, .select2-selection--single.error { border: 1px solid red !important; }
label.error {
    background: url('../img/unchecked.png') no-repeat;
    padding-left: 22px;
    margin-left: .3em;
}
label.valid {
    /*background: url('../img/checked.gif') no-repeat;*/
    display: block;
    width: 16px;
    height: 16px;
}

.form_contact_web label.error{
    color: #ffffff !important;
}  


.table-sm-button .btn{
    padding: 2px 4px 2px 4px !important;
}

/*not arrow input type number*/
input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.card-fix-height{
    height: 152px !important;
}


/*floting-labels bootstrap css 4.6*/
html,
body {
    height: 100%;
}

body.login-form-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

.kodiak-ti{

}