﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('material-design-iconic-font/css/materialdesignicons.min.css');

body {
    background: #fff;
    font-family: "Segoe UI", sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #263238;
    font-weight: 300;
    height: 100%;
}



html {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: #ffffff;
}

/*ENCABEZADOS*/
.h2, h2 {
    font-size: 1.5rem !important;
}

.h3, h3 {
    font-size: 1.2rem;
}
/*FIN ENCABEZADOS*/
/*TAMAÑO FUENTES*/
.text--size-16 {
    font-size: 16px;
}

.text-size-30{
    font-size:30px;
}
.text-size-12 {
    font-size: 12px;
}

/*FIN TAMAÑO FUENTES*/

/*RESERTAR ESTILOS CARD POR DEFECTO*/
.card-header {
    background-color: #28446b !important;
}


/*barra de scroll*/
html {
    overflow: auto;
}

::-webkit-scrollbar {
    /*width: 1px !important;*/
    width: 12px !important;
    /* -webkit-appearance: none;*/
}

    ::-webkit-scrollbar:vertical {
        /* width: 10px;*/
        width: 20px;
    }

::-webkit-scrollbar-button:increment, ::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.e-sidebar::-webkit-scrollbar {
    /* width: 5px !important;*/
    width: 5px !important;
}

.e-item {
    overflow: auto;
}

    .e-item::-webkit-scrollbar {
        width: 12px !important;
    }

    .e-item::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .e-item::-webkit-scrollbar:vertical {
            width: 10px;
        }

    .e-item::-webkit-scrollbar-button:increment, .e-item::-webkit-scrollbar-button {
        display: none;
    }

    .e-item::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    .e-item::-webkit-scrollbar-thumb {
        background-color: #797979;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    .e-item::-webkit-scrollbar-track {
        border-radius: 10px;
    }

.e-sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .e-sidebar::-webkit-scrollbar:vertical {
        width: 10px;
    }

.e-sidebar::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
    display: none;
}

.e-sidebar::-webkit-scrollbar:horizontal {
    height: 10px;
}

.e-sidebar::-webkit-scrollbar-thumb {
    background-color: #ababab;
    border-radius: 20px;
    border: 1px solid #a9a9a9;
    box-shadow: inset -4px 1px 1px #ffffff42, inset -3px -1px 1px 0px #ffffff61;
}

.e-sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
}

/*FIN BARRAS DE SCROLL*/



#wrapper {
    height: 100%;
    min-height: 100vh;
}

#header-section.main-header {
    border-bottom: 1px solid #d2d6de;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    background: #fff;
    color: #000;
    position: sticky !important;
    z-index: 1001 !important;
    top: 0;
}

.fila-filtros {
    background-color: #fff !important;
    /*background-color: #f4f4f4;*/
    padding-right: 26px !important;
    padding-bottom: 8px !important;
    box-shadow: 2px 3px 7px #00000059 !important;
}

.fila-filtros-consultas {
    background-color: #fff;
    padding-right: 26px;
    padding-bottom: 8px;
    box-shadow: 0px 7px 7px #00000024;
    z-index: 1033;
}

.margen-superior-filtros {
    margin-top: 46px !important;
    z-index: 1029;
    background-color: #fff;
}
.margen-superior-filtros-consultas {
    background-color: #f1f1f1;
    margin-top: 45px;
    z-index: 1032;
    box-shadow: 0px 2px 3px 0px #56565638;
}

.margen-top-rejilla{
    margin-top:111px;
}
.margen-top-rejilla-filtros {
    margin-top: 53px;
}

.empresa {
    margin-bottom: 8px;
}

.icono-menu {
    font-size: 20px;
}

.logo-nombre {
    min-width: 212px;
}

.menu-nuevo {
    padding-right: 100px;
}

.nombre-usuario {
    padding-right: 30px;
}

#menu-fijo{
    background-color:#28446b;
    
}

.sombra {
        box-shadow: 0px 3px 7px #000;
    }

.e-control.e-toolbar.e-lib.MenuSuperior.e-keyboard {
    padding-top: 14px;
}

