/*GENERAL*/
html, body { -webkit-font-smoothing: antialiased; font-family: "Open Sans", sans-serif; font-size: 14px; }

/*Para que los botones blocked no rompan el grid*/
.k-button-md.k-icon-button .k-button-icon { min-width: auto !important; min-height: auto !important; }
.k-grid-content-locked{ height : 98.4% !important;}
.k-grid-content{height : 100% !important;}

@media (max-width: 419px) {    
    html, body { font-size: 12px; }
}

body { background: url("/img/whitey.jpg") repeat scroll 0 0 #fff; background-size: 220px 220px; color: #212121; }
.container { padding-left: 8px; padding-right: 8px; }

@media (max-width: 767px) {    
    .container { padding-left: 5px; padding-right: 5px; }
}

.row { margin-left: -8px; margin-right: -8px; }

@media (max-width: 767px) {    
    .row { margin-left: -5px; margin-right: -5px; }
}

a { color: #03a9f4; outline: none !important; }
a:hover, a:focus { color: #03a9f4; }
.btn .label { position: relative; top: -1px; }

label { font-size: 0.875em; font-weight: 400; }

a:hover, a:focus { color: #03a9f4; }

.container { padding-left: 8px; padding-right: 8px; }

@media (max-width: 767px) {    
    .container { padding-left: 5px; padding-right: 5px; }
}

.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 8px; padding-right: 8px; }

@media (max-width: 767px) {    
    .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 5px; padding-right: 5px; }
}

@media (max-width: 419px) {    
    h1 { font-size: 1.8em; padding-left: 5px; }

    h2 { font-size: 1.5em; }

    .hidden-xxs { display: none !important; }

    tr.hidden-xxs { display: table-row !important; }

    th.hidden-xxs, td.hidden-xxs { display: table-cell !important; }

    .visible-xxs { display: block !important; }

    tr.visible-xxs { display: none !important; }

    th.visible-xxs, td.visible-xxs { display: none !important; }

    .breadcrumb { padding-left: 6px; }
}

#theme-wrapper { box-shadow: 0 0 53px 0 rgba(0, 0, 0, 0.55); max-width: 1920px; }

#page-wrapper { background-color: #2c3e50; }

.container { margin: 0; max-width: 1920px; width: 100%; }

#content-wrapper { background: #e7ebee; height: 100%; margin-bottom: 0; margin-left: 220px; margin-top: 0; min-height: 1200px; padding: 15px 15px 35px 15px; position: relative; width: 100%; }

@media (max-width: 991px) {    
    #content-wrapper { border-left: 0 !important; border-right: 0 !important; margin-left: 0; }
}

@media (max-width: 767px) {    
    #content-wrapper { padding: 10px 8px 0 8px; }
}

@media (max-width: 419px) {    
    #content-wrapper { padding: 5px 5px 0 5px; }
}

#content-wrapper > .row { opacity: 1; }

#content-header { background: #f3f5f6; border-bottom: 1px solid #dee4e8; margin: -15px -15px 20px -15px; padding: 15px; }

@media (max-width: 767px) {    
    #content-header { margin: -15px -5px 20px -5px; }
}

#content-header h1 { font-size: 1.8em; margin-bottom: 0; }

.main-box { background: #FFFFFF; border-radius: 3px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); margin-bottom: 16px; }

@media (max-width: 767px) {    
    .main-box { margin-bottom: 10px; }
}

.main-box h2 { font-size: 1.3em; line-height: 29px; margin: 0; padding: 0; }

@media (max-width: 419px) {    
    .main-box h2 { margin-bottom: 5px; }
}

.main-box.no-header { padding-top: 20px; }

.main-box .main-box-header { min-height: 50px; padding: 10px 20px; }

.main-box .main-box-header.with-border { border-bottom: 1px solid #ecf0f1; }

/*.main-box .main-box-body { padding: 0 20px 20px 20px; }*/

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small { color: #777; font-size: 65%; font-weight: 400; line-height: 1; padding-left: 8px; }


/*ENLACES (OVERRIDE Kendo)*/
a.k-state-active { background-color: #03a9f4; }

a.k-state-active:hover { background-color: #03a9f4; }

ENLACES (OVERRIDE bootstrap)

a.label:hover, a.label:focus { color: #fff; cursor: pointer; text-decoration: none !important; }

/*BOOTSTRAP CALLOUT*/

.bs-callout { background-color: #eeeeee; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 20px 0 0 15px; padding: 20px; }

.bs-callout h4 { margin-bottom: 5px; margin-top: 0; }

.bs-callout p { margin-bottom: 15px; margin-left: 15px; margin-top: 15px; }

.bs-callout-info { border-left-color: #1b809e; }

.bs-callout-info h4 { color: #1b809e; }

/* BOTONES (OVERRIDE bootstrap)*/

.btn-outline-secondary { border-color: #c8cfd5;}


/*CHECKBOX */

.checkbox-nice.checkbox-inline > label { margin-left: 16px; }

.checkbox-nice { padding-left: 15px; position: relative; }

.checkbox-nice input[type=checkbox] { visibility: hidden; }

    .checkbox-nice label {
        padding-top: 3px;
        margin-left: -4px;
        margin-right: 5px;
    }

.checkbox-nice.checkbox-inline > label { margin-left: 16px; }

.checkbox-nice label:before { background: #ffffff; border: 2px solid #e7ebee; border-radius: 3px; content: ""; cursor: pointer; height: 22px; left: 1px; position: absolute; top: 1px; width: 22px; }

.checkbox-nice label:after { background: transparent; border: 3px solid #03a9f4; border-right: none; border-top: none; content: ''; height: 7px; left: 6px; opacity: 0; position: absolute; top: 7px; transform: rotate(-45deg); width: 12px; }

.checkbox-nice label:hover::after { opacity: 0.3; }

.checkbox-nice input[type=checkbox]:checked + label:after { opacity: 1; }



.onoffswitch { box-sizing: content-box; margin-right: 20px; position: relative; width: 90px; }

.onoffswitch-checkbox { display: none; }
/*DATATABLE (OVERRIDE cube)*/

.dataTable .sorting:after, .dataTable .sorting_asc:after, .dataTable .sorting_desc:after { content: none; }

/*KENDO PICKER (OVERRIDE Kendo)*/

.dpAll .k-picker-wrap { border-radius: 0; }

.dpLeft .k-picker-wrap { border-bottom-left-radius: 0; border-top-left-radius: 0; }

/*DROPDOWN (OVERRIDE bootstrap)*/

.dropdown-item.disabled, .dropdown-item:disabled { background-color: transparent; color: #dee2e6; cursor: not-allowed; }
.drowdown-search { background: #FFFFFF; display: block; left: 168px; overflow: hidden; padding: 4px 0; position: absolute; top: 0; transition: left 0.25s ease-out 0s, right 0.25s ease-out 0s; width: 0; z-index: 1; }

@media (max-width: 991px) {    
    .drowdown-search { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); display: block; display: none; left: 0; padding: 10px 0; top: 50px; transition: none; width: 100%; }
}

.drowdown-search form .form-group { margin: 0 15px; position: relative; }

.drowdown-search form .form-control { background: none repeat scroll 0 0 #FFFFFF; box-shadow: none !important; color: #212121; font-size: 1em; font-weight: 400; height: 42px; line-height: 42px; padding-left: 5px; padding-right: 26px; }

@media (max-width: 991px) {    
    .drowdown-search form .form-control { font-size: 1.6em; font-weight: 600; }
}

.drowdown-search form .nav-search-icon { color: #212121; cursor: pointer; font-size: 1.2em; position: absolute; right: 5px; top: 13px; }

@media (max-width: 991px) {    
    .drowdown-search form .nav-search-icon { font-size: 1.8em; right: 15px; top: 8px; }
}
.drowdown-search form .form-control::-webkit-input-placeholder { color: #212121; }

.drowdown-search form .form-control:-moz-placeholder { color: #212121; }

.drowdown-search form .form-control::-moz-placeholder { color: #212121; }

.drowdown-search form .form-control:-ms-input-placeholder { color: #212121; }
/*DROPDOWN (OVERRIDE 'dropdowns.css')*/

.dropdown-menu > li > a { font-size: 1em !important; padding-left: 25px !important; }

.dropdown-submenu { position: relative; }

.dropdown-submenu a::after { position: absolute; right: 6px; top: .8em; transform: rotate(-90deg); }

.dropdown-submenu .dropdown-menu { left: 100%; margin-left: .1rem; margin-right: .1rem; top: 0; }

/*BOTONES INPUT RADIO PERSONALIZADOS*/

.form-check-input[type=radio]:checked + label, .form-check-input[type=radio]:not(:checked) + label, label.btn input[type=radio]:checked + label, label.btn input[type=radio]:not(:checked) + label { -moz-user-select: none; -ms-user-select: none; -o-transition: .28s ease; -webkit-transition: .28s ease; -webkit-user-select: none; cursor: pointer; display: inline-block; height: 1.5625rem; line-height: 1.5625rem; padding-left: 27px; position: relative; transition: .28s ease; user-select: none; }

.form-check-input[type=radio] + label:after, .form-check-input[type=radio] + label:before, label.btn input[type=radio] + label:after, label.btn input[type=radio] + label:before { -o-transition: .28s ease; -webkit-transition: .28s ease; content: ''; height: 16px; left: 0; margin: 4px; position: absolute; top: 0; transition: .28s ease; width: 16px; z-index: 0; }

.form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, .form-check-input[type=radio]:checked + label:before, .form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after, label.btn input[type=radio]:checked + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before { -webkit-border-radius: 50%; border-radius: 50%; margin-top: -1px; }

.form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before { border: 2px solid #5a5a5a; margin-top: -1px; }

.form-check-input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:after { -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }

.form-check-input[type=radio]:checked + label:before, label.btn input[type=radio]:checked + label:before { border: 2px solid transparent; }

.form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after { border: 2px solid #4285f4; }

.form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio]:checked + label:after { background-color: #4285f4; }

.form-check-input[type=radio]:checked + label:after, label.btn input[type=radio]:checked + label:after { -ms-transform: scale(1.02); -webkit-transform: scale(1.02); transform: scale(1.02); }

.form-check-input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after { -ms-transform: scale(.5); -webkit-transform: scale(.5); transform: scale(.5); }

.form-check-input[type=radio].with-gap:disabled:checked + label:before, label.btn input[type=radio].with-gap:disabled:checked + label:before { border: 2px solid #000000; border: 2px solid rgba(0, 0, 0, .46); }

.form-check-input[type=radio].with-gap:disabled:checked + label:after, label.btn input[type=radio].with-gap:disabled:checked + label:after { background-color: #000000; background-color: rgba(0, 0, 0, .46); border: none; }

.form-check-input[type=radio]:disabled:checked + label:before, .form-check-input[type=radio]:disabled:not(:checked) + label:before, label.btn input[type=radio]:disabled:checked + label:before, label.btn input[type=radio]:disabled:not(:checked) + label:before { background-color: transparent; border-color: #000000; border-color: rgba(0, 0, 0, .46); }

.form-check-input[type=radio]:disabled + span, label.btn input[type=radio]:disabled + span { color: #000000; color: rgba(0, 0, 0, .46); }

.form-check-input[type=radio]:disabled:not(:checked) + span:before, label.btn input[type=radio]:disabled:not(:checked) + span:before { border-color: #000000; border-color: rgba(0, 0, 0, .46); }

.form-check-input[type=radio]:disabled:checked + span:after, label.btn input[type=radio]:disabled:checked + span:after { background-color: #000000; background-color: rgba(0, 0, 0, .46); border-color: #bdbdbd; }

/*GRID ICONS (OVERRIDE Kendo)*/

.gridTelerikIcon { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 14px/1 FontAwesome; font-size: inherit; font-size: 1.33333333em; line-height: 0.75em; padding-bottom: 4px; padding-top: 4px; text-rendering: auto; vertical-align: -15%; }

.gridTelerikEdit:before { content: "\f040"; }

.gridTelerikInfo:before { content: "\f05A"; }

.gridTelerikDelete:before { content: "\f1f8"; }

.gridTelerikVisualize:before { content: "\f06e"; }

.gridTelerikDowload:before { content: "\f019"; }

.gridTelerikSearch:before { content: "\f002"; }

.gridTelerikTrash:before { content: "\f1f8"; padding-left: 2px; padding-right: 2px; }

.gridTelerikUser:before { content: "\f007"; padding-left: 2px; padding-right: 2px; }

.gridTelerikCheck:before { content: "\f00c"; }

.gridTelerikComent:before { content: "\f27a"; }

.gridTelerikTasks:before { content: "\f0ae"; }

.gridTelerikMail:before { content: "\f003"; }

.gridTelerikCar:before { content: "\f1b9"; }

.gridTelerikLogIn:before { content: "\f090"; }

.gridTelerikLink:before { content: "\f0c1"; }

.gridTelerikUserPlus:before { content: "\f234"; }

.gridTelerikBrigada:before { content: "\f0AD"; }

.gridTelerikPaperclip:before { content: "\f0c6"; }

.gridTelerikStop:before { color: red; content: "\f017"; }

.gridTelerikSignature:before { content: "\f040"; }

.gridTelerikEnvelope:before { content: "\f003"; }

.gridTelerikSend:before { content: "\f1d8"; }

.gridTelerikLocation:before { content: "\f041"; }

.gridTelerikPlay:before { content: "\f04b"; }

.gridTelerikPause:before { content: "\f04c"; }

.gridTelerikRedo:before { content: "\f01e"; }

.gridTelerikGears:before { content: "\e13b"; }

.gridTelerikClose:before { content: "\f00d"; }

.gridTelerikDocs:before { content: "\f15b"; }

.gridTelerikStar:before { content: "\f005"; }

.gridTelerikStar-o:before { content: "\f006"; }

.gridTelerikPicture-o:before { content: "\f03e"; }

.gridTelerikPlus:before { content: "\f067"; }

.gridTelerikRetweet:before { content: "\f079"; }

.gridTelerikCheckSquare:before { content: "\f046"; }

.gridTelerikListAlt:before { content: "\f022"; }

.gridTelerikStopAlt:before { content: "\f04d"; }

.gridTelerikUploadFile:before { content: "\f093"; }

.gridTelerikMap:before { content: "\f279"; }

.gridTelerikCopy:before { content: "\f0c5"; }

.gridTelerikMoney:before { content: "\f153"; padding-left: 2px; padding-right: 2px; }

.gridTelerikFolder:before { content: "\f07b"; }

/*ENCABEZADOS*/

h1, h2, h3, h4, h5, h6 { border: 0; }

/*ICONOS (OVERRIDE 'bootstrap.icons.css')*/

.icon-accept { background-image: url(/resource/images/accept.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 16px; line-height: 16px; vertical-align: text-bottom; width: 16px; }

.icon-arrancar { background-image: url(/resource/images/arrancarColor.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-asignar { background-image: url(/resource/images/asignar.gif); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-asignarOd { background-image: url(/resource/images/asignarOd.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-bade { background-image: url(/resource/images/bade.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-bell-add { background-image: url(/images/icons/bell_add.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-bell-delete { background-image: url(/images/icons/bell_delete.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-boletin { background-image: url(/resource/images/boletin.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-boletinOd { background-image: url(/resource/images/boletinOd.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 15px; vertical-align: text-bottom; width: 15px; }

.icon-calendar { background-image: url(/images/icons/calendar.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-delete { background-image: url(/resource/images/delete.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 16px; line-height: 16px; vertical-align: text-bottom; width: 16px; }

.icon-desasignar { background-image: url(/resource/images/desasignar.gif); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-desfranquear { background-image: url(/resource/images/desfranquear.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-disk { background-image: url(/images/icons/disk.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-encuesta { background-image: url(/resource/images/encuesta.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 15px; vertical-align: text-bottom; width: 17px; }

.icon-franquear { background-image: url(/resource/images/franquear.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 15px; vertical-align: text-bottom; width: 17px; }

.icon-lock { background-image: url(/images/icons/lock.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-lock-open { background-image: url(/images/icons/lock_open.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-notasOd { background-image: url(/resource/images/notasOd.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-note { background-image: url(/resource/images/note.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-parar { background-image: url(/resource/images/pararColor.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-pf { background-image: url(/resource/images/pf.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-prefranquear { background-image: url(/resource/images/prefranquear.png); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-verActuacion { background-image: url(/resource/images/verActuacion.gif); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

.icon-verActuaciones { background-image: url(/resource/images/verActuaciones.gif); background-position: inherit; background-repeat: no-repeat; display: inline-block; height: 17px; line-height: 17px; vertical-align: text-bottom; width: 17px; }

/*K-GRID (KENDO OVERRIDE)*/

.k-grid tr { /*padding: 0.1em 0.1em;*/ white-space: nowrap; }

.k-grid .k-button { margin-bottom: -3px; margin-left: -4px; margin-top: -2px; }

.k-grid .k-grid-excel { margin-bottom: 5px; margin-left: 5px; margin-top: 5px; }

.k-grid .k-grid-header .k-header { text-align: center; white-space: normal; }

.k-grid .k-grid-content-locked, .k-grid .k-grid-content-locked td, .k-grid .k-grid-content-locked .k-table-td, .k-grid .k-grid-header-locked, .k-grid .k-grid-header-locked .k-header { border-color: #dee2e6 !important; }

.k-grid-md .k-grid-header .k-grid-header-menu { color: inherit; float: right; margin: -0.1em -1.3em -.4em 0; padding: .5em .2em .4em; position: relative; }

.k-grid .k-grid-md .k-grid-header .k-table-th > .k-link, .k-grid-md .k-grid-header .k-table-th > .k-link { margin-right: 18px !important; }

/*KENDOSELECT NO RADIUS (OVERRIDE Kendo)*/

.kendoSelectNoRadius, .kendoSelectNoRadius .k-dropdown-wrap { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.kendoSelectNoRadiusRight .k-dropdown-wrap { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.kendoSelectNoRadiusTopRight .k-dropdown-wrap { border-top-right-radius: 0; }

.kendoSelectNoRadiusLeft .k-dropdown-wrap { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.kendoSelectNoRadiusTop .k-dropdown-wrap { border-top-left-radius: 0; border-top-right-radius: 0; }

.kendoSelectNoRadiusBottom .k-dropdown-wrap { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.kendoDatepickerNoRadiusLeft .k-picker-wrap { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.kendoDatepickerNoRadiusRight .k-picker-wrap { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.kendoNumericNoRadiusRight .k-numeric-wrap { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.kendoNumericNoRadiusLeft .k-numeric-wrap { border-bottom-left-radius: 0; border-top-left-radius: 0; }

/*LABEL (OVERRIDE bootstrap)*/

.label { border-radius: .25em; color: #fff; display: inline; font-size: 75%; font-weight: bold; line-height: 1; padding: .2em .6em .3em; text-align: center; vertical-align: baseline; white-space: nowrap; }

.label:empty { display: none; }

.label-default { background-color: #777777; }

.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; }

.label-success { background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; }

.label-info { background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }

.label-black { background-color: #000000; }

.label-black[href]:hover, .label-black[href]:focus { background-color: #333333; }

.label-warning { background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }

.label-danger { background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }

.label-yellow { background-color: #eeee00; }

.label-yellow[href]:hover, .label-yellow[href]:focus { background-color: #eeee00; }

.label-orange { background-color: #ff9900; }

.label-orange[href]:hover, .label-orange[href]:focus { background-color: #ff9900; }

/*MAIN-BOX (CUBE OVERRIDE)*/

.main-box { margin-bottom: 0; }

.main-box .main-box-body { padding: 10px 10px 10px 10px; }

/*MARGINS NEGATIVOS*/

.ms--1 { margin-left: -1px; }

.ms--2 { margin-left: -2px; }

/*MODAL (BOOTSTRAP OVERRIDE)*/

.modal { padding: 0 !important; text-align: center; }

.modal:before { content: ''; display: inline-block; height: 100%; margin-right: -4px; vertical-align: middle; }

.modal-content { height: 100%; }

.modal-dialog { display: inline-block; max-width: inherit; text-align: left; vertical-align: middle; }

.modal-header.bootstrap-dialog-draggable { cursor: pointer; }

/*ONOFFSWITCH (CUBE OVERRIDE)*/

.onoffswitch { box-sizing: content-box; margin-right: 20px; position: relative; width: 90px; }

.onoffswitch-checkbox { display: none; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0; }

.onoffswitch-inner { margin-left: -100%; width: 200%; }

.onoffswitch-inner:before, .onoffswitch-inner:after { color: white; float: left; font-family: Trebuchet, Arial, sans-serif; font-size: 14px; font-weight: bold; height: 30px; line-height: 30px; padding: 0; width: 50%; }

.onoffswitch-inner:after { background-color: #EEEEEE; color: #999999; content: "OFF"; padding-right: 10px; text-align: right; }

.onoffswitch-inner:before { background-color: #03a9f4; color: #FFFFFF; content: "ON"; padding-left: 10px; }

.onoffswitch-label { background-clip: padding-box; border: 1px solid #999999; border-radius: 20px; cursor: pointer; display: block !important; overflow: hidden; }

.onoffswitch-switch { background: #FFFFFF; background-clip: padding-box; border: 1px solid #999999; border-radius: 20px; bottom: 0; box-sizing: content-box; margin: 6px; position: absolute; right: 56px; top: 0; width: 18px; }

.onoffswitch.onoffswitch-danger .onoffswitch-inner:before { background-color: #e84e40; }

.onoffswitch.onoffswitch-success .onoffswitch-inner:before { background-color: #8bc34a; }

.onoffswitch.onoffswitch-warning .onoffswitch-inner:before { background-color: #ffc107; }

/*ONOFFSWITCHLOCK (CUBE OVERRIDE)*/

.onoffswitchLock { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; position: relative; width: 142px; }

.onoffswitchLock-checkbox { display: none; }

.onoffswitchLock-checkbox:checked + .onoffswitchLock-label .onoffswitchLock-inner { margin-left: 0; }

.onoffswitchLock-checkbox:checked + .onoffswitchLock-label .onoffswitchLock-switch { right: 0; }

.onoffswitchLock-label { border: 2px solid #999999; border-radius: 20px; cursor: pointer; display: block; overflow: hidden; }

.onoffswitchLock-inner { display: block; margin-left: -100%; transition: margin 0.3s ease-in 0; width: 200%; }

.onoffswitchLock-inner:before, .onoffswitchLock-inner:after { box-sizing: border-box; color: white; display: block; float: left; font-family: Trebuchet, Arial, sans-serif; font-size: 14px; font-weight: bold; height: 30px; line-height: 30px; padding: 0; width: 50%; }

.onoffswitchLock-inner:before { background-color: #F0162F; color: #FFFFFF; content: "Bloqueado"; padding-left: 10px; }

.onoffswitchLock-inner:after { background-color: #EEEEEE; color: #999999; content: "Desbloqueado"; padding-right: 10px; text-align: right; }

.onoffswitchLock-switch { background: #FFFFFF; border: 2px solid #999999; border-radius: 20px; bottom: 0; display: block; margin: 6px; position: absolute; right: 108px; top: 0; transition: all 0.3s ease-in 0; width: 18px; }

/*ONOFFSWITCHREV (CUBE OVERRIDE)*/

.onoffswitchRev { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; position: relative; width: 142px; }

.onoffswitchRev-checkbox { display: none; }

.onoffswitchRev-checkbox:checked + .onoffswitchRev-label .onoffswitchRev-inner { margin-left: 0; }

.onoffswitchRev-checkbox:checked + .onoffswitchRev-label .onoffswitchRev-switch { right: 0; }

.onoffswitchRev-inner { display: block; margin-left: -100%; transition: margin 0.3s ease-in 0; width: 200%; }

.onoffswitchRev-inner:after { background-color: #EEEEEE; color: #999999; content: "No Revisado"; padding-right: 10px; text-align: right; }

.onoffswitchRev-inner:before { background-color: #F0162F; color: #FFFFFF; content: "Revisado"; padding-left: 10px; }

.onoffswitchRev-inner:after, .onoffswitchRev-inner:before { box-sizing: border-box; color: white; display: block; float: left; font-family: Trebuchet, Arial, sans-serif; font-size: 14px; font-weight: bold; height: 30px; line-height: 30px; padding: 0; width: 50%; }

.onoffswitchRev-label { border: 2px solid #999999; border-radius: 20px; cursor: pointer; display: block; overflow: hidden; }

.onoffswitchRev-switch { background: #FFFFFF; border: 2px solid #999999; border-radius: 20px; bottom: 0; display: block; margin: 6px; position: absolute; right: 108px; top: 0; transition: all 0.3s ease-in 0; width: 18px; }

/*SCROLLS*/
html, html * {
    scrollbar-width: thin !important;
}

.scrollable-menu { height: auto; max-height: 600px; overflow-x: hidden; }

/*SELECT SIN FLECHA*/

.select-no-arrow { -moz-appearance: none; -webkit-appearance: none; text-indent: 1px; text-overflow: ''; }

/*TABLE OVERRIDES*/

/*table .header-fixed { -moz-border-radius: 0; -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px #000000; -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1); -webkit-border-radius: 0; -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px #000000; -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1); border-bottom: 1px solid #d5d5d5; border-radius: 0; box-shadow: inset 0 1px 0 #fff, 0 1px 5px #000000; box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); IE6-9Tabla con cabecera fija cuando se hace scroll fuera de la ventanaposition: fixed; top: 40px; z-index: 1020; 10 less than .navbar-fixed to prevent any overlap }*/

/*.table tbody > tr > td:first-child { font-size: 0.875em; font-weight: normal; }*/

/* Se usa en _GridViewProjectProjectsPartial (contexo => @mfernandez) (Mover a archivo?)*/

.incidents-unfinished { background-color: bisque; color: red; font-weight: bold; }

/*Evita que los botones multiselección se amplíen*/

.btn-outline-secondary { white-space: nowrap; }

/* Configura los container de los mapas para evitar overlap, entre otras cosas */

.container-map { box-sizing: initial; }


@keyframes change-color-red-red {
    from {
        background: red;
    }

    to {
        background: #fcb6b6;
    }
}

@keyframes change-color-red-yellow {
    from {
        background: #fcb6b6;
    }

    to {
        background: #FFFF8F;
    }
}

/*@ccastro: Ajuste en 'Columnas' indicando un máximo de altura junto con un overflow 'auto' ...*/
.k-item.k-menu-item.k-columns-item div[role="region"] .k-menu-popup.k-popup {
    max-height: 400px !important;
    overflow-y: auto !important;
}

/* @ccastro: 
   - Ajuste en 'Filtros'. Se añade overflow 'initial' para que el navegador restablezca dicho comportamiento...  
   - Es necesario que el conteido se desborde visiblemente fuera del popup...
   - Se usa :has() para aplicar estilos solo cuando el popup contiene un formulario de filtros.
   - ⚠️ Este selector requiere soporte CSS4 (:has), disponible en:
         - Chrome 105+, Edge 105+, Safari 15.4+, Firefox 121+
   - 🚫 No funciona en navegadores antiguos como IE o versiones previas de Firefox 121.
   - Verificar compatibilidad si se observan problemas de estilos en entornos legacy.
*/
.k-menu-popup.k-popup:has(form.k-filter-menu) {
    overflow: initial !important;
}

/* Theme_styles necesarios*/
@font-face { font-family: "Glyphicons Halflings"; src: url("/fonts/glyphicons-halflings-regular.eot?") format("eot"), url("/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#Glyphicons_Halflings") format("svg"); }

.glyphicon { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; position: relative; top: 1px; }

.glyphicon-asterisk:before { content: "\002a"; }

.glyphicon-plus:before { content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; }

.glyphicon-minus:before { content: "\2212"; }

.glyphicon-cloud:before { content: "\2601"; }

.glyphicon-envelope:before { content: "\2709"; }

.glyphicon-pencil:before { content: "\270f"; }

.glyphicon-glass:before { content: "\e001"; }

.glyphicon-music:before { content: "\e002"; }

.glyphicon-search:before { content: "\e003"; }

.glyphicon-heart:before { content: "\e005"; }

.glyphicon-star:before { content: "\e006"; }

.glyphicon-star-empty:before { content: "\e007"; }

.glyphicon-user:before { content: "\e008"; }

.glyphicon-film:before { content: "\e009"; }

.glyphicon-th-large:before { content: "\e010"; }

.glyphicon-th:before { content: "\e011"; }

.glyphicon-th-list:before { content: "\e012"; }

.glyphicon-ok:before { content: "\e013"; }

.glyphicon-remove:before { content: "\e014"; }

.glyphicon-zoom-in:before { content: "\e015"; }

.glyphicon-zoom-out:before { content: "\e016"; }

.glyphicon-off:before { content: "\e017"; }

.glyphicon-signal:before { content: "\e018"; }

.glyphicon-cog:before { content: "\e019"; }

.glyphicon-trash:before { content: "\e020"; }

.glyphicon-home:before { content: "\e021"; }

.glyphicon-file:before { content: "\e022"; }

.glyphicon-time:before { content: "\e023"; }

.glyphicon-road:before { content: "\e024"; }

.glyphicon-download-alt:before { content: "\e025"; }

.glyphicon-download:before { content: "\e026"; }

.glyphicon-upload:before { content: "\e027"; }

.glyphicon-inbox:before { content: "\e028"; }

.glyphicon-play-circle:before { content: "\e029"; }

.glyphicon-repeat:before { content: "\e030"; }

.glyphicon-refresh:before { content: "\e031"; }

.glyphicon-list-alt:before { content: "\e032"; }

.glyphicon-lock:before { content: "\e033"; }

.glyphicon-flag:before { content: "\e034"; }

.glyphicon-headphones:before { content: "\e035"; }

.glyphicon-volume-off:before { content: "\e036"; }

.glyphicon-volume-down:before { content: "\e037"; }

.glyphicon-volume-up:before { content: "\e038"; }

.glyphicon-qrcode:before { content: "\e039"; }

.glyphicon-barcode:before { content: "\e040"; }

.glyphicon-tag:before { content: "\e041"; }

.glyphicon-tags:before { content: "\e042"; }

.glyphicon-book:before { content: "\e043"; }

.glyphicon-bookmark:before { content: "\e044"; }

.glyphicon-print:before { content: "\e045"; }

.glyphicon-camera:before { content: "\e046"; }

.glyphicon-font:before { content: "\e047"; }

.glyphicon-bold:before { content: "\e048"; }

.glyphicon-italic:before { content: "\e049"; }

.glyphicon-text-height:before { content: "\e050"; }

.glyphicon-text-width:before { content: "\e051"; }

.glyphicon-align-left:before { content: "\e052"; }

.glyphicon-align-center:before { content: "\e053"; }

.glyphicon-align-right:before { content: "\e054"; }

.glyphicon-align-justify:before { content: "\e055"; }

.glyphicon-list:before { content: "\e056"; }

.glyphicon-indent-left:before { content: "\e057"; }

.glyphicon-indent-right:before { content: "\e058"; }

.glyphicon-facetime-video:before { content: "\e059"; }

.glyphicon-picture:before { content: "\e060"; }

.glyphicon-map-marker:before { content: "\e062"; }

.glyphicon-adjust:before { content: "\e063"; }

.glyphicon-tint:before { content: "\e064"; }

.glyphicon-edit:before { content: "\e065"; }

.glyphicon-share:before { content: "\e066"; }

.glyphicon-check:before { content: "\e067"; }

.glyphicon-move:before { content: "\e068"; }

.glyphicon-step-backward:before { content: "\e069"; }

.glyphicon-fast-backward:before { content: "\e070"; }

.glyphicon-backward:before { content: "\e071"; }

.glyphicon-play:before { content: "\e072"; }

.glyphicon-pause:before { content: "\e073"; }

.glyphicon-stop:before { content: "\e074"; }

.glyphicon-forward:before { content: "\e075"; }

.glyphicon-fast-forward:before { content: "\e076"; }

.glyphicon-step-forward:before { content: "\e077"; }

.glyphicon-eject:before { content: "\e078"; }

.glyphicon-chevron-left:before { content: "\e079"; }

.glyphicon-chevron-right:before { content: "\e080"; }

.glyphicon-plus-sign:before { content: "\e081"; }

.glyphicon-minus-sign:before { content: "\e082"; }

.glyphicon-remove-sign:before { content: "\e083"; }

.glyphicon-ok-sign:before { content: "\e084"; }

.glyphicon-question-sign:before { content: "\e085"; }

.glyphicon-info-sign:before { content: "\e086"; }

.glyphicon-screenshot:before { content: "\e087"; }

.glyphicon-remove-circle:before { content: "\e088"; }

.glyphicon-ok-circle:before { content: "\e089"; }

.glyphicon-ban-circle:before { content: "\e090"; }

.glyphicon-arrow-left:before { content: "\e091"; }

.glyphicon-arrow-right:before { content: "\e092"; }

.glyphicon-arrow-up:before { content: "\e093"; }

.glyphicon-arrow-down:before { content: "\e094"; }

.glyphicon-share-alt:before { content: "\e095"; }

.glyphicon-resize-full:before { content: "\e096"; }

.glyphicon-resize-small:before { content: "\e097"; }

.glyphicon-exclamation-sign:before { content: "\e101"; }

.glyphicon-gift:before { content: "\e102"; }

.glyphicon-leaf:before { content: "\e103"; }

.glyphicon-fire:before { content: "\e104"; }

.glyphicon-eye-open:before { content: "\e105"; }

.glyphicon-eye-close:before { content: "\e106"; }

.glyphicon-warning-sign:before { content: "\e107"; }

.glyphicon-plane:before { content: "\e108"; }

.glyphicon-calendar:before { content: "\e109"; }

.glyphicon-random:before { content: "\e110"; }

.glyphicon-comment:before { content: "\e111"; }

.glyphicon-magnet:before { content: "\e112"; }

.glyphicon-chevron-up:before { content: "\e113"; }

.glyphicon-chevron-down:before { content: "\e114"; }

.glyphicon-retweet:before { content: "\e115"; }

.glyphicon-shopping-cart:before { content: "\e116"; }

.glyphicon-folder-close:before { content: "\e117"; }

.glyphicon-folder-open:before { content: "\e118"; }

.glyphicon-resize-vertical:before { content: "\e119"; }

.glyphicon-resize-horizontal:before { content: "\e120"; }

.glyphicon-hdd:before { content: "\e121"; }

.glyphicon-bullhorn:before { content: "\e122"; }

.glyphicon-bell:before { content: "\e123"; }

.glyphicon-certificate:before { content: "\e124"; }

.glyphicon-thumbs-up:before { content: "\e125"; }

.glyphicon-thumbs-down:before { content: "\e126"; }

.glyphicon-hand-right:before { content: "\e127"; }

.glyphicon-hand-left:before { content: "\e128"; }

.glyphicon-hand-up:before { content: "\e129"; }

.glyphicon-hand-down:before { content: "\e130"; }

.glyphicon-circle-arrow-right:before { content: "\e131"; }

.glyphicon-circle-arrow-left:before { content: "\e132"; }

.glyphicon-circle-arrow-up:before { content: "\e133"; }

.glyphicon-circle-arrow-down:before { content: "\e134"; }

.glyphicon-globe:before { content: "\e135"; }

.glyphicon-wrench:before { content: "\e136"; }

.glyphicon-tasks:before { content: "\e137"; }

.glyphicon-filter:before { content: "\e138"; }

.glyphicon-briefcase:before { content: "\e139"; }

.glyphicon-fullscreen:before { content: "\e140"; }

.glyphicon-dashboard:before { content: "\e141"; }

.glyphicon-paperclip:before { content: "\e142"; }

.glyphicon-heart-empty:before { content: "\e143"; }

.glyphicon-link:before { content: "\e144"; }

.glyphicon-phone:before { content: "\e145"; }

.glyphicon-pushpin:before { content: "\e146"; }

.glyphicon-usd:before { content: "\e148"; }

.glyphicon-gbp:before { content: "\e149"; }

.glyphicon-sort:before { content: "\e150"; }

.glyphicon-sort-by-alphabet:before { content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }

.glyphicon-sort-by-order:before { content: "\e153"; }

.glyphicon-sort-by-order-alt:before { content: "\e154"; }

.glyphicon-sort-by-attributes:before { content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }

.glyphicon-unchecked:before { content: "\e157"; }

.glyphicon-expand:before { content: "\e158"; }

.glyphicon-collapse-down:before { content: "\e159"; }

.glyphicon-collapse-up:before { content: "\e160"; }

.glyphicon-log-in:before { content: "\e161"; }

.glyphicon-flash:before { content: "\e162"; }

.glyphicon-log-out:before { content: "\e163"; }

.glyphicon-new-window:before { content: "\e164"; }

.glyphicon-record:before { content: "\e165"; }

.glyphicon-save:before { content: "\e166"; }

.glyphicon-open:before { content: "\e167"; }

.glyphicon-saved:before { content: "\e168"; }

.glyphicon-import:before { content: "\e169"; }

.glyphicon-export:before { content: "\e170"; }

.glyphicon-send:before { content: "\e171"; }

.glyphicon-floppy-disk:before { content: "\e172"; }

.glyphicon-floppy-saved:before { content: "\e173"; }

.glyphicon-floppy-remove:before { content: "\e174"; }

.glyphicon-floppy-save:before { content: "\e175"; }

.glyphicon-floppy-open:before { content: "\e176"; }

.glyphicon-credit-card:before { content: "\e177"; }

.glyphicon-transfer:before { content: "\e178"; }

.glyphicon-cutlery:before { content: "\e179"; }

.glyphicon-header:before { content: "\e180"; }

.glyphicon-compressed:before { content: "\e181"; }

.glyphicon-earphone:before { content: "\e182"; }

.glyphicon-phone-alt:before { content: "\e183"; }

.glyphicon-tower:before { content: "\e184"; }

.glyphicon-stats:before { content: "\e185"; }

.glyphicon-sd-video:before { content: "\e186"; }

.glyphicon-hd-video:before { content: "\e187"; }

.glyphicon-subtitles:before { content: "\e188"; }

.glyphicon-sound-stereo:before { content: "\e189"; }

.glyphicon-sound-dolby:before { content: "\e190"; }

.glyphicon-sound-5-1:before { content: "\e191"; }

.glyphicon-sound-6-1:before { content: "\e192"; }

.glyphicon-sound-7-1:before { content: "\e193"; }

.glyphicon-copyright-mark:before { content: "\e194"; }

.glyphicon-registration-mark:before { content: "\e195"; }

.glyphicon-cloud-download:before { content: "\e197"; }

.glyphicon-cloud-upload:before { content: "\e198"; }

.glyphicon-tree-conifer:before { content: "\e199"; }

.glyphicon-tree-deciduous:before { content: "\e200"; }

.glyphicon-cd:before { content: "\e201"; }

.glyphicon-save-file:before { content: "\e202"; }

.glyphicon-open-file:before { content: "\e203"; }

.glyphicon-level-up:before { content: "\e204"; }

.glyphicon-copy:before { content: "\e205"; }

.glyphicon-paste:before { content: "\e206"; }

.glyphicon-alert:before { content: "\e209"; }

.glyphicon-equalizer:before { content: "\e210"; }

.glyphicon-king:before { content: "\e211"; }

.glyphicon-queen:before { content: "\e212"; }

.glyphicon-pawn:before { content: "\e213"; }

.glyphicon-bishop:before { content: "\e214"; }

.glyphicon-knight:before { content: "\e215"; }

.glyphicon-baby-formula:before { content: "\e216"; }

.glyphicon-tent:before { content: "\26fa"; }

.glyphicon-blackboard:before { content: "\e218"; }

.glyphicon-bed:before { content: "\e219"; }

.glyphicon-apple:before { content: "\f8ff"; }

.glyphicon-erase:before { content: "\e221"; }

.glyphicon-hourglass:before { content: "\231b"; }

.glyphicon-lamp:before { content: "\e223"; }

.glyphicon-duplicate:before { content: "\e224"; }

.glyphicon-piggy-bank:before { content: "\e225"; }

.glyphicon-scissors:before { content: "\e226"; }

.glyphicon-bitcoin:before { content: "\e227"; }

.glyphicon-btc:before { content: "\e227"; }

.glyphicon-xbt:before { content: "\e227"; }

.glyphicon-yen:before { content: "\00a5"; }

.glyphicon-jpy:before { content: "\00a5"; }

.glyphicon-ruble:before { content: "\20bd"; }

.glyphicon-rub:before { content: "\20bd"; }

.glyphicon-scale:before { content: "\e230"; }

.glyphicon-ice-lolly:before { content: "\e231"; }

.glyphicon-ice-lolly-tasted:before { content: "\e232"; }

.glyphicon-education:before { content: "\e233"; }

.glyphicon-option-horizontal:before { content: "\e234"; }

.glyphicon-option-vertical:before { content: "\e235"; }

.glyphicon-menu-hamburger:before { content: "\e236"; }

.glyphicon-modal-window:before { content: "\e237"; }

.glyphicon-oil:before { content: "\e238"; }

.glyphicon-grain:before { content: "\e239"; }

.glyphicon-sunglasses:before { content: "\e240"; }

.glyphicon-text-size:before { content: "\e241"; }

.glyphicon-text-color:before { content: "\e242"; }

.glyphicon-text-background:before { content: "\e243"; }

.glyphicon-object-align-top:before { content: "\e244"; }

.glyphicon-object-align-bottom:before { content: "\e245"; }

.glyphicon-object-align-horizontal:before { content: "\e246"; }

.glyphicon-object-align-left:before { content: "\e247"; }

.glyphicon-object-align-vertical:before { content: "\e248"; }

.glyphicon-object-align-right:before { content: "\e249"; }

.glyphicon-triangle-right:before { content: "\e250"; }

.glyphicon-triangle-left:before { content: "\e251"; }

.glyphicon-triangle-bottom:before { content: "\e252"; }

.glyphicon-triangle-top:before { content: "\e253"; }

.glyphicon-console:before { content: "\e254"; }

.glyphicon-superscript:before { content: "\e255"; }

.glyphicon-subscript:before { content: "\e256"; }

.glyphicon-menu-left:before { content: "\e257"; }

.glyphicon-menu-right:before { content: "\e258"; }

.glyphicon-menu-down:before { content: "\e259"; }

.glyphicon-menu-up:before { content: "\e260"; }
.navbar-toggler { border: medium none; border-radius: 0; color: #fff; font-size: 1.4em; height: 50px; margin: 0; text-shadow: none; width: 50px; z-index: 100; }

.navbar-toggler:focus { outline: none; }

.navbar-toggler .icon-bar { background: none repeat scroll 0 0 white; }

#header-navbar .nav > li { float: left; }

#header-navbar .navbar-nav { margin: 0; }

#header-navbar .navbar-nav > li > a { line-height: 24px; padding-bottom: 15px; padding-top: 15px; }

#header-navbar .navbar-nav > li > .dropdown-menu { border-radius: 3px; min-width: 223px; }

.dropdown-menu > li > a { color: #707070; display: block; font-size: 0.875em; line-height: 1.7; padding: 3px 20px 3px 35px; transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f6f6f6; color: #707070; }

.dropdown-menu > li > a > i { margin-left: -18px; margin-top: 4px; position: absolute; }

.dropdown-nocaret.dropdown-toggle::after { display: none; }

.nav-pills > li { float: none; }

.nav-pills > li > a { border-radius: 0; }

.navbar > .navbar-brand { /*background: #34495e;*/ color: #fff; font-family: 'Titillium Web', Geneva, sans-serif; font-weight: 600; margin-left:-5px !important; margin-right: 0; margin:5px 15px; width: 160px; }

@media (max-width: 991px) {    
    .navbar > .navbar-brand { background: transparent; color: #262626; }
}

@media (max-width: 767px) {    
    .navbar > .navbar-brand { padding-top: 12px; padding-top: 12.5px; }
}

@media (max-width: 767px) {    
    #logo { font-size: 1em; margin-left: 6px; padding-left: 0; width: 150px; }
}

@media (max-width: 400px) {    
    #logo { margin-left: 15px; width: auto; }
}

@media (max-width: 767px) {    
    #logo img { height: 19px; }
}

@media (max-width: 400px) {    
    #logo span { display: none; }
}

#logo.navbar-brand > img { height: 30px; margin: 0 auto; padding-right: 4px; }

@media (max-width: 767px) {    
    #logo.navbar-brand > img { height: 25px; }
}

@media (min-width: 992px) {    
    #logo.navbar-brand > img.normal-logo.logo-white { display: block; }
}

@media (max-width: 991px) {    
    #logo.navbar-brand > img.normal-logo.logo-white { display: none; }
}

@media (min-width: 992px) {    
    #logo.navbar-brand > img.normal-logo.logo-black { display: none; }
}

@media (max-width: 991px) {    
    #logo.navbar-brand > img.normal-logo.logo-black { display: block; }
}

#header-navbar { background: #fff; border: 0 none; border-radius: 0; box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1); color: #262626; margin: 0; min-height: 50px; padding: 0; position: relative; z-index: 99; }

#header-navbar .navbar-form .form-group { position: relative; }

#header-navbar .navbar-form .form-control { background: #131313; color: #707070; font-size: 0.75em; height: 30px; line-height: 30px; margin-top: 2px; }

#header-navbar .navbar-form .nav-search-icon { color: #707070; position: absolute; right: 6px; top: 8px; }

#header-navbar .nav > li > a { height: 50px; }

#header-navbar .nav > li > a > span.count { background: none repeat scroll 0 0 #e84e40; border-radius: 50%; color: #fff; display: block; font-size: 9px; height: 14px; line-height: 14px; position: absolute; right: 10px; text-align: center; top: 11px; width: 14px; }

#header-navbar .profile-dropdown > a { line-height: 35px !important; padding-bottom: 7px !important; padding-top: 8px !important; }

#header-navbar .profile-dropdown > a > img { border: 2px solid #fff; border-radius: 50%; float: left; height: 35px; margin-right: 5px; width: 35px; }

#header-navbar .profile-dropdown > a > span { display: block; float: left; font-size: 1rem; margin-right: 3px; }

@media (max-width: 991px) {    
    #header-nav { display: block; }
}

#header-nav .form-control { border: 0; border-radius: 0; }

#header-navbar .navbar-left .navbar-nav { margin-left: 0; }

#header-navbar .nav > li > a { border: none; border-radius: 0; color: #484848; cursor: pointer; display: block; font-size: 0.875em; padding-left: 18px; padding-right: 18px; }
    
#header-navbar .nav > li > a > i, #sidebar-nav .nav > li > a > i { font-size: 1.125em; }

#sidebar-nav .nav > li > a:focus, #sidebar-nav .nav .open > a, #sidebar-nav .nav .open > a:focus { background: inherit; }
    
#sidebar-nav .nav > li > a:hover, #sidebar-nav .nav .open > a:hover { background: #253443; color: #fff; outline: none; }

/*#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, .navbar-toggler:hover, .navbar-toggler:focus, .mobile-search.active > .btn { background: #03a9f4; color: #fff; }

#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .show > a, #header-navbar .nav .show > a:hover, #header-navbar .nav .show > a:focus { background-color: #03a9f4; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, #sidebar-nav .nav-pills > li.active > a, #sidebar-nav .nav-pills > li.active > a:hover, #sidebar-nav .nav-pills > li.active > a:focus, .nav-pills > li.open > a, .nav-pills > li.open > a:hover, .nav-pills > li.open > a:focus, #sidebar-nav .nav-pills > li.open > a, #sidebar-nav .nav-pills > li.open > a:hover, #sidebar-nav .nav-pills > li.open > a:focus, .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a { background-color: #253443; border-left-color: #03a9f4; color: #fff; }*/

#header-navbar .nav > li .caret { border-bottom-color: #fff; border-top-color: #fff; }

#header-navbar .nav a:hover .caret { border-bottom-color: #fff; border-top-color: #fff; }
:root {
    --kendo-bg-color: #ffffff;
    --kendo-text-color: #000000;
    --kendo-border-color: #e5e5e5;
    --kendo-header-bg-color: #f5f5f5;
    --kendo-header-text-color: #000000;
    --kendo-footer-bg-color: #f5f5f5;
    --kendo-pager-bg-color: #ffffff;
    --kendo-pager-text-color: #000000;
}

/* Estilo del Grid */
.k-grid {
    background-color: var(--kendo-bg-color);
    color: var(--kendo-text-color);
    border-color: var(--kendo-border-color);
}

/* Estilo del Header */
.k-grid .k-table-th.k-header {
    background-color: var(--kendo-header-bg-color);
    color: var(--kendo-header-text-color);
    border-color: var(--kendo-border-color);
}

/* Hover para el Header */
.k-grid .k-table-th.k-header:hover {
    background-color: var(--kendo-border-color);
}

/* Iconos y Menús del Header */
.k-grid .k-header .k-grid-column-menu {
    color: var(--kendo-header-text-color);
}

.k-grid .k-header .k-link {
    color: var(--kendo-header-text-color);
}

/* Estilo del Footer */
.k-grid-footer {
    background-color: var(--kendo-footer-bg-color);
    color: var(--kendo-text-color);
}

/* Estilo del Paginador */
.k-pager,
.k-grid-pager,
.k-pager-md {
    background-color: var(--kendo-pager-bg-color);
    color: var(--kendo-pager-text-color);
    border-top: 1px solid var(--kendo-border-color);
}

.k-pager .k-link,
.k-pager .k-button {
    color: var(--kendo-pager-text-color);
}

.k-pager .k-link:hover,
.k-pager .k-button:hover {
    background-color: var(--kendo-header-bg-color);
}

/*NAV TAB*/
.navbar-toggler { border: medium none; border-radius: 0; color: #fff; font-size: 1.4em; height: 50px; margin: 0; text-shadow: none; width: 50px; z-index: 100; }

.navbar-toggler:focus { outline: none; }

.navbar-toggler .icon-bar { background: none repeat scroll 0 0 white; }

#header-navbar .nav > li { float: left; }

#header-navbar .navbar-nav { margin: 0; }

#header-navbar .navbar-nav > li > a { line-height: 24px; padding-bottom: 15px; padding-top: 15px; }

#header-navbar .navbar-nav > li > .dropdown-menu { border-radius: 3px; min-width: 223px; }

.dropdown-menu > li > a { color: #707070; display: block; font-size: 0.875em; line-height: 1.7; padding: 3px 20px 3px 35px; transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f6f6f6; color: #707070; }

.dropdown-menu > li > a > i { margin-left: -18px; margin-top: 4px; position: absolute; }

.dropdown-nocaret.dropdown-toggle::after { display: none; }

.nav-pills > li { float: none; }

.nav-pills > li > a { border-radius: 0; }

/*.navbar > .navbar-brand { background: #34495e; color: #fff; font-family: 'Titillium Web', Geneva, sans-serif; font-weight: 700; margin-right: 0; padding: 10px 15px; width: 220px; }
*/
@media (max-width: 991px) {    
    .navbar > .navbar-brand { background: transparent; color: #262626; }
}

@media (max-width: 767px) {    
    .navbar > .navbar-brand { padding-top: 12px; padding-top: 12.5px; }
}

@media (max-width: 767px) {    
    #logo { font-size: 1em; margin-left: 6px; padding-left: 0; width: 150px; }
}

@media (max-width: 400px) {    
    #logo { margin-left: 15px; width: auto; }
}

@media (max-width: 767px) {    
    #logo img { height: 19px; }
}

@media (max-width: 400px) {    
    #logo span { display: none; }
}

#logo.navbar-brand > img { height: 30px; margin: 0 auto; padding-right: 4px; }

@media (max-width: 767px) {    
    #logo.navbar-brand > img { height: 25px; }
}

@media (min-width: 992px) {    
    #logo.navbar-brand > img.normal-logo.logo-white { display: block; }
}

@media (max-width: 991px) {    
    #logo.navbar-brand > img.normal-logo.logo-white { display: none; }
}

@media (min-width: 992px) {    
    #logo.navbar-brand > img.normal-logo.logo-black { display: none; }
}

@media (max-width: 991px) {    
    #logo.navbar-brand > img.normal-logo.logo-black { display: block; }
}

#header-navbar { background: #fff; border: 0 none; border-radius: 0; box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1); color: #262626; margin: 0; min-height: 50px; padding: 0; position: relative; z-index: 99; }

#header-navbar .navbar-form .form-group { position: relative; }

#header-navbar .navbar-form .form-control { background: #131313; color: #707070; font-size: 0.75em; height: 30px; line-height: 30px; margin-top: 2px; }

#header-navbar .navbar-form .nav-search-icon { color: #707070; position: absolute; right: 6px; top: 8px; }

#header-navbar .nav > li > a { height: 50px; }

#header-navbar .nav > li > a > span.count { background: none repeat scroll 0 0 #e84e40; border-radius: 50%; color: #fff; display: block; font-size: 9px; height: 14px; line-height: 14px; position: absolute; right: 10px; text-align: center; top: 11px; width: 14px; }

#header-navbar .profile-dropdown > a { line-height: 35px !important; padding-bottom: 7px !important; padding-top: 8px !important; }

#header-navbar .profile-dropdown > a > img { border: 2px solid #fff; border-radius: 50%; float: left; height: 35px; margin-right: 5px; width: 35px; }

#header-navbar .profile-dropdown > a > span { display: block; float: left; font-size: 1rem; margin-right: 3px; }

@media (max-width: 991px) {    
    #header-nav { display: block; }
}

#header-nav .form-control { border: 0; border-radius: 0; }

#header-navbar .navbar-left .navbar-nav { margin-left: 0; }

#header-navbar .nav > li > a { border: none; border-radius: 0; color: #484848; cursor: pointer; display: block; font-size: 0.875em; padding-left: 18px; padding-right: 18px; }
    
#header-navbar .nav > li > a > i, #sidebar-nav .nav > li > a > i { font-size: 1.125em; }

#sidebar-nav .nav > li > a:focus, #sidebar-nav .nav .open > a, #sidebar-nav .nav .open > a:focus { background: inherit; }
    
#sidebar-nav .nav > li > a:hover, #sidebar-nav .nav .open > a:hover { background: #253443; color: #fff; outline: none; }

#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, .navbar-toggler:hover, .navbar-toggler:focus, .mobile-search.active > .btn { background: #03a9f4; color: #fff; }

#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .show > a, #header-navbar .nav .show > a:hover, #header-navbar .nav .show > a:focus { background-color: #03a9f4; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, #sidebar-nav .nav-pills > li.active > a, #sidebar-nav .nav-pills > li.active > a:hover, #sidebar-nav .nav-pills > li.active > a:focus, .nav-pills > li.open > a, .nav-pills > li.open > a:hover, .nav-pills > li.open > a:focus, #sidebar-nav .nav-pills > li.open > a, #sidebar-nav .nav-pills > li.open > a:hover, #sidebar-nav .nav-pills > li.open > a:focus, .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a { background-color: #253443; border-left-color: #03a9f4; color: #fff; }

#header-navbar .nav > li .caret { border-bottom-color: #fff; border-top-color: #fff; }

#header-navbar .nav a:hover .caret { border-bottom-color: #fff; border-top-color: #fff; }

/* Tabs NAVBAR */
.nav-tabs {
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
}

.nav-tabs > li.nav-item > a {
    font-size: 1rem;
    color: #555;
    border: none;
    border-top: 2px solid transparent; 
    padding: 10px 15px;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.nav-tabs > li.nav-item > a:hover {
    background-color: #f2f2f2; 
    color: #03a9f4;
    border-top: 2px solid #e7f4fd; 
}

.nav-tabs > li.nav-item > a.active {
    background-color: #ffffff;
    color: #03a9f4; 
    border-top: 2px solid #03a9f4;
}

/*.nav-tabs {
    background: #f0f0f0; 
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.nav-tabs > li.nav-item > a {
    font-size: 1rem; 
    color: #555; 
    border: none;
    border-top: 3px solid transparent;
    padding: 12px 20px; 
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
}

.nav-tabs > li.nav-item > a:hover {
    background-color: #e9e9e9; 
    color: #03a9f4; 
    border-top: 3px solid #d6eefc;
    transform: translateY(-2px); 
}

.nav-tabs > li.nav-item > a.active {
    background-color: #ffffff;
    color: #03a9f4; 
    border-top: 3px solid #03a9f4; 
    font-weight: 600;*/ 
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.nav-tabs > li.nav-item {
    margin-right: 2px;
}*/

.nav-tabs > li.nav-item:last-child {
    margin-right: 0;
}

/*#login-logo {*/ /*background: none repeat scroll 0 0 #34495e;*/ /*color: #fff; display: block; font-size: 2em; font-weight: 400; padding: 35px 0; text-align: center; text-transform: uppercase; }

#login-logo > img { display: block;*/ /*height: 40px;*/ /*margin: 0 auto; }

#login-logo > span { display: block; font-size: 0.6em; font-weight: 300; text-transform: none; }

#login-box .input-group { margin-bottom: 10px; }

#login-box .input-group input { font-weight: 300; }

#login-box .input-group .input-group-prepend { padding-left: 0; padding-right: 0; }

#login-box .input-group .input-group-prepend .input-group-text { background-color: #fff; min-width: 50px; text-align: center; }

#login-box .input-group .input-group-prepend .input-group-text i { color: #03a9f4; }*/
.input-group-append .input-group-text { border-left-width: 0; border-right-width: 2px; }

.pagination { margin: 5px 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { border-radius: 3px; }

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > a:active, .pagination > li > span:active { border-width: 2px; color: #03a9f4; margin-left: -2px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #03a9f4; border-color: #03a9f4; }

.pager li > a, .pager li > span { border-width: 2px; }

.list-group-item { border-width: 2px; margin-bottom: -2px; }

.list-group-item > .badge { float: right; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { background-color: #03a9f4; border-color: #03a9f4; color: #fff; }

.badge.badge-danger { background-color: #e84e40; }

.badge.badge-success { background-color: #8bc34a; }

.badge.badge-warning { background-color: #ffc107; }

.badge.badge-primary { background-color: #03a9f4; }

.badge.badge-info { background-color: #9c27b0; }
.infographic-box { padding: 20px; }

.infographic-box i { border-radius: 50%; color: #fff; display: block; float: left; font-size: 2.4em; height: 60px; line-height: 60px; margin-right: 15px; text-align: center; width: 60px; }

.infographic-box .headline { display: block; font-size: 1.2em; font-weight: 300; text-align: right; }

.infographic-box .value { display: block; font-size: 2.1em; font-weight: 600; margin-top: -5px; text-align: right; }

.infographic-box.merged { border-right: 2px solid #e7ebee; border-top: 2px solid #e7ebee; width: 50%; }

@media (max-width: 767px) {    
    .infographic-box.merged { border-right: none; width: 100%; }
}

.infographic-box.merged .headline { font-size: 0.8em; font-weight: 600; margin-top: -2px; text-align: left; text-transform: uppercase; }

.infographic-box.merged .value { font-size: 1.8em; font-weight: 400; margin-top: 2px; text-align: left; }

.infographic-box.merged.merged-top { border-top: none; }

.infographic-box.merged.merged-right { border-right: none; }

@media (max-width: 767px) {    
    .infographic-box.merged.merged-top.merged-right { border-top: 1px solid #e7ebee; }
}

.infographic-box.colored { border: 0 !important; color: #fff; }

.infographic-box.colored i { color: #fff; font-size: 4.6em; margin-left: 7px; }

.infographic-box.colored .headline { font-size: 1em; font-weight: 600; margin-bottom: 4px; }
.social-box-wrapper { border-radius: 3px; box-shadow: 1px 1px 2px 0 #cccccc; margin-bottom: 16px; overflow: hidden; }

#user-profile h2 { padding-right: 15px; }

#user-profile .profile-status { color: #8bc34a; font-size: 0.75em; margin-top: -10px; padding-bottom: 10px; }

#user-profile .profile-status.offline { color: #e84e40; }

#user-profile .profile-img { border-radius: 50%; margin-bottom: 15px; }

#user-profile .profile-label { padding: 5px 0; text-align: center; }

#user-profile .profile-label.badge { font-size: 1em; padding: 5px 15px; }

#user-profile .profile-stars { color: #FABA03; padding: 7px 0; text-align: center; }

#user-profile .profile-stars > i { margin-left: -2px; }

#user-profile .profile-since { margin-top: -5px; text-align: center; }

#user-profile .profile-details { border-bottom: 1px solid #e7ebee; border-top: 1px solid #e7ebee; margin: 15px 0; padding: 15px 0; }

#user-profile .profile-details ul { margin-bottom: 0; margin-left: 40px; margin-top: 0; padding: 0; }

#user-profile .profile-details ul > li { line-height: 1.5; margin: 3px 0; }

#user-profile .profile-details ul > li > i { padding-top: 2px; }

#user-profile .profile-details ul > li > span { color: #03a9f4; }

#user-profile .profile-header { position: relative; }

#user-profile .profile-header > h3 { margin-top: 10px; }

#user-profile .profile-header .edit-profile { margin-top: -6px; position: absolute; right: 0; top: 0; }

@media only screen and (max-width: 419px) {    
    #user-profile .profile-header .edit-profile { display: block; margin-bottom: 15px; position: relative; }
}

#user-profile .profile-tabs { }

#user-profile .profile-user-info { padding-bottom: 20px; padding-top: 10px; }

#user-profile .profile-user-info .profile-user-details { padding: 4px 0; position: relative; }

#user-profile .profile-user-info .profile-user-details .profile-user-details-label { bottom: 0; float: left; font-weight: bold; left: 0; padding-top: 4px; position: absolute; text-align: right; top: 0; width: 110px; width: 110px; }

@media only screen and (max-width: 767px) {    
    #user-profile .profile-user-info .profile-user-details .profile-user-details-label { float: none; position: relative; text-align: left; }
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-value { margin-left: 120px; }

@media only screen and (max-width: 767px) {    
    #user-profile .profile-user-info .profile-user-details .profile-user-details-value { margin-left: 0; }
}

@media only screen and (max-width: 767px) {    
    #user-profile .profile-social { margin-top: 20px; }
}

#user-profile .profile-social li { padding: 4px 0; }
    
#user-profile .profile-social li > i { padding-top: 6px; }

@media only screen and (max-width: 419px) {    
    #user-profile .profile-message-btn .btn { display: block; }
}

#user-profile .table tbody tr td { padding-bottom: 20px; padding-top: 20px; }

#user-profile .table tbody tr:first-child td { border-top: none; }

#newsfeed .story { border-bottom: 1px solid #e7ebee; margin: 0 20px; padding: 40px 0; }

#newsfeed .story:last-child { border-bottom: 0; }

@media (max-width: 767px) {    
    #newsfeed .story { margin: 0; padding: 20px 0; }
}

#newsfeed .story-user { position: absolute; }

#newsfeed .story-user a { display: block; }

#newsfeed .story-user a img { border-radius: 50%; display: block; height: 70px; width: 70px; }

@media (max-width: 767px) {    
    #newsfeed .story-user a img { height: 30px; width: 30px; }
}

#newsfeed .story-content { padding-left: 100px; position: relative; }

@media (max-width: 767px) {    
    #newsfeed .story-content { padding-left: 40px; }
}

#newsfeed .story-content .story-header .story-author { font-weight: 300; }

#newsfeed .story-content .story-header .story-author a { font-weight: 400; }

#newsfeed .story-content .story-header .story-time { color: #999; font-size: 0.75em; position: absolute; right: 0px; top: 0; }

@media (max-width: 1170px) {    
    #newsfeed .story-content .story-header .story-time { padding-top: 2px; position: relative; }
}

#newsfeed .story-content .story-inner-content { color: #6c6f75; font-size: 0.85em; padding: 12px 0; }

#newsfeed .story-content .story-footer { font-size: 0.85em; }

#newsfeed .story-content .story-footer .story-comments-link { color: #212121; margin-right: 10px; }

#newsfeed .story-content .story-footer .story-comments-link:hover { color: #161e1d; text-decoration: none !important; }

#newsfeed .story-content .story-footer .story-likes-link { color: #e84e40; }

#newsfeed .story-content .story-footer .story-likes-link:hover { color: #dd191d; text-decoration: none !important; }

#newsfeed .map-content { height: 200px; width: 100%; }

#newsfeed .story-images .story-image-link { display: block; float: left; padding-right: 2px; width: 50%; }

@media (max-width: 767px) {    
    #newsfeed .story-images .story-image-link { width: 50%; }
}

#newsfeed .story-images .story-image-link-small { padding-bottom: 2px; width: 25%; }

@media (max-width: 767px) {    
    #newsfeed .story-images .story-image-link-small { width: 50%; }
}

.widget-users { padding: 0 20px; }

@media (max-width: 767px) {    
    .widget-users { padding: 0 10px; }
}

@-moz-keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@-ms-keyframes rotating {    
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@-o-keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

#config-tool #config-tool-options { background: #fff; box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1); padding: 15px; }
    
#config-tool #config-tool-options h4 { font-size: 1.3em; margin: 0; }
    
#config-tool #config-tool-options ul { list-style: none; margin: 0; padding: 15px 0 0; }
        
#config-tool #config-tool-options ul li { padding: 4px 0; }
            
#config-tool #config-tool-options ul li .checkbox { margin: 0; }

#config-tool.closed { right: -200px; }

#config-tool.opened { right: 0; }

#config-tool #skin-colors li { display: block; float: left; padding: 3px !important; }
    
#config-tool #skin-colors li a.skin-changer { background: #03a9f4; cursor: pointer; display: block; height: 30px; width: 30px; }
    
#config-tool #skin-colors li:nth-child(5) { clear: left; }
    
#config-tool #skin-colors li a.skin-changer.active { border: 2px solid #ff0000; }

.rtl #content-wrapper { margin-left: 0; margin-right: 220px; }

.rtl .nav-small #content-wrapper { margin-right: 64px; }

.rtl .float-left { float: right !important; }

.rtl .float-right { float: left !important; }

.rtl .nav > li { float: right; }

.rtl #sidebar-nav .nav > li { float: none; }
    
.rtl #sidebar-nav .nav > li > a { border-left: none; padding-left: 15px; padding-right: 20px; }
        
.rtl #sidebar-nav .nav > li > a:hover { border-left-color: transparent; border-right-color: #03a9f4; }

.rtl .nav-pills > li.active > a, .rtl .nav-pills > li.active > a:hover, .rtl .nav-pills > li.active > a:focus, .rtl #sidebar-nav .nav-pills > li.active > a, .rtl #sidebar-nav .nav-pills > li.active > a:hover, .rtl #sidebar-nav .nav-pills > li.active > a:focus, .rtl .nav-small #nav-col #sidebar-nav .nav-pills > li.show > a { border-left-color: transparent; border-right-color: #03a9f4; }

.rtl #sidebar-nav .nav > li > a > span { margin-left: 0; margin-right: 35px; }
    
.rtl #sidebar-nav .nav > li > a > span.badge { margin-right: 0; }

.rtl #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon { left: 25px; right: auto; }

.rtl #sidebar-nav .nav li .submenu > li > a { padding-left: 0; padding-right: 66px; }

.rtl #sidebar-nav .nav > .show > .submenu > li > .submenu a:before { margin-left: 0; margin-right: -10px; }

.rtl .navbar > .container .navbar-brand { margin-left: 0; margin-right: -8px; }

.rtl #user-left-box img { float: right; }

.rtl #user-left-box .user-box { float: right; padding-left: 0; padding-right: 15px; }

.rtl .nav-small #nav-col #sidebar-nav .nav li .submenu { left: auto; right: 64px; }

.rtl .messages-list .item > a > .content { padding-left: 0; padding-right: 50px; }

.rtl .notifications-list .item a .time { left: 13px; right: auto; }
    
.rtl .notifications-list .item a .time i { margin-left: 3px; margin-right: 0; }

.rtl .dropdown-menu > li > a { padding-left: 25px; padding-right: 35px; }
    
.rtl .dropdown-menu > li > a > i { margin-left: 0; margin-right: -18px; }

.rtl .mobile-search > a.btn { float: left; }

.rtl .mobile-search.active .drowdown-search { left: auto; right: 0; }

.rtl .drowdown-search { left: 0; right: 168px; }

.rtl .navbar-nav { margin-left: 0; }

.rtl #logo.navbar-brand > img { float: right; padding-left: 4px; padding-right: 0; }

.rtl .infographic-box i { float: right; margin-left: 15px; margin-right: 0; }

.rtl .infographic-box .headline { text-align: left; }

.rtl .infographic-box .value { text-align: left; }

.rtl .social-box > i { text-align: left; }

.rtl .social-box .social-count { float: right; }

.rtl .social-box .social-action { float: right; margin-left: 0; margin-right: 5px; }

.rtl .breadcrumb > li + li:before { display: none; }

.rtl .breadcrumb > li + li:after { color: #262626; content: "\f104"; font-family: FontAwesome; }

.rtl .breadcrumb > li { margin-left: 0; margin-right: 8px; }
    
.rtl .breadcrumb > li span { padding-left: 0; padding-right: 8px; }
    
.rtl .breadcrumb > li:first-child { margin-right: 0; }

.rtl h1 { padding-left: 0; padding-right: 14px; }

.rtl .graph-box { border-radius: 0 3px 3px 0; }

.rtl .filter-block .form-group { margin-left: 10px; margin-right: 0; }

.rtl .filter-block .btn { margin-left: 0; margin-right: 5px; }

.rtl .filter-block .form-group .search-icon { left: 8px; right: auto; }

.rtl .widget-users li > .img, .rtl .widget-products li .img, .rtl .widget-todo .name { float: right; }

.rtl .widget-users li > .details { margin-left: 0; margin-right: 60px; }

.rtl .widget-products li .product { margin-left: 0; margin-right: 90px; }

.rtl .widget-products li > a:after { content: "\f137"; left: 10px; right: auto; }

.rtl .widget-todo .actions { float: left; padding-left: 5px; padding-right: 0; }

.rtl .checkbox-nice { padding-left: 0; padding-right: 15px; }
    
.rtl .checkbox-nice label:after { left: auto; right: 6px; }
    
.rtl .checkbox-nice label:before { left: auto; right: 1px; }

.rtl .conversation-user { float: right; }

.rtl .conversation-body:before { border-color: transparent transparent transparent #f5f5f5; left: auto; right: -12px; }

.rtl .conversation-body { margin-left: 0; margin-right: 60px; }
    
.rtl .conversation-body > .time { left: 10px; right: auto; }

.rtl .conversation-item.item-right .conversation-user { float: left; }

.rtl .conversation-item.item-right .conversation-body:before { border-color: transparent #dceffc transparent transparent; left: -12px; right: auto; }

.rtl .conversation-item.item-right .conversation-body { margin-left: 60px; margin-right: 0; }

.rtl #config-tool { left: 0; right: auto; }
    
.rtl #config-tool.closed { left: -200px; }
    
.rtl #config-tool #config-tool-cog { border-radius: 0 3px 3px 0; box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.1); left: auto; right: -50px; }

.rtl .user-list tbody td > img { float: right; margin-left: 15px; margin-right: 0; }

.rtl #email-content, .rtl #email-detail, .rtl #email-new { margin-left: 0; margin-right: 215px; }

.rtl #email-header-tools { float: right; margin-left: 0; margin-right: 215px; }

.rtl #email-header-pagination .num-items { margin-left: 10px; margin-right: 0; }

.rtl #email-list li { padding-left: 10px; padding-right: 250px; }
    
.rtl #email-list li .chbox { left: auto; right: 10px; }
    
.rtl #email-list li .star { left: auto; right: 38px; }
    
.rtl #email-list li .name { left: auto; right: 70px; }
    
.rtl #email-list li .meta-info { left: 0; right: auto; }
        
.rtl #email-list li .meta-info .attachment { margin-left: 5px; margin-right: 0; }

.rtl #email-nav-items li.active { border-right-color: #03a9f4; }

.rtl #email-nav-items li { border-left-width: 0; border-right: 3px solid #fff; }
    
.rtl #email-nav-items li a, .rtl #email-nav-labels li a { padding-left: 5px; padding-right: 0; }
        
.rtl #email-nav-items li a i, .rtl #email-nav-labels li a i { margin-left: 5px; margin-right: 0; }

.rtl #email-detail-subject .subject, .rtl #email-new-title .subject { float: right; margin-left: 10px; margin-right: 0; }

.rtl #email-detail-subject .badge { float: right; }

.rtl #email-detail-sender .picture { left: auto; right: 0; }

.rtl #email-detail-sender .tools { left: 0; right: auto; }

.rtl #email-detail-sender .users .from .name, .rtl #email-detail-sender .users .from .email { float: right; }

.rtl #email-detail-sender { padding-left: 0; padding-right: 60px; }

.rtl #email-detail-attachments #email-attachments-header .headline { float: right; }

.rtl #email-detail-attachments #email-attachments-header .tools { float: right; margin-left: 0; margin-right: 3px; }

.rtl #email-detail-attachments #email-attachments-content ul li { float: right; margin-left: 10px; margin-right: 0; }

.rtl #email-body { padding-left: 30px; padding-right: 0; }

.rtl #email-new-header .form-group label, .rtl #email-new-body label { text-align: left; }

.rtl .select2-container.select2-container-multi .select2-choices .select2-search-choice { margin-left: 0; margin-right: 5px; }

.rtl .select2-container-multi .select2-choices .select2-search-choice { padding-left: 5px; padding-right: 18px; }

.rtl .select2-container-multi .select2-choices li { float: right; }

.rtl #email-navigation .email-compose-btn > i { margin-left: 3px; margin-right: 0; }

.rtl .dygraph canvas { right: 0; }

.rtl .profile-box-menu .profile-img { float: right; margin-left: 15px; margin-right: 0; }

.rtl .mfp-image-holder .mfp-close, .rtl .mfp-iframe-holder .mfp-close { left: -6px; padding-left: 6px; text-align: left; }

.rtl .mfp-counter { left: 0; right: auto; }

.rtl .pricing-package .package-features li { padding-left: 0; padding-right: 25px; }
    
.rtl .pricing-package .package-features li.has-feature:before, .rtl .pricing-package .package-features li.has-nofeature:before { left: auto; right: 0; }

.rtl .pricing-package .package-footer .btn > span { padding-left: 6px; padding-right: 0; }

.rtl .project-box .project-box-ultrafooter .project-img-owner { float: right; margin-left: 5px; margin-right: 0; }

.rtl .profile-box-contact .profile-img { float: right; margin-left: 15px; margin-right: 0; }

.rtl .main-box { box-shadow: -1px 1px 2px 0 #cccccc; }

.rtl .nav-tabs > li > a { margin-left: 3px; margin-right: 0; }

.rtl #newsfeed .story-content { padding-left: 0; padding-right: 100px; }
    
.rtl #newsfeed .story-content .story-header .story-time { left: 0; right: auto; }
    
.rtl #newsfeed .story-content .story-footer .story-comments-link { margin-left: 10px; margin-right: 0; }

.rtl #user-profile h2 { padding-left: 15px; padding-right: 0; }

.rtl #user-profile .profile-details ul { margin-left: 0; margin-right: 40px; }
    
.rtl #user-profile .profile-details ul > li > i { left: auto; right: -2.14286em; }

.rtl #search-results li .search-img { float: right; margin-left: 8px; margin-right: 0; }

.rtl #invoice-companies .invoice-box { border-left: 1px solid #e7ebee; border-right: 0; }
    
.rtl #invoice-companies .invoice-box.invoice-box-dates { border-left: 0; }

.rtl #invoice-companies .invoice-icon { float: right; margin-left: 20px; margin-right: 0; }

.rtl #invoice-companies .invoice-company { float: right; }

.rtl .invoice-box-total .invoice-box-total-label, .rtl .invoice-box-total .invoice-box-total-value { text-align: left; }

.rtl div.hopscotch-bubble { direction: ltr; }

.rtl #login-box #login-forget-link { text-align: left; }

.rtl .input-group-addon:first-child { border-right-color: #e7ebee; }

.rtl blockquote { padding-left: 20px; padding-right: 40px; }
    
.rtl blockquote:before { margin-left: 0; margin-right: -28px; }
    
.rtl .blockquote-reverse, .rtl blockquote.float-right { border-left: 5px solid #03a9f4; border-right: none; padding-left: 40px; padding-right: 20px; }
        
.rtl blockquote.float-right:before { left: 50px; margin-right: 0; right: auto; }

.rtl .alert { border-style: none solid none none; border-width: 0 4px 0 0; }

.rtl .fa-ul { margin-left: 0; margin-right: 2.14286em; padding-right: 0; }

.rtl .fa-li { left: auto; right: -2.14286em; }

.rtl .dd-list .dd-list { padding-left: 0; padding-right: 30px; }

.rtl .dd-handle .nested-links { float: left; }

.rtl .dd-item > button { float: right; }

.rtl .dd-handle-list { left: auto; right: 0; }

.rtl .dd-item-list .dd-handle { padding-left: 10px; padding-right: 40px; }

.rtl .dataTables_filter input { margin-right: 10px; }

.rtl .dataTables_length { float: right; margin-left: 30px; margin-right: 0; }

.rtl .DTTT.btn-group { float: left; margin-left: 0; margin-right: 10px; }

.rtl .dataTables_filter { float: left; }

.rtl .wizard-modal-header.modal-header h3 { padding-left: 0; padding-right: 20px; }

.rtl li.wizard-nav-item { float: none; }

.rtl .wizard-cancel { margin-left: 0; margin-right: 20px; }

@media (max-width: 991px) {    
    .rtl #content-wrapper { margin-right: 0 !important; }

    .rtl #email-content, .rtl #email-header-tools, .rtl #email-detail, .rtl #email-new { margin-right: 0; }
}

@media (max-width: 767px) {    
    .rtl #email-list li .name { right: 45px; }

    .rtl #email-list li { padding-right: 45px; }

    .rtl #email-new-body label { padding-right: 5px; text-align: right; }
}

.input-group{
    width:auto;
}
.btn-with-spinner {
            position: relative;
            overflow: hidden;
        }
.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    animation: spin 1s linear infinite;
}

.btn-with-spinner.loading .ladda-label {
    visibility: hidden;
}

.btn-with-spinner.loading .spinner-overlay {
    display: inline-block;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.btn-group-sm > .btn, .btn-sm { padding: .25rem .5rem; }
.btn-toolbar.editor-toolbar > .btn-group { margin-bottom: 5px; margin-right: 5px; }

.btn-toolbar.editor-toolbar .btn-group > .btn:not(:last-of-type) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-toolbar.editor-toolbar .btn-group > .btn.last-child { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.note-editor .note-toolbar .note-btn-group .note-btn.btn { background-color: #90a4ae; border-color: #607d8b; color: #fff; }

.note-editor .note-toolbar .note-btn-group .note-btn.btn:hover { background-color: #607d8b; border-color: #5c6667; }

.emerald-bg { background-color: #03a9f4 !important; }

.red-bg { background-color: #e84e40 !important; }

.yellow-bg { background-color: #ffc107 !important; }

.green-bg { background-color: #2ecc71 !important; }

.purple-bg { background-color: #9c27b0 !important; }

.gray-bg { background-color: #90a4ae !important; }

.white-bg { background-color: #ffffff !important; }

.emerald { color: #03a9f4 !important; }

.red { color: #e84e40 !important; }

.yellow { color: #ffc107 !important; }

.green { color: #8bc34a !important; }

.purple { color: #9c27b0 !important; }

.gray { color: #90a4ae !important; }

.status-green { color: #005826; }

.status-red { color: #9e0b0f; }

.txt-white { color: #fff !important; }

.txt-white-hover:hover { color: #fff !important; }

.mrg-b-none { margin-bottom: 0; }

.mrg-b-xs { margin-bottom: 3px; }

.mrg-b-sm { margin-bottom: 6px; }

.mrg-b-md { margin-bottom: 10px; }

.mrg-b-lg { margin-bottom: 20px; }

.mrg-t-none { margin-top: 0; }

.mrg-t-xs { margin-top: 3px; }

.mrg-t-sm { margin-top: 6px; }

.mrg-t-md { margin-top: 10px; }

.mrg-t-lg { margin-top: 20px; }

.mrg-r-none { margin-right: 0; }

.mrg-r-xs { margin-right: 3px; }

.mrg-r-sm { margin-right: 6px; }

.mrg-r-md { margin-right: 10px; }

.mrg-r-lg { margin-right: 20px; }

.mrg-l-none { margin-left: 0; }

.mrg-l-xs { margin-left: 3px; }

.mrg-l-sm { margin-left: 6px; }

.mrg-l-md { margin-left: 10px; }

.mrg-l-lg { margin-left: 20px; }

.hidden { display: none; }

.widget-products li > a:hover { background-color: #f6f6f6; color: #212121; text-decoration: none; }
.widget-products li > a:hover { background-color: #f6f6f6; color: #212121; text-decoration: none; }

.widget-products li > a:after { color: #cccccc; content: "\f138"; font-family: FontAwesome; font-size: 0.875em; font-size: 1.3em; font-style: normal; font-weight: normal; margin-top: 32px; position: absolute; right: 10px; text-decoration: inherit; top: 0; }
.input-group-append .input-group-text { border-left-width: 0; border-right-width: 2px; }
#login-box { border-radius: 3px 3px 0 0; margin: 60px auto 20px; max-width: 350px; min-width: 280px; overflow: hidden; }

@media only screen and (max-width: 767px) {    
    #login-box { margin-top: 20px; }
}

#login-box #login-box-header { height: 5px; }

#login-box #login-box-header > div { float: left; height: 100%; width: 16.6667%; }

#login-box #login-box-header .login-box-header-red { background: #e84e40; }

#login-box #login-box-header .login-box-header-green { background: #8bc34a; }

#login-box #login-box-header .login-box-header-yellow { background: #ffc107; }

#login-box #login-box-header .login-box-header-purple { background: #9c27b0; }

#login-box #login-box-header .login-box-header-blue { background: #03a9f4; }

#login-box #login-box-header .login-box-header-gray { background: #90a4ae; }

#login-box-inner { background: #fff; border: 1px solid #e1e1e1; border-bottom-width: 5px; border-radius: 0 0 3px 3px; padding: 40px 25px; }

#login-box-inner.with-heading { padding-top: 20px; }

#login-box-inner h4 { margin-bottom: 10px; margin-top: 0; }

#login-box-inner .reset-pass-input { margin-bottom: 0; padding: 15px 0; }

#login-logo { background: none repeat scroll 0 0 #34495e; color: #fff; display: block; font-size: 2em; font-weight: 400; padding: 35px 0; text-align: center; text-transform: uppercase; }

#login-logo > img { display: block; height: 40px; margin: 0 auto; }

#login-logo > span { display: block; font-size: 0.6em; font-weight: 300; text-transform: none; }

#login-box .input-group { margin-bottom: 10px; }

#login-box .input-group input { font-weight: 300; }

#login-box .input-group .input-group-prepend { padding-left: 0; padding-right: 0; }

#login-box .input-group .input-group-prepend .input-group-text { background-color: #fff; min-width: 50px; text-align: center; }

#login-box .input-group .input-group-prepend .input-group-text i { color: #03a9f4; }

#login-box #login-forget-link { display: block; font-size: 0.875em; margin-top: 3px; text-align: right; }

#login-box #remember-me-wrapper { padding: 10px 0; }
.alert { border-image: none; border-radius: 0; border-style: none; border-width: 0; }

.alert-success { border-color: #689f38; color: #689f38; }

.alert-warning { border-color: #ffa000; color: #ffa000; }

.alert-danger { border-color: #dd191d; color: #dd191d; }

.alert-info { border-color: #2980b9; color: #2980b9; }

.alert-info .alert-link { color: #2980b9; }

.pagination { margin: 5px 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { border-radius: 3px; }

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > a:active, .pagination > li > span:active { border-width: 2px; color: #03a9f4; margin-left: -2px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #03a9f4; border-color: #03a9f4; }

.pager li > a, .pager li > span { border-width: 2px; }

.list-group-item { border-width: 2px; margin-bottom: -2px; }

.list-group-item > .badge { float: right; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { background-color: #03a9f4; border-color: #03a9f4; color: #fff; }

.badge.badge-danger { background-color: #e84e40; }

.badge.badge-success { background-color: #8bc34a; }

.badge.badge-warning { background-color: #ffc107; }

.badge.badge-primary { background-color: #03a9f4; }

.badge.badge-info { background-color: #9c27b0; }

.form-control { border-color: #ced4da; border-radius: 3px; border-width: 1px; box-shadow: none; font-size: 13px; }

.form-control:focus { border-color: rgba(52, 151, 219, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6); outline: 0; }


@media (min-width: 992px) {    
    .fixed-leftmenu .col-left-nano { height: 100%; overflow: hidden; position: relative; width: 100%; }

    .fixed-leftmenu .col-left-nano > .col-left-nano-content { bottom: 0; left: 0; overflow: scroll; overflow-x: hidden; position: absolute; right: 0; top: 0; }

    .fixed-leftmenu .col-left-nano > .col-left-nano-content:focus { outline: thin dotted; }

    .fixed-leftmenu .col-left-nano > .col-left-nano-content::-webkit-scrollbar { display: none; }

    .fixed-leftmenu .has-scrollbar > .col-left-nano-content::-webkit-scrollbar { display: block; }

    .fixed-leftmenu .col-left-nano > .nano-pane { -moz-border-radius: 7px; -moz-transition: .2s; -o-transition: .2s; -webkit-border-radius: 7px; -webkit-transition: .2s; background: rgba(0, 0, 0, 0.1); border-radius: 7px; bottom: 0; opacity: .01; position: absolute; right: 0; top: 0; transition: .2s; visibility: hidden\9; width: 7px; }

    .fixed-leftmenu .col-left-nano > .nano-pane > .nano-slider { -moz-border-radius: 7px; -webkit-border-radius: 7px; background: #444; background: rgba(0, 0, 0, 0.5); border-radius: 7px; margin: 0 1px; position: relative; }

    .fixed-leftmenu .col-left-:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed { opacity: 0.99; visibility: visible\9; }

    #email-navigation.email-nav-nano, #email-content.email-content-nano, #email-detail.email-detail-nano, #email-new.email-new-nano { height: 100%; overflow: hidden; }

    #email-navigation.email-nav-nano > .email-nav-nano-content, #email-content.email-content-nano > .email-content-nano-content, #email-detail.email-detail-nano > .email-detail-nano-content, #email-new.email-new-nano > .email-new-nano-content { bottom: 0; left: 0; overflow: scroll; overflow-x: hidden; position: absolute; right: 0; top: 0; }

    .rtl #email-navigation.email-nav-nano > .email-nav-nano-content, .rtl #email-content.email-content-nano > .email-content-nano-content, .rtl #email-detail.email-detail-nano > .email-detail-nano-content, .rtl #email-new.email-new-nano > .email-new-nano-content { left: -14px; padding-left: 14px; padding-right: 0 !important; right: 0 !important; }

    #email-navigation.email-nav-nano > .email-nav-nano-content:focus, #email-content.email-content-nano > .email-content-nano-content:focus, #email-detail.email-detail-nano > .email-detail-nano-content:focus, #email-new.email-new-nano > .email-new-nano-content:focus { outline: thin dotted; }

    #email-navigation.email-nav-nano > .email-nav-nano-content::-webkit-scrollbar, #email-content.email-content-nano > .email-content-nano-content::-webkit-scrollbar, #email-detail.email-detail-nano > .email-detail-nano-content::-webkit-scrollbar, #email-new.email-new-nano > .email-new-nano-content::-webkit-scrollbar { display: none; }

    #email-navigation.has-scrollbar > .email-nav-nano-content::-webkit-scrollbar, #email-content.has-scrollbar > .email-content-nano-content::-webkit-scrollbar, #email-detail.has-scrollbar > .email-detail-nano-content::-webkit-scrollbar, #email-new.has-scrollbar > .email-new-nano-content::-webkit-scrollbar { display: block; }

    #email-navigation.email-nav-nano > .nano-pane, #email-content.email-content-nano > .nano-pane, #email-detail.email-detail-nano > .nano-pane, #email-new.email-new-nano > .nano-pane { -moz-border-radius: 7px; -moz-transition: .2s; -o-transition: .2s; -webkit-border-radius: 7px; -webkit-transition: .2s; background: rgba(0, 0, 0, 0.1); border-radius: 7px; bottom: 0; opacity: .01; position: absolute; right: 0; top: 0; transition: .2s; visibility: hidden\9; width: 7px; }

    .rtl #email-navigation.email-nav-nano > .nano-pane, .rtl #email-content.email-content-nano > .nano-pane, .rtl #email-detail.email-detail-nano > .nano-pane, .rtl #email-new.email-new-nano > .nano-pane { left: 0; right: auto; }

    #email-navigation.email-nav-nano > .nano-pane > .nano-slider, #email-content.email-content-nano > .nano-pane > .nano-slider, #email-detail.email-detail-nano > .nano-pane > .nano-slider, #email-new.email-new-nano > .nano-pane > .nano-slider { -moz-border-radius: 7px; -webkit-border-radius: 7px; background: #444; background: rgba(0, 0, 0, 0.5); border-radius: 7px; margin: 0 1px; position: relative; }

    #email-navigation.email-nav-nano:hover > .nano-pane, #email-navigation .nano-pane.active, #email-navigation .nano-pane.flashed, #email-content.email-content-nano:hover > .nano-pane, #email-content .nano-pane.active, #email-content .nano-pane.flashed, #email-detail.email-detail-nano:hover > .nano-pane, #email-detail .nano-pane.active, #email-detail .nano-pane.flashed, #email-new.email-new-nano:hover > .nano-pane, #email-new .nano-pane.active, #email-new .nano-pane.flashed { opacity: 0.99; visibility: visible\9; }
}

.noUi-base .noUi-connect { background: #03a9f4; border-radius: 0; box-shadow: none; }

.noUi-target { background: #e8e8e8 !important; border: 1px solid #fff !important; border-radius: 0 !important; box-shadow: none !important; }

.noUi-target.noUi-horizontal { height: 8px; }

.noUi-target.noUi-vertical { width: 8px; }

.noUi-target .noUi-value-sub { margin-top: 4px; }

@media (max-width: 1199px) {    
    .noUi-target .noUi-value-sub { font-size: 0.65em; margin-top: 3px; }
}

.noUi-target .noUi-value-large { font-size: 0.95em; margin-top: 8px; }

@media (max-width: 1199px) {    
    .noUi-target .noUi-value-large { font-size: 0.9em; margin-top: 9px; }
}

.noUi-target .noUi-handle { border-radius: 50%; transition: box-shadow .2s, -webkit-transform .2s; transition: box-shadow .2s, transform .2s; transition: box-shadow .2s, transform .2s, -webkit-transform .2s; }

.noUi-target.noUi-horizontal .noUi-handle { height: 22px; left: -10px; top: -8px; width: 22px; }

.noUi-target.noUi-horizontal .noUi-handle:focus { outline: none !important; }

.noUi-target.noUi-vertical .noUi-handle { height: 22px; left: -8px; top: -10px; width: 22px; }

.noUi-target.noUi-vertical .noUi-handle:focus { outline: none !important; }

.noUi-target .noUi-handle:after, .noUi-target .noUi-handle:before { content: none; height: 0; width: 0; }

.noUi-target.noUi-horizontal .noUi-handle.noUi-active, .noUi-target.noUi-vertical .noUi-handle.noUi-active { -webkit-transform: scale(1.2); transform: scale(1.2); }

.noUi-target .noUi-pips-horizontal { padding: 6px 0; }

.noUi-target .noUi-marker-horizontal.noUi-marker { margin-left: 0.5px; width: 1px; }

.noUi-target .noUi-marker-vertical.noUi-marker { height: 1px; }

#config-tool { position: fixed; right: 0; top: 120px; transition: all 0.2s ease-in-out 0s; width: 200px; z-index: 1000; }
    
#config-tool #config-tool-cog { background: #fff; border-radius: 3px 0 0 3px; box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1); cursor: pointer; left: -50px; padding: 10px; position: absolute; text-align: center; top: 0; transition: all 0.1s ease-in-out 0s; width: 50px; }
    
#config-tool.closed #config-tool-cog i { -moz-animation: rotating 3s linear infinite; -ms-animation: rotating 3s linear infinite; -o-animation: rotating 3s linear infinite; /* -webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); */-webkit-animation: rotating 3s linear infinite; animation: rotating 3s linear infinite; }
    
#config-tool.closed #config-tool-cog:hover { background-color: #03a9f4; color: #fff; }
    
#config-tool #config-tool-cog i { font-size: 2.2em; /* -webkit-transition: -webkit-transform 1.1s ease-in-out 0.1s;
	-moz-transition: -moz-transform 1.1s ease-in-out 0.1s;
	transition: transform 1.1s ease-in-out 0.1s;
	-webkit-animation: rotating 2s linear infinite; */ }

@-webkit-keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@-moz-keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@-ms-keyframes rotating {    
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@-o-keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}

@keyframes rotating {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}
.form-group { margin-bottom: 20px; }
.form-group-select2 label { display: block; }
.filter-block .form-group { margin-right: 10px; position: relative; }

@media only screen and (max-width: 440px) {    
    .filter-block .form-group { float: none !important; margin-right: 0; }
}

.filter-block .form-group .form-control { height: 34px; }

.filter-block .form-group .search-icon { color: #707070; position: absolute; right: 8px; top: 11px; }
#header-navbar .navbar-form .form-group { position: relative; }

#header-navbar .navbar-form .form-control { background: #131313; color: #707070; font-size: 0.75em; height: 30px; line-height: 30px; margin-top: 2px; }

#header-navbar .navbar-form .nav-search-icon { color: #707070; position: absolute; right: 6px; top: 8px; }

#header-navbar .nav > li > a { height: 50px; }

#header-navbar .nav > li > a > span.count { background: none repeat scroll 0 0 #e84e40; border-radius: 50%; color: #fff; display: block; font-size: 9px; height: 14px; line-height: 14px; position: absolute; right: 10px; text-align: center; top: 11px; width: 14px; }

#header-navbar .profile-dropdown > a { line-height: 35px !important; padding-bottom: 7px !important; padding-top: 8px !important; }

#header-navbar .profile-dropdown > a > img { border: 2px solid #fff; border-radius: 50%; float: left; height: 35px; margin-right: 5px; width: 35px; }

#header-navbar .profile-dropdown > a > span { display: block; float: left; font-size: 1rem; margin-right: 3px; }

@media (max-width: 991px) {    
    #header-nav { display: block; }
}

#header-nav .form-control { border: 0; border-radius: 0; }

#header-navbar .navbar-left .navbar-nav { margin-left: 0; }

#header-navbar .nav > li > a { border: none; border-radius: 0; color: #484848; cursor: pointer; display: block; font-size: 0.875em; }
    
#header-navbar .nav > li > a > i, #sidebar-nav .nav > li > a > i { font-size: 1.125em; }

#sidebar-nav .nav > li > a:focus, #sidebar-nav .nav .open > a, #sidebar-nav .nav .open > a:focus { background: inherit; }
    
#sidebar-nav .nav > li > a:hover, #sidebar-nav .nav .open > a:hover { background: #253443; color: #fff; outline: none; }

#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, .navbar-toggler:hover, .navbar-toggler:focus, .mobile-search.active > .btn { background: #03a9f4; color: #fff; }

#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .show > a, #header-navbar .nav .show > a:hover, #header-navbar .nav .show > a:focus { background-color: #03a9f4; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, #sidebar-nav .nav-pills > li.active > a, #sidebar-nav .nav-pills > li.active > a:hover, #sidebar-nav .nav-pills > li.active > a:focus, .nav-pills > li.open > a, .nav-pills > li.open > a:hover, .nav-pills > li.open > a:focus, #sidebar-nav .nav-pills > li.open > a, #sidebar-nav .nav-pills > li.open > a:hover, #sidebar-nav .nav-pills > li.open > a:focus, .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a { background-color: #253443; border-left-color: #03a9f4; color: #fff; }

#header-navbar .nav > li .caret { border-bottom-color: #fff; border-top-color: #fff; }

#header-navbar .nav a:hover .caret { border-bottom-color: #fff; border-top-color: #fff; }

social-box-wrapper { border-radius: 3px; box-shadow: 1px 1px 2px 0 #cccccc; margin-bottom: 16px; overflow: hidden; }

.social-box { color: #fff; font-weight: 300; padding: 15px; transition: background-color 0.15s ease-in-out 0s; }

.social-box .social-count { display: block; float: left; font-size: 1.8em; font-weight: 400; }

.social-box .social-action { display: block; float: left; font-size: 1.2em; margin-left: 5px; margin-top: 9px; }

.social-box .social-name { display: block; font-size: 0.875em; padding-top: 4px; }

.social-box > i { display: block; font-size: 3.4em; text-align: right; }

.social-box.facebook { background: #3b5998; }

.social-box.facebook:hover { background-color: #2f477b; }

.social-box.twitter { background: #55acee; }

.social-box.twitter:hover { background-color: #4091ce; }

.social-box.google { background: #dd4b39; }

.social-box.google:hover { background-color: #c43a2a; }

.profile-box .main-box-body { padding: 0; }

.profile-box .profile-box-header { background-repeat: no-repeat; background-size: cover; border-radius: 3px 3px 0 0; color: #fff; padding: 30px 20px 20px; text-align: center; }

.profile-box .profile-img { border: 5px solid #fff; border-radius: 18%; height: 130px; width: 130px; }

.profile-box h2 { font-weight: 600; margin: 0; padding: 10px 0 0; }

.profile-box .job-position { color: #fff; font-size: 0.875em; font-weight: 400; }

.profile-box .profile-box-footer { background: #03a9f4; border-radius: 0 0 3px 3px; }

.profile-box .profile-box-footer a { background: #03a9f4; color: #fff; display: block; float: left; padding: 15px 10px; text-align: center; width: 33%; width: 33.33%; }

.profile-box .profile-box-footer a:first-child { border-radius: 0 0 0 3px; }

.profile-box .profile-box-footer a:last-child { border-radius: 0 0 3px 0; }

.profile-box .profile-box-footer a:hover { color: #fff; text-decoration: none; }

.profile-box .profile-box-footer .value { display: block; font-size: 1.8em; font-weight: 600; }

.profile-box .profile-box-footer .badge { display: block; font-size: 0.875em; font-weight: 600; }

.profile-box-menu .main-box-body { padding: 0; }

.profile-box-menu .profile-box-header { background-repeat: no-repeat; background-size: cover; border-radius: 3px 3px 0 0; color: #fff; padding: 30px 20px; }

.profile-box-menu .profile-img { border: 5px solid #fff; border-radius: 18%; float: left; height: 110px; margin-right: 15px; width: 110px; }

.profile-box-menu h2 { display: inline-block; font-weight: 600; line-height: 1.1; margin: 0; padding: 20px 0 3px; }

.profile-box-menu .job-position { font-size: 0.875em; font-weight: 600; }

.profile-box-menu .profile-box-content .menu-items { list-style: none; margin: 0; padding: 0; }

.profile-box-menu .profile-box-content .menu-items li a { border-bottom: 2px solid #e7ebee; color: #212121; display: block; font-size: 0.875em; height: 40px; line-height: 40px; padding: 0 20px; transition: background-color 0.15s ease-in-out 0s; }

.profile-box-menu .profile-box-content .menu-items li a:hover { background-color: #e7ebee; text-decoration: none; }

.profile-box-menu .profile-box-content .menu-items li a i { width: 24px; }

.profile-box-menu .profile-box-content .menu-items li a span.badge { margin-top: 10px; }

.profile-box-menu .profile-box-content .menu-items li:last-child a { border-bottom: none; }

.profile-box-stats .main-box-body { padding: 0; }

.profile-box-stats .profile-box-header { background-repeat: no-repeat; background-size: cover; border-radius: 3px 3px 0 0; color: #fff; padding: 30px 20px 70px; position: relative; text-align: center; }

.profile-box-stats .profile-img { border: 5px solid #fff; border-radius: 18%; bottom: -45px; float: left; height: 90px; left: 50%; margin-left: -45px; position: absolute; width: 90px; }

.profile-box-stats h2 { display: inline-block; font-size: 1.5em; font-weight: 600; line-height: 1.1; margin: 0; padding: 0 0 8px; }

.profile-box-stats .job-position { font-size: 0.875em; font-weight: 600; }

.profile-box-stats .profile-box-footer { padding-bottom: 15px; padding-top: 50px; }

.profile-box-stats .profile-box-footer a { color: #212121; display: block; float: left; padding: 15px 10px; text-align: center; width: 33%; width: 33.33%; }

.profile-box-stats .profile-box-footer a:hover { text-decoration: none; }

.profile-box-stats .profile-box-footer .value { display: block; font-size: 1.8em; font-weight: 300; }

.profile-box-stats .profile-box-footer .badge { color: #212121; display: block; font-size: 1em; font-weight: 300; }

.profile-box-contact .main-box-body { padding: 0; }

.profile-box-contact .profile-box-header { border-radius: 3px 3px 0 0; color: #fff; padding: 30px 20px; }

.profile-box-contact .profile-img { border: 5px solid #fff; border-radius: 18%; float: left; height: 110px; margin-right: 15px; width: 110px; }

.profile-box-contact h2 { display: inline-block; font-weight: 400; line-height: 1.1; margin: 0; padding: 8px 0 3px; }

.profile-box-contact .job-position { font-size: 0.875em; font-weight: 300; }

.profile-box-contact .profile-box-footer { padding-bottom: 15px; padding-top: 10px; }

.profile-box-contact .profile-box-footer a { color: #212121; display: block; float: left; padding: 15px 10px; text-align: center; width: 33%; width: 33.33%; }

.profile-box-contact .profile-box-footer a:hover { text-decoration: none; }

.profile-box-contact .profile-box-footer .value { display: block; font-size: 1.8em; font-weight: 300; }

.profile-box-contact .profile-box-footer .badge { color: #212121; display: block; font-size: 1em; font-weight: 300; }

.profile-box-contact .contact-details { font-size: 0.875em; font-weight: 300; list-style: none; margin: 0; padding: 4px 0 0; }

.profile-box-contact .contact-details li i { margin-right: 3px; text-align: center; width: 12px; }

.weather-box .main-box-body { padding: 0; }

.weather-box .current { padding-bottom: 40px; padding-top: 36px; text-align: center; }

.weather-box .current .icon { display: block; float: left; }

.weather-box .current .temp-wrapper { float: left; margin-left: 20px; }

.weather-box .current .temp-wrapper .temperature { font-size: 3.6em; font-weight: 300; margin-top: -5px; text-align: left; }

.weather-box .current .temp-wrapper .desc { margin-top: -4px; text-align: left; }

.weather-box .next { background: #03a9f4; border-radius: 0 0 3px 3px; color: #fff; padding: 20px; }

.weather-box .next ul { list-style: none; margin: 0; padding: 0; }

.weather-box .next ul li { float: left; text-align: center; width: 20%; }

.weather-box .next .day { font-size: 1em; text-transform: uppercase; }

.weather-box .next .icon { font-size: 2em; }

.weather-box .next .temperature { font-size: 1.4em; }

.weather-box-large .main-box-body { padding: 0; }

.weather-box-large .current { background: url(/img/samples/new-york-sunset.jpg) no-repeat; background-size: cover; border-radius: 3px; color: #fff; min-height: 340px; padding: 20px 30px; }

.weather-box-large .current h4 { margin-bottom: 30px; }

.weather-box-large .current .place { font-size: 1.2em; font-weight: 600; text-transform: uppercase; }

.weather-box-large .current .place > i { margin-right: 5px; }

.weather-box-large .current .temp-out-wrapper { margin-top: 20px; }

.weather-box-large .current .icon { display: block; float: left; font-size: 6em; }

.weather-box-large .current .temp-wrapper { float: left; margin-left: 30px; }

.weather-box-large .current .temp-wrapper .temperature { font-size: 3.6em; font-weight: 300; margin-top: -5px; text-align: left; }

.weather-box-large .current .temp-wrapper .desc { font-weight: 600; margin-top: -4px; text-align: left; }

.feed ul { list-style: none; margin: 0; padding: 0; }

.feed li { border-bottom: 2px solid #ebebeb; font-size: 0.875em; padding: 15px 0; position: relative; }

.feed li:last-child { border-bottom: 0; }

.feed li .img { float: left; margin-right: 10px; }

.feed li .img img { border-radius: 50%; height: 50px; width: 50px; }

.feed li .title { margin-left: 60px; padding-right: 55px; }

.feed li .title a { font-weight: 600; }

.feed li .post-time { color: #878787; margin-left: 60px; padding-top: 4px; }

.feed li .time-ago { color: #878787; font-size: 0.875em; position: absolute; right: 0; top: 16px; }

.feed li .photos { margin-left: 60px; margin-top: 10px; }

.feed li .photos .item { float: left; margin-right: 2px; }

.feed li .photos .item img { height: 50px; width: 50px; }

.project-box .main-box-body { padding: 0; }

.project-box .project-box-header { border-radius: 3px 3px 0 0; }

.project-box .project-box-header .name a { border-radius: 3px 3px 0 0; color: #fff; display: block; font-size: 1.4em; font-weight: 300; padding: 16px 15px; transition: background-color 0.1s ease-in-out 0s; }

.project-box .project-box-header .name a:hover { text-decoration: none; }

.project-box .project-box-header.green-bg .name a:hover { background: #689f38; }

.project-box .project-box-content { padding: 30px 20px 5px; text-align: center; }

.project-box .project-box-content .chart { display: block; font-size: 1em; font-weight: 300; height: 130px; margin: 0 auto; padding-top: 37px; position: relative; text-align: center; width: 130px; }

.project-box .project-box-content .chart canvas { left: 0; position: absolute; top: 0; }

.project-box .project-box-content .chart .percent { font-size: 2.1em; font-weight: 600; }

.project-box .project-box-content .chart .lbl { display: block; font-size: 0.875em; margin-top: -7px; }

.project-box .project-box-footer { border-radius: 0 0 3px 3px; }

.project-box .project-box-footer a { border-right: 1px solid #eee; color: #212121; display: block; float: left; margin: 20px 0; padding: 5px 10px; text-align: center; width: 33.33%; }

.project-box .project-box-footer a:last-child { border: none; }

.project-box .project-box-footer a:hover { text-decoration: none; }

.project-box .project-box-footer .value { display: block; font-size: 1.8em; font-weight: 300; }

.project-box .project-box-footer .badge { color: #212121; display: block; font-size: 0.875em; font-weight: 300; }

.project-box .project-box-ultrafooter { background: #f7fafa; border-radius: 0 0 3px 3px; border-top: 1px solid #e9eef0; padding: 8px 15px; }

.project-box .project-box-ultrafooter .project-img-owner { border-radius: 50%; display: block; float: left; height: 33px; margin-right: 5px; overflow: hidden; width: 33px; }

.project-box .project-box-ultrafooter .link { color: #c1c5c6; margin-top: 6px; }

.project-box.emerald-box .project-box-footer a:hover { color: #03a9f4; }

.project-box.red-box .project-box-footer a:hover { color: #e84e40; }

.project-box.yellow-box .project-box-footer a:hover { color: #ffc107; }

.project-box.green-box .project-box-footer a:hover { color: #8bc34a; }

.project-box.purple-box .project-box-footer a:hover { color: #9c27b0; }

.project-box.gray-box .project-box-footer a:hover { color: #90a4ae; }

tbody, td, tfoot, th, thead, tr {
    border: none; 
    border-width: 0; 
    border-style: none; 
}
:-webkit-any-link {
    text-decoration: none;
}

.btn-close { position: absolute; right: 1rem; top: 1rem; }

.modal-header:has(.btn-close) {
    position:relative;
    padding-right: 3rem;
}

.input-group-prepend .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0; /* Quitar margen */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-prepend {
    margin-right: -1px;
    border-right: 0;
}

.dropdown-menu {
    transition: visibility 0.2s ease, opacity 0.2s ease;
    pointer-events: auto; /* Permitir clic dentro del menú */
}

.dropdown-menu input[type="checkbox"] {
    pointer-events: none; /* Ignorar clic en el checkbox si no quieres cerrar el menú */
}

.k-chart-overlay {
    z-index: 1 !important; /* Asegura que el overlay esté por debajo del menú */
}

/* Clases para controlar el ángulo del borde de los elementos */

.br-0 {
    border-radius:0 !important;
}

.brs-0 {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
}

.bre-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
}

.brtl-0 {
    border-top-left-radius: 0 !important;
}

.brtr-0 {
    border-top-right-radius: 0 !important;
}

.brbl-0 {
    border-bottom-left-radius: 0 !important;
}

.brbr-0 {
    border-bottom-right-radius: 0 !important;
}

/* Clase botón cierre 'X' (cierre modal) del jBox */
.jBox-closeButton svg {
    width: 22px !important;
    height: 10px !important;
}

/**/


/* CSS Variables para colores comunmente utilizados*/
:root {
    --color-lightgray: #D3D3D3;
    --color-orange: #FFA500;
    --color-magenta: #FF00FF;
    --color-yellow: #FFFF00;
    --color-dodgerblue: #1E90FF;
    --color-lightskyblue: #87CEFA;
    --color-goldenrod: #DAA520;
    --color-black: #000000;
    --color-lightcoral: #f08080;
}

/* #region Border-Radius */
.rounded-0-left {
    border-radius: 0 0.25rem 0.25rem 0;
}

.rounded-0-right {
    border-radius: 0.25rem 0 0 0.25rem;
}

.rounded-0-top {
    border-radius: 0 0 0.25rem 0.25rem;
}

.rounded-0-bottom {
    border-radius: 0.25rem 0.25rem 0 0;
}
/* #endregion */

/* #region Cursor */
.c-auto {
    cursor: auto !important;
}

.c-default {
    cursor: default !important;
}

.c-pointer {
    cursor: pointer !important;
}

.c-wait {
    cursor: wait !important;
}

.c-text {
    cursor: text !important;
}

.c-move {
    cursor: move !important;
}

.c-not-allowed {
    cursor: not-allowed !important;
}
/* #endregion */

/* #region COLORS */

/* #region Background Colors */
.bg-lightgray {
    background-color: var(--color-lightgray) !important;
}

.bg-orange {
    background-color: var(--color-orange) !important;
}

.bg-magenta {
    background-color: var(--color-magenta) !important;
}

.bg-yellow {
    background-color: var(--color-yellow) !important;
}

.bg-dodgerblue {
    background-color: var(--color-dodgerblue) !important;
}

.bg-lightskyblue {
    background-color: var(--color-lightskyblue) !important;
}

.bg-goldenrod {
    background-color: var(--color-goldenrod) !important;
}

.bg-black {
    background-color: var(--color-black) !important;
}

.bg-lightcoral {
    background-color: var(--color-lightcoral) !important;
}
/* #endregion */

/* #region Text Colors */
.text-lightgray {
    color: var(--color-lightgray) !important;
}

.text-orange {
    color: var(--color-orange) !important;
}

.text-magenta {
    color: var(--color-magenta) !important;
}

.text-yellow {
    color: var(--color-yellow) !important;
}

.text-dodgerblue {
    color: var(--color-dodgerblue) !important;
}

.text-lightskyblue {
    color: var(--color-lightskyblue) !important;
}

.text-goldenrod {
    color: var(--color-goldenrod) !important;
}

.text-black {
    color: var(--color-black) !important;
}

.text-lightcoral {
    color: var(--color-lightcoral) !important;
}
/* #endregion */

/* #region Border Colors */
.border-lightgray {
    border-color: var(--color-lightgray) !important;
}

.border-orange {
    border-color: var(--color-orange) !important;
}

.border-magenta {
    border-color: var(--color-magenta) !important;
}

.border-yellow {
    border-color: var(--color-yellow) !important;
}

.border-dodgerblue {
    border-color: var(--color-dodgerblue) !important;
}

.border-lightskyblue {
    border-color: var(--color-lightskyblue) !important;
}

.border-goldenrod {
    border-color: var(--color-goldenrod) !important;
}

.border-black {
    border-color: var(--color-black) !important;
}

.border-lightcoral {
    border-color: var(--color-lightcoral) !important;
}
/* #endregion */

/* #endregion */

/* #region Flex Layout */
.flex-none {
    flex: none !important;
}
/* #endregion */

/* #region Gap, Column-Gap y Row-Gap (OVERRIDE bootstrap[v5.3]) */
.column-gap-0, .gap-0 {
    column-gap: 0 !important;
}

.column-gap-1, .gap-1 {
    column-gap: 0.25rem !important;
}

.column-gap-2, .gap-2 {
    column-gap: 0.5rem !important;
}

.column-gap-3, .gap-3 {
    column-gap: 1rem !important;
}

.column-gap-4, .gap-4 {
    column-gap: 1.5rem !important;
}

.column-gap-5, .gap-5 {
    column-gap: 3rem !important;
}

.row-gap-0, .gap-0 {
    row-gap: 0 !important;
}

.row-gap-1, .gap-1 {
    row-gap: 0.25rem !important;
}

.row-gap-2, .gap-2 {
    row-gap: 0.5rem !important;
}

.row-gap-3, .gap-3 {
    row-gap: 1rem !important;
}

.row-gap-4, .gap-4 {
    row-gap: 1.5rem !important;
}

.row-gap-5, .gap-5 {
    row-gap: 3rem !important;
}
/* #endregion */

/* #region HEIGHT */

/* #region Percentage */
.h-0 {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.h-5 {
    height: 5% !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-33 {
    height: 33.333% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-66 {
    height: 66.666% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}
/* #endregion */

/* #region Pixels */
.hpx-5 {
    height: 5px !important;
}

.hpx-10 {
    height: 10px !important;
}

.hpx-15 {
    height: 15px !important;
}

.hpx-20 {
    height: 20px !important;
}

.hpx-25 {
    height: 25px !important;
}

.hpx-30 {
    height: 30px !important;
}

.hpx-35 {
    height: 35px !important;
}

.hpx-40 {
    height: 40px !important;
}

.hpx-45 {
    height: 45px !important;
}

.hpx-50 {
    height: 50px !important;
}

.hpx-55 {
    height: 55px !important;
}

.hpx-60 {
    height: 60px !important;
}

.hpx-65 {
    height: 65px !important;
}

.hpx-70 {
    height: 70px !important;
}

.hpx-75 {
    height: 75px !important;
}

.hpx-80 {
    height: 80px !important;
}

.hpx-85 {
    height: 85px !important;
}

.hpx-90 {
    height: 90px !important;
}

.hpx-95 {
    height: 95px !important;
}

.hpx-100 {
    height: 100px !important;
}

.hpx-105 {
    height: 105px !important;
}

.hpx-110 {
    height: 110px !important;
}

.hpx-115 {
    height: 115px !important;
}

.hpx-120 {
    height: 120px !important;
}

.hpx-125 {
    height: 125px !important;
}

.hpx-130 {
    height: 130px !important;
}

.hpx-135 {
    height: 135px !important;
}

.hpx-140 {
    height: 140px !important;
}

.hpx-145 {
    height: 145px !important;
}

.hpx-150 {
    height: 150px !important;
}

.hpx-155 {
    height: 155px !important;
}

.hpx-160 {
    height: 160px !important;
}

.hpx-165 {
    height: 165px !important;
}

.hpx-170 {
    height: 170px !important;
}

.hpx-175 {
    height: 175px !important;
}

.hpx-180 {
    height: 180px !important;
}

.hpx-185 {
    height: 185px !important;
}

.hpx-190 {
    height: 190px !important;
}

.hpx-195 {
    height: 195px !important;
}

.hpx-200 {
    height: 200px !important;
}

.hpx-205 {
    height: 205px !important;
}

.hpx-210 {
    height: 210px !important;
}

.hpx-215 {
    height: 215px !important;
}

.hpx-220 {
    height: 220px !important;
}

.hpx-225 {
    height: 225px !important;
}

.hpx-230 {
    height: 230px !important;
}

.hpx-235 {
    height: 235px !important;
}

.hpx-240 {
    height: 240px !important;
}

.hpx-245 {
    height: 245px !important;
}

.hpx-250 {
    height: 250px !important;
}

.hpx-300 {
    height: 300px !important;
}

.hpx-350 {
    height: 350px !important;
}

.hpx-400 {
    height: 400px !important;
}

.hpx-450 {
    height: 450px !important;
}

.hpx-500 {
    height: 500px !important;
}

.hpx-550 {
    height: 550px !important;
}

.hpx-600 {
    height: 600px !important;
}

.hpx-650 {
    height: 650px !important;
}

.hpx-700 {
    height: 700px !important;
}

.hpx-750 {
    height: 750px !important;
}

.hpx-800 {
    height: 800px !important;
}

.hpx-850 {
    height: 850px !important;
}

.hpx-900 {
    height: 900px !important;
}

.hpx-950 {
    height: 950px !important;
}

.hpx-1000 {
    height: 1000px !important;
}
/* #endregion */

/* #region Max-Height */
.mh-10 {
    max-height: 10% !important;
}

.mh-20 {
    max-height: 20% !important;
}

.mh-30 {
    max-height: 30% !important;
}

.mh-40 {
    max-height: 40% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.mh-60 {
    max-height: 60% !important;
}

.mh-70 {
    max-height: 70% !important;
}

.mh-80 {
    max-height: 80% !important;
}

.mh-90 {
    max-height: 90% !important;
}

.mh-100 { /* OVERRIDE bootstrap[v5.3] ? */
    max-height: 100% !important;
}
/*
    Esta regla de abajo sería útil crearla también para el elemento body, porque nos permitiría empezar a usar correctamente 
    alturas por porcentaje a elementos como el header, el contenido main del body, los modales (incluso de forma dinámica), etc.
*/
.max-vh-100 {
    max-height: 100vh;
    overflow-y: auto;
}
/* #endregion */

/* #endregion */

/* #region WIDTH */

/* #region Percentage */
.w-0 {
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33.333% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-66 {
    width: 66.666% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}
/* #endregion */

/* #region Pixels */
.wpx-5 {
    width: 5px !important;
}

.wpx-10 {
    width: 10px !important;
}

.wpx-15 {
    width: 15px !important;
}

.wpx-20 {
    width: 20px !important;
}

.wpx-25 {
    width: 25px !important;
}

.wpx-30 {
    width: 30px !important;
}

.wpx-35 {
    width: 35px !important;
}

.wpx-40 {
    width: 40px !important;
}

.wpx-45 {
    width: 45px !important;
}

.wpx-50 {
    width: 50px !important;
}

.wpx-55 {
    width: 55px !important;
}

.wpx-60 {
    width: 60px !important;
}

.wpx-65 {
    width: 65px !important;
}

.wpx-70 {
    width: 70px !important;
}

.wpx-75 {
    width: 75px !important;
}

.wpx-80 {
    width: 80px !important;
}

.wpx-85 {
    width: 85px !important;
}

.wpx-90 {
    width: 90px !important;
}

.wpx-95 {
    width: 95px !important;
}

.wpx-100 {
    width: 100px !important;
}

.wpx-105 {
    width: 105px !important;
}

.wpx-110 {
    width: 110px !important;
}

.wpx-115 {
    width: 115px !important;
}

.wpx-120 {
    width: 120px !important;
}

.wpx-125 {
    width: 125px !important;
}

.wpx-130 {
    width: 130px !important;
}

.wpx-135 {
    width: 135px !important;
}

.wpx-140 {
    width: 140px !important;
}

.wpx-145 {
    width: 145px !important;
}

.wpx-150 {
    width: 150px !important;
}

.wpx-155 {
    width: 155px !important;
}

.wpx-160 {
    width: 160px !important;
}

.wpx-165 {
    width: 165px !important;
}

.wpx-170 {
    width: 170px !important;
}

.wpx-175 {
    width: 175px !important;
}

.wpx-180 {
    width: 180px !important;
}

.wpx-185 {
    width: 185px !important;
}

.wpx-190 {
    width: 190px !important;
}

.wpx-195 {
    width: 195px !important;
}

.wpx-200 {
    width: 200px !important;
}

.wpx-205 {
    width: 205px !important;
}

.wpx-210 {
    width: 210px !important;
}

.wpx-215 {
    width: 215px !important;
}

.wpx-220 {
    width: 220px !important;
}

.wpx-225 {
    width: 225px !important;
}

.wpx-230 {
    width: 230px !important;
}

.wpx-235 {
    width: 235px !important;
}

.wpx-240 {
    width: 240px !important;
}

.wpx-245 {
    width: 245px !important;
}

.wpx-250 {
    width: 250px !important;
}

.wpx-300 {
    width: 300px !important;
}

.wpx-350 {
    width: 350px !important;
}

.wpx-400 {
    width: 400px !important;
}

.wpx-450 {
    width: 450px !important;
}

.wpx-500 {
    width: 500px !important;
}

.wpx-550 {
    width: 550px !important;
}

.wpx-600 {
    width: 600px !important;
}

.wpx-650 {
    width: 650px !important;
}

.wpx-700 {
    width: 700px !important;
}

.wpx-750 {
    width: 750px !important;
}

.wpx-800 {
    width: 800px !important;
}

.wpx-850 {
    width: 850px !important;
}

.wpx-900 {
    width: 900px !important;
}

.wpx-950 {
    width: 950px !important;
}

.wpx-1000 {
    width: 1000px !important;
}
/* #endregion */

/* #region Max-Width */
.mw-min-content {
    max-width: min-content !important;
}

.mw-0 {
    min-width: 0 !important;
}

.mw-25 {
    min-width: 25% !important;
}

.mw-50 {
    min-width: 50% !important;
}

.mw-75 {
    min-width: 75% !important;
}

.mw-100 { /* OVERRIDE bootstrap[v5.3] */
    min-width: 100% !important;
}
/* #endregion */

/* #endregion */
