body{ 
font-family: 'Open Sans', sans-serif; 
background-image: url(img/bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: cxed;
background-size: cover;
}
/*{ padding: 15px 0; position: relative; z-index: 8002; background-color: #FFF; position: fixed; top: 0; left: 0; right: 0; box-shadow: 1px 1px 5px rgba(0,0,0,0.2);}*/

header{
    width: 100%;
    background: rgba(43, 43, 43, 0.8) !important;
    position: fixed;
    height: 82px;
    z-index: 99;
    top: 0;
}

h2 a:hover{
    color: #018DDA;
    text-decoration: none;
}
h2 a{
    color: #2B2B2B;
}

h2{
    font-weight: 300;
    color: #2B2B2B;
    margin-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}
h2 span{
    font-weight: 700;
}

.slider:before{
    display: block;
    content: " ";
    background-color: rgba(3, 3, 3, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.slider {
  position: relative;
  width: 100%; /* ajusta el tamaño */
  height: 220px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 25s infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 5s; }
.slide:nth-child(3) { animation-delay: 10s; }
.slide:nth-child(4) { animation-delay: 15s; }
.slide:nth-child(5) { animation-delay: 20s; }

@keyframes fade {
  0% { opacity: 0; }
  4% { opacity: 1; }
  20% { opacity: 1; }
  24% { opacity: 0; }
  100% { opacity: 0; }
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage #menu_main{ background: none; border: none;margin-top: 7px;}
.homepage .navbar-default .navbar-nav>li>a{ margin: 0 2px; color: #fff;border: 1px solid transparent;padding: 6px 15px;}
.homepage .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{ border: 1px solid #018DDA; color: #fff;}

.homepage footer{ border-top:2px solid #000; padding: 15px 0; position: absolute; bottom: 0; width: 100%; background: url(img/transparent.png); color: #fff; }
.homepage footer a{ color: #fff;}
.homepage footer .poweredby{ margin: 10px 0; text-align: right;}

.homepage button.navbar-toggle {position: absolute;right: 0;top: -53px;}
.homepage .navbar-default .navbar-toggle .icon-bar { background-color: #fff;}

.menu-privacidad{
    text-align: right;
    padding-top: 10px;
}

.homepage #myaccount{ 
    border: 1px solid #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    /*margin-top: 90%;*/
}

.homepage #myaccount:hover{
    background: #FFF;
    color: #000;
    text-decoration: none;
}

.homepage #register{ 
    border: 1px solid #fff; 
    background: #fff; 
    color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    /*margin-top: 90%;*/
}

.homepage #register:hover{
    background: no-repeat;
    text-decoration: none;
    color: #FFF;
}

.homepage .modal-header { border-bottom: 0 solid #e5e5e5;padding: 11px;color: #fff;}
.homepage h4.modal-title{ font-size: 25px; font-weight: 300; margin-bottom: 40px; font-family: 'Open Sans'; text-align: center;}
.homepage h4.modal-title span{font-weight: 600}
.homepage .modal-dialog {margin: 98px auto;max-width: 468px;}
.homepage .modal-content {
    background: #2B2B2B;
    color: #fff;
    border-radius: 30px;
    padding: 20px;
}
.homepage .modal-body a{ color: #fff;}

.homepage a.close{
    opacity: 1;
    background: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    overflow: hidden;
    color: #2B2B2B;
}

.homepage a.close:hover{
    background: rgb(75, 193, 236);
    color: #FFF;
}

.homepage .modal-body input.form-control{
    border-radius: 30px;
    border: none;
    height: 40px;
    font-size: 16px;
}
.homepage .modal-body .input-group-addon:last-child{
    border-radius: 0 30px 30px 0;
}
.homepage .modal-body input[type=password].form-control{
    border-radius: 30px 0 0 30px;
}
.homepage .modal-body p{ margin: 5px 0;}

.formlogin .form-control{
    height: 40px;
}

.modal{
    z-index: 81050;
}

#visitantesformFreq{
    padding: 30px 0;
}

.modal-content .btn.btn-primary,
.modal-body .btn.btn-primary {
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 35px;
    height: auto;
    border-radius: 55px;
    background: rgb(75, 193, 236);
    width: 100%;
}
.modal-content .btn.btn-primary:hover,
.modal-body .btn.btn-primary:hover{
    background: #FFF;
    color: rgb(75, 193, 236);
}
.btnSend{ background-color: #000; border: none; border-radius: 0; height: 40px;}
.btnNewSolicitud a{ background-color: #016296; display: block; border: none; border-radius: 0; padding: 10px;}
.btnNewSolicitud a:hover,.btnSend:hover{ background-color: #fff; color: #000;}
.btnNewSolicitud{ padding-left: 3px;}

#mensajelogin{ display: none;}

.video-background:before{
    display: block;
    content: " ";
    background-color: rgba(3, 3, 3, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
} 
.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  height: 220px;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}

strong{
    font-weight: 700!important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

#page { background: #fff;}
#page header{ min-height: 60px; }
#page .subheader{ background: url(img/bgheader.jpg) no-repeat; background-size: cover; min-height: 220px; z-index: 8001;}
#page .logo2{     display: block;
    padding-top: 17px;}
#page .logout{ color: #fff; border: 1px solid #fff;padding: 2px 6px;display: inline-block;text-decoration: none;margin-left: 9px;  border-radius: 25px; font-weight: 300;}
#page .logout:hover, #page .logout.active{background-color:#018DDA; color: #FFF; }
#page .mod_welcome{ margin-bottom: 12px; background-color: #fff;padding: 4px 17px;margin-top: 12px;min-height: 164px;}
#page .mod_welcome h2{ color: #777777; font-size: 24px;}
#page p{ color: #777;}
#page .mod_propietario{ background: url(img/bgGreenTransparent.png); border: 4px solid #fff;margin-top: 49px;padding: 0 7px;border-radius: 4px;color: #fff;}
#page .mod_propietario h1{ font-weight: normal;}
#page .mod_propietario span{ font-weight: bolder; }
#page .row.modulo{margin-top: 30px;}

#page footer{ padding: 20px 0; margin-top: 30px; border-top: 3px solid #CCCCCC; border-bottom: 1px solid #ccc; text-align: center;}
#page .poweredby{ margin-top: 10px; text-align: center; color: #777777;}
#page .poweredby a{ color: #777777;}

#page .menu_footer { margin-top: 15px;}
#page .menu_footer a{ color: #777; display: inline-block; margin: 0 10px 5px 10px;}

#page .contenido{ padding: 30px 0; background: #FFF}
#page .mod_box{ margin-bottom: 50px; display: block; text-transform: uppercase; background: #2B2B2B; border:1px solid #2B2B2B; color: #fff; padding: 10px 20px; border-radius: 80px; height: 52px;}
#page .mod_box span{ font-size: 14px; padding-top: 10px;}
#page .mod_box img{
    margin-right: 5px;
}
#page .mod_box:hover{ background-color: #fff; color: #2B2B2B; text-decoration: none;}
#page .mod_box i {font-size: 35px;vertical-align: middle;margin-right: 8px; float:left;}
#page .mod_box.group { padding: 11px 16px;}
#page .mod_box.group i{ float: left;}

#page .steps .step{ position: relative; background-color: #E2E2E2; color: #fff; display: inline-block; font-size: 18px;padding: 4px 19px 0 43px;height: 50px;}
#page .steps .step:after{content: url(img/arrow_right_off.png); position: absolute; width: 17px;height: 50px;right: -17px;top: 0;z-index: 1;}
#page .steps .step.current, #page .steps .step.pass{ background-color: #018DDA; }
#page .steps a{color: #FFF;}
#page .steps a:hover{color: yellow}
#page .steps .step.current:after, #page .steps .step.pass:after{content: url(img/arrow_right.png);}
#page .steps .step span{ font-size: 30px; vertical-align: middle;}
#page .datos_invitados span{ color: #018DDA;font-weight: bold;}
#page .mod_sendBtn{ color: #fff; background-color: #3e3e3e; font-size: 18px; /*text-transform: uppercase;*/ border: none; border-radius: 0;padding: 13px 75px;margin-top: 19px; border-radius: 52px;}
#page .mod_sendBtn:hover{background: #008b2a;}
#page .solicitudSent span{ color: #018DDA; }
#page .contenido .form-control { height: 53px !important; border-radius: 53px; margin-bottom: 30px; border-color: #3e3e3e;}
#page .icon-2 {padding-left: 37px;background: url(img/ingreso_salida_r1_c1.jpg) no-repeat 6px 12px;}
#page .icon-3 {padding-left: 41px;background: url(img/ingreso_salida_r1_c3.jpg) no-repeat 6px 12px;}
#page .icon-1 {
    padding-left: 48px;
    background-image: url(iconos/usuarios.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-2 {
    padding-left: 48px;
    background-image: url(iconos/entrada.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-3 {
    padding-left: 48px;
    background-image: url(iconos/salida.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-4 {
    padding-left: 48px;
    background-image: url(iconos/home.svg)!important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 10px !important;
}
#page .icon-10 {
    padding-left: 48px;
    background-image: url(iconos/vehiculo.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 14px !important;
}
#page .icon-17 {
    padding-left: 48px;
    background-image: url(iconos/empleado_1.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 14px !important;
}
#page .icon-25 {
    padding-left: 48px;
    background-image: url(iconos/tipo.svg) !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}
#page .icon-26 {
    padding-left: 48px;
    background-image: url(iconos/numeroid.svg) !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}
#page .icon-27 {
    padding-left: 48px;
    background-image: url(iconos/apellido.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-28 {
    padding-left: 48px;
    background-image: url(iconos/sexo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-29 {
    padding-left: 48px;
    background-image: url(iconos/correo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-30 {
    padding-left: 48px;
    background-image: url(iconos/telefono.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-31 {
    padding-left: 48px;
    background-image: url(iconos/hora-entrada.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-32 {
    padding-left: 48px;
    background-image: url(iconos/hora-salida.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-33 {
    padding-left: 48px;
    background-image: url(iconos/tipo-de-pago.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-34 {
    padding-left: 48px;
    background-image: url(iconos/tipo-de-pase.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-35 {
    padding-left: 48px;
    background-image: url(iconos/marca-vehiculo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-36 {
    padding-left: 48px;
    background-image: url(iconos/modelo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-37 {
    padding-left: 48px;
    background-image: url(iconos/placa.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-38 {
    padding-left: 48px;
    background-image: url(iconos/color-vehiculo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-39 {
    padding-left: 48px;
    background-image: url(iconos/conduce.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-40 {
    padding-left: 48px;
    background-image: url(iconos/tipo-articulo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-41 {
    padding-left: 48px;
    background-image: url(iconos/descripcion.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-42 {
    padding-left: 48px;
    background-image: url(iconos/cargo.svg)!important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
}
#page .icon-5 {padding-left: 37px;background: url(img/8_r3_c4.jpg) no-repeat 6px 7px;}
#page .icon-6 {padding-left: 37px;background: url(img/8_r4_c6.jpg) no-repeat 6px 10px;}
#page .icon-7 {padding-left: 48px;background: url(img/conduce.jpg) no-repeat 6px 9px;}
/*#page .icon-8 {padding-left: 48px;background: url(img/event.jpg) no-repeat 6px 9px;}*/
/*#page .icon-9 {padding-left: 48px;background: url(img/employe2.jpg) no-repeat 6px 9px;}*/
/*#page .icon-10 {padding-left: 48px;background: url(img/caricon.jpg) no-repeat 6px 9px;}*/
/*#page .icon-11 {padding-left: 48px;background: url(img/idicon.jpg) no-repeat 6px 9px;}*/
#page .icon-12 {padding-left: 48px;background: url(img/work.jpg) no-repeat 6px 9px;}
/*#page .icon-13 {padding-left: 48px;background: url(img/usericon.jpg) no-repeat 6px 9px;}*/
#page .icon-14 {padding-left: 48px;background: url(img/icon-visitor.jpg) no-repeat 6px 9px;}
#page .icon-15 {padding-left: 48px;background: url(img/build-icon.jpg) no-repeat 6px 9px;}
#page .icon-16 {padding-left: 48px;background: url(img/map-icon.jpg) no-repeat 6px 9px;}
/*#page .icon-17 {padding-left: 48px;background: url(img/work-icon.jpg) no-repeat 6px 9px;}*/
#page .icon-18 {padding-left: 48px;background: url(img/razon-icon.jpg) no-repeat 6px 9px;}
#page .icon-19 {padding-left: 48px;background: url(img/event-icon.jpg) no-repeat 6px 9px;}
#page .icon-20 {padding-left: 48px;background: url(img/tag-icon.jpg) no-repeat 6px 9px;}
#page .icon-21 {padding-left: 48px;background: url(img/std-icon.jpg) no-repeat 6px 9px;}
/*#page .icon-22 {padding-left: 48px;background: url(img/std2-icon.jpg) no-repeat 6px 9px;}*/
#page .icon-23 {padding-left: 48px;background: url(img/time-icon.jpg) no-repeat 6px 9px;}
#page .icon-24 {padding-left: 48px;background: url(img/area-icon.jpg) no-repeat 6px 9px;}
/*#page .icon-25 {padding-left: 48px;background: url(img/icon-4_r1_c1.png) no-repeat 6px 9px;}*/

/* NEW TABLE CSS */

table.tabla-nueva {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.tabla-nueva caption {
  font-size: 18px;
  margin: .5em 0 .75em;
}
table.tabla-nueva thead{
    background: #2B2B2B;
    color: #FFF;
    font-size: 18px;
}
table.tabla-nueva tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.tabla-nueva th,
table.tabla-nueva td {
  padding: .625em;
  text-align: center;
}

table.tabla-nueva th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #2B2B2B;
}

.pager li>a, .pager li>span{
	margin-right: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
	.pager li>a, .pager li>span{
		font-size: 12px;
	}
  table.tabla-nueva {
    border: 0;
  }

  table.tabla-nueva caption {
    font-size: 16px;
  }
  
  table.tabla-nueva thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.tabla-nueva tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.tabla-nueva td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.tabla-nueva td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.tabla-nueva td:last-child {
    border-bottom: 0;
  }
}
 /*******************************/


.btn-md{
    border-radius: 32px!important;
}

#page .icon-22 {
    padding-left: 48px;
    background-image: url(iconos/organizador.svg)!important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}

#page .icon-8 {
    padding-left: 48px;
    background-image: url(iconos/calendar.svg)!important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}


#page .icon-9 {
    padding-left: 48px;
    background-image: url(iconos/empleado.svg)!important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}

#page .icon-13 {
    padding-left: 48px;
    background-image: url(iconos/usuario.svg)!important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}
#page .icon-11 {
    padding-left: 48px;
    background-image: url(iconos/pases.svg)!important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
}

/* NEW CSS */

.weekDays-selector{
    margin-bottom: 30px;
}
.weekDays-selector input {
  display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    background: #dddddd;
    height: 30px;
    width: 30px;
    margin-right: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    font-size: 11px;
}

.weekDays-selector input[type=checkbox]:hover + label,
.weekDays-selector input[type=checkbox]:checked + label {
    background: #4bc1ec;
    color: #ffffff;
}

.group-span-filestyle .icon-span-filestyle{
    color: #4bc1ec;
    margin-right: 5px;
}

.group-span-filestyle label.btn{
    margin-bottom: 30px;
    padding: 0;
    line-height: 51px;
    height: 51px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border-radius: 53px;
    border-color: #3e3e3e;
}

.bootstrap-filestyle.input-group{
    width: 100%;
}

.form-layer-steps {
    margin: 0 0 50px;
    overflow: hidden;
    position: relative;
}

.form-layer-progress {
    background-color: #b5b5b5;
    height: 1px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
}

.form-layer-tolal-steps-5 .form-layer-step {
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: center;
    width: 20%;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.form-layer-step-icon {
    background-color: #b5b5b5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    width: 40px;
    text-align: center;
}

.form-layer-step.currentstep .form-layer-step-icon::before {
    position: absolute;
    left: calc(50% - 8px);
    top: 18px;
    color: #3e3e3e;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 28px;
    font-weight: 700;
    padding-top: 7px;
}

.form-layer-step p.steptitle {
    margin: 5px 0 10px;
    color: #b5b5b5;
}

.form-layer-step-icon.activestep {
    background-color: #3e3e3e;
}

.form-layer-step.currentstep{
    color: #2B2B2B;
}

.form-layer-step.currentstep p.steptitle {
    border-radius: 3px;
    padding: 2px;
    color: #2B2B2B!important;
}

/* END NEW */

.delete-button{
    margin-top: 10px;
}
.nomargin-input{
    margin-bottom: 0!important;
}

#addmoreinfante, #addmoreninos, #addmore{padding: 10px 15px!important; border-radius: 40px!important;}

#addmoreinfante:hover, #addmoreninos:hover, #addmore:hover{
    background: #3e3e3e;
    color: #FFF;
}

/* color del placeholder en input */
.modal-body input::-webkit-input-placeholder {color: #018DDA;}
.modal-body input:-moz-placeholder { /* Firefox 18- */ color: #018DDA; }
.modal-body input::-moz-placeholder {  /* Firefox 19+ */  color: #018DDA; }
.modal-body input:-ms-input-placeholder { color: #018DDA; }

/* Custom Media queries */
@media (min-width:1230px){
body{ background-size: 100%; }
#page .mod_propietario{ max-width: 251px;} 
}

@media (max-width:990px){
.homepage footer{ text-align: center;}
.homepage footer .poweredby{ text-align: center; margin-top: 25px; font-size: 12px;}
}

/* Activa el menu hamburguesa desde los 1200px  */
@media (max-width: 1200px) { 
.navbar-header {float: none;}
.navbar-default .navbar-nav>li>a {padding: 10px 29px !important;}
.navbar-left {float: none !important;}
.navbar-toggle {display: block;}
.navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
.navbar-fixed-top {top: 0;border-width: 0 0 1px;}
.navbar-collapse.collapse {display: none!important;}
/*.navbar-nav {float: none!important;margin-top: 7.5px;}*/
.navbar-nav>li {float: none;}
.navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
.collapse.in{display:block !important;}
/*.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #fff; margin-left: 20px;}*/
}

.homepage header{
    box-shadow: none;
}

.homepage header .dropdown-menu{
    width: 128px;
}


/*------------------- SLIDER HOME -------------------*/

.cb-slideshow{margin: 0; padding: 0; list-style: none;}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(img/patern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(img/slide1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(img/slide3.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(img/slide1.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(img/slide3.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(img/slide1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(img/slide3.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

/*---------------- TABLE ADMIN SECURITY -------------------*/

.searchmodule{margin: 30px 0 0;}

.span7{margin: 30px 0}

.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.table {
width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
}

.widget.widget-table .table {
margin-bottom: 0;
border: none;
}

.widget.widget-table .widget-content {
padding: 0;
}

.widget .widget-header + .widget-content {
border-top: none;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.widget .widget-content {
padding: 20px 15px 15px;
background: #FFF;
border: 1px solid #D5D5D5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.widget .widget-header,#contentHistory h3 {
position: relative;
height: 40px;
line-height: 40px;
background: #E9E9E9;
background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
text-shadow: 0 1px 0 #fff;
border-radius: 5px 5px 0 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
border-bottom: 1px solid #bababa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
border: 1px solid #D5D5D5;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-background-clip: padding-box;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.widget .widget-header h3 {
top: 2px;
position: relative;
margin:0;
display: inline-block;
margin-right: 3em;
font-size: 14px;
font-weight: 600;
color: #555;
line-height: 18px;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
display: inline-block;
margin-left: 13px;
margin-right: -2px;
font-size: 16px;
color: #555;
vertical-align: middle;
}

.alert{
    font-size: 14px!important;
}

#lightboxHistory {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); z-index: 8999;}
#contentHistory{max-width:500px; width: 100%; background:#FFF; z-index:10; margin:50px auto; border-radius: 4px;}
#contentHistory h3{margin-bottom: 0; padding-left:8px; padding-right: 8px; }
.closehistory{float: right; font-size: 20px;}

.loading{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 100%;
	padding: 0;
	display: none;
	text-align: center;
    z-index: 999;
	top: 0
}

.loading p{
    color: #FFF!important;
    font-size: 18px;
    margin-top: 30px;
}

.done{display: none;}

.spinner {
  width: 100px;          /* ajusta según el tamaño del ícono */
  height: 100px;
  animation: girar 2s linear infinite;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#actionsbox{right: -999px; opacity: 0; display: none;}
#actionsbox a img{margin-bottom: 15px; height: 100px}
#actionsbox a.title{
    display: block;
    color: #FFF;
    text-align: center;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}
#actionsbox a.title:hover{
    color: #018DDA;
}
#actionsbox a.title small{
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: yellow;
}

.title-adultos{
    background: url(iconos/usuarios.svg) no-repeat left center;
    padding-left: 38px;
    line-height: 29px;
    display: block;
    color: #018DDA;
    margin: 0 0 15px 20px;
    font-size: 30px;
}
.title-employe{background: url(img/employe.png) no-repeat left center; padding-left:48px; line-height: 29px; display: block; color: #018DDA; /*text-transform: uppercase;*/ margin: 0 0 10px 20px; font-size:24px;}
.title-ninos{background: url(img/9_r4_c3.jpg) no-repeat left center; padding-left:38px; line-height: 29px; display: block; color: #018DDA; /*text-transform: uppercase;*/ margin: 0 0 10px; font-size:24px;}
.title-infantes{background: url(img/9_r6_c3.jpg) no-repeat left center; padding-left:38px; line-height: 29px; display: block; color: #018DDA; /*text-transform: uppercase;*/ margin: 0 0 10px; font-size:24px;}

form label{color:#777777; font-size:14px; font-weight: normal;}

#resultnew label{color: #FFF;}

.bootstrap-filestyle input[type=text]{display: none;}

.form-control.error{border-color: red;}
.error.valid{display: none!important;}

.title-separator{text-align: center; font-size: 25px; color: #018DDA; background: url(img/1x1.jpg) repeat-x center; text-transform: uppercase; margin: 15px 0 25px;}
.title-separator span {
    display: inline-block;
    background: #FFF;
    padding: 8px;
}

.alert-danger.visitantes{
    display: none;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.alert-info.visitantes{margin-top: 30px;}
.alert-info.visitantes .fa-info-circle{
    display: block;
    float: left;
    font-size: 42px;
    margin-right: 25px;
}

/*--------------- 5 COLS --------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*--------------- 7 COLS --------------------*/

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


.subheader {width:100%; position:relative; overflow:hidden; height: 220px;}

.subheader img {position:absolute; top:0; width:140%; display:block; opacity: 0; left: 0; right: 0;}

.subheader img:first-child {position:absolute;} 

.subheader img:nth-of-type(1) {-webkit-animation:autoplay 48s linear infinite 1s; animation:autoplay 48s linear infinite 0s;} 
.subheader img:nth-of-type(2) {-webkit-animation:autoplay 48s linear infinite 6s; animation:autoplay 48s linear infinite 6s;}
.subheader img:nth-of-type(3) {-webkit-animation:autoplay 48s linear infinite 12s; animation:autoplay 48s linear infinite 12s;}
.subheader img:nth-of-type(4) {-webkit-animation:autoplay 48s linear infinite 18s; animation:autoplay 48s linear infinite 18s;}
.subheader img:nth-of-type(5) {-webkit-animation:autoplay 48s linear infinite 24s; animation:autoplay 48s linear infinite 24s;}
.subheader img:nth-of-type(6) {-webkit-animation:autoplay 48s linear infinite 30s; animation:autoplay 48s linear infinite 30s;}
.subheader img:nth-of-type(7) {-webkit-animation:autoplay 48s linear infinite 36s; animation:autoplay 48s linear infinite 36s;}
.subheader img:nth-of-type(8) {-webkit-animation:autoplay 48s linear infinite 42s; animation:autoplay 48s linear infinite 42s;}
.subheader img:nth-of-type(9) {-webkit-animation:autoplay 48s linear infinite 48s; animation:autoplay 48s linear infinite 48s;}
.subheader img:nth-of-type(10) {-webkit-animation:autoplay 48s linear infinite 54s; animation:autoplay 48s linear infinite 54s;}

@keyframes autoplay {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-webkit-keyframes autoplay {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}

.files_employe{
    width: 100%;
}

[data-tip] {
    position:relative;

}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #018dda;   
    position:absolute;
    top:50px;
    left:35px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:55px;
    left:0px;
    padding:5px 8px;
    background:#018dda;
    color:#fff;
    z-index:9;
    font-size: 0.75em;
    height:28px;
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}

.uploadfile{
    background: #f5f5f5;
    padding:20px; 
    border-radius: 4px;
}

.uploadfile h5{
    font-size: 16px;
    font-weight: bold;
    color: #018DDA;
    line-height: 40px;
    text-transform: uppercase;
}

.uploadfile h5 i{
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

.uploadfile a{
    display: inline-block;
    background: #018DDA;
    color: #FFF;
    padding: 7px 10px;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
}

.uploadfile a:hover{
    background: #333;
    text-decoration: none;
}

.responsecc{
    margin: 10px 17px 0!important;
}

#loginbox h4{
    margin-top: 0;
}

.alert-box {color:#555; border-radius:10px; font-size:16px; padding:10px 10px 10px 36px; margin:10px;}
.success {background:#e9ffd9; border:1px solid #a6ca8a;}

@media(max-width:767px){

    .frequency-guest li{
        height: auto!important;
    }

    .frequency-guest li a{
        margin: 0!important;
    }

    .search-box,
    .title-frequency-guest{
        float: none!important;
    }

    .search-box{
        margin-top: 15px;
    }

    .search-box input[type=text]{
        width: 100%!important;
    }

    #actionsbox a.title{
        margin-bottom: 30px;
    }

    .homepage #myaccount, .homepage #register{
        font-size: 14px;
        /*margin-top: 60%;*/
    }
    .subheader{
        min-height: 100px!important;
        height: auto!important;
    }
    .subheader img{
        height: 100%;
    }

    #page .steps .step{
        padding: 4px 6px 0 30px;
    }

    .steps{
        text-align: left!important;
    }

    #navbar{
        background: #333;
    }

    #navbar a{
        color: #FFF;
    }

    .navbar{
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        background: #FFF;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        background: #2B2B2B;
        color: #FFF;
    }

    #navbar{
        background: #333;
    }

    #navbar a{
        color: #FFF;
    }

    .h2, h2{
        margin-bottom: 30px!important;
    }
}

nav.sidebar{
    position: fixed;
    left: 10px;
    height: auto;
    width: 175px;
    z-index: 1000;
}


#formlogin [data-tip]:before,
#modulo [data-tip]:before{
    border-bottom-color: #FFF;
    top: 34px;
}

#modulo [data-tip]:before{
    top: 65px;
    -moz-box-shadow: 0 0 10px 1px #e6e6e6;
    -webkit-box-shadow: 0 0 10px 1px #e6e6e6;
    box-shadow: 0 0 10px 1px #e6e6e6;
}

#formlogin [data-tip]:after, 
.modulo [data-tip]:after{
    background: #FFF;
    color: #018dda;
    top: 39px;
    -moz-box-shadow: 0 0 10px 1px #e6e6e6;
    -webkit-box-shadow: 0 0 10px 1px #e6e6e6;
    box-shadow: 0 0 10px 1px #e6e6e6;
}

.modulo [data-tip]:after{
    top: 69px;
}

nav.sidebar li.title a{
    color: #FFF!important;
    background-color: #018dda!important;
    text-align: center;
    font-size: 16px!important;
    border: 1px solid #018dda;
    margin: -1px;
    padding: 8px!important;
}

nav.sidebar .navbar-nav .open .dropdown-menu{
    width: 170px;
}

nav.sidebar .navbar-nav>li>a,
nav.sidebar .dropdown-menu>li>a{
    font-size: 13px;
}
  nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }

  .main{
    padding: 10px 10px 0 10px;
  }

 @media (min-width: 765px) {

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    nav.sidebar{
      margin-left: -160px;
      float: left;
      margin-bottom: 0px;
    }

    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
   
  @media (min-width: 1330px) {

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }
  }

  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
  section{
    padding-left: 15px;
  }
  
.form-control-feedback{
    line-height: 53px!important;
    height: 53px;
    width: 35px;
    color: red;
    opacity: 0.2;
}

.form-group.has-feedback{
    margin-bottom: 0;
}

.homepage .modal-body .alert-danger a{
    color: #a94442!important;
}

.session_time{
    position: absolute;
    left: 215px;
    margin-top: 10px;
    color: #FFF;
    top: 15px;
}

.propertyname{
    margin:7px 0;
    display: block;
    color: #FFF;
}

@media (min-width: 1200px){
    .session_time{
    }
}
@media (max-width: 900px){
    .session_time{
        /*background: #FFF;*/
    }
}
@media (max-width: 768px){
    .session_time{
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 12px;
        padding: 0 0 8px;
        left: 1px;
        position: unset;
        margin: 10px 0; 
    }

    .propertyname{
        padding: 0;
        float: left;
        display: block;
        padding-top: 5px;
    }

    #page .logout{
        float: right;
        margin-top: 0;
    }
}
.session_time span{
    font-weight: normal;
}

#user_password, 
#repassword{
    margin-top: 20px;
}

.resultnew .alert{
    margin-bottom: 10px;
}

.modal-backdrop{
    z-index: 10401;
}

.num{
    position: absolute;
    left: -10px;
    font-size: 18px;
    font-weight: bold;
    color: #018dda;
    top: 9px;
}

.blacklist{
    display: none;
}

.blacklist .fa{
    font-size: 150px;
    color: red;
    display: block;
    margin-bottom: 20px;
}

.blacklist p{
    color: red!important;
    font-size: 16px;
}

.blacklist_det p{
    color: #000!important;
    font-size: 15px;
}

.blacklist_det h3{
    color: black;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 300;
}

.deleteuser{
    display: block;
    position: absolute;
    left: -11px;
    top: 28px;
    font-size: 20px;
    color: red;
}

.deleteuser:hover{
    color: #000;
}

.title-frequency-guest{
    color: #018dda;
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    margin-top: 10px;
    color: #3e3e3e;
}

.title-frequency-guest span span{
    font-weight: 700;
}

.frequency-guest{
    margin: 0;
    padding: 0;
    list-style: none;
}

.frequency-guest li{
    float: left;
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 25%;
    height: 180px;
    text-align: center;
}

.frequency-guest li a{
    display: block;
    min-height: 50px;
    padding: 15px;
    border-radius: 4px;
    background: #f8f8f8;
    height: 100%;
}
.search-box .result li a{
    display: block;
    min-height: 50px;
}
.frequency-guest li a:hover,
.search-box .result li a:hover,
.frequency-guest li a.active{
    cursor: pointer;
    background: #94e8b4;
}

.frequency-guest li:hover a span,
.search-box .result li:hover a span,
.frequency-guest li.active a span{
    color: #FFF;
    background: #008b2a;
    cursor: pointer;
}

.frequency-guest li a span{
    display: block;
    background: #d9edf7;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 15px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.frequency-guest li a strong{
    display: block;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.frequency-guest li a b{
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #3e3e3e;
}

.menu-mobile{
    display: block;
}

#modaSend .modal-dialog{
    max-width: 720px;
    width: 100%;
}

#modaSend .form-check,
#acceptModal .form-check{
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    clear: both;
    padding: 10px;
}

#modaSend .form-check-input,
#acceptModal .form-check-input{
    float: left;
    margin: 5px 10px;
}

#modaSend .form-check-label,
#acceptModal .form-check-label{
    float: left;
    font-size: 14px;
    max-width: 90%;
    text-align: left;
}

.info-invitacion{
    margin-bottom: 15px;
}

.info-invitacion span{
    background: #eee;
    padding: 10px 20px;
    border-radius: 40px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

@media(max-width:767px){

    .btn-md{
        margin-bottom: 25px;
    }

    .form-layer-tolal-steps-5 .form-layer-step{
        float: left;
        font-size: 16px;
    }

    .delete-link{
        display: block;
        padding: 0 15px;
    }

    .form-layer-steps{
        margin-bottom: 25px;
    }

    .loading p{
        padding: 0 10px;
    }

    .mb-2,
    .nomargin-input {
        margin-bottom: 30px !important;
    }

    .deleteuser,
    .num{
        position: inherit;
        left: inherit;
        top: inherit;
        display: inline-block;
        margin-right: 10px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .nomargin-input.mb{
        margin-bottom: 0!important;
    }

    .num{
        margin-left: 15px;
    }

    .info-invitacion span{
        margin-right: 5px;
        padding: 5px 10px;
        font-size: 12px;
    }

    #page .contenido{
        padding-top: 0;
    }

    .navbar-nav .open .dropdown-menu{
        position: absolute!important;
    }

    /*.bbb{
        padding-bottom: 0!important;
    }*/

    #acceptModal .form-check-label{
        width: 80%;
    }

    #page .logout {
        float: none;
        display: block;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        font-size: 14px;
        text-align: left;
        padding: 10px 15px 10px;
        margin: 0;
        border-bottom:0;
        border-radius: 0;
    }
    #page .logout:last-child{
        border-bottom: 0;
    }
    .menu-mobile-button{
        font-size: 25px;
        line-height: 25px;
    }

    .menu-mobile{
        display: none;
        position: absolute;
        background: rgba(43, 43, 43, 0.8) !important;
        right: 0;
        padding: 0 0;
        width: 200px;
        box-shadow: 2px 7px 6px rgba(0,0,0,.3);
        margin-top: 9px;
    }

    .list-inline{
        margin-bottom: 0;
    }

    #page .contenido{
        padding-bottom: 110px;
    }

    header{
        padding: 0 0 10px;
    }

    header .row{
        margin-left: 0;
        margin-right: 0;
    }
    header .row .col-lg-2.col-xs-3,
    header .row .col-xs-12,
    header .col-lg-10.col-xs-9.text-right{
        padding-left: 0;
        padding-right: 0;
    }

    .bbb{
        padding-bottom: 30px;
            border-top: 1px solid #e9e9e9;
    }

    .menu-privacidad{
        text-align: center;
        padding-top: 0;
    }

    .menu-privacidad a{
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .logo-privacidad{
        max-width: 150px;
        margin:0 auto;
    }

    #page .subheader{
        margin-top: 85px;
    }

    .frequency-guest li{
        width: 100%;
        padding: 15px;
        float: none;
        border: 1px solid #eee;
        margin-bottom: 15px;
    }

    #page .logo2 {
        position: inherit;
        background:none;
        padding:0;
        top: 0;
        left: 0;
        /*-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);*/
    }
    section{
        padding-left:0!important;
    }

    #page .logo2 img{
        width: 130px;
    }

    .frequency-guest li:hover{
        background: none;
    }

    .frequency-guest li:hover span{
        color: #333;
        background: #d9edf7;
    }

    #page .mod_box{
        margin-bottom: 25px;
    }

    .h2, h2 {
        font-size: 24px;
        /*font-weight: 700!important;*/
    }

    .menu-mobile-button{
        color: #FFF;
    }

    h3{
        text-transform: none;
    }

    header{
        height: auto;
    }

    .logo-header-home{
        display: block;
        margin-top: 15px;
    }
}

input[type=text],select,textarea{
    -webkit-appearance:none;
}

.search-box{
    position: relative;
    float: right;
}

.search-box input[type=text]{
    width: 250px;
    height: 40px;
    border: 1px solid #3e3e3e;
    padding: 20px;
    margin: 0;
    border-radius: 40px;
}

.search-box select{
    height: 40px;
    float: right;
    border: 1px solid #eee;
    border-radius: 9px;
    margin-left: 10px;
    padding: 10px;
    background: url(img/dw.png) 95px 15px no-repeat;
    background-size: 15px;
    width: 120px
}

.search-box .result{
    position: absolute;
    background: #FFF;
    margin: 0;
    list-style: none;
    padding: 0;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
    z-index: 9999999;
}

.search-box .result li{
    min-height: 67px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.search-box .result li .fa{
    float: right;
    font-size: 20px;
    line-height: 55px;
    padding-right: 10px;
    color: #d9edf7;
}

.search-box .result li span{
    display: block;
    float: left;
    background: #d9edf7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.search-box .result li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.search-box .result li b{
    display: block;
    font-size: 12px;
}

.send-content .frequency-guest li{
    width: 33%;
}

/*select{
    background:url(img/fchl.jpg) 95% no-repeat!important;
}*/


.select-content{
    position: relative;
}

.select-content i{
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 20px;
}

.amount-pay{
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    border-radius: 4px 0 0 4px;
}

.payment-button{
    height: 50px;
    border: 0;
    width: 20%;
    display: inline-block;
    border-radius: 0 4px 4px 0;
    background: #018dda;
    color: #FFF;
}

.payment-button:hover,
.payment-all:hover{
    background: #008b2a;
    color: #FFF;
}

.payment-all{
    height: 50px;
    background: #018dda;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin: 35px 0;
}

/* UPDATE */

.modal-content{
    border-radius: 0;
}

.btn-group-sm>.btn, .btn-sm{
    font-size: 13px;
}