::selection {
    background: #add37c;
    color: white;
}

.custom-scroll::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #666 !important;
    border-radius: 3px !important;
}

.custom-scroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1) !important;
}

.margin-top-default {
    margin-top: 20px;
}

.e-toast-icon {
    height: auto !important;
    font-size: 24px !important;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.fa-xs {
    font-size: .75em !important;
}

.img-resized-small {
    width: 35% !important;
}

.input-time {
    /*width: 3.4em;*/
    display: block;
    width: 3.5em;
    height: 34px;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding-left: 5px;
    margin-left: 5px;
}


    .input-time[disabled] {
        color: rgb(84, 84, 84);
        cursor: default;
        background-color: rgb(235, 235, 228);
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.img-fixed-2 {
    max-width: 180px;
    max-height: 200px;
    min-width: 180px;
    min-height: 200px;
}

.img-fixed-3 {
    max-width: 70px;
    max-height: 80px;
    min-width: 70px;
    min-height: 80px;
}

.ul-wrapper {
    max-height: 500px;
    overflow-x: none;
    overflow-y: scroll;
    min-height: 500px;
    background-color: white;
}

.btn-primary {
    background-color: #4caf50;
}

.font-small {
    font-size: 1.0rem;
}

.text-white {
    color: white !important;
}

.fixed-chart {
    height: 450px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden;
}

.combobox-users-image {
    margin: 6px 16px;
    float: left;
    width: 40px;
    height: 40px;
}

.combobox-users-image-xl {
    margin: 6px 16px;
    float: left;
    width: 30px;
    height: 30px;
}

.combobox-users-legajo {
    opacity: 0.5;
    font-size: 12px;
}

.ename {
    display: block !important;
    opacity: .87;
    font-size: 12px;
    /*margin-top: 8px;*/
    /* padding-top: 4px;*/
}

.e-row-hierarchy {
    background-color: #e4e4e4;
}



.e-row-yellow {
    background-color: #FFFAB7;
}

.e-row-yellow > .e-selectionbackground {
    background-color: #FFFAB7 !important;
}

.e-row-darkgrey {
    background-color: #9d9999;
}

.e-row-lightgrey {
    background-color: #f4f4f4;
}

.e-row-orange {
    background-color: #FF7F50;
}

.e-row-orange > .e-selectionbackground {
    background-color: #FF7F50 !important;
}

.e-row-danger {
    background-color: #FFB6C1;
}

.e-row-danger > .e-selectionbackground {
    background-color: #FFB6C1 !important;
}


.e-row-blue {
    background-color: #B7BCFF;
}

.e-row-lightblue {
    background-color: #f2f3ff;
}

.e-row-blue > .e-selectionbackground {
    background-color: #B7BCFF !important;
}

.e-row-green {
    background-color: #7DCEA0 !important;
}

.e-row-green {
    background-color: #c8ead7 !important;
}

.e-row-green > .e-selectionbackground {
    background-color: #c8ead7 !important;
}

.e-row-purple {
    background-color: #DDA0DD;
}

.e-row-purple > .e-selectionbackground {
    background-color: #DDA0DD !important;
}




.fa-qp {
    color: #4CAF50;
}

.max-w-50 {
    max-width: 50% !important;
}

.x_content {
    border: 1px solid lightgray;
    background: white;
}

[class*=icheck-] > label {
    font-weight: 600 !important;
}

.padding-left {
    padding-left: 10px !important;
}

.padding-right {
    padding-right: 10px !important;
}

.margin-top {
    margin-top: 10px !important;
}

.margin-bottom {
    margin-bottom: 10px !important;
}

.margin-left {
    margin-left: 2px !important;
}

.img-fixed {
    max-width: 200px;
}

.img-fixed-small {
    max-width: 100px;
}

.img-center {
    margin: 0 auto;
}

.logo-config-empresa {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 200px;
    max-height: 50px;
    object-fit: contain;
}

input[type="submit"]:hover {
    cursor: pointer;
}

.btn-half {
    width: 50%;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.pointer {
    cursor: pointer;
}

#filtrosSideBar {
    /*position: absolute;
    z-index: 99999;
    right: 5%;*/
}

    #filtrosSideBar .tab-content {
        min-height: 400px;
        /*    padding-right: 40px;*/
        background: white;
        border: 1px solid #ddd;
        border-top: 0px;
        padding: 18px;
    }

.btn-filtros-active {
    background-color: #a7c2dc !important;
    color: white !important;
    border-color: #7da2c3 !important;
}

.lbl-filtros-adicionales {
    font-size: 10px;
    margin-bottom: 0px;
}

.tab-panel {
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    min-height: 400px;
}

/* Layout */

.profile_img {
    width: 100px !important;
    height: 100px !important;
    border: white 2px solid;
    margin: auto !important;
}

.profile_info {
    width: 100% !important;
}

a:focus, a:hover {
    color: #4caf50;
    text-decoration: underline;
}

.search-box {
    width: 600px !important;
}

mark {
    background: orange;
    color: black;
}

/* GRID */
#grilla {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scroll {
    font-size: 30px;
    font-weight: bold;
    color: red;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.1;
    margin-top: 50px;
    width: 5%;
    height: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
}

    .scroll:hover {
        color: gray;
        cursor: pointer;
    }