.e-sidebar.e-left.e-close.e-dock .texto-menu {
    display: none;
}

.e-schedule.calendario-usuario .e-schedule-table {
    height: 100%;
}

/*.e-content-wrap{
    height:auto !important;
}*/
.texto-menu {
    font-size: 0.9rem;
}

.main-content {
    overflow: hidden;
    width: 100%;
    min-height: calc(100vh - 55px)
    /*border:solid red 1px;*/
}


.e-content.e-lib.e-touch{
    overflow:auto;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

button.e-control.e-btn.e-lib.btn-segundario.e-icon-btn {
    background-color: #dbdbdb;
    color: #000;
    border: 1px solid #7e7e7e;
    box-shadow: 0px 1px 3px #333;
}

    button.e-control.e-btn.e-lib.btn-segundario.e-icon-btn:hover, button.e-control.e-btn.e-lib.btn-segundario.e-icon-btn:active {
        background-color: #dbdbdb;
        color: #000;
        border: 1px solid #7e7e7e;
       
    }

button.e-control.e-btn.e-lib.btn-default.e-icon-btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    padding: 4px 10px;
    text-shadow: 0px 1px 0px #ffffff;
}

    button.e-control.e-btn.e-lib.btn-default.e-icon-btn > span {
        
        font-size: 17px !important;
       
        
    }


    button .e-control.e-btn.e-lib.btn-default.e-icon-btn:hover, button.e-control.e-btn.e-lib.btn-default.e-icon-btn:active {
        background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        background-color: #dfdfdf;
    }


.e-control.e-btn.e-lib.btn-default.e-icon-btn:disabled, .e-css.e-btn.btn-default:disabled {
    background-color: #f7f7f7 !important;
    border-color: #f4f4f4 !important;
    box-shadow: none !important;
    color: #a6a6a6 !important;
    cursor: no-drop !important;
}

    /*button.e-control.e-btn.e-lib.btn-default.e-icon-btn {
    background-color: #cbcbcb;
    color: #666 !important;
    border: 1px solid #c5c5c5;
    box-shadow: 2px 3px 4px 0px #9999997a;
    border-bottom: 4px solid #0000006b;
    border-left: 2px solid #ffffff87;
    border-radius: 7px;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #fff;
}*/
    /*button.e-control.e-btn.e-lib.btn-default.e-icon-btn {
    background-color: #565656;
    color: #fff !important;
    border: 1px solid #333;
    box-shadow: 0px 1px 3px #333;
}*/
   /* button .e-control.e-btn.e-lib.btn-default.e-icon-btn:hover, button.e-control.e-btn.e-lib.btn-default.e-icon-btn:active {
    background-color: #565656;
    color: #fff !important;
    border: 1px solid #333;
    box-shadow: 0px 1px 3px #333;
}*/

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #a80000;
    font-size: 13px;
    font-weight: 700;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.login-page .page-header {
    min-height: 100vh;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(/images/fondo.jpg);
    background-size: cover;
    background-position: top center;
}

.header-filter {
    position: relative;
}

.login-page .page-header .container {
    padding-top: 20vh;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

.cursor {
    cursor: pointer;
}

.panel-calendario {
    overflow-x: hidden;
    padding: 3px;
    min-height: 552px;
    height: auto;
}

.font-14{
    font-size:14px !important;
}
.font-11{
    font-size:11px !important;
}
.font-12 {
    font-size: 12px !important;
}

.font-20 {
    font-size: 20px !important;
}


/*Resetear estilos por defecto Syncfusion*/
.e-toolbar {
    -webkit-tap-highlight-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    .e-toolbar .e-toolbar-items {
        background: transparent !important;
    }
.e-btn:active, .e-btn:hover, .e-btn:focus {
    background-color: #c8c8c8;
    border-color: transparent;
    color: #000;
    outline: none 0 solid;
    outline-offset: 0;
    box-shadow: none;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
}

button.e-control.e-btn.e-lib.redondo, button.e-control.e-btn.e-lib.redondo {
    border-radius: 20px;
}

.e-footer-content .e-btn.e-primary.e-flat {
    background-color: #565656 !important;
    border-color: #101010 !important;
    color: #fff !important;
}

button[aria-label="Añadir"] {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%) !important;
    background-color: #ededed !important;
    border-radius: 6px !important;
    border: 1px solid #dcdcdc !important;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    padding: 4px 10px;
    text-shadow: 0px 1px 0px #ffffff;
}

button[aria-label="Editar"] {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%) !important;
    background-color: #ededed !important;
    border-radius: 6px !important;
    border: 1px solid #dcdcdc !important;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    padding: 4px 10px;
    text-shadow: 0px 1px 0px #ffffff;
}

