:root {
    --primary-color: #3cc891;
    --primary-text-color: #3cc891;
    --secondary-color: #4273b3;
    --tertiary-color: #d064c4;
    --quaternary-color: #202020;
    --primary-color-info: #568cbb;
    --primary-color-success: #44ae8b;
    --primary-color-warning: #ffb606;
    --primary-color-error: #F05555;
}

body{
    min-height: 100vh;
    background-color:#c6c6c6;
}

*:not(i, svg, .select2-container, .select2-container *, .code_editor_container *){
    transition: all 0.3s ease;
    font-family: 'Asap', Arial, sans-serif;
}

body.hide-sidebar #menu{margin-left:-155px}
body.hide-sidebar #wrapper{margin-left:0}
body.hide-sidebar .nav-label p, body.hide-sidebar .menu_name, body.hide-sidebar #logo_img { display: none; }
body.hide-sidebar .menu_icon{ float: right; margin-right: 0px; }
body.hide-sidebar .nav-label .menu_icon{ float: right; margin-right: -5px; }
body.hide-sidebar #favicon_img{ display: block; }

.d-block{
    display: block;
}

html{
    background-color:#eaeaea;
}

.color-line{
  background-color: var(--primary-color);
  height: 3px;
}

a {
    cursor: pointer;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.25;
    font-weight: 500;
}

.ta-right{
    text-align: right!important;
}

.ta-left{
    text-align: left!important;
}

.f-right{
    float: right!important;
}

.f-left{
    float: left!important;
}

.f-none{
    float: none!important;
}

.left{
    float: left;
}

/* Margins */
.m-0 { margin: 0!important; }
.mt-0 { margin-top: 0!important; }
.mr-0 { margin-right: 0!important; }
.mb-0 { margin-bottom: 0!important; }
.ml-0 { margin-left: 0!important; }

.mt-1 { margin-top: 0.25rem!important; }
.mr-1 { margin-right: 0.25rem!important; }
.mb-1 { margin-bottom: 0.25rem!important; }
.ml-1 { margin-left: 0.25rem!important; }

.mt-2 { margin-top: 0.5rem!important; }
.mr-2 { margin-right: 0.5rem!important; }
.mb-2 { margin-bottom: 0.5rem!important; }
.ml-2 { margin-left: 0.5rem!important; }

.mt-3 { margin-top: 1rem!important; }
.mr-3 { margin-right: 1rem!important; }
.mb-3 { margin-bottom: 1rem!important; }
.ml-3 { margin-left: 1rem!important; }

.mt-4 { margin-top: 1.5rem!important; }
.mr-4 { margin-right: 1.5rem!important; }
.mb-4 { margin-bottom: 1.5rem!important; }
.ml-4 { margin-left: 1.5rem!important; }

.mt-5 { margin-top: 3rem!important; }
.mr-5 { margin-right: 3rem!important; }
.mb-5 { margin-bottom: 3rem!important; }
.ml-5 { margin-left: 3rem!important; }

.mt-6 { margin-top: 5rem!important; }
.mr-6 { margin-right: 5rem!important; }
.mb-6 { margin-bottom: 5rem!important; }
.ml-6 { margin-left: 5rem!important; }

/* Padding */
.p-0 { padding: 0!important; }
.pt-0 { padding-top: 0!important; }
.pr-0 { padding-right: 0!important; }
.pb-0 { padding-bottom: 0!important; }
.pl-0 { padding-left: 0!important; }

.pt-1 { padding-top: 0.25rem!important; }
.pr-1 { padding-right: 0.25rem!important; }
.pb-1 { padding-bottom: 0.25rem!important; }
.pl-1 { padding-left: 0.25rem!important; }

.pt-2 { padding-top: 0.5rem!important; }
.pr-2 { padding-right: 0.5rem!important; }
.pb-2 { padding-bottom: 0.5rem!important; }
.pl-2 { padding-left: 0.5rem!important; }

.pt-3 { padding-top: 1rem!important; }
.pr-3 { padding-right: 1rem!important; }
.pb-3 { padding-bottom: 1rem!important; }
.pl-3 { padding-left: 1rem!important; }

.pt-4 { padding-top: 1.5rem!important; }
.pr-4 { padding-right: 1.5rem!important; }
.pb-4 { padding-bottom: 1.5rem!important; }
.pl-4 { padding-left: 1.5rem!important; }

.pt-5 { padding-top: 3rem!important; }
.pr-5 { padding-right: 3rem!important; }
.pb-5 { padding-bottom: 3rem!important; }
.pl-5 { padding-left: 3rem!important; }

.pt-6 { padding-top: 5rem!important; }
.pr-6 { padding-right: 5rem!important; }
.pb-6 { padding-bottom: 5rem!important; }
.pl-6 { padding-left: 5rem!important; }


.d-inline{
    display: inline-block;
}

.dt-buttons {
    margin-bottom: 10px;
    float: left;
}

.dt-paging.paging_full_numbers {
    float: right;
    margin-top: 15px;
}

.dt-info {
    float: left;
    margin-top: 15px;
}

.w-100{
    width: 100%;
}

.tachado {
    font-size: 0.9em;
    text-decoration: line-through;
    opacity: 0.8;
}

.label{
    display: inline-block;
}

.hpanel .panel-body, div#hbreadcrumb{
    background-color: #f2f2f2!important;
}

.hpanel .panel-body{
    padding:0px 0 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}

.hpanel .panel-body.with_breadcrumb{
    border-radius: 0 15px 15px 15px!important;
}

/* Customize the label (the containerRadio) */
.containerRadio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 0 5px;
    cursor: pointer;
    padding: 6px 0 0 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerRadios .containerRadio {
    padding: 0px 20px;
    display: inline-block;
    margin: 10px 3px;
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.containerRadio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-top: 6px;
  background-color: #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #bbb;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.containerRadio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

.bootstrap-switch {
    margin:10px 0;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.darkDot.containerRadio .checkmark:after {
  background: #404040;
}

.border-none{
    border:none!important;
}

/* Customize the label (the containerCheckbox) */
.containerCheckbox {
    padding-left:25px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containerCheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dbdbdb;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: #a8a8a8;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input-group .bootstrap-tagsinput{
    margin: 0!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.asignar_accesos .acceso{
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #eaeaea;
}

.acceso{
    margin-top: 0;
}

.asignar_accesos .acceso:first-child{
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}

.acceso:nth-child(1){
    border-left: none;
}

.accesos_container{
    margin:0 auto;
}

.asignar_accesos {
    text-align: center;
}

ul ul{
    padding-left: 20px
}

hr{
    border-color: var(--primary-color);
}

.logCambios ul li:last-child {
    margin-bottom: 10px;
}

.recuadro{
    background: #fafafa;
    padding: 5px 10px;
}

.ui-state-active, .ui-button:focus, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border:1px solid var(--primary-color-info);
    background: var(--primary-color-info);
    color: white
}

.bootstrap-tagsinput, .form-control{
    font-size: 13px!important;
}

.bootstrap-tagsinput input::placeholder{
    color: #a0a0a0!important;
}

.btn-dark{
    background-color: #404040;
    color: white!important;
}

.btn-light{
    border-color: #eaeaea;
    background-color: #fafafa;
}

.btn-secondary, .btn-secondary:hover , .btn-secondary:active , .btn-secondary:focus {
    background: var(--primary-color-info);
    color: white;
}

.opcionToggle .input-group{
    width: 100%
}

.input-group input{
    margin-top: 0!important
}

select::-webkit-inner-spin-button,
select::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}

.clear{
    clear: both;
}

.footer .col-sm-12 {
    position: fixed!important;
    top: 16px;
    left: 50%;
    text-align: center;
    z-index: 999999;
    width: 190px;
    transform: translateX(-50%);
    color: white;
}

footer p {
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.7;
    font-size:12px;
    color:#404040;
    padding-bottom: 10px;
}

.darkTheme footer p{
    color:#efefef;
}

.darkTheme footer p a:hover{
    color: white!important;
}

.navigation{
    transition: all .4s ease 0s;
}

@media(min-width: 768px){
    .hide-sidebar .navigation{
        width: calc(100% - 45px)!important;
    }
}

.contact-panel {
    margin-bottom: 30px;
}

.form-group {
    margin: 15px 0;
}

.input-group{
    display:inline-table!important;
    width: 100%;
}

.input-group i {
    font-weight: 600;
    font-size: 1.2em;
}


select.form-control option:not(:first-child):checked {
    background:#eaeaea!important;
    color: #333!important;
}

.input-group i.fa {
    font-weight: inherit;
}


#load table{
    margin-bottom: 0!important;
    max-width: 100%!important;
    font-weight: 200;
}

.fw-normal{
    font-weight: 400!important;
}

.table{
    margin-bottom: 0
}

.position-relative{
    position: relative!important;
}

.label-menu-corner .label{
    right: 35px;
    top: 7px;
}

.notifications_dropdown{
    left: unset;
    right: 0;
}

.notifications_dropdown .title p{
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-picture {
    padding: 2px 0 0 0px;
    background: rgba(0,0,0,0)!important;
    border: 0!important;
    width: auto;
    display: inline-block;
    float: left;
}

.profile-picture img{
    padding-top:6px;
}

.label{
    font-weight: 400
}

.profile-picture .stats-label span {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    float: left;
}


.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: var(--secondary-color);
    border-color:  var(--secondary-color);
    color: #fff;
}

.progress-bar-success {
    background-color: var(--primary-color-success)!important;
}

.label-success {
    background-color: var(--primary-color-success);
}

.label-danger {
    background-color: var(--primary-color-error);
}

.label{
    padding-top: 2px;
}

.ui-datepicker-calendar td{
    min-width: 1px!important;
}

.panel-title{
    text-transform: none!important;
}

.contact-stat {
    padding: 10px 0!important;

}

.nav-second-level li{
    border:none!important;
}

.profile-picture .stats-label {
    margin-top: 9px!important;
    display: inline-block;
    margin-left: 8px;
}

.inputColor{
    width: 35px;
    padding: 0 2px;
    float: left;
}

.btn-primary{
    background-color: var(--primary-color);
    transition: all 0.2s ease;
}

.btn-primary:hover{
    background-color: var(--secondary-color);
}

.btn-success, .btn-success:hover {
    background-color: var(--primary-color-success);
    border-color: var(--primary-color-success);
    color: #fff;
}

/*Estilos barra de desaplzamiento*/

*::-webkit-scrollbar-track, .content::-webkit-scrollbar-track, .drag-container::-webkit-scrollbar-track, .revsliderIframe::-webkit-scrollbar-track
{
    background-color:transparent;
}

*::-webkit-scrollbar, .content::-webkit-scrollbar, .drag-container::-webkit-scrollbar, .revsliderIframe::-webkit-scrollbar
{
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-thumb, .content::-webkit-scrollbar-thumb, .drag-container::-webkit-scrollbar-thumb, .revsliderIframe::-webkit-scrollbar-thumb
{
    background-color: var(--secondary-color)!important; 
}

a#delete_product {
    font-size: 1.5em;
}

#profilePic{
    max-width: 80px;
    margin:0 auto 25px auto;
    border-radius:50px;
    overflow: hidden;
    margin-bottom: 0;
}

label.error, label span.error {
    color: #ee7b6f;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 0.9em;
    position: relative;
    top: -10px;
}

