.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: url(../../loader.gif) no-repeat 50% 50% fixed;
  opacity: .8;
  display: none;
  background-repeat: no-repeat;
  background-size: 180px;
  background-color: black;
}

body{
  background-color: #f1f1f1 !important;
  overflow-x: hidden;
}

textarea{
  display:inline-block;
  vertical-align:middle;
}

#logout-form > .btn{
  color: white !important;
}

/*nav en bootstrap*/
.logoNav{
  
  width: 45px;
  height: 45px;

}

.navbar{
  background-color: white !important;
  color: black !important;
  border-color: #E6E6E6 !important;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar-dark .navbar-toggler {
  color: black !important;
  border-color: white !important;
  background-color: black;
}

.nav-link{
  color: black !important;
  border-color: black !important;
}

/*fuente*/

@font-face {
  font-family: "Titillium Semibold Italic";
  src: url("../fuentes/PublicSans-Medium.ttf");
}

@font-face {
  font-family: "Titillium Bold";
  src: url("../fuentes/PublicSans-Black.ttf");
}

/*Coleres*/
.color-1{
  color: #36AAE1;
}

.color-2{
  color: #89D8F7;
}

.color-3{
  color: #FFCB00;
}

.color-4{
  color: #333333;
}

.color-5{
  color: #808080;
}

.color-6{
  color: #B3B3B3;
}

.color-7{
  color: #E6E6E6;
}

/*button*/
.btn-primary{
  color: #fff;
  background-color: #36AAE1;
  border-color: #36AAE1;
  font-family: 'Titillium Semibold Italic' !important;
}

.btn-secondary{
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  font-family: 'Titillium Semibold Italic' !important;
}

.btn-outline-primary {
  color: #36AAE1 !important;
  border-color: #36AAE1 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-atras{
  font-family: 'Titillium Bold' !important;
  cursor: pointer;
  font-size: 25px;
  color: #333333 !important;
  text-decoration: none !important;
}

.iconoAtras{
  background-color: #ffca00;
  padding: 7px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding-top: 9px;
}

.btn-atras:hover{
  color: #333333 !important;
}

.btn-cancelar{
  color: #fff !important;
  font-family: "Titillium Semibold Italic";
}


/*text*/

.card-title{
  font-family: 'Titillium Bold' !important;
  color: #B3B3B3 !important;
}

.text{
  font-family: 'Titillium Bold' !important;
}

label{
  font-family: 'Titillium Bold' !important;
}

option{
  font-family: 'Titillium Bold' !important;
}

span, input {
  font-family: 'Titillium Semibold Italic' !important;
}

.checked-custom{
  margin-left: 5px;
  margin-top: 8px;
}

/*notificaciones*/

.alert {
  border: 1px solid #eed3d7;
  border-radius: 4px;
  float: right;
  clear: right;
  background-color: white;
  margin-bottom: 20px;
  right: 21px;
  z-index: 999;
  opacity: 0.8;
}

#ohsnap {
  position: fixed;
  right: 5px;
  margin-left: 5px;
  z-index: 9999;
  margin-top: 80px;
}

.alert-red {
  color: white;
  background-color: #DA4453;
}
.alert-green {
  color: white;
  background-color: #37BC9B;
}
.alert-blue {
  color: white;
  background-color: #4A89DC;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}

/*pocision*/
.izquierda{
  float: left !important;
}

.derecha{
  float: right !important;
}

/*card*/
.card-header-primary{
background-color: #808080;
  color: white;
  display: flex;
  cursor: pointer;
}

.card-header-primary:hover{
  
background-color: #c1c2c2;
color: white;
}

.tittle-card{
  font-family: "Titillium Regular";
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 18px;
}

.titulo-deplegue{
  color: #fff;
  text-decoration: blink;
}

.titulo-deplegue:hover{
  color: #E6E6E6 !important;
  text-decoration: blink;
}

.dataTables_wrapper .dataTables_filter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

table{
  padding-top: 30px;
}

thead{
 background-color: #333333; 
 color: #E6E6E6;
}

input[type="color"] {
-webkit-appearance: none;
  border: none;
  width: 100%;
  /*height: 90%;*/
  background-color: #fff !important;
  padding: 0px !important;
  margin-top: 8px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type="color"]::-webkit-color-swatch {
border: none;
}

table.dataTable{
  padding: 0px !important;
  margin: 0px !important;
}

.dataTables_length{
  margin-bottom: 15px;
}

.table{
  width: 100% !important;
}

.rounded-circle{
  margin-right:5px;
}

.eventoError{
  background-color: #ff2525;
  color: white;
  position: fixed;
  width: 100%;
}

.eventoSelecionado{
  background-color: #dccc35;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 10;
  margin-top: 81px;
  color: black;
}

.navbar{
  white-space: nowrap;
}

.containerApp{
 padding-top: 64px;
}

.Container-Logo-img-center{
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}

.Container-Logo-img-exp{
  height: 80px;
  float: right;
}

.toast-error{
  background-color: red;
}