@import url('https://fonts.googleapis.com/css?family=Carter+One|Cookie|Fugaz+One|Lobster|Lobster+Two|Oleo+Script|Oswald|Racing+Sans+One|Roboto+Condensed');

/* ================================ScrollBar======================================= */
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
 /*  width: 1px;
  height: 1px;
  background-color: grey; */
}

::-webkit-scrollbar-thumb
{
  background-color: black;
  border: 2px solid black;
}
/* ================================ Google Fonts ======================================= */

.cookie{
	 font-family: 'Baloo Bhaijaan', cursive;
}
.Lobster{
	font-family: 'Lobster', cursive;
}
.Lobster-Two{
	font-family: 'Arial';
}
.Oleo-Script{
	font-family: 'Oleo Script', cursive;
}
.Oswald{
	font-family: 'Oswald', sans-serif;
}
.Roboto-Condensed{
	font-family: 'Roboto Condensed', sans-serif;
}
.Fugaz-One{
	font-family: 'Fugaz One', cursive;
}
.Carter-One{
	font-family: 'Carter One', cursive;
}
.Racing-Sans-One{
	font-family: 'Racing Sans One', cursive;
}
.parallax-container {
    height: 300px;
}
/* ================================ Style ======================================= */
body
{
	background: #eeeeee ;
}

h5
{
	font-weight: 400;
}
.container
{
	margin-top: 10px;
}
.tabs .indicator
{
	background-color: #b71c1c ;
	color: white;
	height: 60px;
	opacity: 0.3;
}
.form-container
{
	padding: 40px;
	padding-top: 10px;
}
.confirmation-tabs-btn
{
	position: absolute;
}

/* .side-nav .userView .name{
  font-family: 'Lobster Two', cursive;
} */
.side-nav .userView .email{
    font-family: 'Oswald', sans-serif;
}
.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a li>a>[class*="mdi-"], .side-nav li>a>i.material-icons {
  margin-right: 8px;
}
.card-stats-title{
	font-size: 2rem;
}

.modal.modal-fixed-footer .modal-content{
	    height: calc(100% + 56px);
}

.btn-flat-table{
	padding: 0 0.7rem;
} 
i.left {
    float: left;
    margin-right: 5px;
}
.card-panel{
	border-radius: 1%;
}
 header, main,footer {
      padding-left: 250px;
    }

    @media only screen and (max-width : 992px) {
      header, main,footer {
        padding-left: 0;
      }
    }

    footer.login{
          padding-left: 0px !important;
    }
    main.login{
      padding-left: 0px !important;
    }

    .container{
    	width: 98% !important;
    }
      body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  .switch label input[type=checkbox]:checked+.lever:after {
    background-color: #039BE5 !important;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #90caf9 !important;
}
 .modal-fixed-footer { width: 75% !important ; max-height: 100% !important ;  }
 .modal-overlay {background-image: url("../img/puntos.png");}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:   #0E49A1;
  cursor:pointer;
  z-index:2;
}
.carousel.carousel-slider .carousel-item {
  min-height: 530px;
}
#area_imprimir{
  overflow-x: auto;
}
#area_imprimir1{
  overflow-x: auto;
}
@media (max-width:1100px){

  .ajustar{display:block}

}
.ajustar{
  display: none;
}
input {text-transform:uppercase;}




