/* ---------------------------
  	    IDEOLIDAYS
		   IDE0
	     31/10/18
---------------------------- */


@font-face {
  font-family: 'VAG';
  src: url('../fonts/VAG.ttf');
  font-weight: bold;
  font-style: normal;
}

/* ---------------------------
   			GENERICOS
---------------------------- */

.spacer{clear:both;display:block}
.spacer-10{clear:both;height:10px;display:block}
.spacer-20{clear:both;height:20px;display:block}
.spacer-40{clear:both;height:40px;display:block}
.spacer-90{clear:both;height:90px;display:block}
.spacer-sec{clear:both;height:160px;display:block}
.nomargin{margin:0!important}
.nopad{padding:0!important}
.pdr-0 { padding-right: 0; }
.pdl-0 { padding-left: 0; }

.img-fluid {
    display: block;
    margin: 0 auto;
}

.bg-dark {
    background-color: #2b2b2b!important;
}

.nav-item {
    font-size: 13px;
    color: #fff;
    margin: 0 5px;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    opacity: .8;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 1;
}


.nav-item  i{
    font-size: 15px;
    margin-right: 2px;
}

.dropdown-item i {
    margin-right: 8px;
}


 #calendar {
    margin: 0 auto 60px auto;
}

.contenedor {
    margin: 40px auto;
    max-width: 1100px;
}

.contenedor a {
    /*color: #9ead00;*/
}

.btn-primary {
    color: #fff;
    background-color: #c2d500;
    border-color: #c2d500;
}

.form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #c2d500;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(194, 213, 0,.25);
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    outline: none!important;
    box-shadow: none!important;
}


.form-solicita {
    
}

.form-leyenda {
    font-size: 75%;
    margin-top: -30px;

}

.card-header {
    line-height: 1;
}

.card-header em {
    font-size: 75%;
}

.card-body p {
    margin-bottom: 0;
}

.card-body.perfil p {
    margin-bottom: 1em;
}

.solicitudes .card .bg-danger,
.solicitudes .card .bg-success,
.solicitudes .card .bg-warning{
    color: #fff;
}

tfoot select {
    width: 100%;
}

.custom-select {
    margin: 0 10px;
}


.bq-send { display: none; }


/* ---------------------------
   	      TABLAS
---------------------------- */


.fixedTable .table {
  background-color: white;
  width: auto;
}
.fixedTable .table tr td,
.fixedTable .table tr th {
  min-width: 70px;
  min-height: 30px;
  height: 30px;
  padding: 5px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}
.fixedTable-header {
  /*width: calc(100% - 110px);*/
  height: 30px;
    width: 100%;
  /*margin-left: 110px;*/
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}
.fixedTable-sidebar {
  width: 140px;
  height: 300px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #CCC;
}


.fixedTable-sidebar table {
    width: 100%!important;
}



.fixedTable-body {
  overflow: auto;
  width: calc(100% - 140px);
  height: 300px;
  float: left;
}

aside td { width: 105px; text-align: left;}

.big {
    min-width: 100px!important;
    text-align: center;
    font-weight: bold;
}