label.error:before{
    content: "✖";
}

.form-control.error {
    border-color: #ee7b6f!important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background: none!important;
}

.pags{
    width: 60px!important;
    padding-right: 0;
    padding-left: 0px;
    border: none;
    margin-top: 11px!important;
    display: inline;
    font-size: 14px!important;
}

.edit, .deleteIcon, .deleteCond{
    font-size: 1.5em;
    margin:0 5px;
    line-height: 0.5em;
    position: relative;
    z-index: 9;
}

.deleteCond {
    margin-top: 17px;
    display: block;
}

.btn-success {
    color: #fff;
}

.btn-success:hover, .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    background-color: var(--primary-color-success);
    border-color: var(--primary-color-success);
}

.btn-warning {
    background-color: var(--primary-color-warning);
    border-color: var(--primary-color-warning);
    color: #fff;
}

.btn-warning:hover {

}

.toggle:not(.faq){
    padding: 12px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

.btn-danger {
    background-color: var(--primary-color-error);
    border-color: var(--primary-color-error);
    color: #fff;
}

.btn-danger:hover {
}

.iconito{
    width:25px;
    margin:0 auto;
    opacity:0.7;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
}

.iconito:hover{
    cursor: pointer;
    opacity:1;
}

#example2 tr td:nth-child(5), #example2 tr td:nth-child(6), #example2 tr td:nth-child(7), #example2 tr td:nth-child(8), #example2 tr td:nth-child(9){
    text-align: center;
}

.hpanel>.panel-heading, .stats-title h4{
    text-transform: uppercase;
    font-weight: 400;
}

.notification > li > a{
    text-align:right;
}

#right-sidebar{
    height: 470px;
    border-bottom:1px solid #eaeaea;
}

#side-menu svg{
    font-size: 1.5em;
    margin-right: 5px;
    z-index: 9999;
    position: relative;
}

#side-menu .fa-plus-square, #side-menu .fa-minus-square {
    font-size: 1.2em;
    float: right;
    margin-top: 1px;
    position: relative;
}

.menu_icon{
    width: 30px;
    margin-right: 5px;
    text-align: center;
    display: block;
    float: left;
    transition: all 0.3s ease;
}



#side-menu p {
    width: calc(100% - 30px);
    margin: 4px 0 0 0;
    line-height: 1em;
}

#side-menu li a{
    font-weight: 400;
    padding:10px;
}

#side-menu li .nav-second-level li a {
    padding: 8px 5px 8px 20px;
}


.nav-second-level {
    background: rgba(0, 0, 0, 0.2);
}

.darkTheme .nav-second-level {
    background: rgba(255, 255, 255, 0.2);
}

h2{
    margin-top:0px;
}



#side-menu li:first-child{
    border-top: 0!important;
}

#side-menu li:last-child{
    border-bottom:0!important;
}

th select, th input[type="text"] {
    width: 100%;
    font-weight: 300;
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    border-radius: 4px;
}

th select::placeholder, th input[type="text"]::placeholder {
    color:#c6c6c6;
}

th select:focus, th input[type="text"]:focus{
    outline:none;
}

#cierreDeCaja table.dataTable thead>tr>th.sorting{
    padding-right: 15px;
}

#cierreDeCaja table.dataTable thead .sorting_asc:after, #cierreDeCaja table.dataTable thead .sorting:after {
    display:none;
}

#cierreDeCaja .table > thead:first-child > tr:first-child > th{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    background:none;
}

#cierreDeCaja table.dataTable thead>tr>th.sorting_asc{
    padding-right:5px;
    padding-left:5px;
    padding-top: 5px;
}

#cierreDeCaja table.dataTable thead .sorting_asc{
    background:none;
}

.radio label::after, .radio-info input[type="radio"]:checked+label::after{
    background-color: var(--primary-color);
}

.radio-info input[type="radio"]:checked+label::before{
    border-color: var(--primary-color);
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline:none!important;
    outline-offset: 0;
    border-style: none;
}

:focus {
    outline:none!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    border:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:active{
    border:none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: none!important;
    border:none!important;
    border-bottom: 2px solid!important;
}

li.paginate_button.active{
    position: relative;
    bottom:1px;
}

.alerta{
    width:79.2%;
    position: fixed;
    z-index:900;
    top:80px;
}

.close{
    line-height: 0.8;
    margin-left:10px;
}

.modal-title{
    line-height: 1.1em;
    margin-bottom:0px;
    float: left;
    font-size: 18px;
}


.stats-label small {
    font-size: 97%;
    line-height: 0.9;
}


.fotoMatricula{
    max-width: 100px;
    margin-right: 10px;
    cursor: pointer;
}

#modalUser{
    z-index:999;
  }


.modal-backdrop.in {
    opacity: 0;
    z-index: 80;
    display: none
}

.mySlides img{
    width:80%;
    margin:0 auto;
}

.indexPage .modal-dialog {
    margin-top: 20px;
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

small, .small {
    font-size: 90%;
}

.stats-label small {
    font-size: 85%;
    line-height: 1;
    display: block;
    text-align: left;
}

#datosAp, #datosLoc, #datosVis{
    display: none;
}

#modalMat{
    min-width: 400px;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border:none;
    color: #999!important;
}

#fondoAgregarMat{
    background: #fff;
    border: 1px solid #eaeaea;
    padding:15px 0
}

.ui-jqgrid tr.ui-row-ltr td {
    font-size: 13px;
    padding: 5px 8px!important;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: 27px!important;
    font-size: 14px;
    padding: 2px 8px!important;
}

.ui-jqgrid .ui-jqgrid-view label{
    font-size: 13px!important;
}

label{
    font-weight: 400;
}

.ui-jqgrid .ui-userdata-top{
    padding:8px 3px!important; 
}


.table-hover > tbody > tr:hover {
    color: #1e1e1e;
}

@media (max-width: 1400px){
    .ui-jqgrid tr.ui-row-ltr td {
        font-size: 12px!important;
    }
}

.iconVehiculo{
    margin-right:5px;
}

.fotoAuto{
    max-width: 850px;
    float:left;
    margin-left:80px;
    margin-top:50px;
}

.modal-user{
    float-right;
    margin-right:70px;
}

.modal-user .modal-header{
    height:150px;
}

.modal-user .modal-footer{
    height:165px;
}

.modal-dialog{
    margin-top:60px;
}

.asterisco{
    font-size: 2em; color:var(--primary-color-error); 
    line-height: 0em; position: relative; top: 5px;
}


.ui-jqgrid .ui-jqgrid-hbox{
    padding-right: 0!important;
}

.ui-jqgrid .table-bordered, .ui-jqgrid .ui-jqgrid-hdiv{
    width: 100%!important;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div{
    padding:0!important;
}

.ui-jqgrid .ui-jqgrid-bdiv{
    width: 100%!important;
}


#nuevaMatricula .control-label{
    text-align: right;
    position: relative;
    top: 8px;
}

.alerta{
    transition: all 0.3s ease;
}

.hide-sidebar .alerta{
    width:94%!important;
}

.carousel-caption{
    top:22%;
}

.carousel-caption span{
    display: inline;
    background: var(--primary-color);
    box-shadow: 20px 0 0 var(--primary-color), -20px 0 0 var(--primary-color);
    padding:10px 0!important;
    color:white;
    text-transform: uppercase;
    font-weight: 600; 
}

.carousel-caption {
    right:12%;
    left:12%;
    text-align: left
}

.item{
    background-position: center!important;
}

.carousel-caption h2{
    line-height:1.7em;
    font-size: 2.7em;
    max-width: 470px
}

.carousel-caption h4{
    font-size: 1.75em;
    color:white;
    margin-top: 30px;
    text-shadow: none;
}

.carousel-caption p{
    color:white;
    max-width:400px;
    font-size: 1.1em;
}

.areas_mobile{
    display:none;
    z-index: 1000000;
}

#contentFile .hpanel{
    margin:0px!important;
}

@media(max-width: 768px){
    .profile-picture .stats-label, footer.footer, .header-website, .header-fontawesome, .header-migration {
        display: none;
    }

    .idiomasTabs{
        margin-top: 10px;
    }

    .idiomasTabs li a span{
        display: none;
    }

    .idiomasTabs img{
        margin-right: 0!important;
    }

    .header-link a, .header-link button {
        padding: 15px 15px!important;
    }

    .mobile-menu{
        position: absolute;
        right: 0;
        color: white;
    }

    .mobile-menu .navbar-toggle{
        margin: 0 5px;
    }

    .header-items{
        float: right;
    }

    .carousel-caption p{
        max-width:80%;
    }

    .areas_mobile{
        display:block;
    }


    .navbar-right .navbar-nav {
        margin: 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
        padding:12px 15px 5px 25px;
    }

    .areas_btn{
        display:none!important;
    }

    .navbar-right .dropdown-menu{
        top:53px!important;
    }

    .navbar-nav .open .dropdown-menu {
    position: absolute!important;
    float: left;
    width: auto;
    margin-top: -22px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu li{
        width:100%;
    }

    .navbar-right {
        float: right;
    }


    .navbar-right > li > a{
        float:right;
    }

    .menu_btns {
        font-size: 16px!important;
        line-height: 29px!important;
        margin-top: -2px;
        position: relative;
        top: -22px
    }

    .navbar-right .open a, .navbar-right .open{
        display: inline-block;
        width:auto;
    }

    .navbar-nav>li, .navbar-nav>li{
        height:auto;
    }

    .navbar-right > li > a, .navbar-nav li{
        display:inline-block;
    }

    .icon_starred{
        width:65px!important;
        padding-left:10px;
        right:23px!important;
    }

    .events_list hr{
        width:82%!important;
    }

    .icon_starred i{
        width:65px!important;
        font-size:35px!important;
    }

    .icon_starred p{        
        font-size:11px!important;
    }

    #contentFile{
        padding:0px 15px;
    }

    .noticia_title_cont, .date_new{
        clear:both!important;
        float:none!important;
        width:100%!important;
    }

    .not_cont{
        float:none!important;
        margin:20px 0!important;
        width:100%!important;
        overflow:auto;
    }

    .border_title h2 {
       font-size: 30px!important;
    }

    .content {
        min-width: 320px!important;
    }
}

@media(max-width: 550px){
    .carousel-caption h2{
        font-size: 2em;
        line-height: 1.7em;
    }

  
}

.copyrightLogin{
    position: absolute;
    bottom: 50px;
    color:white;
    margin:10px 20px;
    background: #404040;
    left: 5.5%;
    padding: 5px;
}

.sweet-overlay, .sweet-alert{
    z-index: 99999999;
}

.sweet-alert button.cancel{
    background: #999999!important;
}

.sweet-alert button.cancel:hover{
    background: #888888!important;
}

.sweet-alert .icon.warning{
    border-color:#ef5655!important;
}

.sweet-alert .icon.warning .body{
    background-color: #ef5655!important;
}

