.login-form .card{
    background: rgba(0, 0, 0, 0.6);
}

.login-form .card-action{
    background: rgba(0, 0, 0, 0.3);
}

.body-login{
    background-image: url('../assets/img/Jujuy.jpg');
    background-size: cover;
}

#infoMessage{
    text-align: center;
}

.forgot-password-subheading{
    text-align: center;
}

.justify{
    text-align: justify;
}

/* --- --- Preloader --- ---*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader {
    opacity: 0;
}
.loaded #loader-wrapper {
    visibility: hidden;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

body{
    background: #f2f2f2;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
/*--- --- MENU --- ---*/
.barra-lateral{
    background: #212121;
    color: #fff;
    min-width: 300px;
    min-height: 100vh;
    padding: 0px;
}

.barra-lateral a{
    color: #fff;
}

.barra-lateral .logo{
    background: #008eaa;
    margin-bottom: 2px;
    padding: 10px 50px 15px;
}

.barra-lateral .menu a{
    display: block;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.barra-lateral .menu a:hover{
    background: #008eaa;/*#047eaa;*/
    text-decoration: none;
}

.barra-lateral .menu a i{
    margin-right: 20px;
    font-weight: normal;
}
/* --- --- MAIN --- ---*/
.main{
    padding-top: 10px;
}

.main .columna{
    padding-left: 40px;
    padding-right: 40px;
}

.main .titulo{
    color: #262a34;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.main .widget{
    margin-bottom: 40px;
}

.main .widget form input[type="text"],
.main .widget form textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}

.main .widget form input[type="text"]{
    font-weight: 400;
}

.main .widget form textarea{
    height: 400px;
    min-height: 200px;
    max-width: 100%;
    min-width: 100%;
}

/*.main .widget form button{
    background: #0275d8;
    cursor: pointer;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    display: inline-block;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    transition: all .3s ease;
}

.main .widget form button:hover{
    background: #025aa5;
}*/

/* --- Widget Estadistica -- */
.main .estadisticas .contenedor{
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,.2);
}