.leyenda span { background-color: #E0FEFE; }

.bgfest { background-color: #FFDAC1!important; }
.bgfinde { background-color: #FFFFD8!important; }
.bgvacas { background-color: #B5EAD7!important; }
.bgotro { background-color: #E0FEFE!important; }

.fixedTable .table tr th.campo {
    min-width: 140px!important;
    max-width: 140px!important;
}


/* ---------------------------
   	    ANIMACIONES
---------------------------- */


@keyframes vertical {
  0% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  4% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  8% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  12% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  16% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  20% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  22%, 100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}


.faa-vertical {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}



/* ---------------------------
   			MODALES
---------------------------- */

.modal-header {
    min-height: 60px;
    border-bottom: none;
    padding-right: 0;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 30px;
}

.modal {
    background-color: rgba(1, 5, 8, 0.8);
}

.modal-content {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}

.modal-backdrop.in,
.modal-backdrop.fade.in {
    background-color: transparent;
}

.modal-body {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.modal-dialog {
    margin: 30px auto;
    max-width: 305px;
    width: 95%;
}


#alerta .modal-dialog {
    max-width: 500px;
    width: 95%;
}

#createEventModal .modal-dialog, #editEventModal .modal-dialog, #editaoborraModal .modal-dialog {
  max-width: 600px;
  width: 95%;
}

#alerta button {
    outline: none;
    color: #fff;
    font-size: 35px;
    text-shadow: none;
}

.modal-body {
    background-color: #fff;
    color: #515151;
}

#alerta .tit-alert {
    font-weight: 700;
    font-size: 25px;
}

#alerta .bdy-alert {
    font-weight: 400;
    font-size: 20px;
}

#alerta hr {
    border-color: #DB9311;
    margin-top: 6px;
    margin-bottom: 16px;
}


.modal#cargando {
    background-color: rgba(255, 255, 255, 0.9);
}


#cargando .modal-dialog {
    max-width: 300px;
    width: 95%;
    margin-top: 10%;
}

#cargando .modal-body {
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



/* ---------------------------
   			COOKIES
---------------------------- */

#cookie-bar {
    z-index:10; font-size:13px; color:#fff; text-align:center; padding:20px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#fff; display:inline-block; text-decoration:underline;}
#cookie-bar .cb-enable {
    display: block;
    margin-top: 8px;
}



/* ---------------------------
   	    LOGIN FORM
---------------------------- */

.wallbg {
    background-image: url("../img/bg-baldosa.jpg");
    background-position: top center;
	background-size: cover;
}


.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.logohome img {
    max-width: 450px;
}

.botones img {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
	transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.botones img:hover {
    -moz-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}



.wrapper button:focus, .wrapper input:focus {
  outline: 0 none!important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.wrapper .logo {
    margin: 20px auto 60px auto;
}

.wrapper #formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

.wrapper input[type=button], .wrapper input[type=submit], .wrapper input[type=reset]  {
  background-color: #c2d500;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper input[type=button]:hover, .wrapper input[type=submit]:hover, .wrapper input[type=reset]:hover  {
  background-color: #2b2b2b;
}

.wrapper input[type=button]:active, .wrapper input[type=submit]:active, .wrapper input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.wrapper input[type=text], .wrapper input[type=password] {
  background-color: #f6f6f6;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 90%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.wrapper input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #c2d500;
}

.wrapper input[type=text]:placeholder {
  color: #cccccc;
}


/* ---------------------------
   	     ANIMACIONES
---------------------------- */


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}


.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}


/*-----------------------------------*\
  			 MULTI SELECT
\*-----------------------------------*/


.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
    background-color: #fff;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap > button > span {
    display: inline-block;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible;
    width: 200px;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.basura {
  font-family: 'VAG';
  color: #6F6F6F;
  line-height: 1.8;
}
.basura span {
  color: #ffffff;
  background-color: #6F6F6F;
  padding: 7px 10px 4px 9px;
  border-radius: 50%;
}


/*-----------------------------------*\
  			  HACKS IE (8)
\*-----------------------------------*/

@media \0screen {
	/* CSS PARA IE8 */
}


@media \0screen\,screen\9 {
	/* CSS PARA IE8-9 */
}

/*-----------------------------------*\
  			  MEDIA QUERIES
\*-----------------------------------*/


@media(max-width:1200px) {

}


@media(max-width:991px) {
    

}

@media(min-width:918px) {
	
    .input-group-text {
        min-width: 90px;
    }
    
}

@media(max-width:768px) {
	
/*	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px!important; }*/
  .logohome img {
    max-width:100%;
  }

}

@media(max-width:767px) {
	
}

@media(max-width:640px) {
    
}
	
@media(max-width:540px) {
	
}



@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {

	/* IMAGENES RETINA */
}