/* toggle switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    margin: 20px 0 0 0;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: var(--primary-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px #4273b3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.breadcrumb2 > li + li:before {
    padding: 0 5px;
    color: var(--secondary-color);
    content: "/";
    margin-right: 7px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchTitle{
    float:right; 
    margin: 15px 15px 0 5px; 
    line-height: 2.5em;
}

.form-control{
    margin: 15px 0;
    min-height: 34px;
}

form .form-control{
    margin: 15px 0;
}



.navbar-toggle{
    font-size: 22px;
    margin-top: 0
}

@media(max-width:768px){
    .alert-success{
    float: none;
    width: 100%;
    top:0
    }

    .hideOnMobile{
        display: none
    }
}

@media(min-width:992px){
    .navigation{
        width: calc(100% - 200px);
        float: right;
    }
}

#comentar{
    float: right;
    padding-top: 3px;
}

.fixed-navbar #header {
    height: 0px;
    z-index: 999999;
}

.fixed-navbar #wrapper, #menu{
    top: 0px;
}

#wrapper {
    background: transparent;
    z-index: 5;
    padding-top: 81px!important;
    height: 100vh;
    overflow-y: scroll;
}

#wrapper:before {
    content: "";
    position: absolute;
    background: rgba(var(--primary-color),0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#catbloque_preferencia_23 .btn-secondary{
    background: var(--secondary-color)!important;
}

div.dataTables_wrapper div.dataTables_filter input{
    max-width: 135px;
}

input[type='search']{
    background: url(../images/lupa.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 7px;
    background-color: white!important;
    border: 1px solid #eaeaea!important;
    margin: 15px 5px;
    min-height: 34px;
    border-radius: 10px;
    padding: 6px 12px;
}


.dt-button-collection {
    margin-top: 5px !important;
}


button.dt-paging-button {
    border: 1px solid #eaeaea;
    margin: 0 5px;
    background: white;
}

.dataTable td.text-center {
    min-width: 120px;
    width: 120px;
}

.datatable td, .dataTable th {
    min-width: 51px;
    min-height: 40px;
}

.agregar{
    float: right;
    margin: 10px 0 10px 15px;
    border-radius: 45px;
}

textarea{
    resize: vertical;
}

.testimonio{
    background: url('../images/quotes.png'), url('../images/quotes2.png');
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    padding: 15px;
    font-size: 1.1em!important
}

.progress-bar-success {
    border-right: none!important;
}

#files div a p, #files div p {
    width: 100px;
    float: left;
    margin-right: 20px
}

#files div p span{
    word-wrap: break-word;
    margin-bottom: 10px!important;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


.progresss-bar{
    height: 100%;
    background: var(--primary-color);
    width: 0
}

input[type="file"] {
    display: block;
    position: absolute;
    left: -1000vh;
} 

#submitBtn{
    display: none
}

table.dataTable{
    font-size: 100%;
}

#submitBtnVisible1, #submitBtnVisible2 {
    position: fixed;
    bottom: 20px;
    transform: scale(1.3) translateX(-50%);
    z-index: 100;
}

#submitBtnVisible1{
    right: 0;
}

#submitBtnVisible2{
    right: 90px;
}

#submitBtnVisible1, #submitBtnVisible2{
    border-radius: 50px;
}

.hpanel.listado {
    margin-bottom: 20px;
}

#uploadForm label, #uploadForm button{
    margin-bottom: 10px;
}

#targetLayer img{
    max-width: 100%;
}

.btnBorrar{
    display: none;
    width: 80px;
    margin: 0 auto 10px auto;   
}

.dataTable td{
    max-width: 350px;
}

.pe-bigger{
    font-size: 1.5em;
    position: relative;
    top: 4px
}

.btn-miniform{
    padding: 6px 10px;
    margin: 15px auto;
}


.despublicado{
    background: #eaeaea!important;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
    min-width: 51px;
}

.panel-body h4{
    font-size: 16px;
    line-height: 35px;
}


#fileupload{
    max-width: 768px;
    margin: 0 auto;
}

#fileupload .toggle{
    margin-left: 5px;
}

.lastTd button, .lastTd input{
    float:right;
    margin: 0 0 0 10px;
}

.panel-body h4 i{
    font-weight: 600;
    position: relative;
    top: 1px;
}

.fotoSlider{
    width: auto!important;
    height: auto!important;
}

.st0{
    fill:#404040;
}

#positionGrid{
    margin:20px auto;
}

#bottomRight rect, #centerRight rect, #centerCenter rect, #topRight rect, #bottomCenter rect, #topCenter rect, #bottomLeft rect , #centerLeft rect, #topLeft rect{
    opacity: 0.5;
    cursor:pointer;
}

#positions{
    display: none
}

.bootstrap-tagsinput {
    margin: 10px 0!important;
    padding: 7px 8px;
}

#auth-button{
    cursor:pointer;
}

#datosEstadisticas h3{
    text-align: center;
    margin:40px auto 20px auto;
    font-size: 1.5em;
}

.propiedadesAnalytics label{
    width:25%;
    float: left;
    line-height: 2.5em;
    text-align:right;
    margin-right: 5%;
}

.propiedadesAnalytics select{
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    float: left;
}

.flipInX a{
    color:#555555;
}

.fc-theme-standard .fc-popover {
    left: calc(50% - 111px)!important;
    top: calc(40% - 150px)!important;
}

.dropdown-menu.hdropdown .title{
    text-align: left;
}

.dropdown-menu{
    min-width: 250px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    padding: 12px 13px;
}

.navbar-nav>li>a:focus, .navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus{
    color:white!important;
}

@media(max-width: 768px){
    .propiedadesAnalytics label{
        width:100%;
        text-align:left!important;
        display: none!important;
    }

    .propiedadesAnalytics select{
        width: 100%;
        margin-top: 10px
    }

    .ViewSelector2-item {
        width: 100%!important;
        margin-left: 0!important;
    }
}

#view-name{
    display: none;
}

.ViewSelector2-item {
    width: 30%;
    float: left;
    margin-left: 3%;
}

.gapi-analytics-auth-styles-signinbutton, .gapi-analytics-auth-styles-signinbutton:hover{
    cursor:pointer;
    background: var(--primary-color)!important;
}

.gapi-analytics-auth-styles-signinbutton-image{
    border-right: #388f72 1px solid!important;
}

.miniatura{
    max-width: 70px;
    margin: 0 auto;
    max-height: 70px;
    mix-blend-mode: multiply;
}

.optGroup{
    font-weight: bold;
}

.posicionInactiva{
    opacity: 0.5;
}

#banner1, #banner2{
    cursor: pointer;
    opacity: 0.7;
}

.posicionActiva{
    opacity: 1!important;
}

#banner1:hover, #banner2:hover{
    opacity: 0.9;
}

.iconoBlanco{
    background: #404040;
    padding-bottom: 15px
}

.bgIcon{
    position: absolute;
    height: 100%
}

@media(max-width: 768px){
    footer .pull-right{
        display: none;
    }

    footer{
        bottom:-15px!important;
    }

    .miniatura {
        max-width: 80px;
        max-height: 80px;
    }
}


.header-link {
    padding: 0;
    margin-right: 0;
    cursor: pointer;
    border-right: none;
    float: right;
}

.header-link > a, .header-link button{
    padding: 15px 20px;
    float: right;
}

.notification_new::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color-error);
    position: absolute;
    top: 18px;
    right: 10px;
}

.header-link button{
    border: none;
    background: transparent;
}

.darkTheme .header-link a:not(#logout_link){
    color:white!important;
}

.slimScrollDiv{
    box-shadow: 1px 0px 5px 2px rgba(0,0,0,0.15);
}

a.closebox {
    display: none;
}


.breadcrumb2 li a{
    color:var(--primary-color);
}

.close_btn{
    background: #e8e8e8!important;
}

.close_btn svg {

}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #dedede;
}

.hbreadcrumb2>.active {
    color: var(--primary-color);
    pointer-events: none;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.3px;
}

nav.navigation {
    display: block;
    height: 52px;
    z-index: 100;
    border-bottom: 1px solid rgba(256,256,256,0.3);
    max-width: 100vw;
}

.hbreadcrumb>li+li:before{
    color:#0b5c75;
}

.hpanel div.inner_box{
    border:0!important;
}

.coverHead{
    padding:0px!important;
    border:0px!important;
    background:none!important;
    min-height: 35px;
    z-index: 9;
    position: relative;
    display: inline-block;
}

.light-version span {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.pe-7s-timer{
    font-weight: 900;
    padding-right:4px;
}

.pe-7s-map-marker{
    font-weight: 900;
    margin-top: 5px
}


#logo_cpanel {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    height: 130px;
    background: white;
}

.darkTheme #logo_cpanel{
    border-bottom: none;
}

#logo_cpanel .logo_img{
    max-width: 180px;
    max-height: 150px;
}

#logo_img {
    height: 130px;
    margin: 0 auto;
    padding: 15px 10px;
    object-fit: contain;
}

#favicon_img{
    position: relative;
    right: 5px;
    width: 32px;
    height: 100px;
    margin: 15px 0px;
    object-fit: contain;
}


.breadcrumb_custom {
    display: block;
    float: left;
    font-size: 15px;
    margin-top: 15px;
    color:#ffffff;
}

.hbreadcrumb {
    padding: 0;
    position:relative;
    height: 51px!important;
    padding-top: 12px;
    font-size: 15px;
    z-index: 10;
}

.hide-menu{
    z-index: 100000000;
    position:relative;
}


.birthday h4{
    color:white!important;
    margin-bottom: 0;
}

.birthday .text-warning{
    color:#fdf7ea;
}

.news_cont .hpanel{
    margin-bottom:0!important;
}

.phone_info i{
    font-size:20px!important;
    float:left;
}

.phone_info li {
    list-style: none;
    clear: both;
    margin: 7px 0px;
    display: block;
    overflow: auto;
}

.darkTheme.colorTheme #navigation {
    background-color: var(--primary-color);
}

.darkTheme #side-menu li a{
    color:#ffffff;
    white-space: inherit;
}

#side-menu li a, #side-menu li{
    width: 100%;
    min-height: 41.5px;
}

.lightTheme #side-menu li a, .lightTheme #side-menu i{
    color:#6a6c6f;
    white-space: inherit;
}

.lightTheme #side-menu i{
    font-weight: 600
}

.drop_mobile{
    max-width: 175px;
    left:0!important;
    padding:0;
}


.drop_mobile li:last-child{
    border-top:4px!important;
}

.darkTheme.colorTheme #side-menu{
    background-color: var(--primary-color);
}


.contact_name{
    color:var(--primary-color)!important;
}

.phone_info p{
    float:left;
    padding-left:7px;
    font-size:17px;
}

.head2{
    border-bottom:0px!important;
}

.hpanel{
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    margin-bottom: 0
}

.normalheader .hpanel{
    border-bottom:0px!important;
}

.color-white{
    color:white!important;
    margin: 0
}

.hbgyellow{
    background-color:var(--primary-color-warning)!important;
    background-image:url('../images/birthday_texture.png')!important;
}

.hbgyellow .pe-7s-gift{
    display:none;
}

.hbggreen{
    background-color:var(--primary-color-success)!important;
}

.hpanel.panel-collapse>.panel-heading, .hpanel .hbuilt {
    background: var(--primary-color)!important;
    border: 0!important;
    padding: 10px 10px;
    color: #ffffff!important;
}

.panel-collapse .panel-tools a{
    color:#ffffff;
}

.hpanel.panel-collapse>.panel-heading, .hpanel .hbuilt{
    border-radius: 0!important;
}

.hpanel>.panel-heading {
    color: #404040;
    font-weight: 400;
    padding: 10px 11px;
    transition: all .3s;
    border: 0px solid transparent!important;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.news_title{
    color:var(--primary-color)!important;
    font-weight:500;
    font-size: 1.5em;
}

.news_icon{
    margin-top:15px;
}

.second_row{
    margin-top:40px;
}

.content {
    padding: 70px 15px 15px 215px;
    min-width: 320px;
    position: relative;
    transition: all .4s ease 0s;
}   

body.hide-sidebar .content{
    padding-left: 60px;
}

.about_cont .panel-body{
    padding:50px;
}

.about_cont .panel-body ul{
    padding-top:10px;
}


.about_cont .panel-body ul li{
    font-size:19px;
    margin:4px 0;
    font-weight:300;
}

.modal_info2 i {
    font-size: 20px;
    font-weight: 600;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

.modal_info2 p{
    float:left;
    line-height: 26px;
    font-size:16px;
}

.event_right b{
    margin-top: 5px!important;
}

div#hbreadcrumb {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0!important;
    position: relative;
    margin-left: 0px;
    width: auto;
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

.modal:before{
    content:'';
    width:100%;
    height: 100vh;
    position: fixed;
    padding:0;
    margin: 0;
    background-color:rgba(0,0,0,0.5);
    top:0;
}

.news_content h4{
    margin-top:0;
}

.zindex{
    z-index: 0!important;
}

.hbreadcrumb2 li{
    float:left;
    position:relative;
    margin-right:8px;
    font-size:14px;
    padding-top:3px;
}

.breadcrumb2 li a {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb{
    background-color: none!important;
}

.hbreadcrumb2 {
    padding: 2px 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 11px;
}

.breadcrumb2 {
    padding: 2px 15px 32px 15px;
    margin-top: 5px;
    list-style: none;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
}

div#hbreadcrumb:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(242,242,242);
    background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 30%, var(--primary-color) 100%);
    display: block;
    clear: both;
}

.news_cont{
    margin-bottom:10px;
}

.panel-heading{
    cursor:pointer;
}

.accordion_news{
    padding:0!important;
}

.accordion_news .panel-heading{
    padding:20px;
}

.accordion_news .panel-default > .panel-heading{
    border:0px!important;
}

.pull-right{
    border:0px!important;
}

.accordion_news .panel-heading{
    border-top: 1px solid var(--primary-color);
}

.accordion_news div{
    border-left:0px!important;
    border-right:0px!important;
    border-bottom:0px!important;
    margin-top: 0px!important;
    border-radius:0px!important;
    margin-bottom: 0;
}

.stats-icon .pe-7s-gift{
    position: absolute;
    right: 20px;
}

.accordion_news .panel-heading{
    border-top:1px solid var(--primary-color);
}

.iconLabel i{
    font-size: 3em;
}

.inputIcon{
    margin-bottom: 15px
}

.iconBox{
    width: 55px;
    float: left;
    text-align: center;
    margin:10px;
}

.footer_title {
    font-size: 20px!important;
    padding-left: 59px!important;
    background: url(../images/icons/news.png)!important;
    background-repeat: no-repeat!important;
    background-size: 36px!important;
    background-position: 10px center!important;
    background-color:#ffffff!important;
    padding:20px 10px;
    display:block;
}

.footer_title_external{
    background: url(../images/icons/external_news.png)!important;
}

.news_cont .panel-footer{
    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
    border-bottom:4px solid var(--primary-color);
    display:block;
}


.event_right{
    text-align:right;
    min-width: 100px
}

.event_right a{
    float: right;
    margin: 5px 0 0 10px;
    text-align: right;
    color:var(--primary-color);
    font-weight: 600
}

.linea_events{
    margin-top:5px!important;
    margin-bottom:5px !important;
}

.link_icon{
    font-size:18px;
    float:left;
    margin:5px;
    color:var(--primary-color);
    font-weight:600;
    position: relative;
    bottom: 5px;
}

.none{
    display: none;
}

.event_title{
    font-size:15px!important;
    text-decoration:underline;
}

ul.phone_info {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
}



.contactos_table tr td span i{
    float:left;
    margin-left:10px;
    font-size: 20px!important;
    font-weight:400;
}

.contactos_table tr td span{
    margin-right:15px;
    float:left;
} 

.phone_number{
    padding-top:5px;
}

.edit_c a{
    float:right;
    margin-right:10px;
}

.contact_tabs li a{
    font-size:18px;
}

.contact_tabs li a:hover{
    color:white;
}

.contactos_table h3{
    float:left;
    width:auto;
    position:relative;
    display:flex;
    font-size:15px;
    font-style: none!important;
    margin:0;
    padding-left:8px;
    line-height: 19px;
}

.modal-open .modal {
    overflow-x: hidden;
    padding: 0!important;
    z-index: 99999;
}

.open_new{
    padding:5px 20px 5px 10px;
    border:1px solid #eaeaea!important;
    border-radius:5px;
    margin:10px 0 0 0;
    display:block;
    background-color:none!important;
}


.bigmenu a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px;
    width: 135px;
}

.open_new i {
    position: relative;
    top: 2px;
    right: -12px;
    font-size: 15px;
    display: binl;
}

.events_list .open_new{
    position:absolute;
    bottom:10px;
    right:20px;
}

.noticia_open .main_img img{
    max-width:100%;
    float:left;
    display:block;
}

.noticia_title_open{
    float:left;

}

.noticia_title_open div:first-child, .noticia_title_open div:first-child p{
   
}

.border_title + .col-md-12, .border_title + .col-md-12 p{
    width:100%!important;
    max-width:100%!important;
}

.border_title + .col-md-12, .border_title + .col-md-12 p{
    padding:0px;
    font-size:1.1em!important;
    line-height:1.4em!important;
}

.about_cont i{
    font-size:40px;
    float:left;
}

.about_cont h2{
    float:left; 
    color:var(--primary-color);  
}

.activeArea{
    background: #eaeaea;
}

.hdropdown.bigmenu{
    padding: 0;
}

.about_cont p, .about_cont ul{
    clear:both;
    font-size:19px!important;
}

.border_title + .col-md-12 h1, .border_title + .col-md-12 h2, .border_title + .col-md-12 h3, .border_title + .col-md-12 h4, .border_title + .col-md-12 h5{
    font-size:1.7em!important;
}

.border_title + .col-md-12, .border_title + .col-md-12 > .col-md-12{
    width:100%!important;
}

.border_title + .col-md-12{
    margin-top:40px;   
    padding:0 12px; 
}

.border_title + .col-md-12 > .col-md-12{
    padding:0!important;
}

.date_new{
    position:relative;
    top:0;
}

.border_title {
    overflow: auto;
    padding: 10px 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.date_new p {
    float: left;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    padding-top:5px;
}

.date_new .pe-7s-date{
    font-size:1.75em;
}

.noticia_title_open hr:first-child{
    margin-top:0px!important; 
}

.border_title h2{
    color:var(--primary-color);
    font-size: 32px;
}

.noticia_title_open hr:last-child {
    margin-top: 24px;
    margin-bottom:0px!important;
}

.subtitule {
    clear: both;
    font-size: 1.5em;
    width: 90%
}

.not_cont span{
    float:right;
    text-align: right;
    font-size:16px;
}

.share_news a{
    font-size:17px;
    border:1px solid #eaeaea;
    border-radius:5px;
    margin-top: 7px;
    float: right;
}

.titulo{
    margin-bottom:0;
}

.share_news a i{
    padding-top:3px;
    padding-right:3px;
}

.cont_mision iframe, .cont_mision.embed-responsive{
    min-height:300px;
}

.cont_mision iframe{
    padding-top:20px;
}

.menu_btns{
    font-size:16px!important;
    line-height: 25px!important;
    margin-top: 0px;
}

.emergency{
    min-width: 200px;
}

.emergency li{
    padding:0!important;
}

.emergency li, .emergency{
    text-align:left;
    background-color:#fff;
}

.navbar-right .dropdown-menu{
    top:51px;
}

.emergency li a:hover{
    background-color:none!important;
    width:100%;
    height:100%;
}

.emergency li a{
    text-align:left;
    background-color:none!important;
    height:100%;
    width:100%;
    display:block;
    padding:15px;
}

.areas_btn i {
    font-size: 18px!important;
    float: right;
    padding-top: 3px;
}

.drop_mobile li a{
    color:#000!important;
}

.portales_menu ul li,.portales_menu ul li a{
    clear:both;
    display:flex;
    overflow: auto; 
}

.portales_menu ul li a{
    padding:7px;
    width:100%;
}

.portales_menu ul li img{
    max-width: 130px;
    width:32px;
    text-align:left;
    padding-top:2px;
}

.cont_portal_img{
    float:left;
}

.portales_menu li{
    padding:0!important;
}

.portales_menu ul li a span {
    float: right;   
    font-size: 1.2em;
    padding-top: 5px;
    margin-left: 7px!important;
}

.events_list{
    margin-bottom:30px;
}

.events_list .panel-body{
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px 20px 5px 20px;
    position: relative;
}

.img-fluid{
    max-width: 100%;
}

.event_starred{
    background-color:#17a0cc!important;
    color:#fff!important;
}

.img-circle-bw{
    width: 75px;
    height: 75px;
    background-size: cover!important;
    background-position: center!important; 
    display: block;
    float: left;
    border-radius: 50%;
    margin:0 15px 15px 0;
}

.event_starred .open_new{
    border-color:#ffffff;    
}

.events_list hr{
    clear:both;
    width:100%;
    margin-left:0;
    margin-bottom:10px;
}

.event_lcoation i {
    font-size: 17px;
    padding-right: 16px;
    float: left;
}

.event_lcoation p{
    font-size: 14px;
    line-height:30px;
    float:left;
}

.event_starred a, .event_starred span{
    color:#fff!important;
}

.icon_starred{
    position:absolute;
    right:10px;
    top:20px;
    width:100px;
    background-color:#17a0cc;
}

.icon_starred p{
    text-align:center;
    margin:auto;
    width:100%;
    color:#fff;
}

.icon_starred i{
    font-size:30px;
    text-align:center;
    margin:auto;
    width:100%;
    color:#ffffff;
}

.event_date p, .event_date i{
    float:left;
}

.event_date p{
    margin-right:15px;
    margin-left:2px;
    font-size:20px;
    margin-top:-1px;
}

.event_title_p {
    font-size: 25px;
    width: 74%;
    display: block;
    float:left;    
    margin:0;
}

.v-timeline::before {
  
    height: 128%;

}

.event_lcoation{
    padding:0 15px 15px 15px!important;
}

.event_lcoation p{
    margin-top:0;
}

.event_date i{
    font-size:26px;
}

.event_date{
    clear:both;
    font-size:17px;
}

.eventmap{
    clear:both;
}

#map, #map iframe { 
    width: 100%!important;     
    min-height: 200px;
    margin: 10px 0      
} 

.addRemove {
    padding: 0 5px;
    position: absolute!important;
    right: 10px;
    top: 10px;
}

#mapCenterForm .input-group{
    display:inline-table!important;
}

.k_w .bootstrap-tagsinput{
    display:inline-block;
    min-height:88px;
    margin-bottom: 10px!important;
}

.canvas-block {
    width: 100%;
    min-height: 300px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(10,100,150,0.85);
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.contact-panel .panel-footer{
    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.call_emergency_contact{
    line-height:21px!important;
    font-size:15px!important;
}

.addRemove{
    border-radius:100%;
    width:23px;
    height:23px;
    line-height:23px;
    padding:0;
}

.addRemove i{
    position: relative;
    bottom: 1px
}

.radio-info input[type="radio"]:checked + label::before, .radio input[type="radio"]:focus + label::before{
    outline-color: #ffffff!important;
}

.desplegar{
    font-size: 19px;
    line-height: 17px;
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    background-color: #b1b5b7;
    color: #f7f9fa;
}

.contact_i{
    font-weight: 600;
    position: relative;
    top: 2px
}

#myCanvas1 {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    opacity: 0.20;
    background: rgba(0,0,0,0.15);
}

aside#menu {
    z-index: 999999;
    background: white;
}

.eventinfo i{
    font-size:20px!important;
    font-weight:300;
    float:left;
    margin-top:0;
}

.eventinfo p{
    font-size:18px;
    float:left;
    margin-right:20px;
}

.eventinfo p span{
    float:left;
    line-height:28px;
}

.eventinfo h2{
    color:var(--primary-color);
    font-size:33px;
    margin-bottom:20px;
}

.eventinfo a{
    font-size:18px;
    text-decoration: underline;
    color:var(--primary-color);
}

.eventinfo hr{
    margin-top:0px;
}

.labelColor {
    margin: 15px 15px 0 10px;
    display: inline-block;
}

.eventemail{
    clear:both;
    margin-left:0;
}

.eventemail i{
    margin-right:6px;
}

#areaTitle{
    position: absolute;
    top: 0;
    width: 180px;
    margin:0 auto;
    left: 50%;
    margin-left: -90px;
    text-align: center;
    color: white;
    padding: 5px 0
}

@media(max-width: 992px){
    #areaTitle{
        left:343px;
    }
}

@media(max-width: 768px){
    #areaTitle{
        width: 100%;
        position: relative;
        left: 0;
        margin: 0;
    }

    #navigation{
        top: 55px;
        position: relative;
    }
}

#attention{
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 8px;
}

#call{
    top: 5px;
    position: relative;
    right: 2px;
}

.modal-header{
    padding: 15px 15px 10px;
}

.headerEvent{
    color:white;
}

.cumpleanios .modal-title{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400
}

.asistiran{
    float: right; 
    position: relative;
    bottom: 5px;
    color:var(--primary-color);
}


.assistEvent{
    float: right;
}

.usuarioComment img, .usuarioComment p{
    float: left;
}

.usuarioComment p{
    margin: 2px 0 0 8px!important;
}

.comentariosTable p{
    margin: 8px 10px;
}

.usuarioComment {
    min-width: 100px;
}

.modal-body {
    word-break: break-all;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 15px 0;
}

.calendario{
    display:block;
}

.calendario h2{
    font-size: 20px;
}

.darkTheme #side-menu li{
    background: transparent;
    color:white;
    border-bottom: 1px solid rgba(211, 211, 211, 0.3);
}

.darkTheme #side-menu.nav>li>a:hover, .darkTheme #side-menu.nav>li>a:focus{
    background: transparent!important;
    color:white;
}

.side-menu li a .nav-label i,.side-menu li a .nav-label svg{
    z-index: 2
}

.darkTheme #side-menu.nav>li>a:hover:before, .darkTheme ul.nav.nav-second-level li:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.darkTheme #side-menu.nav>li.active>a:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.darkTheme #side-menu.nav>li.active>a.not(li.active.with_children>a), .darkTheme #side-menu.nav>li.active>a:before, .darkTheme #side-menu li.active a:hover:before {
    background: var(--secondary-color)!important;
}

.darkTheme #side-menu.nav>li.active.with_children>a {
    background: rgba(255, 255, 255, 0.2)!important;
}

.darkTheme #side-menu.nav>li.active.with_children>a:hover:before, .darkTheme #side-menu.nav>li.active.with_children>a, .darkTheme #side-menu.nav>li.active.with_children>a:hover {
    background: rgba(0,0,0,0.1);!important;
}

.with_children {
    width: 100%
}

.darkTheme #side-menu li .nav-second-level li a:hover, .darkTheme #side-menu li .nav-second-level li a.active {
    background: rgba(0,0,0,0.2);
}

.darkTheme #side-menu li a .nav-label {
    position: relative;
    z-index: 1;
}

.lightTheme #side-menu > li{
    background: #f3f3f3;
}

.lightTheme #side-menu li .nav-second-level li a.active {
    background: #fafafa;
}

.lightTheme #side-menu li.active{
    background: white;
}

.darkTheme #side-menu li.active a{
    border: none!important;
}

.lightTheme .profile-picture{
    background:white;
    border-bottom: 1px solid #eaeaea;
}

.lightTheme .profile-picture .stats-label span, .lightTheme .profile-picture .stats-label a small{
    color:#6a6c6f;
}

.darkTheme .profile-picture, .darkTheme .profile-picture .stats-label span {
    color: #ffffff;
}

.lightTheme .header-link {
    background-color: white;
    color: #6a6c6f;
    border-right: 1px solid #eaeaea;
}



.lightTheme .navbar-nav>li>a:focus, .navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus {
    color: inherit;
}


.darkTheme .header-link {
    color:#ffffff;
}

.darkTheme:not(.colorTheme) .header-link {
    background: rgba(0, 0, 0, 0.05);
}

.darkTheme:not(.colorTheme) .header-link:hover {
    background: rgba(0, 0, 0, 0.25);
}

.darkTheme:.colorTheme .header-link:hover {
    background: var(--secondary-color);
}

.darkTheme .navbar-nav>li>a:focus, .navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus {
    color: inherit;
    background: var(--secondary-color);
}

.lightTheme nav.navigation {
    background-color: white;
    border-bottom: 1px solid #eaeaea;
}

.darkTheme.colorTheme nav.navigation {
    background-color: var(--primary-color);
}

#loginLeft{
    margin-top: 30px;
}

.darkTheme:not(.colorTheme) nav.navigation, 
.darkTheme:not(.colorTheme) #side-menu,
.darkTheme:not(.colorTheme) #navigation,
#loginLeft.blackTheme {
    background-color: var(--black-color);
}

.darkTheme .navbar.navbar-static-top a, .darkTheme .nav.navbar-nav li a {
    color: #ffffff;
}

.lightTheme .navbar.navbar-static-top a, .lightTheme .nav.navbar-nav li a, .lightTheme .pe-7s-upload:before {
    color: #6a6c6f;
}


.lightTheme #side-menu li .nav-second-level li a{
    font-weight: 400;
    color:#6a6c6f;
    width: 100%;
}

.darkTheme #side-menu li .nav-second-level li a{
    font-weight: 400;
    color:#ffffff;
}


.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active, .btn[disabled], .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #969b94;
    border-color: #969b94;
}


pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.uploadForm .miniatura{
    margin-bottom: 20px
}

.note-editor input[type="file"] {
    display: block;
    position: relative;
    left: 0;
}

.ui-widget.ui-widget-content {
    z-index: 999!important;
}

.text_ellipsis{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.idiomasTabs {
    border-bottom: none;
    padding-right: 15px;
}

.idiomasTabs > li{
    float: right;
}

.idiomasTabs>li.active>a, .idiomasTabs>li.active>a:hover, .idiomasTabs>li.active>a:focus{
    border-bottom: none
}

.idiomasTabs > li > a{
    margin-right: 0;
    margin-left: 0;
}

.idiomasTabs img{
    width:25px;
    margin:0 10px 0 0
}

.rtlInput{
    direction: rtl;
}

.langRow{
    background:#f8f8f8;
}

.activeLang{
    background:white;
}

.activeLang td:first-child{
    border-left: 2px solid #f8f8f8;
}

.activeLang td:last-child{
    border-right: 2px solid #f8f8f8;
}

.activeLang:after {
    content: "Activo";
    position: absolute;
    right: 25px;
    margin-top: 10px;
    background: var(--primary-color);
    padding: 4px 10px 5px;
    line-height: 15px;
    color: white;
}

.languagesTable > thead > tr > th, .languagesTable > tbody > tr > th, .languagesTable > tfoot > tr > th, .languagesTable > thead > tr > td, .languagesTable > tbody > tr > td, .languagesTable > tfoot > tr > td{
    border:none;
}

.languagesTable p {
    line-height: 25px;
    margin-bottom: 3px;
}

.sweet-alert.visible{
    opacity: 1!important;
    display: block!important;
}

.idiomasTabs > li > a:hover{
    background-color: transparent!important;
    color: #555!important
}

.idiomasTabs > li.active > a:hover{
    background-color: white!important;
    color: #555!important
}

#agregarCondicionBtn{
    float: right
}


.input-group.form-group .select2 {
    margin: 0!important;
    min-width: 200px;
}


.subtotalRow {
    background-color: #f4f4f4!important;
    font-weight: 700;
}

.descuentoTxt {
    color: var(--primary-color-success);
    font-weight: 600;
}

.formbuilderIframe{
    border:none;
    width: 100%;
    height: calc(100vh - 290px);
    min-height: 300px;
}

.switchOption{
    opacity: 0.8;
    font-weight: 200!important;
}

.switchOption.switchActivo{
    opacity: 1!important;
    color: #4273b3;
    font-weight: 800!important;
}

.ul_repetibles { list-style-type: none; padding: 0;}
.ul_repetibles li { height: 54px; margin: 0; }
.ul_repetibles li span { position: absolute; margin-left: -1.3em; }
.ui-state-highlight {
    background: white;
    border: 2px dashed #eaeaea;
}
.btn-hidden{
    display: none;
}

.with_input.input-group-addon{
    padding: 0
}

.with_input.input-group-addon select {
    padding: 0 12px;
    min-height: 30px;
    background: transparent;
    width: auto;
    height: 32px;
    border: none;
}

.with_input .select2 {
    margin: 0!important;
}

.with_input .select2-choice {
    background: transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.with_input_bottom {
    margin-bottom: 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.with_input .queryCol:not(:first-child){
    padding:0;
}

.with_input .queryCol:first-child{
    padding-right:0;
}

.moneda_producto{
    text-transform: uppercase;
}

.input-group-addon small {
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.darkTheme .close_btn{
    color: #404040!important
}

tr.inactivo {
    background-color: rgba(255,0,0,0.1)!important;
}


pre.code {
    color: white;
    background-color: #282923;
    white-space: normal;
}

.deleteCheckbox {
    float: right;
}

.selectAllCheckbox{

}

table.dataTable thead .lastTh.sorting:after {
    display: none
}

.table > thead > tr > th {
    vertical-align: middle!important;
}

.rowCheckbox .checkmark {
    left: calc(50% - 10px);
    top: -7px;
}

thead .checkmark{
    left:calc(50% - 18px)!important;
}

.papeleraLink{
    float: right;
    margin-top: 15px
}

.papeleraLink i {
    font-size: 1.1em;
}
.papeleraLink {
    float: right;
    margin-top: 17px;
    font-size: 14px;
    margin-right: 5px;
}

@media(min-width: 768px){
    .header-link.hide-menu{
        /*display: none*/
    }
}