.main .estadisticas .caja{
    background: #fff;
    border:  1px solid #e3e3e3;
    padding: 40px 20px;
    flex: 1;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.main .estadisticas .caja h3{
    margin-bottom: 10px;
    color: #35ae6b;
}

.main .estadisticas .caja p{
    margin-bottom: 6px;
    color: #a8a8a8;
}

.main .estadisticas .caja:first-child{
    border-right: none;
}
.main .estadisticas .caja:last-child{
    border-left: none;
}

/* --- Widget Tickets --- */
.main .tickets .contenedor{
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.main .tickets .ticket{
    background: #fff;
    padding: 20px;
    border-bottom:1px solid #dfdfdf ;
}

.main .tickets .ticket .foto{
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100px;
}

.main .tickets .ticket .foto a{
    display:  inline-block;
}

.main .tickets .ticket .foto a img{
    width: 100%;
}

.main .tickets .ticket .texto{
    flex: 1;
}

.main .tickets .ticket .texto .texto-ticket-titulo{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.main .tickets .ticket .texto .texto-ticket-respuesta{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #0000FF;
}

.main .tickets .ticket .texto .texto-ticket{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.main .tickets .ticket .texto .texto-ticket-fecha-hora{
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}

.main .tickets .ticket .botones button{
    background: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all .3s ease;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main .tickets .ticket .botones .aprobar{background: #35ae6b}
.main .tickets .ticket .botones .eliminar{background: #b74848}
.main .tickets .ticket .botones .bloquear{color: #acacac}

.main .tickets .ticket .botones .aprobar:hover{background: #449d44}
.main .tickets .ticket .botones .eliminar:hover{background: #c9302c}
.main .tickets .ticket .botones .bloquear:hover{
    background: #acacac;color: #fff
}

/* --- --- MEDIAQUERIES --- --- */
@media screen and (max-width: 1300px) {
    .barra-lateral{
        min-width: auto;
    }

    .barra-lateral .logo{
        display: none;
    }

    .barra-lateral .menu a span{
        display: none;
    }

    .barra-lateral .menu a i{
        margin: 0px;
    }
}

@media screen and (max-width: 575px) {
    .barra-lateral{
        min-height: auto;
    }

    .barra-lateral .menu a{
        display: inline-block;
        border-bottom: none;

    }

    .main .widget form button{
        width: 100%;
    }
}


@media screen and (max-width: 900px) {
    .barra-lateral{
        min-height: auto;
        min-width: -webkit-fill-available;
    }

    .barra-lateral .menu a{
        display: inline-block;
        border-bottom: none;

    }

    .main .widget form button{
        width: 100%;
    }
}

@media screen and (max-width: 431px) {
    .main .tickets .ticket .foto{
        width: 30px;
        height: 30px;
    }

    .main .tickets .ticket .botones button{
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .card .card-titulo a {
        width: 100%;
    }

    .card .card-titulo{
        text-align: center;
    }

    .card .card-titulo a:first-child{
        margin-bottom: 3px;
    }
}

/* --- --- Background --- ---*/
.bg-purple{
    background-color: #971c7e !important;
}

.bg-dark-blue{
    background-color: #256b8a !important;
}
/* --- --- Title Card --- --- */
.card-titulo{
    font-size: 1.25rem;
}

.card-titulo-rgrl{
	font-size: 17px;
	font-weight: bold;
}
/* --- --- Table Scroll--- ---*/
.thead-font-size{
    font-size: 13px;

}
.thead-font-size-cancerigenos{
	font-size: 12px;

}

.thead-font-size-sustancias{
	font-size: 10px;

}

.tbody-font-size{
    font-size: 13px;
}

.height-table-scroll{
    height: 441px;
}
.height-table-scroll-modal{
    height: 180px;
}

/* --- --- Total rows --- ---*/
.badge-pill {
    padding-right: .8em; !important;
    padding-left: .8em; !important;

}

.badge {
    padding: .30em .8em;!important;
}

.subtitle-heading {
	padding: 2px 15px 2px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 10px;
	font-family:'Roboto', sans-serif;
	font-size: 22px;
	color: white;
}

.input-label-sm {
	width: 149px;
	text-align: left;
	font-size: 12px;
}

.input-label-md {
	width: 180px;
	text-align: left;
	font-size: 12px;
}

.input-label-modal-rar-md {
	width: 200px;
	text-align: left;
}

.input-label-lg{
	width: 290px;
	text-align: left;
	font-size: 12px;
}

.hr-style {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid #d8d8d8;
}

.btn-width{
	width: 115px;
}

.input-label-rgrl-sm {
	width: 95px;
	text-align: left;
	font-size: 12px;
}

.input-label-rgrl-md {
	width: 120px;
	text-align: left;
	font-size: 12px;
}

.input-label-rgrl-lg {
	width: 150px;
	text-align: left;
	font-size: 12px;
}
#nominaNombre{
	text-transform: uppercase;
}

.success-alert{
	color:#3c763d;
}

.danger-alert{
	color:#a94442;
}

.warning-alert{
	color:#ec971f;
}

.info-alert{
	color:#31708f;
}

.background-title-color{
	background-color: #479e47;
	color: white;
}

#flotante_whatsapp {
	position: fixed;
	display: inline-block;
	z-index: 100;
	background: #25D366;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 2.1rem;
	padding-top: 5px;
	color: white;
	-webkit-box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
	bottom: 20px;
	right: 20px;
}

.btn-purple {
	color: #fff;
	background-color: #971c7e !important;
	border-color: #971c7e !important;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.bg-latitud {
	background-color: #008eaa !important;
}

.btn-latitud {
	color: #fff;
	background-color: #008eaa;
	border-color: #008eaa;
}

.btn-latitud:hover{
	color:#fff;
	background-color:#256b8a;
	border-color:#256b8a
}

.alert-latitud {
	color: #008eaa;
	background-color: #008eaa;
	border-color: #008eaa;
}

/* autocomplete de jQuery - Redimensiona el cuadro de resultados, lo coloca encima del contenido de la pagina y agrega un gif para indicar cuando esta procesando la busqueda*/
.ui-autocomplete {
	z-index: 10000 !important;
	max-height: 200px;
	max-width: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete-loading{
	background: white url("https://www.latitudsursa.com.ar/art/assets/gif/loading.gif") right no-repeat;
}

.loadingGif {
	background: white url("https://www.latitudsursa.com.ar/art/assets/gif/loading.gif") center no-repeat;
}


.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.overflow-scroll{
	overflow: scroll;
	height: 600px;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 13px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #008eaa;
	border-radius: 10px;
}

.a-disabled{
	pointer-events: none;
	cursor: default;
}
.display-none{
	display: none;
}

.invalid-feedback {
	color: #fff;
	background-color: #dc3545;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.valid-feedback {
	color: #fff;
	background-color: #28a745;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.card-header-latitud {
	padding: 1px 20px !important;
	margin-bottom: 0 !important;
	border-radius: 1px !important;
}

.input-label-xs {
	text-align: left;
	font-size: 12px;
}

/*
.ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
*/