.left-scroll {
    left: 0;
    background-image: url(../images/arrow_left.gif);
    cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

.right-scroll {
    right: 0;
    background-image: url(../images/arrow_right.gif);
    cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

.e-grid .e-ccdlg .e-cc-contentdiv {
    position: relative !important;
}

/* Override Material */
.container {
    width: 100%;
}

/* TreeView */
.node-icon {
    color: #4caf50;
}

.node-icon-green {
    color: #4caf50;
}

.node-icon-red {
    color: #FFB6C1;
}

.node-text {
    color: #333;
    margin-left: 5px;
    font-family: "Inter",Arial, Helvetica, sans-serif;
}

.tab-scrollable {
    overflow: auto;
    height: 600px;
}

.treeview-search-results {
    position: absolute;
    top: 16px;
    color: lightgray;
    right: 60px;
}

.treeview-search-bar-sectores {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 40px;
    width: 100% !important;
}

.treeview-search-bar {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 40px;
}

.treeview-search-magnify {
    position: absolute;
    top: 20px;
    left: 20px;
    color: lightgray;
}

.treeview-search-arrow-up {
    position: absolute;
    top: 20px;
    right: 35px;
}

.treeview-search-arrow-down {
    position: absolute;
    top: 20px;
    right: 20px;
}

.treeview-search-arrow-up-sectores {
    position: absolute;
    top: 20px;
    right: 62px;
}

.treeview-search-arrow-down-sectores {
    position: absolute;
    top: 20px;
    right: 48px;
}

.treeview-configuration {
    font-size: 27px !important;
}

.treeview-configuration:hover, .treeview-configuration-asig:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 5px #ffffff8c;
    background-position: -64px -29px;
    background-color: rgb(221 222 223 / 48%);
}

.treeview-configuration:hover, .treeview-configuration-asig:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 5px #ffffff8c;
    background-position: -64px -29px;
    background-color: rgb(221 222 223 / 48%);

}

.treeview-configuration:active, .treeview-configuration-asig:active {
    border-radius: 50%;
    box-shadow: 0px 0px 5px #ffffff8c;
    background-position: -64px -29px;
    background-color: rgb(181 181 181 / 66%)
}

.treeview-search-results-selected {
	right: 20px !important;
}

.treeview-wrapper {
    /*max-height: 150px;*/
    margin: auto;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: white;
    resize: both;
    height: 100px;
    max-width: 100%;
}


/* Modal Bootstrap */


.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    left: 10%;
}

.modal-content {
    height: 99%;
    overflow-y: auto;
}

.modal .modal-dialog {
    margin-top: 0px;
}

.close {
    color: white;
    opacity: .8;
}

.modal-close {
    position: fixed;
    /*font-size: 40px;*/
    left: 7%;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999 !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
}

.modal-edit:hover {
    color: #00bfff !important;
}