.deleteElement{
    color: var(--primary-color-error);
    top: 2px;
}

.restoreElement{
    color: var(--primary-color-info);
    top: 25px;
}

.deleteElement, .restoreElement{
    cursor: pointer;
    position: absolute;
    right: 5px;
    display: none;
}

.tableRow td{
    position: relative;
}

.fal {
    font-weight: 300!important;
}

.icon_select{
    float: right;
    margin-left: 20px
}

.icon_select_container{
    margin-top: 15px;
}

.icon_select_container p{
    width: auto;
    float: right;
    margin-top: 4px
}

.recibo_container{
    position: relative;
    background: white;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);
    background: #fafafa;
}

.recibo_container:before {
    background: linear-gradient(45deg, transparent 33.333%, #fafafa 33.333%, #fafafa 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fafafa 33.333%, #fafafa 66.667%, transparent 66.667%);    background-size: 20px 40px;

    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
}

.recibo_container:after {
    background: linear-gradient(45deg, transparent 33.333%, #fafafa 33.333%, #fafafa 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fafafa 33.333%, #fafafa 66.667%, transparent 66.667%);
    background-size: 20px 40px;

    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;

    transform:rotate(180deg);
}

.contenedor_repetibles .btn_borrar{
    float: right;   
}

.acceso h4{
    margin-top: 0
}

#precio_anterior_icon{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 175%;
}


/*Juan custom*/

.cont_logo_login img{
    margin: auto;
    display: block;
    position: relative;
    width: 100px;
    padding:10px 15px;
    border-radius:15px;
    background-color:#fff;
    margin-bottom:50px
}

.input-group.form-group input, .input-group.form-group select, .input-group.form-group .form-control{
    margin-top: 0
}

#subtotal_factura h4, #total_factura h4{
    text-align: right;
    margin: 0 15px;
}

