﻿.i-header {
    width: 100%;
    padding: 10px;
    background: linear-gradient(to right, #1c86c8, rgba(255,0,0,0));
    border-radius: 5px;
}

.i-header-text {
    text-transform: uppercase;
    color: White;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold
}

.i-subheader {
    padding: 10px;
    font-style: normal;
    background: linear-gradient(to right, #1c86c8, rgba(255,0,0,0));
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-color: lightgray;
    border-bottom-style: none;
    border-bottom-width: thin;
    margin-bottom: 0px;
    margin-top: 5px;
    border-radius: 5px;
}

.i-subheader-text {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
}

.dashboard-header {
    Color: White;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    font-style: normal;
    background: #1c86c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-color: lightgray;
    border-bottom-style: none;
    border-bottom-width: thin;
    margin-bottom: 0px;
    text-align: center;
    align-content: center;
}

.div-search {
    display: inline-block;
    width: 74%;
    padding: 0px 0px 10px 0px;
    border-radius: 5px;
    border-style: none;
}

.div-newbar {
    display: inline-block;
    width: 25%;
    padding: 0px 0px 10px 0px;
    border-radius: 5px;
    border-style: none;
}

.div-content {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
}

.div-content2 {
    width: 49.8%;
    display: inline-block;
}

.div-content3 {
    padding-top: 0px;
}

.div-subcontent {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border-right-style: solid;
    border-right-color: lightgray;
    border-right-width: thin;
    border-left-style: solid;
    border-left-color: lightgray;
    border-left-width: thin;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: thin;
}

/*CUSTOMIZA EL TOOLBAR*/
.div-tools {
    width: 100%;
    padding: 0px 0px 10px 0px;
    border-radius: 5px;
    border-style: none;
    border-color: lightgray;
    border-width: thin;
}

.div-tools-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-tools-col {
    float: left; /* fix for buggy browsers */
    display: table-column;
    width: 80px;
    margin-right: 10px
}

.div-tools-col-100 {
    width: 100px;
}

.div-addcancel {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    display: inline-block;
    width: 25%;
    padding: 0px 0px 10px 0px;
    border-radius: 5px;
    border-style: none;
    border-color: lightgray;
    border-width: thin;
}

/*CUSTOMIZA LOS CONTROLES*/
.div-controls {
    display: inline-block;
    width: 100%;
    vertical-align: central;
}

/*CUSTOMIZA LOS BOTONES*/
.e-btn-custom {
    background-color: #1c86c8 !important;
    color: white !important;
    border-radius: 30px;
    border-color: #1c50c8 !important;
    height: 40px;
    width: 90px;
    margin-top: 24px;
    margin-left: 10px;
}

    .e-btn-custom:focus, .e-btn-custom:active {
        background-color: #1c86c8 !important;
        color: white !important;
    }

    .e-btn-custom:disabled {
        background-color: lightgrey !important;
        color: white !important;
    }

    .e-btn-custom:hover {
        background-color: white !important;
        color: #1c86c8 !important;
    }

.e-btn-custom-icon {
    width: 80px;
    height: 40px;
}

.e-btn-custom-100 {
    width: 100px;
}

.e-btn-custom-150 {
    width: 150px;
}

.e-btn-custom-200 {
    width: 200px;
}

.e-btn-custom-300 {
    width: 300px;
}

.e-file-new::before, .e-search-3::before, .e-save-2::before, .e-undo::before, e-circle-add::before, .e-circle-add::before, .e-circle-close::before {
    font-size: 20px;
    margin-left: -4px;
}


.e-btn-custom-grid {
    width: 33px;
    height: 33px;
    margin-top: -7px;
    color: red;
}

    .e-btn-custom-grid .e-icons {
        color: white !important;
    }

    .e-btn-custom-grid:hover .e-icons {
        color: #1c86c8 !important;
    }

/*CUSTOMIZA LA BARRA DE LA BARRA DERECHA*/
.div-bar {
    width: 100%;
    padding: 8px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.div-bar-header {
    width: 100%;
    padding: 8px;
    background-color: #1c86c8;
    color: white;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.e-btn-bar {
    background-color: #1c86c8;
    color: white;
    border-radius: 10px;
    border: none;
    height: 40px;
    width: 120px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}

    .e-btn-bar:focus, .e-e-btn-bar:active {
        background-color: white;
        color: #1c86c8;
    }

    .e-btn-bar:hover {
        background-color: #1c86c8;
        color: white;
    }

.e-btn-bar-2x {
    height: 60px;
}

.e-btn-bar-3x {
    height: 70px;
}

/*CUSTOMIZA LOS TEXTBOXES*/
.e-custom.e-float-input input:valid ~ label.e-float-text.e-label-top,
.e-custom.e-float-input input ~ label.e-float-text.e-label-top,
.e-custom.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-custom.e-float-input.e-input-focus input ~ label.e-float-text,
.e-custom.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text .e-custom.e-float-text,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-custom.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    font-weight: normal;
    color: #1c86c8;
    padding-left: 10px;
}

.e-custom.e-float-input, .e-custom.e-float-input.e-control-wrapper {
    width: 600px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3PX;
    border-block-color: lightgray;
    padding-left: 10px;
    font-size: 14px;
    background-color: white;
}

    .e-custom.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
    .e-custom.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
    .e-custom.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
    .e-custom.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after {
        background: #1c86c8;
    }

    .e-custom.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
        color: #1c86c8;
        font-weight: bold;
        padding-left: 10px;
    }

.e-custom-500.e-float-input, .e-custom-400.e-float-input.e-control-wrapper {
    width: 500px;
}

.e-custom-400.e-float-input, .e-custom-400.e-float-input.e-control-wrapper {
    width: 400px;
}

.e-custom-300.e-float-input, .e-custom-300.e-float-input.e-control-wrapper {
    width: 300px;
}

.e-custom-250.e-float-input, .e-custom-250.e-float-input.e-control-wrapper {
    width: 250px;
}

.e-custom-200.e-float-input, .e-custom-200.e-float-input.e-control-wrapper {
    width: 200px;
}

.e-custom-175.e-float-input, .e-custom-175.e-float-input.e-control-wrapper {
    width: 175px;
}

.e-custom-150.e-float-input, .e-custom-150.e-float-input.e-control-wrapper {
    width: 150px;
}

.e-custom-125.e-float-input, .e-custom-125.e-float-input.e-control-wrapper {
    width: 125px;
}

.e-custom-100.e-float-input, .e-custom-100.e-float-input.e-control-wrapper {
    width: 100px;
}

.e-custom-75.e-float-input, .e-custom-75.e-float-input.e-control-wrapper {
    width: 75px;
}

.e-custom-50.e-float-input, .e-custom-50.e-float-input.e-control-wrapper {
    width: 50px;
}

/*CUSTOMIZA LOS TEXTBOXES MULTILINE*/
.e-multiline.e-float-input, .e-multiline.e-float-input.e-control-wrapper,
.e-multiline.e-float-input textarea, .e-multiline.e-float-input.e-control-wrapper textarea {
    width: 800px;
    height: 150px;
    font-size: 14px;
}

.e-multiline2.e-float-input, .e-multiline2.e-float-input.e-control-wrapper,
.e-multiline2.e-float-input textarea, .e-multiline2.e-float-input.e-control-wrapper textarea {
    width: 800px;
    height: 500px;
    font-size: 14px;
}

.e-multiline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    border-color: #1c86c8;
    box-shadow: inset 1px 1px #b1bd15, inset -1px 0 #b1bd15, inset 0 -1px #b1bd15;
}

/*CUSTOMIZA LOS TEXTBOXES SMALL MULTILINE*/
.e-sm-multiline.e-float-input, .e-sm-multiline.e-float-input.e-control-wrapper {
    width: 100%;
    height: 75px;
    color: #1c86c8;
}

.e-sm-multiline textarea {
    height: 65px;
    background: #1c86c8;
    border: none;
}

/*CUSTOMIZA LOS DROP DOWNS*/
.e-ddl.e-input-group.e-control-wrapper .e-input {
    width: 200px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3PX;
    border-block-color: lightgray;
    padding-left: 10px;
    font-size: 14px;
    background-color: white !important;
    margin-top: 10px;
}

.e-ddl.e-list-item, .e-ddl.e-list-item.e-item-focus {
    background-color: red !important;
    color: white !important;
    min-height: 29px;
    width: 200px;
}

    .e-ddl.e-list-item.e-item-focus, .e-ddl.e-list-item.e-active, .e-ddl.e-list-item.e-active.e-hover, .e-ddl .e-list-item.e-hover {
        background-color: #1c86c8 !important;
        color: white !important;
    }

.e-ddl.e-input-group.e-control-wrapper.e-input-focus::before, .e-ddl.e-input-group.e-control-wrapper.e-input-focus::after {
    background-color: white !important;
}

.e-ddl .e-dropdownbase .e-list-item.e-active {
    background-color: #1c86c8 !important; /* Use !important if needed to override default styles */
}

/*MODIFICA EL NOTEPAD*/
.e-notepad.e-float-input, .e-notepad.e-float-input.e-control-wrapper {
    width: 100%;
    height: 400px;
    color: #1c86c8 !important;
}

.e-notepad textarea {
    height: 390px;
    background: #1c86c8 !important;
    border: none;
}


.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before, .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before, .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after, .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after {
    background-color: white;
}

.e-ddl.e-lib.e-input-group.e-control-wrapper.e-control-container.e-float-input.e-input-focus .e-float-text.e-label-top {
    color: #1c86c8;
}

/*/*CUSTOMIZA LOS CHECKBOX*/
.e-custom-chk.e-checkbox-wrapper .e-frame {
    height: 35px;
    width: 25px;
    padding: 8px 0;
    margin-top: 23px;
    margin-left: 10px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
}

.e-custom-chk.e-checkbox-wrapper .e-ripple-container {
    height: 52px;
    top: -11px;
    width: 47px;
}

.e-custom-chk.e-checkbox-wrapper .e-label {
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px;
    color: #1c86c8;
    font-weight: bold;
}

.e-checkbox-wrapper.e-custom-chk .e-frame.e-check,
.e-checkbox-wrapper.e-custom-chk .e-checkbox:focus + .e-frame.e-check {
    background: #1c86c8;
    color: white;
}

/*CUSTOMIZA EL TOOLTIP*/
.e-tooltip-wrap {
    border-radius: 4px;
    opacity: 2;
}

    .e-tooltip-wrap.e-popup {
        background-color: lightgray;
        border: 1px solid #000;
    }

    .e-tooltip-wrap .e-tip-content {
        color: Black;
        font-size: 12px;
        line-height: 15px;
    }

/*CUSTOMIZA LOS DATEPICKERS*/
.datelabel {
    font-size: 12px;
    color: #1c86c8;
    font-weight: bold;
    padding-left: 10px;
}

.e-input-group.e-control-wrapper.customClass {
    font-size: 12px;
    background-color: white;
    border-color: #1c86c8;
    width: 200px;
}

.customClass.e-input-group.e-control-wrapper .e-input-group-icon,
.customClass.e-input-group.e-control-wrapper .e-input-group-icon:hover,
.customClass.e-input-group.e-control-wrapper .e-input-group-icon:active,
.customClass.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
    color: #1c86c8;
}

/*CUSTOMIZA LOS DIALOGS BOXES*/
a, a:hover, .highcontrast #dialog a, .highcontrast #dialog a:hover {
    color: inherit;
    text-decoration: none;
}

.fabric #target .e-dialog {
    height: 306px;
}

.material #target .e-dialog {
    height: 270px;
}

.bootstrap4 #target .e-dialog {
    height: 305px;
}

#target .e-dialog {
    height: 270px;
}

#target {
    /*height: 500px;*/
}

/*CUSTOMIZA LOS SPINNERS*/
.div-spinner {
    top: 40%;
    left: 45%;
    position: relative;
    width: 90vw;
    height: 90vh;
    margin: auto;
}

.spinner {
    border: 4px solid white;
    border-top: 4px solid #337AB7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1200ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
