@font-face {
    font-family: 'ES Rebond Grotesque';
    src: url('../fonts/ESRebondGrotesque-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ESRebondGrotesque-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ESRebondGrotesque-Regular.otf') format('opentype'), /* Legacy iOS */
    url('../fonts/ESRebondGrotesque-Regular.svg#Durant-Bold') format('svg'), /* Legacy iOS */
    url('../fonts/ESRebondGrotesque-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ESRebondGrotesque-Regular.woff') format('woff');
    font-weight: bold;
}

* {
    font-family: 'ES Rebond Grotesque'
}

a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

 /*mensajeria*/
.kt-portlet > .kt-portlet__head > .actions {
    padding: 6px 0 14px 0;
}

.text-brand {
    color: #f2bf2e !important;
}
/*end mensajeri*/
/*.input-icon {
    position: relative;
    left: 0;
}*/

.input-icon > .form-control {
    padding-left: 33px;
}

.input-group .input-icon > .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 8px 2px 4px 20px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.modal .input-icon > i {
    z-index: 10055;
}

.has-success .input-icon > i {
    color: #36c6d3;
}

.has-warning .input-icon > i {
    color: #F1C40F;
}

.has-info .input-icon > i {
    color: #659be0;
}

.has-error .input-icon > i {
    color: #ed6b75;
}

.input-icon.right {
    left: auto;
    right: 0;
}

    .input-icon.right > .form-control {
        padding-right: 33px;
        padding-left: 12px;
    }

