:root {
    --primary-color: #41b18d;
}

:root {
    --primary-text-color: #41b18d;
}

:root {
    --secondary-color: #4273b3;
}

:root {
    --tertiary-color: #d064c4;
}

:root {
    --quaternary-color: #202020;
}

:root {
    --primary-color-info: #568cbb;
}

:root {
    --primary-color-success: #54a905;
}

:root {
    --primary-color-warning: #ffb606;
}

:root {
    --primary-color-error: #F05555;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 100;
    font-style: normal;
    font-display:block;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 300;
    font-style: normal;
    font-display:block;
}

*{
    font-family: 'Roboto', 'sans-serif';
}

body{
    font-size: 14px;
    height: 100vh;
    background-color:#eaeaea;
}

html{
    background-color:#eaeaea;
}

.color-line{
  background-color: var(--primary-color);
}

a {
    cursor: pointer;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.25;
}

.ta-right{
    text-align: right;
}

.ta-left{
    text-align: left;
}

.dt-buttons {
    margin-top: 10px;
}

.tachado {
    font-size: 0.9em;
    text-decoration: line-through;
    opacity: 0.8;
}

.label{
    display: inline-block;
}

/* Customize the label (the containerRadio) */
.containerRadio {
  display: block;
  position: relative;
  padding-left: 25px;
    margin: 10px 0;
  cursor: pointer;
  height: 34px;
    padding: 6px 0 0 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 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: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* 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;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/* Customize the label (the containerCheckbox) */
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  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: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* 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);
}

.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;
}



.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:#efefef;
    padding-bottom: 10px;
}

footer p a:hover{
    color: white!important;
}

.navigation{
    transition: all .4s ease 0s;
}

.hide-sidebar .navigation{
    width: 100%!important;
}

.contact-panel {
    margin-bottom: 30px;
}

.form-group {
    margin: 10px 0;
}

.input-group{
    display:inline-table!important;
    width: 100%;
}

.input-group i {
    font-weight: 600;
    font-size: 1.2em;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices{
    box-shadow: none!important;
    border-color: #eaeaea!important;
}

.select2-container.form-control{
    margin:10px 0!important;
}

.select2-results .select2-highlighted{
    background:var(--secondary-color)!important;
}

.select2-drop-active{
    border:none!important;
}

.input-group i.fa {
    font-weight: inherit;
}


#load table{
    margin-bottom: 0!important
}

.table{
    margin-bottom: 0
}

.profile-picture {
    padding: 2px 0 0 20px;
    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;
}

.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;
}

.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*/

body::-webkit-scrollbar-track, .content::-webkit-scrollbar-track
{
    background-color:#e5e5e5;
}

body::-webkit-scrollbar, .content::-webkit-scrollbar
{
    width: 7px;
}

body::-webkit-scrollbar-thumb, .content::-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: 5px;
    margin-top: 0;
}

.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;
    border: none;
    border-bottom: 1px solid;
    display: inline;
}

.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{
    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;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    color: #1e1e1e;
}

.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;
}

#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;
}


#side-menu p {
    width: calc(100% - 35px);
    float: right;
    margin: 0;
    line-height: 1.7em;
}

#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: #eaeaea;
}

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"] {
    border-left: none;
    border-top: none;
    border-right: none;
    padding-bottom: 5px;
    width: 100%;
}

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{
    padding:0;
    margin:0;
    border:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background:transparent;
    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;
}


.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 {
    background-color: #f1f3f6;
    border:none;
}

#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:50px;
}

.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){
    .carousel-caption p{
        max-width:80%;
    }

    #hbreadcrumb {
    
    margin-left: -9px!important;
    }

    .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;
    }

    .close_btn{
        display:none!important;
    }


    .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;
    }

    .hpanel .panel-body{
    padding:30px 20px!important;
    }

    .content {
        padding: 10px 20px!important;
        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-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: 15px 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:10px 15px 0 0; 
    line-height: 2.5em;
}

.form-control{
    margin: 10px 0;
    min-height: 34px;
}

form .form-control{
    margin: 10px 0;
}



.navbar-toggle{
    font-size: 25px;
    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;
}

ul li{
    list-style: none
}

#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;
}

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;
}

.datatable td {
    min-width: 51px;
}

.toast-message{
}

#toast-container.toast-top-center>div{
    top: 20px
}

.agregar{
    float: right;
    margin: 10px 0 10px 10px;
}

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%;
}

#submitBtnVisible {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: scale(1.5) translateX(-50%);
    z-index: 99999999;
}

.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: 10px auto;
}

.contenedor_repetibles{
    margin:0 -15px;
}

.despublicado{
    background: #eaeaea!important;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
    min-width: 51px;
}

.panel-body h4{
    font-size: 16px;
}


#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!important;
}

.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: 120px;
    max-height: 120px;
}

.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.hide-menu, .header-link a{
    padding: 15px 20px;
    float: right;
}

.header-link a:not(#logout_link){
    color:white!important;
}

.slimScrollDiv{
    border-right: 1px solid #eaeaea;
}

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-text-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);
}

.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;
}

.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
}

.light-version span img{
    margin-left:-29px;
}



#logo_cpanel {
    float: left;
    width: 200px;
    background-color: #ffffff;
    padding: 0px;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    min-height: 55px;
    display: table;
}