span.label{
    font-size: 80%;
    padding: 5px;
}


.olvidaste_contrasenia{
    font-size: 12px;
    float: right;
    text-decoration: none!important;
    color: var(--primary-color-info)!important;
}


.recordarSesion .checkmark {
    background-color: white;
    border: 2px solid #cccccc;
    border-radius: 2px;
}

.recordarSesion:hover input ~ .checkmark {
    background-color: white
}

.recordarSesion input:checked ~ .checkmark {
    background-color: var(--primary-color);
    border: none;
}

.recordarSesion{
    color: #7e7e7e;
    font-size: 1em;
}

.logversions{
    font-size: 0.8em;
}

#menu_editor h4{
    width: max-content;
    float: left;
}

.create_folder_menu{
    float: right;
    position: relative;
    top: 20px;
    cursor: pointer;
    margin-right: 17px;
}

.item-wrapper.item-folder {
    background: #eaeaea;
}

.item-wrapper-fila{
    padding-top: 5px;
}

.item-wrapper-fila , #menu_editor .item-container{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
}

.item-container{
    cursor: default;
}

.item-wrapper-fila > .item-container {
    min-height: 43px;
    padding: 5px 10px;
}

.item-wrapper-columna .item-container, .item-wrapper-bloque .item-container{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    padding:5px 10px;
    display: inline-block;
    z-index: 99;
    width: 100%;
    text-align: left;
}