button[aria-label="Eliminar"] {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%) !important;
    background-color: #ededed !important;
    border-radius: 6px !important;
    border: 1px solid #dcdcdc !important;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    padding: 4px 10px;
    text-shadow: 0px 1px 0px #ffffff;
}

.e-dialog .e-dlg-header-content {
    border-bottom: 1px solid #5656561f !important;
    padding: 6px 8px 4px 15px !important;
}

/*ESTILOS DE LA VISTA NOTIFICACIONES*/ 

/* Loading sprite image for TreeView */
.e-list-icon {
    background-repeat: no-repeat;
    background-image: url('../images/file-icons.png');
    height: 20px;
}

    .e-list-icon.entrada {
        background-position: -197px -610px;
    }

    .e-list-icon.salida {
        background-position: -197px -632px;
    }
.label {
    display: inline-block;
}
.label-danger {
    background-color: #fc4b6c;
}
.label-success {
    background-color: #28a745;
}
.label-warning {
    background-color: #ff9400;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}
.e-listview .e-list-item {
    background-color: inherit;
    border-bottom: 1px dashed #d9d9d9;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: #333;
}

li.e-list-item.e-level-1 {
    background-color: inherit;
    border-bottom: 1px dashed #d9d9d9;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: #333;
}

html body .p-20 {
    padding: 20px;
}

.chat-list li.reverse {
    text-align: right;
}

.chat-list li {
    list-style: none;
    margin-top: 30px;
}
    .chat-list li.reverse .chat-time {
        text-align: left;
    }
    .chat-list li .chat-time {
        display: inline-block;
        text-align: right;
        width: 80px;
        font-size: 13px;
        color: #99abb4;
    }
.chat-list li.reverse .chat-content {
    padding-left: 0px;
    padding-right: 15px;
}
    .chat-list li .chat-content {
        width: calc(100% - 140 px );
        display: inline-block;
        padding-left: 15px;
    }
        .chat-list li .chat-content .box {
            display: inline-block;
            margin-bottom: 10px;
            color: #263238;
        }
html body .bg-light-inverse {
    background-color: #f3efef;
}
.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
}
.chat-list li .chat-content h5 {
    color: #99abb4;
}

h5.nombre-usuario-chat {
    font-size: 12px !important;
    text-transform: capitalize !important;
}
html body .bg-light-success {
    background-color: #e8fdeb;
}
.box {
    border-radius: 4px;
    padding: 10px;
}
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.cuadro-check {
    min-width: 191px;
    max-width: 200px;
    border: 1px solid #28446b;
    padding: 9px;
    border-radius: 3px;
    background: #f3f3f3;
}
/*MODALES ZINDEX*/
.swal2-container {
    z-index: 100010 !important;
}

#modal-tabla-contactos_dialogEdit_wrapper {
    z-index: 100011 !important;
}

#modal-canal_dialogEdit_wrapper {
    z-index: 100011 !important;
}

#modal-Noti_dialogEdit_wrapper {
    z-index: 100011 !important;
}

/*BOTON BUSCAR*/
input.buscar {
    border-radius: 0px !important;
    height: 32px !important;
}

#buscarClien.e-btn.e-flat.e-primary {
    background-color: #d5d5d5;
    border-color: #d7d7d7;
    color: #000;
}

