﻿








/*
    CAMBIOS DE FORMA
*/
body {
    background-color: #f5f6f9 !important;
    height: 100%;
}

body ::-webkit-scrollbar-thumb {
    background: linear-gradient(to right,rgba(160, 174, 186, 0.35) 0,#94999c42)
}

.main {
   /* height: 100%; /* TODA LA PANTALLA PARA LLENAR EL FORMULARIO*/
}
.fixed-top {
    z-index: 500 !important; /*REDUCE LA SOBREPOSICION DEL TOPBAR*/
}

.content-heading-toolbar {
    margin: 0 -10px 0px -10px !important;
    width: -webkit-fill-available;
}

.content-toolbar-topborderless {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.content-heading { /*de la forma editable*/
    padding: 10px 20px 10px 20px !important;
    margin: 0 -10px 0px -10px !important;
}


.float-right{
    float:right !important;
}

.margin-space-top { /* agrega el espacio superior de margen*/
    margin-top: 30px;
}

.card-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.dropdown-userO365 { /*PARA CONFIRMAR LOS DATOS*/
    line-height: normal !important;
    padding: 3px 20px 3px !important;
}

.text-O365 {
    DISPLAY: inline-block; 
    VERTICAL-ALIGN: MIDDLE;    
    width: 150px;
    text-align: right; 
    margin-right: 5px;
}

#txtCodigo { /*PARA RESALTAR EL CODIGO DE UN REGISTRO*/
    text-align: right;
    font-weight: bold;
    color: #dd1717;
    /*font-size: 20px;*/
}

#label_txtCodigo { /*PARA RESALTAR EL CODIGO DE UN REGISTRO (ETIQUETA)*/
    font-weight: bold;
    color: #dd1717;
    /*font-size: 20px;*/
}

/*
.multi-select span.e-delim-values.e-delim-view.e-delim-total span.e-delim-values.e-delim-view.e-delim-hide span.e-delim-values.e-delim-view {
    box-sizing: unset !important;
    display: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
}

.multi-select span.e-multi-searcher{
    height: 27px !important;
    vertical-align: middle !important;
    display: inline-block;
    float: none !important;
    width: 0 !important;
    pointer-events: none !important;
}

.multi-select span.e-multi-searcher.e-zero-size {
    height: 27px !important;
    vertical-align: middle !important;
    display: inline-block;
    float: none !important;
    width: 0 !important;
    pointer-events: none !important;
}

.multi-select span.e-clear-icon {
    cursor: default !important;
    font-size: 10px !important;
    height: 30px !important;
    margin-top: -3em !important;
    position: absolute !important;
    right: 0 !important;
    top: 0% !important;
    width: 30px !important;
    align-self: center !important;
    display: flex !important;
    float: right !important;
    font-family: 'e-icons' !important;
    margin: 0 !important;
}*/

.floating-button {
    position: absolute;
    z-index: 999;
    top: 120px;
    right: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.close-btn-sidebar {
    background: none !important;
    border: none !important;
    float: right;
    /*position: absolute;
    z-index: 1;
    right: 0;
    margin: 15px;*/
}

fieldset {
    margin: 0;
    margin-top: 12px;
    border: 1px solid #67707bb3;
    padding: 0px 12px 12px 12px;
    font-weight: bold;
}

legend {
    font-size: 12px;
    color: #5e6773;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
}

/*imagen del usuario*/
.navbar .user-picture {
    width: 48px;
    margin-right: 2px;
    border: 1px solid #fff;
}

/* TOOLBAR para los formularios */
.card-toolbar {
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
}
.card-toolbar-topbar {
    margin: 0 -25px 0px -25px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

/* RADIO BUTTON SYNCFUSION*/
.radio-button {
    padding-left: 10px;
    padding-right: 10px;
}

/*side bar right*/
.card-footer {
    margin: 20px 0 0 0;
}

.right-sidebar {
    background: white !important;
    z-index: 1000 !important;
    transition: right .3s ease-in-out;
    padding-top: 0 !important;
    color: #5e6773 !important;
}

.left-sidebar {
    background: white !important;
    left: -360px;
    z-index: 1000 !important;
    padding-top: 0 !important;
    color: #5e6773 !important;
    position: fixed;
    padding-bottom: 50px;
    overflow-y: auto;
    top: 55px;
    height: 100%;
    transition: left .3s ease-in-out;
    box-shadow: -5px 0 10px rgba(0,0,0,.08);
}

.footer-sidebar {
    height: 46px !important;
    width: 350px;
    position: fixed !important;
    bottom: 0 !important;
    text-align: right !important;
    padding-right: 17px !important;
    background-color: white !important;
    border-top: 1px solid #dfe3e6 !important;
    padding-top: 5px !important;
}

/*

.e-float-input input:focus ~ label.e-float-text, .e-float-input input:valid ~ label.e-float-text, .e-float-input input ~ label.e-label-top.e-float-text, .e-float-input input[readonly] ~ label.e-label-top.e-float-text, .e-float-input input[disabled] ~ label.e-label-top.e-float-text, .e-float-input input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, .e-float-input.e-input-focus input ~ label.e-float-text {
    transform: translate3d(-10px, -36px, 0) scale(1) !important;
}

.e-float-input textarea:focus ~ label.e-float-text, .e-float-input textarea:valid ~ label.e-float-text, .e-float-input textarea ~ label.e-label-top.e-float-text, .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input textarea label.e-float-text.e-label-top, .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
    transform: translate3d(-10px, -36px, 0) scale(1) !important;
}
*/
.btn-flujo {
    font-size: 10.5px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.card.form-builder-panel {
    margin-bottom: 0px;
}

.choices.form-group.formio-choices {
    min-width: 80px !important;
}

#main-treeview .e-icons.interaction {
    visibility: hidden !important;
}

#main-treeview > ul.e-list-parent.e-ul {
    padding: 0 0 0 12px;
}

.label-bar {
    position: absolute;
    color: #fff;
    margin-left: 5px;
}

.height150 ul{
    max-height: 150px;
    overflow-y: scroll;
}

span.mb-0.card-title {
    font-weight: bold;
    font-size: 16px;
}

.autocomplete-clear-button::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.btn-select-clear {
    position: absolute;
    right: 25px;
    width: 36px;
    padding-left: 13px;
    padding-right: 17px;
    cursor:pointer;
}

/*PARA ACTIVIDADES RECIENTES*/

table#ActividadesRecientes_content_table {
    padding-top: 20px;
    padding-left: 9px;
}

.tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    opacity: unset;
    font-weight: bolder;
    font-size: .9rem;
    z-index: 1;
}

    .tooltip .top {
        width: 300px;
        top: -8px;
        left: 80px;
        transform: translate(-30%,-100%);
        padding: 10px 20px;
        color: #666666;
        background-color: #FFFFE0;
        font-weight: normal;
        font-size: 14px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
        display: none;
        border: 1px solid #DCA;
    }

    .tooltip:hover .top {
        display: block;
    }

    .tooltip .top i {
        position: absolute;
        top: 100%;
        left: 30%;
        margin-left: -63px;
        width: 30px;
        height: 15px;
        overflow: hidden;
    }

        .tooltip .top i::after {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg);
            background-color: #FFFFE0;
            box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
        }



.timeline-xs .timeline-item:after {
    background-color: #fff;
    border-color: #007aff;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 12px;
    left: 0;
    margin-left: -7px;
    position: absolute;
    width: 12px;
}

.timeline-xs .timeline-item:after {
    clear: both;
    bottom: auto;
    top: 4px;
}

.go-rtl.timeline-xs .timeline-item:before, .timeline-xs .timeline-item:after {
    content: " ";
    display: table;
}

.timeline-xs .timeline-item.success {
    border-left-color: #5cb85c;
}

.timeline-xs .timeline-item {
    position: relative;
    border-left: 2px solid #c8c7cc;
    padding-left: 1rem;
    margin-left: 5px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.timeline-xs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .timeline-xs .timeline-item:before, .timeline-xs .timeline-item:after {
        content: " ";
        display: table;
    }

    .timeline-xs .timeline-item.success:after {
        border-color: #5cb85c;
    }

    .timeline-xs .timeline-item.primary {
        border-left-color: #0af;
    }

        .timeline-xs .timeline-item.primary:after {
            border-color: #0af;
        }

    .timeline-xs .timeline-item.secondary {
        border-left-color: #6b7980;
    }

        .timeline-xs .timeline-item.secondary:after {
            border-color: #6b7980;
        }

    .timeline-xs .timeline-item.warning {
        border-left-color: #f3d811;
    }

        .timeline-xs .timeline-item.warning:after {
            border-color: #f3d811;
        }
/*FIN PARA ACTIVIDADES RECIENTES*/


/*
    ICONOS
    icons syncfusion // material
*/
.e-month:before {
    content: '\e93c';
}
.e-time:before {
    content: '\e20c';
}
.e-check-btn:before {
    content: '\e7ff';
}
.e-close-btn:before {
    content: '\e7fc';
}
.e-delete-btn:before {
    content: '\e84e';
}
.e-edit-btn:before {
    content: '\e81e';
}
.e-plus-btn:before {
    content: '\e7f9';
}
.e-print-btn:before {
    content:'\e813';
}
.e-refresh-btn:before {
    content: '\e308';
}
.e-save-btn:before {
    content: '\e735';
}
.e-search-btn:before {
    content: '\e993';
}



/*ICONS*/
.e-icons-fa,
.e-icons-fas,
.e-icons-far,
.e-icons-fal,
.e-icons-fad,
.e-icons-fab {
    /*toma la font de FontAwesome ya configurada*/
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/*
    Titulo de formularios

*/
.text-sm .content-header-erpTitle {
    padding: 10px 0px .5rem;
}

/*difiniciones base*/
/*.e-grid, .e-control, .e-css, .e-rowcell {
    font-size: inherit;
    font-family: inherit !important;
}*/

/*
    BLAZOR ERROR

*/
#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 / ACCOUNT
*/
#wrapper {
    height: 100% !important;
}


/*
    SUB MENU TOP 
*/
.search-form {
    margin: 0 10px;
}
.caret::after {
    position: absolute;
    right: 0.5em;
    top: 1.5em;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
}

.navbar-nav .dropdown-menu-favoritos {
    min-width: 300px !important;
}
.navbar-nav .dropdown-menu {
    /*padding: 0 0 !important; /*original> 0.5rem 0*/
    /*min-width: 200px !important;*/
}

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
        /*font-size: 14px;*/
        color: #5e6773;
    }
    .navbar-nav .dropdown-menu > li > button {
        padding: 12px 20px;
        /*font-size: 14px;*/
        color: #5e6773;
        width: 100%;
        text-decoration: none;
        text-transform: none;
        text-align: left;
        font-weight: normal;
    }
    .navbar-nav .dropdown-menu > li > button.active, .navbar-nav .dropdown-menu > li > button:focus, .navbar-nav .dropdown-menu > li > button:hover {
        background-color: #fafbfc;
        color: #5e6773;
        text-decoration: none;
    }

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
}