#menu_editor .item-container{
    min-height: 30px;
    padding: 5px;
}


 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.item-container:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.sort-container{
    position: relative;
    z-index: 0;
    overflow-y: auto;
    padding: 15px;
}

#page_editor .sort-container{
    border: 2px solid #eaeaea;
    margin-top: 10px;
    padding: 15px 15px 180px 15px;
    background-image: url(../images/isotipo3d.svg);
    background-position: bottom 50px center, center center;
    background-repeat: no-repeat, repeat;
    background-size: 90px, 150px;
}

.simple_builder #animation_container, .simple_builder #background_styles_container > .col-lg-4, .simple_builder #background_styles_container #bg_size,  .simple_builder #background_styles_container #bg_repeat, .simple_builder #background_styles_container .switch_container, .simple_builder #background_styles_container hr, .simple_builder #background_styles_container .bootstrap-tagsinput, .simple_builder #background_styles_container #bg_position, .simple_builder #librerias_main_container{    
    display: none;
}

.folder_inicio{
    margin-top: 15px;
}

.folder_final{
    margin-bottom: 15px;
}

.drag-container{
    height: 500px;
    overflow-y: scroll;
}

.sort-container .item-wrapper .fa-trash.delete_menu_item, .sort-container .item-wrapper .fa-pencil.edit_menu_item, .delete_menu_item, .edit_menu_item {
    float: right;
    margin: 5px 0 0 10px;
    z-index: 99999999;
    position: relative;
    cursor: pointer;
}

.page-builder > .item-wrapper-bloque {
    border: 1px solid #eee;
}

.item-wrapper.ui-draggable.ui-draggable-handle {
    max-width: 100%;
    min-height: 34.4px;
}

.dark{
    color: white;
}

.wrapper { margin: auto; }
.wrapper > h5 { padding: 0; margin: 0; }
.wrapper > div { margin-bottom: 15px; border: 1px solid #aaa; }

.item-wrapper { position: relative; padding: 0px; background-size:cover;background-position: center; }
.item-wrapper:nth-child(even) { }

.drag-handle { position: absolute; border: 3px solid transparent; left: 0; right: 0; top: 0; bottom: 0; cursor: move; }

.item-container { position: relative; white-space: nowrap; text-overflow: ellipsis; }
.drop-container .item-container { cursor: default; }

.sort-container .item-container .item-wrapper-columna, .sort-container .item-container .item-wrapper-bloque, .sort-container .item-container .item-wrapper-fila{ cursor: move; }


.item-wrapper.mx-state-moving { background-color: #fcefa1; color: #000; margin: 0; }

.drag-container .item-wrapper.mx-content-hover { background-color: #cce0ff; color: #000; }
.drop-container.mx-content-hover { background-color: #ccff99; }
.sort-container .drag-handle.mx-content-hover { border-color: #cce0ff; }
.sort-container .item-wrapper.mx-content-hover { color: #000; }
.sort-container{overflow-x:hidden;}

.item_folder {
    background: #eaeaea!important;
}

#menu_editor .icon-container {
    float: left;
    width: 25px;
    text-align: center;
}

.accesos_container{
    display: none
}

.btn_drag.btn-miniform{
    float: right;
}

#load tbody tr td:last-child {
    min-width: 120px;
}

.sweet-alert p {
    word-break: break-word;
}

progress[value]::-webkit-progress-value, progress[value]::-moz-progress-value {
  background: red;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.funct-item .upload .fa-check{
    color: var(--primary-color-success);
}

.funct-item .upload .fa-cloud-upload{
    color: var(--primary-color-error);
}

iframe.iframeIphotor {
    width: 100%;
    border: none;
    min-height: 225px;
}

.contenedor_iphotor.expandido .iframeIphotor {
    height: 100%;
}

.contenedor_iphotor.expandido .after_input_bottom{
    height: calc(100% - 110px);
}

.contenedor_iphotor.expandido {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.eye_icon {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.eye_icon.fa-eye-slash{
    right: 9px;
    display: none
}

#pass_container{
    position: relative;
}

.g-recaptcha {
    width: fit-content;
    margin: 0 auto;
}

@media(max-width: 330px){
    .g-recaptcha {
        transform: scale(0.9);
        position: relative;
        left: -8px
    }
}

.metatagsbox{
    background:#fafafa;
    border:2px dashed #eaeaea;
}

.metatagsbox h4{
    margin:7px 0  0 10px;
}

.result-text{
    margin-top: -5px
}

.result-text .result-icon{
    width: 36.67px;
}

.seopreview{
    background-color: white;
    padding: 15px 20px;
}

.seotitle-preview{
    display: block;
    letter-spacing: normal;
    color: #1a0dab;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 590px;
    font-size: 18px;
    line-height: 1.2;
    font-family: Arial, sans-serif;
}

.seourl-preview{
    position: relative;
    top: -2px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    color: #006621;
    margin-bottom: 0;
    font-weight: 200;
    float: left;
}

.seourl-previewarrow{
    display: inline-block;
    vertical-align: middle;
    margin-top: -9px;
    margin-left: 5px;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #006621 transparent;
}

.seodescription-preview{
    color: #545454;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    font-family: Arial, sans-serif;
}

.half-width-input{
    width: 50%!important;
    display: inline-block!important;
}

.switch_container{
    display: inline-block;
    margin-right:5px;
    margin-left:5px;
}

.switch_container .switch{
    float: right;
}

.dark_bg .multibox {
    background: #404040;
    color: #eaeaea;
}

.plantillaLink{
    border: none;
    background: transparent;
}

.d-inline-block{
    display: inline-block!important;
}

#xls_input::-webkit-outer-spin-button,
#xls_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.footer_editor_row{
    border: 1px solid #eaeaea;
    background: #fafafa;
    padding: 15px;
    margin:15px;
}

.after_input_bottom{
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0;
}

blockquote {
    font-size: 16px;
    border-left: 3px solid var(--primary-color);
    font-style: italic;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-bar, .irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child, .irs--flat .irs-handle>i:first-child {
    background-color: var(--primary-color);
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
    border-top-color: var(--primary-color);
}

.irs--flat .irs-bar {
    height: 12px!important;
    top: 20px!important;
}

.irs--flat .irs-line {
    top: 20px!important;
}

.irs--flat .irs-handle {
    top: 17px!important;
}

.backgroundLabel{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    margin-top: 5px;
}

.irs--flat {
    margin-top: 10px;
}

.opacidadContainer{
    display: inline-block;
}

.single_switch {
    display: inline-block;
}

.containerRadio img{
    max-height: 100px;
    max-width: 350px;
}

.with_input .queryCol:last-child {
    padding-right: 15px;
}

.modal-body {
    padding: 15px 15px;
}

.item-container .btn_drag_builder {
    position: absolute;
    left: calc(50% - 19px);
    border: none;
    font-size: 18px;
    width: 33px;
    top: 5px;
    background: rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    height: 33px;
    text-align: center;
    padding: 0;
    line-height: 33px;
}

.dark .item-container .btn_drag_builder {
    color: white;
}

#page_editor .item-wrapper {
    display: inline-table;
}

#page_editor .item-wrapper-columna, #page_editor .item-wrapper-fila{
    padding: 5px;
}

#page_editor .item-wrapper-fila, #page_editor .item-wrapper-bloque{
    width: 100%;
}

#page_editor .item-wrapper-fila, #page_editor .item-wrapper-bloque, #page_editor .item-wrapper-columna{
    position: unset!important;
}

#page_editor .item-wrapper .icon-container{
    margin-top: 5px;
    display: inline-block;
}

#page_editor .item-wrapper .bwblockid span{
    margin-left: 10px;
    cursor: pointer!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 115px);
    position: absolute;
    top: 10px;
}

#page_editor .item-wrapper .bwblockid small{
    opacity: 0;
    position: absolute;
    left: 33px;
    top: 0px;
    transition: all 0.3s ease;
}

#page_editor .item-wrapper .bwblockid:hover > small{
    opacity: 0.5;
}

.rating-container .filled-stars{
    color: var(--primary-color);
}

.sortable-placeholder-block{
    min-height: 34px;
    border: 2px dashed #ddd;
    background:#fffdb5;
    float: left;
    display: flex;
}

#padding_container{
    border-left: 1px solid var(--primary-color);
    padding-bottom: 20px;
}

