﻿
:root {
    --ColorPrincipal: rgba(255,91,1); /*#DE0000*/
    --ColorPrincipalHover: rgba(255,91,1 / 15%);
    --ColorBarra: #F5F5F5;
    --ColorPopUs: #FFFFFF;
    --ColorSegundo: #DE0000;
    --ColorVerde: rgba(0,141,29); /*#008D1D;*/
    --ColorAmarillo: #c19d1a;
    --ColorAmarilloHover: #7e6816;
    --ColorVerdeHover: rgba(5,86,22);
    --ColorNegro: rgba(0,0,0); /*#000000;*/
    --ColorRojo: red;
    --ColorCancelar: #ea2a2a;
    --ColorCancelarHover: #b22222;
    --ColorBackgroundModal: #ABB0B314;
    --ColorBorderModal: #ABB0B3;
    --heightBotonesModal: 30px;
    --borderRadiusBotones: 6px;
    --ColorText: #080D3B;
}

@font-face {
    src: url(../Content/fonts/Ambit/Ambit-SemiBold.ttf);
    font-family: Ambit-SemiBold;
}

@font-face {
    src: url(../Content/fonts/Nunito-Sans/NunitoSans-SemiBold.ttf);
    font-family: NunitoSans-SemiBold;
}

.modal-backdrop {
    z-index: -1 !important;
    background-color: transparent;
}

.modal-title {
    text-align: left;
    line-height: 1.42857143;
}

.RadComboBox .rcbInput {
    height: 30px !important;
    color: var(--ColorNegro) !important;
}

.RadComboBox_Bootstrap .rcbEmptyMessage {
    color: var(--ColorBorderModal) !important;
}

.posicionModal {
    width: 50% !important;
    float: right;
    margin: 0 20% 0 0;
}


.modal-content {
    max-height: calc(80vh - 0px);
    overflow-y: auto;
}

