.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 Bold";
    src: url("../../public/fonts/TitilliumWeb-Bold.ttf");
}

@font-face {
    font-family: "Titillium Semibold Italic";
    src: url("../../public/fonts/TitilliumWeb-SemiBoldItalic.ttf");
}

@font-face {
    font-family: "Titillium Regular";
    src: url("../../public/fonts/TitilliumWeb-Regular.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 Regular' !important;
}

.btn-secondary{
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    font-family: 'Titillium Regular' !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 Regular";
}


/*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;
}

.btn-facebook{
	background-color: #3b5998 !important;
	border-color: #3b5998 !important; 
	width: 42px;
}

.btn-google{
	background-color: #db4a39 !important;
	border-color: #db4a39 !important;
	width: 42px; 
}
.btn-twiter{
	background-color: #00acee !important;
	border-color: #00acee !important; 
	width: 42px;
}

.btn-instagram{
    text-align: center;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	width: 42px;
}

.btn-github{
	background-color: #f6f8fa !important;
	border-color: #24292e !important;
    color: #24292e;
	width: 42px; 
}

.btn-github:hover{
    color: #24292e;
}

.btn-linkedin{
	background-color: #2867B2 !important;
	border-color: #2867B2 !important; 
	width: 42px;
}

.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;
}

@media (max-width: 299px){
    .eventoSelecionado{
            margin-top: 40% !important;
    }
}

@media (min-width: 300px) and (max-width: 349px){
    .eventoSelecionado{
            margin-top: 21% !important;
    }
}

@media (min-width: 350px) and (max-width: 400px){
    .eventoSelecionado{
            margin-top: 18% !important;
    }
}

@media (min-width: 400px) and (max-width: 449px){
    .eventoSelecionado{
            margin-top: 16% !important;
    }
}

@media (min-width: 450px) and (max-width: 499px){
    .eventoSelecionado{
            margin-top: 14.5% !important;
    }
}

@media (min-width: 500px) and (max-width: 549px){
    .eventoSelecionado{  
        margin-top: 14% !important;
    }
}

@media (min-width: 550px) and (max-width: 599px){
    .eventoSelecionado{
            margin-top: 12% !important;
    }
}

@media (min-width: 600px) and (max-width: 649px){
    .eventoSelecionado{
            margin-top: 11% !important;
    }
}

@media (min-width: 650px) and (max-width: 699px){
    .eventoSelecionado{
            margin-top: 10.2% !important;
    }
}

@media (min-width: 700px) and (max-width: 749px){
    .eventoSelecionado{
            margin-top: 9.5% !important;
    }
}

@media (min-width: 750px) and (max-width: 799px){
    .eventoSelecionado{
            margin-top: 9% !important;
    }
}

@media (min-width: 800px) and (max-width: 849px){
    .eventoSelecionado{
        margin-top: 8.5% !important;
    }
}

@media (min-width: 850px) and (max-width: 899px){
    .eventoSelecionado{
            margin-top: 8% !important;
    }
}

@media (min-width: 900px) and (max-width: 949px){
    .eventoSelecionado{
        margin-top: 7.6% !important;
    }
}

@media (min-width: 950px) and (max-width: 991px){
    .eventoSelecionado{
        margin-top: 7.2% !important;
    }
}

@media (min-width: 992px) and (max-width: 1049px){
   .eventoSelecionado{
            margin-top: 7% !important;
    }
}

@media (min-width: 1050px) and (max-width: 1099px){
   .eventoSelecionado{
        margin-top: 6.5% !important;
    }
}

@media (min-width: 1100px) and (max-width: 1149px){
   .eventoSelecionado{
        margin-top: 6.3% !important;
    }
}

@media (min-width: 1150px) and (max-width: 1199px){
   .eventoSelecionado{
            margin-top: 6% !important;
    }
}

@media (min-width: 11500px) and (max-width: 1199px){
   .eventoSelecionado{
            margin-top: 6% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1249px) {
    .eventoSelecionado{
        /*margin-top: 6.6% !important;*/
            margin-top: 5.9% !important;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .eventoSelecionado{
        /*margin-top: 6.3% !important;*/
            margin-top: 5.7% !important;
    }
}

@media (min-width: 1301px) and (max-width: 1349px) {
    .eventoSelecionado{
        margin-top: 5.3% !important;
    }
}

@media (min-width: 1350px) and (max-width: 1399px) {
    .eventoSelecionado{
        margin-top: 5.1% !important;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .eventoSelecionado{
        margin-top: 4.8% !important;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .eventoSelecionado{
            margin-top: 4.5% !important;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .eventoSelecionado{
        margin-top: 4.2% !important;
    }
}

@media (min-width: 1700px) and (max-width: 1799px) {
    .eventoSelecionado{
        margin-top: 4% !important;
    }
}

@media (min-width: 1800px) and (max-width: 1899px) {
    .eventoSelecionado{
        margin-top: 3.8% !important;
    }
}

@media (min-width: 1900px) {
    .eventoSelecionado{
        margin-top: 3.5% !important;
    }
}
.navbar{
    white-space: nowrap;
}

.containerApp{
   padding-top: 64px;
}

.Container-Logo-img-center{
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.Container-Logo-img-exp{
    height: 80px;
    float: right;
}

.puntos {
    background-color: #fff !important;
    color: #333333 !important;
    width: auto !important;
    font-size: 50px !important;
    /* border-radius: 9px; */
    /*border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;*/
    margin-top: 15px !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
}