.revsliderIframe{
    width:100%;
    height: calc(100vh - 205px);
    border:none;
    min-height: 300px;
    margin-bottom: 10px
}

.dataTables_wrapper .dataTables_paginate{
    margin-bottom: 10px!important
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 5px 15px;
}

.bootstrap-switch .bootstrap-switch-handle-off svg, .bootstrap-switch .bootstrap-switch-handle-on svg{
    margin-right: 5px;
    display: inline-block;
}

.menu_settings .after_input_bottom {
    margin-bottom: 5px;
}


.sort-container.darkBg {
    background: #404040;
}

.add_btn_builder {
    cursor: pointer;
    text-align: center;
    border: 2px dashed #ddd;
}

.block_modal .modal-header .close{
    position: absolute;
    right: 10px;
}

.row_modal #switch_styles_prop, .column_modal #switch_styles_prop, .row_modal .idiomasTabs, .column_modal .idiomasTabs, .row_modal #columns_inputs, .block_modal #columns_inputs{
    display: none;
}

.row_modal #rowtype{
    display: block!important;
}

.column_modal #rowtype{
    display: none!important;
}

.page-builder:not(.builder_style) .item-wrapper.item-wrapper-fila {
    background-color: rgba(100, 100, 100, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.3) !important;
}

.item-wrapper.item-wrapper-columna {
    background-color: rgba(150, 150, 150, 0.1);
    border: 1px solid rgba(150, 150, 150, 0.3)!important;
}

.item-wrapper-bloque {
    background-color: rgba(200, 200, 200, 0.1);
    border: 1px solid rgba(200, 200, 200, 0.3)!important;
    z-index: 5;
}

.rowtype_content {
    padding-left: 5vw!important;
}

.rowtype_content {
    padding-right: 5vw!important;
}

.rowtype_container {
    margin: 5px 5vw;
    width: calc(100% - 10vw);
}


/* DRAGGABLE PLACEHOLDER FIXES */

#page_editor .ui-sortable-placeholder{
    display: inline-table!important;
    min-height: 42px;
    overflow: hidden;
    margin:0!important;
}

#menu_editor .ui-sortable-placeholder{
    display: inline-table!important;
    min-height: 30px;
    width: 100%;
    overflow: hidden;
}

.contenedor_repetibles .ui-state-highlight{
    display: inline-table!important;
    min-height: 100px;
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
    background: rgba(200,200,200,0.5);
}



.page-builder > .item-wrapper-columna {
    border: 1px solid #eee!important;
}

.item-wrapper-columna, .item-wrapper-fila {
    /*padding-bottom: 45px!important;*/
}

.editable-click br {
    margin: 3px;
    content: "";
}

.editable-click br:before {
    content: "|";
    width: 5px;
}

.input-group.form-group .select2-search-field, .input-group.form-group .select2-choices {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bootstrap-tagsinput .label-info{
    background-color: var(--primary-color);
}

.item-wrapper.mt-1{ margin-top: 7.5px; }
.item-wrapper.mt-2{ margin-top: 15px; }
.item-wrapper.mt-3{ margin-top: 22.5px; }
.item-wrapper.mt-4{ margin-top: 30px; }
.item-wrapper.mt-5{ margin-top: 37.5px; }
.item-wrapper.mt-6{ margin-top: 45px; }
.item-wrapper.mr-1{ margin-right: 7.5px; }
.item-wrapper.mr-2{ margin-right: 15px; }
.item-wrapper.mr-3{ margin-right: 22.5px; }
.item-wrapper.mr-4{ margin-right: 30px; }
.item-wrapper.mr-5{ margin-right: 37.5px; }
.item-wrapper.mr-6{ margin-right: 45px; }
.item-wrapper.mb-1{ margin-bottom: 7.5px; }
.item-wrapper.mb-2{ margin-bottom: 15px; }
.item-wrapper.mb-3{ margin-bottom: 22.5px; }
.item-wrapper.mb-4{ margin-bottom: 30px; }
.item-wrapper.mb-5{ margin-bottom: 37.5px; }
.item-wrapper.mb-6{ margin-bottom: 45px; }
.item-wrapper.ml-1{ margin-left: 7.5px; }
.item-wrapper.ml-2{ margin-left: 15px; }
.item-wrapper.ml-3{ margin-left: 22.5px; }
.item-wrapper.ml-4{ margin-left: 30px; }
.item-wrapper.ml-5{ margin-left: 37.5px; }
.item-wrapper.ml-6{ margin-left: 45px; }

#menu_editor .item-wrapper:not(.item_folder) .item-container span {
    max-width: calc(100% - 95px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-container span small{
    font-size: 75%;
    opacity: 0.8;
}

.migration_checkbox{
    top: 2px;
    position: relative;
    margin-top: 8px!important;
}

.loadingBtn{
    opacity: 0.9;
    filter: grayscale(100%)!important;
    cursor: wait!important;
}

.line-with-text{
    height: 15px;
}

.line-with-text hr{
    margin-bottom: 0;
    margin-top: 30px;
}

.line-with-text span{
    position: relative;
    z-index: 9999;
    line-height: 0;
    margin: -22px 0 22px 0;
    background: #f2f2f2;
    height: 22px;
    padding: 8px;
    top: -12px;
}  

#mailing_settings .bootstrap-tagsinput input{
    width: 300px!important
}

.option_mailchimp_item_id, #mailchimp_item_id{
    display: none;
}

.catbloque_preferencia .link_bw{
    font-size: 16px;
    margin: 0 5px 20px 0!important;
    display: block;
}

#menu_folder_builderBW, #menu_folder_cpanelBW{
    display: none;
}

.body_rol_1 #menu_folder_builderBW, .body_rol_1 #menu_folder_cpanelBW {
    display: block!important;
}

.text-center .multibox {
    float: none;
    margin: 0 auto;
}

.add_builder {
    float: right;
    margin-right: 0;
    width: auto;
}

.add_builder .btn {
    border-radius: 0;
    padding: 1px 7px;
    font-size: 18px;
    border: 2px dashed #ddd;
    background-color: transparent;
}

.dropdown-menu{
    z-index: 9999999999;
}

.catbloques_button {
    padding: 0!important;
    width: 100px;
    margin: 4px 2px!important;
    background-color: #fafafa;
}

.catbloques_button svg{
    margin: 0 auto;
}

.catbloques_button.active {
    background-color: #6a6c6f;
    color: white;
}

.header-idioma:not(.active) {
    filter: grayscale(50%) brightness(1.1);
    opacity: 0.5;
}

.highlighting.code_editor_pre, .editing.code_editor_textarea {
    height: 100%;
}

.item-container .dropdown-menu > li > *{
    color: #333!important;
}

.with_children > a i svg {
    float: right;
}

.rotate-180{
    transform: rotate(180deg);
}

.modal .modal-footer .btn, .btn-secondary, .btn-primary {
    border-radius: 50px;
}

.btn_select_media{
    border-bottom: 1px solid #eaeaea;
    background: transparent;
    padding: 12px 10px 10px;
    width: calc(100% - 6px);
    margin: 0 3px;
    text-align: center;
}

.btn_select_media .thumbsContainer{
    margin: 0 auto;
    padding-top: 5px;
}

.mediaThumbBW img {
    height: 140px;
    width: 140px;
    object-fit: contain;
}

#mediaModal .modal-body{
    padding:15px 15px 0 15px;
    min-height: calc(100vh - 210px);
}

.mediaThumbBW {
    float: left;
    margin: 7.5px 7.5px 15px 7.5px;
    position: relative;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
    background: url(../images/transparency_photoshop.jpg);
}

.selected_media_thumbs {
    padding: 7.5px 7.5px 0 7.5px ;
}

.mediaThumbBW label {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(255,255,255,0.5);
}

.swal-overlay--show-modal {
    z-index: 99999999;
}

.removeThumbBW {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    color: rgba(255, 0, 0, 0.85);
    font-size: 16px;
    border: none;
    padding: 0;
}

.downloadThumbBW, .ViewThumbBW, .checkThumbBW , .infoThumbBW {
    position: absolute;
    bottom: 0px;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    color: rgb(51,51,51);
}

.infoThumbBW {
    right: calc(25%);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.ViewThumbBW {
    right: calc(50%);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.downloadThumbBW {
    right: calc(75%);
}

.checkThumbBW {
    right: 0;
}

.checkThumbBW {
    right: 0;
}


.mediaThumbBW span.num_foto {
    position: absolute;
    width: 20px;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    top: 5px;
    left: 5px;
}

#thumbs_container_all .num_foto{
    display: none;
}


div#iphotor_container {
    margin: 0 -3px;
}

/* ----------------------------------------------------------------
    Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.owl-height {
    -webkit-transition:height 500ms ease-in-out;
    -o-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out
}

.owl-carousel {
    display:none;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
    width: 100%;
}

.owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

.owl-carousel .owl-stage-outer {
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
    display:block;
    min-height: 100px;
    background: no-repeat center center;
}

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d;
}

.slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
    cursor: pointer;
    cursor: hand;
    padding: 0;
    border: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden { opacity: 0; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy {
    opacity:0;
    -webkit-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
    position:relative;
    height:100%;
    background:#111
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url("images/icons/play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition:scale(1.3,1.3);
    -o-transition:scale(1.3,1.3);
    transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    -webkit-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position:relative;
    z-index:1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0,0,0,0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #1ABC9C !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }


.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 30px 4px 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #1ABC9C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover { opacity: 1; }

/* Owl Carousel - FINISH
-----------------------------------------------------------------*/


.block_modal.in{
    overflow-y: auto;
}

.note-modal:before{
    height: 100%;
}

.note-editor .checkbox input[type="checkbox"]:checked {
    opacity: 1;
    position: relative;
    top: -2px;
    left: 2px;
}

.modal.in .modal-dialog {
    max-height: calc(100vh - 90px);
    overflow-y: scroll;
}

ins{
    text-decoration: none;
}

body:not(.body_rol_1) #side-menu .with_children:nth-child(1), body:not(.body_rol_1) #side-menu .with_children:nth-child(2) {
    display: none;
}

.header-idiomas .dropdown-menu{
    left: unset;
    top: 53px;
}

.code_editor.disabled textarea{
    pointer-events: none;
}

.swal-icon img{
    width: 90px;
}

.swal-text{
    text-align: center;
}

.swal-button{
    font-weight: 300;
}

.swal-button--confirm{
    background-color: var(--primary-color)!important;
}

.builder_style .item-wrapper-columna, .builder_style .item-wrapper-bloque{
    border: none!important;
}

.builder_style .add_builder, .builder_style .copy_builder_item, .builder_style .delete_menu_item{
    display: none;
}

.builder_visual{
    clear: both;
}

.builder_style .builder_visual{
    display: block;
}

.builder_style .item-container{
    opacity: 0;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    position: absolute;
    top: -5px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

.builder_style .item-wrapper:hover > .item-container{
    opacity: 1;
}

.builder_style .item-wrapper{
    border: none!important;
    padding: 0;
}

.builder_style .item-wrapper-columna > .item-container, .builder_style .item-wrapper-fila > .item-container{
    display: none;
}

body:not(.body_rol_1) .catbloques_list, body:not(.body_rol_1) #preferencias_bloque input:not(.array_input), body:not(.body_rol_1) #preferencias_bloque select, body:not(.body_rol_1) #switch_styles_prop, body:not(.body_rol_1) .containerRadio, body:not(.body_rol_1) #librerias_main_container, body:not(.body_rol_1) #owl_settings, body:not(.body_rol_1) .query_and_photos, body:not(.body_rol_1) .switch_container, body:not(.body_rol_1) #foto_settings, body:not(.body_rol_1) #item_modal .contenedor_iphotor, body:not(.body_rol_1) .title_settings, body:not(.body_rol_1) .hide_role_not_one, body:not(.body_rol_1) .hide_body_1 { 
    display: none!important;
}