.modal-dialog {
    padding-top: 4vh !important;
    padding-bottom: 15px !important;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-content {
    background: var(--ColorPopUs) !important;
    box-shadow: 0px 3px 6px #00000029;
}

.spanTopLabelActive {
    font-size: 12px;
    margin-left: 6px;
    color: var(--ColorPrincipal) !important;
    float: left;
    color: black;
    /*opacity: 0;*/
    transition: opacity .3s;
}

.LogoModal {
    width: 25%;
    position: inherit;
    float: left;
    margin-bottom: 2%;
}

.labelCampoObligatorio {
    color: var(--ColorRojo);
    font-size: 11px;
    float: left;
    margin-left: 7px;
    margin-bottom: 2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    font-size: 28px;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    width: 28px;
    position: inherit;
    top: 5px;
    right: 4px;
    z-index: 2001;
    color: var(--ColorNegro);
}



.close:hover, .close:focus {
    background-color: var(--ColorPrincipalHover);
    border-color: var(--ColorPrincipalHover);
    cursor: pointer;
    opacity: 0.9;
    color: var(--ColorText);
    font-size: 28px;
    width: 28px;
    border-radius: 30px;
    filter: alpha(opacity=50);
    outline: none;
}

.modal-header {
    border-bottom: none;
    margin-top: 1em;
    padding: 1% 3%;
}

.spanActive {
    opacity: 1 !important;
}

.modal {
    max-height: 100vh !important;
    background-color: rgba(0, 67, 255, 0.20) !important;
}


.LabelUsuario {
    text-align: left;
    padding-bottom: 1% !important;
    color: black;
}

.EstiloTituloModal {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 1% !important;
}



.modal-body {
    position: relative;
    padding: 0% 2.5%;
    margin-top: 0px;
    font-size: 0;
    /*max-height: calc(70vh - 0px);
    overflow-y: auto;*/
}

.modal-footer {
    border-top: none;
    padding: 2% 2.5%;
}

.DivFooterModal {
    display: inline-block;
    width: 100%;
}

h3 {
    margin: 0 !important;
    padding: 0 !important;
}

.divCampoModal {
    display: inline-block;
    font-size: initial;
}

.divCampoModalUsuario {
    display: inline-block;
    width: 50%;
    font-size: initial;
    padding: 0 .5%;
}

.labelusuarioactivo {
    border: none;
    display: inline-block;
    text-align: center;
    color: var(--ColorNegro) !important;
    font-size: 22px;
}

.txtBoxModal {
    width: 100% !important;
    height: 30px !important;
    padding-left: 10px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: small;
    background: var(--ColorBackgroundModal) 0% 0% no-repeat padding-box !important;
    border: 1px solid var(--ColorBorderModal) !important;
    border-radius: var(--borderRadiusBotones) !important;
}

    .txtBoxModal:focus {
        outline: none !important;
    }


.BackgroundFiltro {
    background-color: var(--ColorFiltros) !important;
    border-radius: var(--borderRadius) !important;
}

.BackgroundRegistro {
    width: 100% !important;
    height: 30px !important;
    font-family: Ambit-SemiBold !important;
    font-size: small;
    background: var(--ColorBackgroundModal) 0% 0% no-repeat padding-box !important;
    border: 1px solid var(--ColorBorderModal) !important;
    border-radius: var(--borderRadiusBotones) !important;
}



.spanTopLabelActiveModal {
    font-size: 12px;
    color: var(--ColorLabelActivo) !important;
    float: left;
    color: black;
    opacity: 0;
    transition: opacity .3s;
}

.float_left {
    float: left;
    padding-left: 10px;
}

.logo90px {
    width: 50px;
}

.btnCancelar {
    background-color: var(--ColorBlanco);
    border-color: var(--ColorSecundario);
    color: var(--ColorNegro);
    border-style: none !important;
    font-size: 13px;
    height: var(--heightBotones);
    display: inline-block;
    margin: 1%;
    line-height: 12px;
    border-radius: var(--borderRadiusBotones);
    outline: none;
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 0px 2px 0px var(--ColorBoxShadow);
}

.btn-red {
    background-color: #D4DADD29;
    border-color: var(--ColorSecundario);
    color: var(--ColorNegro);
    border-style: none !important;
    font-size: 13px;
    height: var(--heightBotonesModal);
    display: inline-block;
    margin: 1%;
    line-height: 12px;
    border-radius: var(--borderRadiusBotones);
    outline: none;
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 0px 2px 0px var(--ColorBoxShadow);
}

    .btn-red:hover {
        /*background-color: var(--ColorCancelarHover);
        color: white;*/
    }

.btn-Limpiar {
    background-color: #D4DADD29;
    border-color: var(--ColorSecundario);
    color: var(--ColorNegro);
    border-style: none !important;
    font-size: 13px;
    height: var(--heightBotonesModal);
    display: inline-block;
    margin: 1%;
    line-height: 12px;
    border-radius: var(--borderRadiusBotones);
    outline: none;
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 0px 2px 0px var(--ColorBoxShadow);
}

    .btn-Limpiar:hover {
        /*background-color: var(--ColorCancelarHover);
        color: white;*/
    }

.btn-Verde {
    color: #fff;
    background-color: var(--ColorPrincipal);
    border-style: none !important;
    font-size: 13px;
    height: var(--heightBotonesModal);
    display: inline-block;
    margin: 1%;
    line-height: 12px;
    border-radius: var(--borderRadiusBotones);
    outline: none;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
}

    .btn-Verde:hover {
        /*background-color: var(--ColorVerdeHover);
        border-color: var(--ColorVerdeHover);
        outline: none !important;*/
    }



.btn-Red {
    border-style: none !important;
    font-size: 13px;
    height: var(--heightBotonesModal);
    display: inline-block;
    margin: 1%;
    line-height: 12px;
    border-radius: var(--borderRadiusBotones);
    outline: none;
    padding: 0px 20px 0px 20px;
    background-color: var(--ColorCancelar);
    color: white;
    cursor: pointer;
}

    .btn-Red:hover {
        background-color: #fff0;
        color: var(--ColorCancelar);
        border: 1px solid var(--ColorCancelar);
    }

.btnIr {
    background-color: #fff0;
    color: var(--ColorPrimario);
    border-style: none;
    padding: 4px 9px;
    border: 1px solid var(--ColorPrimario);
    border-radius: var(--borderRadiusBotones);
    font-weight: bolder;
    font-size: 12px;
}

    .btnIr:hover, .btnIr:focus {
        background-color: var(--ColorPrimario);
        color: white;
    }

.btn-Flex {
    border-style: none;
    padding: 0px 10px;
    border-radius: var(--borderRadiusBotones);
    font-weight: 500;
    margin: 3px 0px;
    font-size: 12px;
    display: inline-block;
    height: var(--heightBotonesModal);
    background-color: var(--ColorPrincipal);
    color: white;
    cursor: pointer;
    width: max-content;
}

/*.btn-Flex:hover {
        background-color: var(--ColorPrincipalHover);
        color: white;
    }*/
.btn-FlexActivado {
    border-style: none;
    padding: 0px 10px;
    border-radius: var(--borderRadiusBotones);
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    height: 23px;
    color: white;
    cursor: pointer;
    width: max-content;
    background-color: var(--ColorPrincipalHover);
    color: white;
}

.btn-Add {
    border-style: none;
    padding: 4px 10px;
    border-radius: var(--borderRadiusBotones);
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    float: right;
    height: 23px;
    background-color: var(--ColorPrincipal);
    color: white;
    cursor: pointer;
    width: max-content;
}

    .btn-Add:hover {
        background-color: #fff0;
        color: var(--ColorPrincipal);
        border: 1px solid var(--ColorPrincipal);
    }

.btn_Autorizar {
    border-style: none;
    padding: 0px 10px;
    border-radius: var(--borderRadiusBotones);
    font-weight: 500;
    margin: 3px 0px;
    font-size: 12px;
    display: inline-block;
    height: var(--heightBotonesModal);
    background-color: var(--ColorVerde);
    color: white;
    cursor: pointer;
    width: max-content;
}

/*.btn_Autorizar:hover {
        background-color: var(--ColorPrincipalHover);
        color: white;
    }*/

.btn_Rechazar {
    color: #fff;
    background-color: var(--ColorCancelar);
    border-style: none !important;
    font-size: 13px;
    height: var(--heightBotonesModal);
    display: inline-block;
    margin: 3px 0px;
    cursor: pointer;
    padding: 1px 12px;
    line-height: 12px;
    border-radius: var(--borderRadiusBotones);
    outline: none;
}

/*.btn_Rechazar:hover {
    background-color: var(--ColorAmarilloHover);
    border-color: var(--ColorAmarilloHover);
    outline: none !important;
}*/

.txtBoxModalMultiline {
    width: 100% !important;
    border-radius: var(--borderRadius) !important;
    border: none !important;
    background-color: #eff0f2 !important;
    padding-left: 10px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: small;
}

.txtBoxEnciso {
    height: 25px;
    margin-top: 19%;
    width: 100% !important;
    border-radius: var(--borderRadius) !important;
    border: 1px solid black;
    text-align: center;
}

.rwWindowContent div:first-child {
    width: 97% !important;
    display: inline-block;
    height: initial !important;
}

.RadWindow .rwTable {
    height: initial !important;
}

.RadWindow_Bootstrap.rwShadow {
    height: initial !important;
}
/*.RadWindow_Bootstrap {
    left: 410px !important;
    top: 144px !important;
}*/
.radModal {
    width: 40% !important;
}

.RadWindow_Bootstrap .rwTitleRow .rwCorner, .RadWindow_Bootstrap .rwTitleRow .rwTitlebar {
    background-color: #ffffff !important;
    border-bottom-style: none !important;
}

.rwCorner {
    display: none !important;
}


.RadWindow_Bootstrap .rwTitleRow .rwCorner, .RadWindow_Bootstrap .rwTitleRow .rwTitlebar {
    background-color: #ffffff !important;
    border-bottom-style: none !important;
}

.rwWindowContent {
    text-align: center !important;
}

.rwStatusbarRow {
    display: none !important;
}

.rwFooterRow {
    display: none !important;
}

.rwCloseButton {
    border-style: none !important;
}

a {
    /*color: #5e5e5e;*/
    font-size: 17px;
}

.rwCloseButton:hover {
    background-color: #ebebeb;
    border-style: none !important;
    border-radius: var(--borderRadius) !important;
}

.RadWindow_Bootstrap .rwTable .rwTitlebarControls .rwIcon {
    background-image: none !important;
}

.TelerikModalOverlay {
    background-color: rgba(0, 67, 255, 0.27) !important;
}



.RadComboBoxDropDown_Bootstrap {
    max-height: 51vh;
}

    .RadComboBoxDropDown_Bootstrap .rcbHovered, .RadComboBoxDropDown_Bootstrap .rcbCheckAllItemsHovered {
        background-color: var(--ColorTerciario) !important;
        /*color: var(--ColorBlanco) !important;*/
    }

.RadComboBox_Bootstrap .rcbFocused .rcbArrowCell {
    color: white !important;
    /*background-color: var(--ColorBlanco) !important;*/
    box-shadow: inset 0px 0px 3px rgb(0 0 0 / 8%) !important;
}

.RadComboBoxDropDown_Bootstrap .rcbScroll {
    background: var(--ColorBackgroundModal);
}

.RadComboBox_Bootstrap .rcbFocused {
    border-radius: var(--borderRadius) !important;
}


.RadComboBox_Bootstrap .rcbInputCell {
    background-color: transparent !important;
}

.ComboBoxModal {
    width: 100% !important;
}

    .ComboBoxModal .rcbInputCell {
        width: 100% !important;
        /*border-radius: 10px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;*/
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
        height: 23px !important;
        padding-left: 10px !important;
    }

    .ComboBoxModal .rcbArrowCell {
        border-style: none !important;
        background-color: transparent !important;
        /*border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;*/
        height: 23px !important;
    }

        .ComboBoxModal .rcbArrowCell a {
            height: 23px !important;
            background-position: -8px -63px !important;
        }

.ComboBoxModalBoton .rcbInputCell {
    width: 100% !important;
    /*border-radius: 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;*/
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    height: 23px !important;
    padding-left: 10px !important;
}

.ComboBoxModalBoton .rcbArrowCell {
    border-style: none !important;
    /*background-color: #eff0f2 !important;*/
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    height: 23px !important;
}

    .ComboBoxModalBoton .rcbArrowCell a {
        height: 23px !important;
        background-position: -8px -63px !important;
    }