#logo_cpanel img{
    margin: 5px auto!important;
    max-width: 170px;
    max-height: 150px;
}

.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;
}

div#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%;
}

.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;
}

#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-tools a{
    color:#ffffff;
}

.hpanel.panel-collapse>.panel-heading, .hpanel .hbuilt{
    border-radius: 0!important;
}

.hpanel>.panel-heading {
    color: inherit;
    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: 0px 40px 0 240px;
    min-width: 320px;
    position: relative;
    transition: all .4s ease 0s;
}   

body.hide-sidebar .content{
    padding-left: 40px
}

.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!important;
    border-radius: 5px 5px 0 0!important;
    position: relative;
    margin-left: 0px;
    margin-top: 70px;
    width: auto;
    position: relative;
    display: table;
}

.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: 0 15px 30px 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(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,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
}

.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-family:'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    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-family:'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    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;
}

.news_font{
    margin-bottom:25px!important;
    font-family:'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-weight:400!important;
}

.noticia_title_cont{
    float:left;
    width:90%;
}

.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-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;
}

.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{
    background-color:#17a0cc!important;
    color:#fff!important;
}

.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;
}

.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 0 0 10px;
    float: left;
}

.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;
}

.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: var(--primary-text-color);
    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: var(--primary-color)!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: var(--primary-color)!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: #f7f9fa;
}

.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 {
    background-color: var(--primary-text-color);
    color:#ffffff;
}

.darkTheme .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 nav.navigation {
    background-color: var(--primary-text-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;
}

@media(min-width: 1200px ){
    .idiomasTabs {
        margin-top: -40px;
    }
}

.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;
}

.translatable{
    display: none
}

.translatable1{
    display: block;
}

.translatableRich{
    display: none
}

.translatableRich1{
    display: block;
}

.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
}


select.select2 {
    opacity: 0;
    display: block!important;
    position: absolute;
    z-index: -3;
}

.select2.error{
    border:none!important;
}

.select2.error a {
    border-color: #ee7b6f!important;
    border-width: 1px!important;
    border-style: solid!important;
}

.subtotalRow {
    background-color: #f4f4f4!important;
    font-weight: 700;
}

.descuentoTxt {
    color: var(--primary-color-success);
    font-weight: 600;
}

.toast-close-button{
    color: black!important
}

.formbuilderIframe{
    border:none;
    width: 100%;
    height: calc(100vh - 140px)
}

.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; overflow-y: auto;}
.ul_repetibles li { height: 54px; }
.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;
}

.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;
}

.toast-error a {
    color: var(--primary-color-error)!important;
    font-weight: 700;
}

pre.code {
    color: white;
    background-color: #282923;
    white-space: normal;
}

.deleteCheckbox {
    float: right;
}

.selectAllCheckbox{

}

table.dataTable thead .lastTh.sorting:after {
    display: none
}

.rowCheckbox .checkmark {
    left: calc(50% - 10px);
    top: -7px;
}

.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 svg{
    font-size: 1.75em;
}

.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{
    margin-top: 0
}

.input-group.form-group input, .input-group.form-group select{
    margin-top: 0
}

#subtotal_factura h4, #total_factura h4{
    text-align: right;
    margin: 0 15px;
}

span.label{
    font-size: 100%;
    line-height: 1.2;
    padding: 5px;
}



/*MENU EDITOR STYLES*/


#menu_editor h4{
    width: max-content;
    float: left;
}

.create_folder_menu{
    float: right;
    position: relative;
    top: 12px;
    cursor: pointer;
}

.item-wrapper.item-folder {
    background: #eaeaea;
}

.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;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.item-container:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.sort-container{
    border:1px solid var(--primary-color);
    min-height: 500px;
    position: relative;
    z-index: 0;
    overflow-y: auto;
}

.folder_inicio{
    margin-top: 15px;
}

.folder_final{
    margin-bottom: 15px;
}

.sort-container .item-wrapper:first-child, .sort-container .item-wrapper:last-child {
    margin: 0;
}

.drag-container{
    height: 690px;
    overflow-y: scroll;
}

.sort-container .item-wrapper .fa-trash.delete_menu_item, .sort-container .item-wrapper .fa-pencil.edit_menu_item{
    float: right;
    cursor: pointer;
    margin-left: 10px
}


.item-wrapper.ui-draggable.ui-draggable-handle {
    max-width: 100%;
    max-height: 34.4px;
}

.wrapper { margin: auto; }
.wrapper > h5 { padding: 0; margin: 0; }
.wrapper > div { margin-bottom: 15px; border: 1px solid #aaa; }

.item-wrapper { position: relative; padding: 3px; color: #555; }
.item-wrapper:nth-child(even) { background-color: #f8f8f8; }

.drag-handle { position: absolute; border: 3px solid transparent; left: 0; right: 0; top: 0; bottom: 0; cursor: move; }

.item-container { position: relative; cursor: move; }
.drop-container .item-container { cursor: default; }
.sort-container .item-container { 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: 8    0px;
}

.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: white;
}

iframe.iframeIphotor {
    width: 100%;
    border: none;
    min-height: 550px;
}

.eye_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.eye_icon.fa-eye-slash{
    right: 9px;
    display: none
}

#pass_container{
    position: relative;
}

#mix-centre #browse-photos div.item-list-photo canvas{
    max-width: 100%
}