button.button{
    padding: 10px 30px;
    border: none;
}

button.button.button-circle{
    border-radius: 40px;
}

button.button.bg-secondary-color{
    background: var(--secondary-color);
    color: white;
}

.owl-carousel .owl-stage-outer {
    max-width: calc(100vw - 320px);
}

.item-wrapper.highzindex, .highzindex > .item-container {
    z-index: 9999;
}

@media(min-width: 768px){
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}


#iframe_email{
    height: calc(100vh - 330px);
    min-height: 400px;
    overflow-y: scroll ;
}

/*
.sort-container.clipboard_fila .item-wrapper-columna > .item-container > .add_builder > ul > li > .paste_builder_option,
.sort-container.clipboard_fila .item-wrapper-bloque > .item-container > .add_builder > ul > li > .paste_builder_option,
.sort-container.clipboard_columna .item-wrapper-fila > .item-container > .add_builder > ul > li > .paste_builder_option,
.sort-container.clipboard_columna .item-wrapper-bloque > .item-container > .add_builder > ul > li > .paste_builder_option,
.sort-container.clipboard_bloque .item-wrapper-fila > .item-container > .add_builder > ul > li > .paste_builder_option,
.sort-container.clipboard_bloque .item-wrapper-columna > .item-container > .add_builder > ul > li > .paste_builder_option,
.sort-container:not(.clipboard_bloque,.clipboard_columna,.clipboard_fila) .paste_builder_option
{
    display: none;
}
*/

.modal div#media_container {
    max-height: calc(100vh - 325px);
    overflow-y: scroll;
    padding-bottom: 10px;
    width: calc(100% + 5px);
}

.text-info{
    color: var(--primary-color-info)!important;
}

.btn_small{
    background: white;
    border: 1px solid var(--primary-color-info);
    color: var(--primary-color-info);
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s ease;
}

.btn_small:hover{
    background: var(--primary-color-info);
    color: white;
}

.light_primary_color .hbreadcrumb2 .active, .light_primary_color #submitBtnVisible1:not(:hover), .light_primary_color .btn-primary:not(:hover){
    color: #333;
}

button.swal-button {
    border-radius: 50px;
    padding: 5px 15px;
}

.expand_seo{
    border: 2px solid #ccc;
    cursor: pointer;
}

.thumbsContainer {
    min-height: 155px;
}


.thumbsContainer {
    background: #fafafa;
}

span.the_placeholder {
    transition: all 0.3s ease;
    position: absolute;
}

span.moved_placeholder {
    top: -2px;
    left: 16px;
    font-size: 0.75em;
    opacity: 0.7;
}

.translatables_container span.moved_placeholder {
    top: -15px;
    left: 3px;
}

span.moved_placeholder:has( + .select2-container){
    top: -3px;
    left: 16px;
} 

.input-group span.moved_placeholder:has( + .select2-container){
    top: -15px;
    left: 1px;
}

.input-group .moved_placeholder {
    top: -16px;
    left: 0px;
}

.form-group input+.with_input .moved_placeholder {
    display: none;
}

span.hidden_placeholder {
    top: 23px;
    left: 28px;
    font-size: 0.93em;
    opacity: 0;
    z-index: -1;
}

.repetible, .contenedor_repetibles {
    overflow: visible!important;
}

.label_color > option:first-child, .label_color .select2-chosen, .select2-results li:first-child .select2-result-label{
    color: #aaaaaa;
}

.label_color .select2-results li:first-child {
    color: #aaaaaa;
}

.label_color option:not(:first-child){
    color: #555;
}

iframe{
    width: 100%;
}

body.loadingBuilder::before {
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0,0,0,0.5);
    background-image: url('../images/builderLoader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    z-index: 999999999;
    position: fixed;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
}

div#modal_form {
    max-height: calc(100vh - 235px);
    overflow-y: scroll;
}

#item_modal .nav{
    position: relative;
    top: 1px;
}

.modal-header .close {
    margin-top: -2px;
    margin-bottom: 12px;
}

.ul_repetibles .autor_repetible:last-child .select_conectar select, .ul_repetibles .autor_repetible:last-child .select_conectar .select2 .select2-choice {
    background: #eaeaea;
    pointer-events: none;
}

.ul_repetibles .autor_repetible:last-child .select_conectar {
    cursor: not-allowed!important;
}

p{
    margin: 0;
}

.icono_traduccion {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
    opacity:0;
}

.icono_traduccion_textarea{
    position: absolute;
    top: 15px;
    right: 35px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
    opacity:0;
}

.translatables_container:hover .icono_traduccion, .note-editor:hover + span .icono_traduccion_textarea, .icono_traduccion_textarea:hover{
    display: block;
    opacity: 1;
}

.with_children .fa-square-plus, .with_children .fa-square-minus{
    float: right;
    position: relative;
    top: -1px;
}

.form-group .icono_traduccion{
    top: 5px;
    right: 10px;
}

.abm_48.edit_view .mediaBW {
    display: none;
}

.label-textarea{
    font-size: 0.75em;
    opacity: 0.7;
    margin-left: 10px;
}

#xls_input{
    width: 60px;
    display: inline-block;
    margin: 2px 5px;
}

.select2-drop-active {
    z-index: 99999999;
}

div#calendar {

}

.fc-header-toolbar.fc-toolbar button {
    height: 40px;
    text-transform: capitalize;
}

.fc-event-time, .fc-event-title {
    color: inherit;
}

.fc .fc-daygrid-day.fc-day-today, a.fc-daygrid-more-link.fc-more-link {
    background: black!important;
    color: white;
}

.highzindex{
    z-index: 999999999999999!important;
}

.tokens_menu{
    font-weight: 600;
    font-size: 110%;
}

.position-absolute{
    position: absolute!important;
}

.position-relative{
    position: relative!important;
}

#catalogo_link{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select2-container .select2-choice > .select2-chosen{
    padding-right: 0;
}

.ul_repetibles .repetible:nth-child(odd) {
    background: #eaeaea;
}

.border {
    border: 1px solid #eaeaea;
}

.fixed_placeholder{
    position: relative!important;
    left: 0!important;
}

.edit_posiciones_order .select2-choices .select2-search-choice{
    padding-right: 20px;
    position: relative;
}

span.num_orden {
    position: absolute;
    right: 4px;
    width: 13px;
    text-align: center;
    top: 3px;
    border-radius: 10px;
    font-size: 10px;
}

.num_orden_1 {
    background: #FFD700; /* Gold */
    color: #000000; /* Black text for contrast */
}

.num_orden_2 {
    background: #C0C0C0; /* Silver */
    color: #000000; /* Black text for contrast */
}

.num_orden_3 {
    background: #CD7F32; /* Bronze */
    color: #FFFFFF; /* White text for contrast */
}

.input-group-addon {
    background: #e7e7e7;
}

.form-control, .input-group-addon, .bootstrap-tagsinput, .select2-container .select2-choice{
    border-radius: 10px;
}

.with_input_bottom .input-group-addon{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background: #fff!important;
}

span.validation_timer {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99999999;
    background: white;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 11px;
}

.validation_timer.bg-danger{
    background: var(--primary-color-error);
}

.dark .add_builder .btn {
    color: white;
}

.white-bg {
    background: white;
}

.slider_reparticion .irs-line{
    background-color: #4890ee!important
}
.slider_reparticion .irs-single{
    background:#202728!important;
}
.slider_reparticion  .irs--flat .irs-single:before{
    border-top-color:#202728!important;
}

.form-select {
    background: white;
    border-radius: 10px;
    border-color: #eaeaea;
    padding: 6px;
}

.dt-container > .row {
    margin: 0;
}

.dt-container .col-md-auto.me-auto {
    float: left;
}

.dt-container .col-md-auto.ms-auto {
    float: right;
}

div.dt-container div.dt-search input{
    margin-top: 0;
}

.select2-container {
    max-width: 100%;
    margin: 15px 0!important;
    width: 100% !important;
}

.select2-container *{
    font-family: 'Asap', sans-serif;!important;
}

.select2-container--default .select2-selection--single{
    height: 34px!important;
    border-color: #eaeaea !important;
    border-radius: 10px!important;
}

.select2-container--open .select2-selection--single{
    border-radius: 10px 10px 0 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px!important;
    color: #555!important;
    font-size: 13px;
}

.select2-container--open .select2-dropdown{
    margin-top: -15px;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #eaeaea!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){
    border-radius: 50px;
}

div:where(.swal2-container) .swal2-html-container, button.swal2-styled{
    font-size: 13px !important;
}

/* Asegúrate de que los íconos de ordenación se muestren usando CSS puro */
table.dataTable thead .sorting {
    padding-left: 20px;
    position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:not(.sorting_disabled):before,
table.dataTable thead .sorting_asc:not(.sorting_disabled):after,
table.dataTable thead .sorting_desc:not(.sorting_disabled):before,
table.dataTable thead .sorting_desc:not(.sorting_disabled):after {
    display: inline-block;
    opacity: 0.6;
    margin-right: 10px;
    position: absolute;
    left: 5px;
}

table.dataTable thead .sorting:before {
    content: '';
    border: 4px solid transparent;
    border-bottom-color: #333;
}

table.dataTable thead .sorting:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #333;
    margin-bottom: 3px;
    display: block;
    width: 8px;
    margin-top: -7px;
}

table.dataTable thead .sorting_asc:not(.sorting_disabled):before {
    content: '';
    border: 4px solid transparent;
    border-bottom-color: #333;
}

table.dataTable thead .sorting_asc:after {
    content: '';
    opacity: 0!important;
    /*border: none;*/
}

table.dataTable thead .sorting_desc:before {
    content: '';
    opacity: 0!important;
    /*border: none;*/
}

table.dataTable thead .sorting_desc:not(.sorting_disabled):after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #333;
    top: calc(50% + 7px);
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer{
    border-bottom: 1px solid #ddd;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #eaeaea;
}

.dataTables_wrapper .dataTables_processing {
    height: calc(100% - 115px);
    background: rgba(255, 255, 255, 0.75);
    z-index: 999;
    color: #333;
    top: 90px;
}

button.dt-button.buttons-collection.buttons-page-length {
    margin-top: 20px;
}

.dt-button-collection .dt-button{
    font-size: 12px;
}

div#menu_editor .item-wrapper:not(.item-wrapper[data-type="item"], .item-wrapper[data-type="folder"]) .edit_menu_item {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#fafafa ;
    cursor: not-allowed;
}button.dt-button {
    background: white;
    border: 1px solid #eaeaea;
}

button.dt-button {
    background: white;
    border: 1px solid #eaeaea;
}

div:where(.swal2-container){
    z-index: 99999999;
}

.tox-tinymce-aux{
    z-index: 999999999;
}

div#mediaModal {
    z-index: 999999;
}

#leaflet-map-container{
    display: none;
}