.close:hover, .close:focus {
    color: #f44336;
}

button.close {
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent !important;
}

.nav-tabs {
    /*overflow-x: auto;
    overflow-y: hidden;*/
    display: -webkit-box;
    display: -moz-box;
}
/*.nav-tabs>li {
      float:none;
    }*/



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.search-bar {
    display: table;
    margin-top: 15px;
    width: auto;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.panel-dark-grey {
    /*border-color: #5cb85c;*/
}

    .panel-dark-grey > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #333;
    }

    .panel-dark-grey > a {
        color: #f0ad4e !imp;
    }

        .panel-dark-grey > a:hover {
            color: #df8a13;
        }


    .panel-dark-grey > .panel-heading > a {
        color: #fff;
    }


.panel-primary > a {
    color: #337ab7;
}

.huge {
    font-size: 40px;
}

.pie-container {
    height: 200px;
}

td > [class*=icheck-] > label {
    margin-top: 0 !important;
}

td > center > [class*=icheck-] > label {
    margin-top: 0 !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*input[data-val-required]:not([readonly]) {
    border-color: red;
}*/

.invalid-input {
    border-color: red;
}

.form-signin > input[data-val-required] {
    border-color: transparent;
}

.form-control-half {
    width: 50% !important;
}

.form-control-quarter {
    width: 25% !important;
}

.btn-treeview-users {
    float: right;
    z-index: 99;
    right: 0;
    top: 0;
    position: absolute;
    margin-right: 40px !important;
    margin-top: 50px !important;
    border-radius: 20px !important;
}

.row-search-deleted {
    background-color: lightgray;
}

    .row-search-deleted > td {
        color: gray !important;
    }

        .row-search-deleted > td > a {
            color: gray !important;
        }


.li-enrol-delete-icon {
    float: right;
    line-height: 20px;
    vertical-align: middle;
}


/* Leyendas */

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    margin-top: 5px;
    justify-content: center;
    display: flex;
    font-weight: bold;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    float: left;
    list-style: none;
    justify-content: center;
    display: flex;
    width: 100%;
}

    .my-legend .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
        float: left;
        margin-left: 10px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
    text-align: center;
}


.my-legend ul.legend-labels-with-text li span {
    width: 50px;
    height: auto;
}