/*.e-btn.e-flat.e-primary:hover, .e-css.e-btn.e-flat.e-primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff;
}*/

.e-btn.e-flat.e-primary:hover, .e-css.e-btn.e-flat.e-primary:hover {
    background-color: #bdbdbd !important;
    border-color: #afafaf !important;
    color: #fff;
}

.e-btn.e-flat.e-primary:active{
    color:#fff !important;
}

.e-btn.e-icon-btn, .e-css.e-btn.e-icon-btn {
    padding: 1px 8px !important;
}
/*RESETEAR CAMPOS input */
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none !important;
}
.form-control:focus {
    box-shadow: none !important;
}

.e-btn.e-flat.e-primary:focus, .e-css.e-btn.e-flat.e-primary:focus {
    box-shadow: none !important;
}

/*RESETEAR ICONOS FILTRO  GRID*/
div.e-filtermenudiv.e-icons.e-icon-filter.e-filtered {
    /*color: red !important;*/
    font-weight:900 !important;
    font-size:12px !important;
}

.e-grid .e-filtered::before {
    color: #dc3545 !important;
}



.swal2-styled.swal2-confirm {
    background-color: !important;  
}

/*BOTON CERRAR MODALES*/
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0%;
    bottom: 0;
    float: right;
    height: 32px;
    left: 0px !important;
    position: relative;
    width: 32px;
}

div#SolVacas_dialog-header button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:hover, div#SolVacas_dialog-header button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:focus, div#SolVacas_dialog-header button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:active, div#SolVacas_dialog-header button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:focus-visible, div#SolVacas_dialog-header button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:visited, div#SolVacas_dialog-header button.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:target {
    border-color: transparent !important;
}

.e-control.e-btn.e-lib.e-dlg-closeicon-btn.e-flat.e-icon-btn:hover:active:focus:focus-visible:focus-within:visited:target {
    box-shadow:none !important;
}

.e-dialog .e-dlg-header{
    width:100% !important;
}

.e-dialog #Mante-Generic_dialogEdit_wrapper_title.e-dlg-header {
    width: 95% !important;
}

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: rgb(119 119 119 / 0,41) !important;
    border-color: #333;
}

.e-switch-wrapper .e-switch-inner.e-switch-active {
    background-color: #3e3e3e;
    border-color: #000000;
}
.e-switch-wrapper.e-switch-disabled, .e-css.e-switch-wrapper.e-switch-disabled {
    cursor: no-drop;
}
    .e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
        background-color: #000 !important;
        color: #000000 !important;
        opacity: 1;
    }
    .e-switch-wrapper.e-switch-disabled .e-switch-inner, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner {
        cursor: no-drop;
    }
.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element, .dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element{
    background-color: #777777 !important;
}
.dxbl-checkbox.dxbl-checkbox-switch.dxbl-checkbox-unchecked .dxbl-checkbox-check-element{
    background-color:#777777 !important;
}

.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after{
    background-color:#333 !important;
}

.alt-item > td {
    background-color: rgba(0, 0, 0, 0.05);
}

.dxbl-list-box-item-selected{
    background-color:dimgrey !important;
}

.btn-b2b-addcarrito {
    background-color: #003f72;
    color: #fff;
    border: none;
}
.btn-b2b-addcarrito:hover {
    background-color: #1e314c !important;
    color: #fff;
    border: none;
}
/* Cambia el color del SVG del loading panel de DevExpress */
.my-indicator svg {
    /* Cambia el color de relleno del SVG */
    fill: #28446b !important; /* Azul Bootstrap, cámbialo por el color que desees */
    /* O para algunos SVGs, puede ser necesario usar stroke */
    stroke: #28446b !important;
}

.dxbl-loading-panel-message {
    color: #28446b !important;
}
.btn-blodesbloc {
    background-color: #17a2b8;
    color: #fff !important;
    padding: 2px 3px;
    border-radius: 3px;
}

.btn-blodesbloc-sucess {
    background-color: #a80000;
    color: #fff !important;
    padding: 2px 3px;
    border-radius: 3px;
}