@media screen and (max-width: 767px) {
    .hide-mobile {
        visibility: hidden;
    }
}


/*
    control COMBOBOX PERSONALIZADO
*/
.combobox-input-group{
    display: inline-flex;
    width: 100%;
}

.combobox-button-in-group {
    /*margin-top: 18px;
    margin-left: 5px;*/
    align-self: flex-end;
}

.combobox-textinfo-in-group {
    /*margin-top: 16px;
    margin-left: 10px;*/
    width: 100%;
    align-self: flex-end;
}



/*
    ALERT EN PANTALLA
*/
.alert-dismissible .close {
    font-size: 22px !important;
}
.alert {
    font-size: 13px !important;
}



/*
    COMOBO EMPRESA TOP
*/
.comboboxlist-empresa-li {
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: block;
    padding: 10px 10px;
}
.comboboxlist-empresa {
    background-color: white !important;
    padding-left: 10px !important;
}

/*
    VALIDATION MESSAGE
*/
.validation-message {
    color: red;
}






/*
    main-treeview
*/
/*
    SIDEBAR .main-treeview 
*/
.sidebar-treeview {
    padding-top: 50px;
}

.main-treeview {
    width: 100%;
    color: whitesmoke;
}


.main-treeview .e-text-content {
    padding-left: 0px !important;
}

.main-treeview .e-list-text {
    color: #929598 !important;
    padding: 0px 0px 0px 15px !important;
}

.main-treeview .e-icon-collapsible, .main-treeview .e-icon-expandable {
    color: white !important;
}

    .main-treeview .e-list-item.e-hover > .e-fullrow {
        background-color: #5e5c5c !important;
        border-color: #5e5c5c !important;
    }
    .main-treeview .e-list-item.e-active > .e-fullrow {
        background-color: #5e5c5c !important;
        border-color: #5e5c5c !important;
    }
    






/*
    
    SPINNER OVERLAY

*/

.e-spincustom-overlay {
    background-color: rgba(200, 200, 200, 0.5);
    height: 100%;
    left: 0;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000 !important;
}

    .e-spincustom-overlay h5 {
        color: rgba(160, 174, 186, 0);
    }
    .e-spincustom-overlay h6 {
        color: #fff;
    }



    /* FORM VALIDATE */
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745 !important;
    padding-right: unset !important;
    background-image: unset !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
}

/* auto complete */
.autocomplete > div.selected, .autocomplete > div:hover:not(.group) {
    background: #0078d7 !important;
    
}



/* home dashboard */
#HomeDashboardObject {
    height: 300px;
    width: 100%;
}
    #HomeDashboardObject .homePanel {
        height: auto ;
    }


/* foot */
.copyright {
    text-align: left !important;
}

/* progress bar*/
.progress {
    background-color: none !important;
}


/* READONLY */
.divreadonly {
    pointer-events: none;
}


/**
 * edit FILEMANAGER Settings  MONACO EDITOR JS
 * */
#fmAzureBlobConfigValue {
    width: 100%;
    height: 200px;
}


/**
 * edit logial process monaco editor
 * */
#LogicalEditorProcess {
    width: 100% !important;
    height: 300px !important;
    font-family: monospace !important;
}




/*
    grid syncfusion WRAP CELL
    usar la clase "e-cellwrap"
*/
.e-grid .e-rowcell.e-cellwrap {
    white-space: normal;
    /* text-overflow: ellipsis !important; */
}




/*
    ECARD - KANBAN
*/
.e-card {
    padding: 0px !important;
}



/* LABEL SYNCFUSION */

.e-float-input input:focus ~ label.e-float-text, .e-float-input input:valid ~ label.e-float-text, .e-float-input input ~ label.e-label-top.e-float-text, .e-float-input input[readonly] ~ label.e-label-top.e-float-text, .e-float-input input[disabled] ~ label.e-label-top.e-float-text, .e-float-input input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, .e-float-input.e-input-focus input ~ label.e-float-text {
    font-size: 12px;
    font-style: normal;
    padding-right: 0;
    transform: translate3d(-10px, -36px, 0) scale(1) !important;
}