.my-legend ul.legend-labels-with-text li span.abreviatura-glose {
        font-weight: bold;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

/* FILTROS ADICIONALES  */
.text-black10 {
    color: black;
    font-weight: 600 !important;
    font-family: "Inter","Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
}

.inputsSite {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid lightgray;
    width: 100% !important;
    margin: 0 auto !important;
}

    .inputsSite:focus {
        box-shadow: 0 0 5px #4CAF50;
        border: 1px solid #4CAF50;
    }

.dropdown-newsite {
    width: 100% !important;
}


.acciones {
    height: 16.4px;
    width: 93.18px;
    color: #d9534f;
    font-size: 12px;
    line-height: 16px;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: black;
    background-color: white;
    padding: 5px 15px;
}

.bordeVerde {
    border-right-color: #4CAF50 !important;
    border-top-right-radius: 6px !important;
    border-right-width: 4px !important;
}

.br1 {
    margin-bottom: -5px !important;
}

input {
    border-radius: 4px !important;
}

.filtrosInputs {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px !important;
}

.control-label {
    font-size: 12px !important;
    font-weight: 100;
    margin-bottom: 0px;
}

.btn-limpiar {
    height: 36px;
    width: 80px;
    border-radius: 4px;
    background-color: #FF1744;
    box-shadow: 0 2px 8px 0 rgba(30,42,55,0.3);
    color: white;
    font-weight: bold;
    margin-right: 5px !important;
    margin-top: 5px !important;
    /* position: absolute;*/
    /* bottom: 20px;
    left: 20px;*/
}

.btn-filtrar {
    color: white;
    font-weight: bold;
    height: 36px;
    width: 72px;
    border-radius: 4px;
    background-color: #596774;
    box-shadow: 0 2px 8px 0 rgba(30,42,55,0.3);
    float: right;
    margin-left: 5px !important;
    margin-top: 5px !important;
    /*   margin-right: -30px; position: absolute;*/
    /* bottom: 20px;
    right: 20px;*/
}

.botonera-filtros {
    position: absolute;
    bottom: 5px;
}

.filtrosInput {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 0px 1px 3px 0px;
    border: 1px solid lightgray;
}

    .filtrosInput:focus {
        box-shadow: 0 0 5px var(--primary-color-empresa) !important;
        border: 1px solid var(--primary-color-empresa) !important;
    }

.espacioInputs {
    margin-bottom: 8px !important;
}

.rowButtons {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.btn-limpiar {
    /* margin-right: 1px !important;*/
}

.btn-filtros {
    background-color: white;
    border-color: #596774;
    border: 2px solid #596774;
    color: #596774;
    font-weight: bold;
}

.btn-primary {
    border-color: #418a44;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #427944;
        border-color: #2f612c;
    }

.video-element {
    background-color: lightgray;
    border: 1px solid #777;
}


@media only screen and (max-width: 480px) {
    /* For tablets: */
    .filtros-xs {
        position: fixed !important;
        width: 100%;
        top: 0px;
        z-index: 9999;
    }
}


.panel-heading {
    height: 75% !important;
}


@media (max-width: 991px) and (min-width: 768px) {
    .panel-heading {
        height: 100% !important;
    }
}

.btn-reload-usuarios {
    position: absolute;
    margin-right: 20px;
    right: 35px;
    bottom: 8px;
    border-radius: 50%;
    /* width: 20px; */
    /* height: 25px; */
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

.btn-recargar-usuarios {
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

#IdsUsuariosMasivo_options li div.e-checkbox-wrapper {
    top: 35px;
}

#IdsUsuariosMasivo_options li {
    line-height: 15px;
}

#IdsUsuarios_options li div.e-checkbox-wrapper {
    top: 35px;
}

#IdsUsuarios_options li {
    line-height: 15px;
}

.btn, .buttons, .modal-footer .btn + .btn, button {
    /* margin-bottom: 5px; */
    margin-right: 5px;
}

.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active, .e-css.e-btn.e-flat.e-primary:active, .e-css.e-btn.e-flat.e-primary.e-active {
    background-color: #307533;
    border-color: #316c33;
    color: #fff;
}

.disable-checkbox {
    pointer-events: none;
    opacity: 0.5;
}

[drpicker][readonly] {
    background-color: white;
}

/* Mostrar deshabilitado control readonly*/
[class*=icheck-] > input:first-child[disabled-custom] + input[type=hidden] + label,
[class*=icheck-] > input:first-child[disabled-custom] + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child[disabled-custom] + label,
[class*=icheck-] > input:first-child[disabled-custom] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65 !important;
}

.feriadoText {
    margin-top: 10px;
}

.e-switch-wrapper {
    margin-top: 10px;
}

.e-switch-handle.e-switch-active {
    background-color: #fff !important;
    border-color: #fff !important;
}

.e-switch-inner.e-switch-active {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

.e-switch-on {
    background-color: #4caf50 !important;
}

.text-initial {
    text-transform: initial !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: none;
}

.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}

.div-inline {
    display: inline;
}

/* SFv27 fix */
[class*=" fa-"]:before,
[class^="fa-"]:before {
    font-family: 'FontAwesome' !important;
}

.qp-pdfviewer-style-base input,
.qp-pdfviewer-style-base select,
.qp-pdfviewer-style-base textarea {
    border: 1px solid rgb(48, 48, 48) !important;
    outline: none !important;
    box-shadow: none !important;
}

.qp-pdfviewer-style-base label[class*="e-pv-"],
.qp-pdfviewer-style-base .e-pv-radiocontainer,
.qp-pdfviewer-style-base .e-pv-checkbox-container {
    border: 1px solid rgb(48, 48, 48) !important;
    box-shadow: none !important;
}

.qp-pdfviewer-style-base .e-pv-form-validation,
.qp-pdfviewer-style-base .e-pv-form-required-text {
    display: none !important;
}