﻿:root {
/*Colores*/
  --black:#333;
  --gray: #6c757d;
  --white: #fff;
  --light: #f2f2f2;
  --principal: #8DBDAD;
  --principalO:#8dbdad59;
  --principal2: #517c69de;
  --secundario:#293f71;
  --secundario2:#2f4980;
  --otro: #3dd6bd;
  --otro2: #61ce70;
}


html {
  position: relative;
  min-height: 100%;
}
body {
	margin: 0;
  height: 100vh;
}
textarea {
	resize:none; 
}
#inline_margins{
	margin-top:10px;
	margin-bottom:10px;
}
#username {
	margin-right:5px;
}
label{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-weight: normal;
}
.navbar-inverse {
border-radius: 0px;
}
.nav-tabs > li > a {
color: #333;
}
table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: none;
}
/*Modals*/
#modal-form-prestadores .modal-dialog{
width:80%;
}
#modalAlert{
 margin-top: 200px;
}
/*******************/
.input_contactos, input, select{  
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:3px;
}

.input-group {
 margin-bottom:8px;
}

#status{
  display: initial;
  font-size: 0.9em;
}

#clock{	
	font-size: 24px;
	font-weight: bold;
	padding-left: 64px;
}

/*autocomplete*/
#ui-id-4{
  top: -652.5px;
  left: 102px;
  width: 130px;
  list-style-type: none;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  border-radius: 5px;
  border: solid #0099FF 1px;
}
.ui-corner-all a{
    text-decoration: none;
	color: #333;
}
.ui-corner-all a:visited {
    text-decoration: none;
	color: #333;
}
.ui-corner-all a:hover {
    text-decoration: none;
	color: #337ab7;	
}
.ui-corner-all a:active {
    text-decoration: none;
	color: #333;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 25px;
}

.ui-autocomplete-loading { background:url("../images/ui-anim_basic_16x16.gif") no-repeat right center }

.ui-helper-hidden-accessible{
display: none;
}

.footer {
  width: 100%;  
  height: 60px;
  background-color: #f5f5f5;
  text-align: center;  
}

/*******************************/

/*Login stuff*/
.block {
  text-align: center;   
  margin: 20px;
}
 
.block:before {
  content: '';
  display: inline-block;  
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
    
  /* For visualization 
  background: #808080; width: 5px;
  */
 } 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 15px;
 }
 
 .logo{
	margin-top: 175px;
	text-align: center;
 } 
 
 /****************************/
/********** -- Estilos propios -- ******************/
/*menu*/
.menu-ppal{
  background-color: var(--light);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.logo-ppal img {
width: 190px;
padding: 10px 20px 10px;
}

.menu-links{
  display: flex;
  justify-content: space-between;  
  gap: 20px;
}
.menu-links li{
  font-size: 16px;
  font-weight: 300;
  color: var(--gray);
}
.menu-links li:hover{
  color: var(--secundario);
}

#username{
  color: var(--gray);
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

/*footer*/
.footer{
  background: var(--principalO);  
  position: relative;
  padding: 20px;
  height: 150px;
  z-index: 2;
  color: var(--black);
  font-size: 14px;
  bottom: 0;
}
footer h5{
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  color: var(--gray);
}
footer .datos-detalle{
  display: flex;
  justify-content:flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
footer .datos-detalle i{
  padding-right: 10px;;
}

.bloque-footer .bloque-detalle{
display: flex;
justify-content: space-around;
}
.bloque-footer .bloque-detalle .name{
  margin-bottom: 10px;
  font-weight: bold;  
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--gray);
}

/********* Generales ************/
.box-seccion h1{
  color: var(--gray);
  letter-spacing: 2px;
}

.button{
  background-color: var(--principal2);
  color: var(--light);
}

/* */
.table-responsive{
  margin-bottom: 20px;
}

/******** Información importante ***********/
.contacto-page{
  text-align: center;
  height: auto;
  margin: 20px 0px 40px;
}
.contacto-page h2{
  color: var(--secundario); 
  margin-bottom: 20px;
}

.contacto-page .informacion-contacto .titulo{
  color: var(--secundario2);
}
.contacto-page .linea{
  color: var(--gray);
  width: 300px;
}
.contacto-page .informacion-contacto .phone i, .mail i{
  padding-right: 10px;
}
.contacto-page .informacion-contacto, .info-contacto{
  color: var(--gray);
  margin-bottom: 20px;  
}


/********** Nueva Cotización ************/ 

.bloqueDatos .bloque-color{
 background-color: var(--light); 
}
.bloqueDatos .datosAfiliado{
  display: flex;
  justify-content: space-between;
 flex-wrap: wrap;
} 
.datosCotizacion .dato{
  margin: 10px 0;
}

.compulsa_opciones{
  margin-bottom: 20px;
}

.visualizacion_btn .btn{
  background-color: var(--principalO);
  color: var(--gray);
  padding: 12px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: var(--Bold);
  opacity: 1;
}
.compulsa_btn{
  display: flex;
  justify-content:center;
  gap: 20px;
}

.btn-ok.btn {
  background-color: var(--principal);
  color: var(--white);
  padding: 12px 15px;
  border: none;
  cursor: pointer;
  width: 50%;
  font-family: var(--Bold);
  font-weight: 800;
  opacity: 1;
}

.btn-ok:hover {
  opacity: 0.7;
  color: var(--light);
}
.btn-volver.btn {
  background-color: var(--secundario);
  color: var(--white);
  padding: 12px 15px;
  border: none;
  cursor: pointer;
  width: 50%;
  font-family: var(--Bold);
  font-weight: 800;
  opacity: 1;
}

.btn-volver:hover {
  opacity: 0.7;
  color: var(--light);
}
.agregar_btn .btn {
  background-color: var(--principalO);
  color: var(--gray);
  padding: 12px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: var(--Bold);
  font-weight: 800;
  opacity: 1;
}

.agregar_btn .btn:hover, .visualizacion_btn .btn:hover {
  opacity: 0.7;
  color: var(--gray);
}



/*Login*/
.bg-img {
  /*background: linear-gradient(180deg, #8dbdad 0, #517c69de 40%, #517c69de 100%);   */
  background-image: url(../img/img1.png);
  height: 100vh;  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*opacity: 0.65;*/
  }
  .login-contenedor{
    display: flex;  
    justify-content: right;
  }
  
  .container-form {
    position: absolute;      
    margin: 30% 20px;
    max-width: 300px;
    padding: 16px ;
    background-color: white;
    color: var(--secundario);
  }

  @media screen and (min-width: 1200px){
    .container-form {  
      margin-top: 15%;          
    }
  }
  @media screen and (max-width: 768px){
    .login-contenedor{
      display: flex;  
      justify-content: center;
    }   
 
  }
  .container-form img{
    width: 80%;
    margin-bottom: 10px;
    margin: 10px 20px;
  }
  .container-form input[type=text], .container-form input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  .container-form input[type=text]:focus, .container-form input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  

  .container-form .btn {
    background-color: var(--principal);
    color: var(--white);
    padding: 12px 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: var(--Bold);
    font-weight: 800;
    opacity: 1;
  }
  
  .container-form .btn:hover {
    opacity: 0.9;
    color: var(--light);
  }
  .login-link {
    font-size: 14px;
    color: #444;
    display: block;
    margin-top: 12px;
  }
  .login-link:hover{
    color: var(--secundario2);
  }