.input-group .input-icon.right > .form-control {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-icon.right > i {
    left: auto;
    right: 8px;
    float: right;
}

.input-icon.input-icon-lg > i {
    margin-top: 16px;
}

.input-icon.input-icon-sm > i {
    margin-top: 8px;
    font-size: 13px;
}





/* MENSAJERIA */


.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.bg-grey-steel {
    background: #e9edef !important;
}

.bg-green-jungle {
    background: #26C281 !important;
}

/***
Custom Bootstrap Badges
***/
.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    height: 18px;
    color: #fff;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

    .badge.badge-roundless {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .badge.badge-empty {
        display: inline-block;
        padding: 0;
        min-width: 8px;
        height: 8px;
        width: 8px;
    }

/***
Custom Bootstrap Badges
***/
.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    height: 18px;
    color: #fff;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

    .badge.badge-roundless {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .badge.badge-empty {
        display: inline-block;
        padding: 0;
        min-width: 8px;
        height: 8px;
        width: 8px;
    }

/* Badge variants */
.badge-default {
    background-color: #bac3d0;
    background-image: none;
}

.badge-primary {
    background-color: #337ab7;
    background-image: none;
}

.badge-info {
    background-color: #659be0;
    background-image: none;
}

.badge-success {
    background-color: #36c6d3;
    background-image: none;
}

.badge-danger {
    background-color: #ed6b75;
    background-image: none;
}

.badge-warning {
    background-color: #F1C40F;
    background-image: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.uppercase {
    text-transform: uppercase !important;
}

.bold {
    font-weight: 700 !important;
}

.kt-portlet.kt-portlet--border-left {
    border-left: 3px solid #bdbdbd;
}

.kt-portlet__head.kt-brand {
    background-color: #f2bf2e;
    color: white;
}

.kt-portlet__head.left-border {
    border-left: 5px solid #f2bf2e;
    /*border-image: -webkit-radial-gradient(#f2bf2e,transparent) 1 10;*/
}

.kt-portlet.box.kt-brand {
    border: 1px solid #f2bf2e;
    border-top: 0;
}

kt-portlet.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.sub-kt-portlet-title {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

.form-actions, .form .form-actions {
    padding-top: 20px;
    margin: 0;
    border-top: 1px solid #e7ecf1;
    *zoom: 1;
}

.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .note.note-info {
        background-color: #f5f8fd;
        border-color: #8bb4e7;
        color: #010407;
        border-left: 5px solid #8bb4e7;
    }

/***
Dropdown Menu
***/
/*rtl:ignore*/
.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.dropdown-menu {
    left: 0 /*rtl:auto*/;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    border: 1px solid #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-hoverable:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li.divider {
    background: #f1f3f6;
}

.dropdown-menu li.header {
    padding: 8px 14px 2px 14px;
}

.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

    .dropdown-menu > li > a > [class^="fa-"],
    .dropdown-menu > li > a > [class*=" fa-"] {
        color: #888;
    }

    .dropdown-menu > li > a > [class^="icon-"],
    .dropdown-menu > li > a > [class*=" icon-"] {
        color: #666;
    }

    .dropdown-menu > li > a > [class^="glyphicon-"],
    .dropdown-menu > li > a > [class*=" glyphicon-"] {
        color: #888;
    }

.dropdown-menu > li:hover > a, .dropdown-menu > li.active > a, .dropdown-menu > li.active:hover > a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

    .dropdown-menu.bottom-up:before, .dropdown-menu.bottom-up:after {
        display: none !important;
    }

.dropdown-menu > li:first-child:hover > a {
    border-radius: 4px 4px 0px 0px;
}

.dropdown-menu > li:last-child:hover > a {
    border-radius: 0px 0px 4px 4px;
}

.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.btn-group > .dropdown-menu {
    margin-top: 10px;
}

    .dropdown > .dropdown-menu:before,
    .dropdown-toggle > .dropdown-menu:before,
    .btn-group > .dropdown-menu:before {
        position: absolute;
        top: -8px;
        left: 9px;
        right: auto;
        display: inline-block !important;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e0e0e0;
        border-left: 8px solid transparent;
        content: '';
    }

    .dropdown > .dropdown-menu:after,
    .dropdown-toggle > .dropdown-menu:after,
    .btn-group > .dropdown-menu:after {
        position: absolute;
        top: -7px;
        left: 10px;
        right: auto;
        display: inline-block !important;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        content: '';
    }

    .dropdown > .dropdown-menu.pull-left:before,
    .dropdown-toggle > .dropdown-menu.pull-left:before,
    .btn-group > .dropdown-menu.pull-left:before {
        left: auto;
        right: 9px;
    }

    .dropdown > .dropdown-menu.pull-left:after,
    .dropdown-toggle > .dropdown-menu.pull-left:after,
    .btn-group > .dropdown-menu.pull-left:after {
        left: auto;
        right: 10px;
    }

    .dropdown > .dropdown-menu.pull-right:before,
    .dropdown-toggle > .dropdown-menu.pull-right:before,
    .btn-group > .dropdown-menu.pull-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown > .dropdown-menu.pull-right:after,
    .dropdown-toggle > .dropdown-menu.pull-right:after,
    .btn-group > .dropdown-menu.pull-right:after {
        left: auto;
        right: 10px;
    }

.dropdown.dropup > .dropdown-menu,
.dropdown-toggle.dropup > .dropdown-menu,
.btn-group.dropup > .dropdown-menu {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .dropdown.dropup > .dropdown-menu:after, .dropdown.dropup > .dropdown-menu:before,
    .dropdown-toggle.dropup > .dropdown-menu:after,
    .dropdown-toggle.dropup > .dropdown-menu:before,
    .btn-group.dropup > .dropdown-menu:after,
    .btn-group.dropup > .dropdown-menu:before {
        display: none !important;
    }

.dropdown-toggle:after {
    display: none;
}

/* Dropdown submenu support for Bootsrap 3 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu > a:after {
        position: absolute;
        display: inline-block;
        font-size: 14px;
        right: 7px;
        top: 7px;
        font-family: FontAwesome;
        height: auto;
        content: "\f105";
        font-weight: 300;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .nav.pull-right > li > .dropdown-menu:before,
    .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu:after,
    .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu .dropdown-menu,
    .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
    }

@media (max-width: 767px) {
    /* 767px */
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin-top: 0;
        background-color: #ffffff;
        border: 1px solid #efefef;
        box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 6px 0 6px 13px;
            color: #333;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:active {
                background-color: #eee;
            }
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

/* max-min width- height*/
.h-auto {
    height: auto !important
}

.w-auto {
    width: auto !important
}

.w-auto {
    width: auto !important
}

.h-auto {
    height: auto !important
}

.min-w-auto {
    min-width: auto !important
}

.min-h-auto {
    min-height: auto !important
}

.max-h-auto {
    max-height: auto !important
}

.max-w-auto {
    max-width: auto !important
}

.w-1px {
    width: 1px !important
}

.h-1px {
    height: 1px !important
}

.min-w-1px {
    min-width: 1px !important
}

.min-h-1px {
    min-height: 1px !important
}

.max-h-1px {
    max-height: 1px !important
}

.max-w-1px {
    max-width: 1px !important
}

.w-2px {
    width: 2px !important
}

.h-2px {
    height: 2px !important
}

.min-w-2px {
    min-width: 2px !important
}

.min-h-2px {
    min-height: 2px !important
}

.max-h-2px {
    max-height: 2px !important
}

.max-w-2px {
    max-width: 2px !important
}

.w-3px {
    width: 3px !important
}

.h-3px {
    height: 3px !important
}

.min-w-3px {
    min-width: 3px !important
}

.min-h-3px {
    min-height: 3px !important
}

.max-h-3px {
    max-height: 3px !important
}

.max-w-3px {
    max-width: 3px !important
}

.w-4px {
    width: 4px !important
}

.h-4px {
    height: 4px !important
}

.min-w-4px {
    min-width: 4px !important
}

.min-h-4px {
    min-height: 4px !important
}

.max-h-4px {
    max-height: 4px !important
}

.max-w-4px {
    max-width: 4px !important
}

.w-5px {
    width: 5px !important
}

.h-5px {
    height: 5px !important
}

.min-w-5px {
    min-width: 5px !important
}

.min-h-5px {
    min-height: 5px !important
}

.max-h-5px {
    max-height: 5px !important
}

.max-w-5px {
    max-width: 5px !important
}

.w-10px {
    width: 10px !important
}

.h-10px {
    height: 10px !important
}

.min-w-10px {
    min-width: 10px !important
}

.min-h-10px {
    min-height: 10px !important
}

.max-h-10px {
    max-height: 10px !important
}

.max-w-10px {
    max-width: 10px !important
}

.w-15px {
    width: 15px !important
}

.h-15px {
    height: 15px !important
}

.min-w-15px {
    min-width: 15px !important
}

.min-h-15px {
    min-height: 15px !important
}

.max-h-15px {
    max-height: 15px !important
}

.max-w-15px {
    max-width: 15px !important
}

.w-20px {
    width: 20px !important
}

.h-20px {
    height: 20px !important
}

.min-w-20px {
    min-width: 20px !important
}

.min-h-20px {
    min-height: 20px !important
}

.max-h-20px {
    max-height: 20px !important
}

.max-w-20px {
    max-width: 20px !important
}

.w-25px {
    width: 25px !important
}

.h-25px {
    height: 25px !important
}

.min-w-25px {
    min-width: 25px !important
}

.min-h-25px {
    min-height: 25px !important
}

.max-h-25px {
    max-height: 25px !important
}

.max-w-25px {
    max-width: 25px !important
}

.w-30px {
    width: 30px !important
}

.h-30px {
    height: 30px !important
}

.min-w-30px {
    min-width: 30px !important
}

.min-h-30px {
    min-height: 30px !important
}

.max-h-30px {
    max-height: 30px !important
}

.max-w-30px {
    max-width: 30px !important
}

.w-35px {
    width: 35px !important
}

.h-35px {
    height: 35px !important
}

.min-w-35px {
    min-width: 35px !important
}

.min-h-35px {
    min-height: 35px !important
}

.max-h-35px {
    max-height: 35px !important
}

.max-w-35px {
    max-width: 35px !important
}

.w-40px {
    width: 40px !important
}

.h-40px {
    height: 40px !important
}

.min-w-40px {
    min-width: 40px !important
}

.min-h-40px {
    min-height: 40px !important
}

.max-h-40px {
    max-height: 40px !important
}

.max-w-40px {
    max-width: 40px !important
}

.w-45px {
    width: 45px !important
}

.h-45px {
    height: 45px !important
}

.min-w-45px {
    min-width: 45px !important
}

.min-h-45px {
    min-height: 45px !important
}

.max-h-45px {
    max-height: 45px !important
}

.max-w-45px {
    max-width: 45px !important
}

.w-50px {
    width: 50px !important
}

.h-50px {
    height: 50px !important
}

.min-w-50px {
    min-width: 50px !important
}

.min-h-50px {
    min-height: 50px !important
}

.max-h-50px {
    max-height: 50px !important
}

.max-w-50px {
    max-width: 50px !important
}

.w-55px {
    width: 55px !important
}

.h-55px {
    height: 55px !important
}

.min-w-55px {
    min-width: 55px !important
}

.min-h-55px {
    min-height: 55px !important
}

.max-h-55px {
    max-height: 55px !important
}

.max-w-55px {
    max-width: 55px !important
}

.w-60px {
    width: 60px !important
}

.h-60px {
    height: 60px !important
}

.min-w-60px {
    min-width: 60px !important
}

.min-h-60px {
    min-height: 60px !important
}

.max-h-60px {
    max-height: 60px !important
}

.max-w-60px {
    max-width: 60px !important
}

.w-65px {
    width: 65px !important
}

.h-65px {
    height: 65px !important
}

.min-w-65px {
    min-width: 65px !important
}

.min-h-65px {
    min-height: 65px !important
}

.max-h-65px {
    max-height: 65px !important
}

.max-w-65px {
    max-width: 65px !important
}

.w-70px {
    width: 70px !important
}

.h-70px {
    height: 70px !important
}

.min-w-70px {
    min-width: 70px !important
}

.min-h-70px {
    min-height: 70px !important
}

.max-h-70px {
    max-height: 70px !important
}

.max-w-70px {
    max-width: 70px !important
}

.w-75px {
    width: 75px !important
}

.h-75px {
    height: 75px !important
}

.min-w-75px {
    min-width: 75px !important
}

.min-h-75px {
    min-height: 75px !important
}

.max-h-75px {
    max-height: 75px !important
}

.max-w-75px {
    max-width: 75px !important
}

.w-80px {
    width: 80px !important
}

.h-80px {
    height: 80px !important
}

.min-w-80px {
    min-width: 80px !important
}

.min-h-80px {
    min-height: 80px !important
}

.max-h-80px {
    max-height: 80px !important
}

.max-w-80px {
    max-width: 80px !important
}

.w-85px {
    width: 85px !important
}

.h-85px {
    height: 85px !important
}

.min-w-85px {
    min-width: 85px !important
}

.min-h-85px {
    min-height: 85px !important
}

.max-h-85px {
    max-height: 85px !important
}

.max-w-85px {
    max-width: 85px !important
}

.w-90px {
    width: 90px !important
}

.h-90px {
    height: 90px !important
}

.min-w-90px {
    min-width: 90px !important
}

.min-h-90px {
    min-height: 90px !important
}

.max-h-90px {
    max-height: 90px !important
}

.max-w-90px {
    max-width: 90px !important
}

.w-95px {
    width: 95px !important
}

.h-95px {
    height: 95px !important
}

.min-w-95px {
    min-width: 95px !important
}

.min-h-95px {
    min-height: 95px !important
}

.max-h-95px {
    max-height: 95px !important
}

.max-w-95px {
    max-width: 95px !important
}

.w-100px {
    width: 100px !important
}

.h-100px {
    height: 100px !important
}

.min-w-100px {
    min-width: 100px !important
}

.min-h-100px {
    min-height: 100px !important
}

.max-h-100px {
    max-height: 100px !important
}

.max-w-100px {
    max-width: 100px !important
}

.w-125px {
    width: 125px !important
}

.h-125px {
    height: 125px !important
}

.min-w-125px {
    min-width: 125px !important
}

.min-h-125px {
    min-height: 125px !important
}

.max-h-125px {
    max-height: 125px !important
}

.max-w-125px {
    max-width: 125px !important
}

.w-150px {
    width: 150px !important
}

.h-150px {
    height: 150px !important
}

.min-w-150px {
    min-width: 150px !important
}

.min-h-150px {
    min-height: 150px !important
}

.max-h-150px {
    max-height: 150px !important
}

.max-w-150px {
    max-width: 150px !important
}

.w-175px {
    width: 175px !important
}

.h-175px {
    height: 175px !important
}

.min-w-175px {
    min-width: 175px !important
}

.min-h-175px {
    min-height: 175px !important
}

.max-h-175px {
    max-height: 175px !important
}

.max-w-175px {
    max-width: 175px !important
}

.w-200px {
    width: 200px !important
}

.h-200px {
    height: 200px !important
}

.min-w-200px {
    min-width: 200px !important
}

.min-h-200px {
    min-height: 200px !important
}

.max-h-200px {
    max-height: 200px !important
}

.max-w-200px {
    max-width: 200px !important
}

.w-225px {
    width: 225px !important
}

.h-225px {
    height: 225px !important
}

.min-w-225px {
    min-width: 225px !important
}

.min-h-225px {
    min-height: 225px !important
}

.max-h-225px {
    max-height: 225px !important
}

.max-w-225px {
    max-width: 225px !important
}

.w-250px {
    width: 250px !important
}

.h-250px {
    height: 250px !important
}

.min-w-250px {
    min-width: 250px !important
}

.min-h-250px {
    min-height: 250px !important
}

.max-h-250px {
    max-height: 250px !important
}

.max-w-250px {
    max-width: 250px !important
}

.w-275px {
    width: 275px !important
}

.h-275px {
    height: 275px !important
}

.min-w-275px {
    min-width: 275px !important
}

.min-h-275px {
    min-height: 275px !important
}

.max-h-275px {
    max-height: 275px !important
}

.max-w-275px {
    max-width: 275px !important
}

.w-300px {
    width: 300px !important
}

.h-300px {
    height: 300px !important
}

.min-w-300px {
    min-width: 300px !important
}

.min-h-300px {
    min-height: 300px !important
}

.max-h-300px {
    max-height: 300px !important
}

.max-w-300px {
    max-width: 300px !important
}

.w-325px {
    width: 325px !important
}

.h-325px {
    height: 325px !important
}

.min-w-325px {
    min-width: 325px !important
}

.min-h-325px {
    min-height: 325px !important
}

.max-h-325px {
    max-height: 325px !important
}

.max-w-325px {
    max-width: 325px !important
}

.w-350px {
    width: 350px !important
}

.h-350px {
    height: 350px !important
}

.min-w-350px {
    min-width: 350px !important
}

.min-h-350px {
    min-height: 350px !important
}

.max-h-350px {
    max-height: 350px !important
}

.max-w-350px {
    max-width: 350px !important
}

.w-375px {
    width: 375px !important
}

.h-375px {
    height: 375px !important
}

.min-w-375px {
    min-width: 375px !important
}

.min-h-375px {
    min-height: 375px !important
}

.max-h-375px {
    max-height: 375px !important
}

.max-w-375px {
    max-width: 375px !important
}

.w-400px {
    width: 400px !important
}

.h-400px {
    height: 400px !important
}

.min-w-400px {
    min-width: 400px !important
}

.min-h-400px {
    min-height: 400px !important
}

.max-h-400px {
    max-height: 400px !important
}

.max-w-400px {
    max-width: 400px !important
}

.w-425px {
    width: 425px !important
}

.h-425px {
    height: 425px !important
}

.min-w-425px {
    min-width: 425px !important
}

.min-h-425px {
    min-height: 425px !important
}

.max-h-425px {
    max-height: 425px !important
}

.max-w-425px {
    max-width: 425px !important
}

.w-450px {
    width: 450px !important
}

.h-450px {
    height: 450px !important
}

.min-w-450px {
    min-width: 450px !important
}

.min-h-450px {
    min-height: 450px !important
}

.max-h-450px {
    max-height: 450px !important
}

.max-w-450px {
    max-width: 450px !important
}

.w-475px {
    width: 475px !important
}

.h-475px {
    height: 475px !important
}

.min-w-475px {
    min-width: 475px !important
}

.min-h-475px {
    min-height: 475px !important
}

.max-h-475px {
    max-height: 475px !important
}

.max-w-475px {
    max-width: 475px !important
}

.w-500px {
    width: 500px !important
}

.h-500px {
    height: 500px !important
}

.min-w-500px {
    min-width: 500px !important
}

.min-h-500px {
    min-height: 500px !important
}

.max-h-500px {
    max-height: 500px !important
}

.max-w-500px {
    max-width: 500px !important
}

.w-550px {
    width: 550px !important
}

.h-550px {
    height: 550px !important
}

.min-w-550px {
    min-width: 550px !important
}

.min-h-550px {
    min-height: 550px !important
}

.max-h-550px {
    max-height: 550px !important
}

.max-w-550px {
    max-width: 550px !important
}

.w-600px {
    width: 600px !important
}

.h-600px {
    height: 600px !important
}

.min-w-600px {
    min-width: 600px !important
}

.min-h-600px {
    min-height: 600px !important
}

.max-h-600px {
    max-height: 600px !important
}

.max-w-600px {
    max-width: 600px !important
}

.w-650px {
    width: 650px !important
}

.h-650px {
    height: 650px !important
}

.min-w-650px {
    min-width: 650px !important
}

.min-h-650px {
    min-height: 650px !important
}

.max-h-650px {
    max-height: 650px !important
}

.max-w-650px {
    max-width: 650px !important
}

.w-700px {
    width: 700px !important
}

.h-700px {
    height: 700px !important
}

.min-w-700px {
    min-width: 700px !important
}

.min-h-700px {
    min-height: 700px !important
}

.max-h-700px {
    max-height: 700px !important
}

.max-w-700px {
    max-width: 700px !important
}

.w-750px {
    width: 750px !important
}

.h-750px {
    height: 750px !important
}

.min-w-750px {
    min-width: 750px !important
}

.min-h-750px {
    min-height: 750px !important
}

.max-h-750px {
    max-height: 750px !important
}

.max-w-750px {
    max-width: 750px !important
}

.w-800px {
    width: 800px !important
}

.h-800px {
    height: 800px !important
}

.min-w-800px {
    min-width: 800px !important
}

.min-h-800px {
    min-height: 800px !important
}

.max-h-800px {
    max-height: 800px !important
}

.max-w-800px {
    max-width: 800px !important
}

.w-850px {
    width: 850px !important
}

.h-850px {
    height: 850px !important
}

.min-w-850px {
    min-width: 850px !important
}

.min-h-850px {
    min-height: 850px !important
}

.max-h-850px {
    max-height: 850px !important
}

.max-w-850px {
    max-width: 850px !important
}

.w-900px {
    width: 900px !important
}

.h-900px {
    height: 900px !important
}

.min-w-900px {
    min-width: 900px !important
}

.min-h-900px {
    min-height: 900px !important
}

.max-h-900px {
    max-height: 900px !important
}

.max-w-900px {
    max-width: 900px !important
}

.w-950px {
    width: 950px !important
}

.h-950px {
    height: 950px !important
}

.min-w-950px {
    min-width: 950px !important
}

.min-h-950px {
    min-height: 950px !important
}

.max-h-950px {
    max-height: 950px !important
}

.max-w-950px {
    max-width: 950px !important
}

.w-1000px {
    width: 1000px !important
}

.h-1000px {
    height: 1000px !important
}

.min-w-1000px {
    min-width: 1000px !important
}

.min-h-1000px {
    min-height: 1000px !important
}

.max-h-1000px {
    max-height: 1000px !important
}

.max-w-1000px {
    max-width: 1000px !important
}

.h-100 {
    height: 100% !important
}

.w-100 {
    height: 100% !important
}

.fontRed {
    color: red;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    /*background-color: #f2bf2e !important;
    color: #ffffff !important;*/
    background-color: #fff !important;
    /*color: #f2bf2e !important;*/
    border-top: 1px solid #5b6770;
    border-left: 5px solid #f2bf2e;
    border-right: 1px solid #5b6770;
    border-bottom: 0px !important;
    font-weight: 600 !important;
    font-size: larger !important;
}
/*.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
    background-color: #f2bf2e !important;
    color: #ffffff !important;
}*/

.nav-tabs .nav-item .nav-link {
    color: #5b6770;
}

.table-font-xs {
    font-size: 10px;
}

.caption {
    padding: 3px 0 !important;
    color: #666;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
    border-bottom: 1px solid lightgray;
}

.sv_image {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: grey;
    border-image: initial;
}

.checked {
    background-color: rgb(24, 166, 137);
}

.sv_image_fieldset{
    display:block;
}

.sv_image_inline_block {
    display: inline-block;
}

.inline-block{
    display: inline-block !important
}

.dia_modalidad {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: grey;
    border-image: initial;
    display: inline-block !important;
    max-height: 20px;
    width: 20px;
    font-size: 10px;
}

.dia_checked {
    background-color: #f2bf2e;
    color: #000;
}

.gr-align-center {
    text-align: center;
}

.gr-align-right {
    text-align: right;
}
/* DATEPICKER MULTISELECT */
.uib-day .btn.btn-info {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}

.uib-day.selected .btn {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.uib-day.asistPrevista {
    color: #fff !important;
    background-color: #7bccba !important;
    border-color: #46b8da !important;
}

.uib-day.asistNoPrevista {
    color: #fff !important;
    background-color: #c9e683 !important;
    border-color: #46b8da !important;
}

.uib-day.asistEsporadica {
    color: #fff !important;
    background-color: #547EA6 !important;
    border-color: #46b8da !important;
}

.uib-day.ausenciaNoJust {
    color: #fff !important;
    background-color: #EBC5DA !important;
    border-color: #46b8da !important;
}

.uib-day.ausenciaJust {
    color: #fff !important;
    background-color: #E8940D !important;
    border-color: #46b8da !important;
}

.uib-day.huelga {
    color: #fff !important;
    background-color: #ECECEC !important;
    border-color: #46b8da !important;
}

.uib-day.salida {
    color: #fff !important;
    background-color: #CCCCCC !important;
    border-color: #46b8da !important;
}

.uib-day.ausenciaCovid {
    color: #fff !important;
    background-color: #bf72c4 !important;
    border-color: #46b8da !important;
}

.uib-day.festivo {
    color: #fff !important;
    background-color: #de7978 !important;
    border-color: #46b8da !important;
}

.uib-daypicker table thead {
    border: 1px solid lightgray;
}

.uib-daypicker table tbody {
    border: 1px solid lightgray;
}


.uib-daypicker .show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
    color: inherit;
    background: inherit;
    border-color: inherit;
}



/* DATEPICKER MULTISELECT */

.nk-table-fix-head-sm {
    overflow-y: auto;
    overflow-x:hidden;
    height: 410px;
}

    .nk-table-fix-head-sm thead th {
        position: sticky;
        top: 0;
        background: #fff;
    }

    .nk-table-fix-head-sm tfoot td {
        position: sticky;
        bottom: 0;
        background: #fff;
    }

.div-select-cabecera-tab-familias {
    margin-top: 10px;
    border: solid 2px #f2bf2e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f2bf2e !important
}
.select-cabecera-tab-familias {
    display: block;
    width: 100%;
    height: 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    background-color: transparent;
    background-clip: padding-box;
    color: #000;
    border: none;
    text-overflow: ellipsis
}

    .select-cabecera-tab-familias option {
        background: #f2bf2e;
        color: #000
    }

.jstree-blue-folder {
    color: #5394e2;
}

.nk-help {
    padding: 5px;
    background-color: #f9f9f9;
    border-bottom: 0.5px solid #d0d0d0;
    border-color: #eff1f5;
}

    .nk-help > p {
        margin: 0px;
        color: #4f4f4f;
        font-size: small;
    }


    /*UI-GRID*/
.ui-grid {
    border: 0; /*1px solid #d4d4d4;*/
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.ui-grid-cell {
    overflow: hidden;
    float: left;
    border-right:0;
    border-bottom: 0;
    border-color: #d4d4d4;
    box-sizing: border-box;
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 0;
    border-color: #d4d4d4;
    display: table-cell;
    user-select: none;
    width: 0;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #f9f9f9;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fff
}