@charset "UTF-8";

@font-face {
  font-family: "Open sans";
  src: url("font/OpenSans-Regular.ttf");
}
 
html, body {
  height:100%;
  min-height: 100%;
  position: relative;
  margin:0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  font-family: "Open sans", sans-serif !important;
  font-size: 0.87rem !important;
}

body {
  width: 100%;
  /* font-size: 12px !important; */
  overflow-x: hidden;
  /* font-family: "Open sans", sans-serif !important;  */
  margin-bottom: 30px; 
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

img {
  max-width: 100%; 
}

h1, h2, h3 {
  color: #01686f;
  text-transform: uppercase;
  font-weight: bold; 
}

h1 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem; 
}

h2 {
    color: #01686f;
    text-transform: uppercase;
    font-size: 1em;
}
h3 {
  font-size: 1rem !important; 
}

h4 {
  font-size: 1rem;
  font-weight: bold;
}

h6 {
  font-size: .8rem;
  font-weight: bold;
}

label {
  min-height: 20px;
}

fieldset div p {
  margin: 0;
}

button, input {
  overflow: visible;
  height: 38px;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input, select, textarea {
  padding-left: 5px;
}

ul {
  list-style-type: none;
}

legend {
  font-size: 1rem;
}

a {color: #00a896;}
a:hover{color: #01686F;}


/**********************************************************************************/

#heading {
  /*width: 100%;*/
  margin: 55px 0 0 0;
  padding: 0 50px;
  font-size: 0.9rem;
}

#heading > div {
  padding-top: 50px;
  padding-bottom: 10px;
}

.breadcrumb-nav > a {
  font-size: 1rem;
  font-weight: bold;
  color:#00a896;
  /*color: rgb(33, 37, 41);*/
}

.tabla {
  padding: 20px;
  margin: 0 0 100px 0;
  border: 1px solid #ccc;
  min-height: 25rem;
}

.tabla-borderless {
  padding: 20px;
  margin: 0 0 100px 0;
  /*border: 1px solid #ccc;*/
  min-height: 25rem;
}

/***************************************************************************/

.btn.btn-primary, .btn.btn-secondary {
  font-family: "Open sans", sans-serif !important;
  font-size: 0.8rem;
  line-height: 1.15;
  text-transform: uppercase;
  /* font-weight: 900; */

  text-decoration: none;
  border-radius: 5px !important;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  /*box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset -1px -1px 1px 0px rgba(0, 0, 0, 0.2), inset 0 1px 1px 0px rgba(255, 255, 255, 0.5);*/
  box-shadow: none;
  border-color: transparent;
}

.btn-primary::before, .btn-secondary::before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 900;
}

.btn-secondary {
  border-color: transparent;
}

/***************************************************************************/

#fixed-footer {
  background-color: #eee;
  position: fixed;
  width: 100%;
  bottom: 0;
  min-height: 70px;
}

#fixed-footer li {
  margin-right: 15px;
}

/***************************************************************************/


.tabletized-info > div > div, .tabletized-info th {
  padding: 10px !important;
  border-bottom: 1px solid #C2ECE7;
}

.tabletized-head > div{
  background-color: #ddd !important;
  font-weight: bold;
}

.tabletized-info > div:nth-child(2n) > div {
  background-color: #F8F9FA;
}

.tabletized-columns > div{
  padding: 2px !important;
  word-wrap: break-word;
}

.tabletized-cabecera{
  cursor: pointer;
  text-align: left;
  border: none;
  background-color: transparent;
  width: 100%;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}

.tabletized-info input{
  height: auto;
}

.orden-none::after, .tabletized-cabecera::after{
  text-align: right;
  content: "\f0dc";
  font-family: FontAwesome;
}

.orden-asc::after, .tabletized-cabecera.ordasc::after{
  text-align: right;
  content: "\f0de";
  font-family: FontAwesome;
}

.orden-desc::after, .tabletized-cabecera.orddesc::after{
  text-align: right;
  content: "\f0dd";
  font-family: FontAwesome;
}

.tabletized-cabecera.ordnone::after{
	 content: "";
}

a.sortable{
	text-decoration:none;
	color: #212529;
}

/***************************************************************************/

.grisoscuro { background-color: #ddd !important; }
.color-primary{ color:#00a896; }
.bg-grisoscuro { background-color: #4d5057 !important; }

.bg-color-primary{background-color: #00a896;}
.bg-color-primary:focus{background-color: #00a896;}
.bg-color-primary:disabled{background-color: #00a896;}

.bg-color-secondary{background-color: #01686F;}
.hover-color-secondary:hover{color: #01686F;}
/*.bg-grispijama {background-color: #F8F9FA;}*/

.color-rojo{color: #DC3545;};

.txt-gris {
  color: #777 !important;
}
.bg-turquesaclarisimo {
  background-color: #e0f5f3;
}

.border-red {
  border: 1px solid #DC3545 !important;
}

.bg-destacadorojo{
  background-color: #F1D9E7;
}

/***************************************************************************/

nav {
  color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 123459;
  line-height: 70px;
}

nav #nav-button {
  /* width: 80px; */
  background-color: #00686E;
  /* line-height: 70px; */
  /* text-align: center; */
  color: #fff;
}

#nav-button > i{
  cursor: pointer;
}

nav #nav-button .close-btn {
  display: none;
}

nav #nav-button.to-close .normal-btn {
  display: none;
}
nav #nav-button.to-close .close-btn {
  display: inline-block;
}

nav .nav-logo {
  height: 3rem;
}

nav #main-menu {
  height: calc(100vh - 55px);
  transform: translateX(-300px);
  left: 0;
  line-height: 2.5em !important;
}

nav #main-menu {
  position: absolute;
  transition: all ease 0.5s;
  width: 0;
  padding: 0;
  top: 70px;
}

nav #main-menu-inner {
  padding: 20px;
  background: #00686E;
  width: 220px;
  height: 100%;
}

#main-menu-inner ul {
  margin: 0 0 1.625em 0em;
  padding: 0;
}

#main-menu-inner li {
  padding: 0;
  list-style: none;
}

#main-menu-inner a {
  font-weight: bold;
  color: #fff !important;
  position: relative;
  transition: all ease 0.5s;
  padding: 5px;
}

#main-menu-inner .logout {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

nav #main-menu.active {
  transform: translateX(0);
  width: 100%;
}

/********************************************************************************************/

#filter-container {
  overflow: hidden;
  height: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: all ease 0.5s;
  position: fixed;
  z-index: 7;
  background: #fff;
  bottom: 56px;
  right: 0px;
}

#filter-container.active {
  overflow: visible;
  margin-bottom: 25px;
  border: 1px solid;
  padding: 5px 15px;
  opacity: 1;
  height: auto;
}

/*************************************************************************/

.filter-option, .filter-option-inner, .filter-option-inner-inner { 
  margin: 0px; 
  
}
/*
.show-tick button { 
margin: 0px; 
display: block;
width: 100%;
padding: .5rem .75rem;
font-size: 0.7rem;
line-height: 1.5;
color: #000000 !important;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
}
*/
/*
#bs-select-1 .text { 
font-size: 0.7rem !important;
}
#bs-select-1 .dropdown-menu { 
padding: 0 10px !important;
}

.show-tick .dropdown-menu {
border-radius: 0;
}
*/

.selected a:focus { 
background-color: #fff;
}

/*******************************************************************/

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.form-control {
  /*padding: .375rem .05rem;*/
  line-height: 1;
  border-radius: 0 !important;
  font-size: 1em;
  max-height: 40px !important;
}

textarea.form-control{
  max-height: 1000px !important;
}

/*******************************************************************/
.pagination-nav .page-link{
  color: #444;
}

.pagination-nav > .pagination > .active > .page-link{
  background-color: #01686f;
  color: #fff;
}

/*******************************************************************/

.destacado-verde {
  background-color: #C2ECE7;
  display: inline-block;
  border-radius: 73px;
  padding: 4px 12px;
  font-weight: bold;
  text-align: center;
}

.destacado-rojo {
  background-color: #F1D9E7;
  display: inline-block;
  border-radius: 73px;
  padding: 4px 12px;
  font-weight: bold;
  text-align: center;
}

/*******************************************************************/

#table_limit_selector > div{
  width: 150px;
}

.main-container .nav-tabs .nav-item a {
  color: #00a896;
}

.main-container .nav-tabs .nav-item a.active {
  font-weight: bold;
  color: #fff;
  background-color: #00a896;
}

/*******************************************************************/
/* INI - Sobrescribiendo Jquery UI tabs */

.tabs-min .ui-widget-header { 
  background: transparent;
  border: none;
  padding: 0px !important;
}

.tabs-min .ui-tabs-nav .ui-state-default { 
  background: transparent; 
  border: none; 
}

.tabs-min .ui-tabs-nav .ui-state-default a { 
  color: #00a896;
}

.tabs-min .ui-tabs-nav .ui-state-active { 
  /* font-weight: bold; */
  background-color: #00a896; 
 }

.tabs-min .ui-tabs-nav .ui-state-active a { 
  color: #fff;
}

.tabs-min {
  padding: 0px !important;
}
.tabs-min > div {
  padding: 0px !important;
}


/* FIN - Sobrescribiendo Jquery UI tabs */
/*******************************************************************/

.form-inputs, .p-form-inputs {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.form-inputs > div {
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}
.form-inputs > div > label{
  margin: 0;
  color:rgb(65, 65, 65);
  /*font-weight: 900;*/
}

.form-inputs > div > input{
  background-color: white;
}

/*******************************************************************/

.inputfile {
  /* width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; */
  display: none;
}

.inputfile + label {
  font-weight: bold;
  color: #fff;
  background-color: #00a896;
  /* display: inline-block; */
  transition: all ease 0.5s;
  padding: 10px 10px;
  margin: 0;
}

/*******************************************************************/
/* INI - Sobrescribiendo radio buttons */

.btn-group > .btn-info {
  background-color: #ced4d4;
  font-size: 0.7rem;
  padding: 0.3rem;
  border-radius: 1rem;
  color:#444;
  border-color: transparent;
  z-index: 0 !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #00a896;
}

.btn-info:not(:disabled):not(.disabled).active {
  border-color: transparent;
}
/* FIN - Sobrescribiendo radio buttons */
/*******************************************************************/

.btn-accordion{
  cursor: pointer;
}


.aviso2 {
  padding: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #E0F5F3;
  /* box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.4); */
  margin: 0 0 20px;
  transition: all .4s ease-in;
  animation: fadein 2s;
  position: relative;
  /*color: #fff;*/
  width: 30%;
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  color: #00686E;
}

.aviso3 {
  padding: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #E0F5F3;
  /* box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.4); */
  margin: 0 0 20px;
  transition: all .4s ease-in;
  animation: fadein 2s;
  position: relative;
  /*color: #fff;*/
  /* width: 30%; */
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  color: #00686E;
}

.titulo{
  padding-left: 1.5rem !important;
  padding-bottom: .5rem !important;
  padding-top: .5rem !important;
  border-left: 1px solid #dee2e6 !important;
  background-color: #f8f9fa !important;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/*******************************************************************/
/* INI - Sobrescribiendo select2 */

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
}

.select2-container .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
}

.select2-selection__arrow{
  height: calc(2.25rem + 2px) !important;
  padding: .375rem .75rem;
}

.select2-selection__arrow b{
  display:none !important;
}

.select2-selection__arrow::after {
  position: absolute;
  right: 5px;
  top: 42%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f078";
  font-size: 0.6rem;
}

/* FIN - Sobrescribiendo select2 */
/*******************************************************************/

/*******************************************************************/
/* INI - Sobrescribiendo alert */

.alert-success {
  color: #00686E;
  background-color: #B2E2DC;
  border-color: #B2E2DC;
}

.alert-error, .alert-warning {
  color: #FFFFFF;
  background-color: #7A306C;
  border-color: #7A306C; 
}

/* FIN - Sobrescribiendo alert */
/*******************************************************************/

.progress {
  border-radius: 0;
}

.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}

.input-img-container > img{

  width: auto;
  height: 38px;
}

.p-col-2{
  padding: 6.4px 15px;
}

#estadisticas-container{
  background-image: url("../img/graficas.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}

.titulo-grafica {
  font-size: 13px;
  /*margin: 0 0 15px;*/
  background-color: #666D6E;
  padding: 9px 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.mt-minus{
  margin-top: -5rem !important;
}

.err{
	border-color: red !important;
} 

.chart-container h4{
  font-weight: normal;
}

.radio-input-container > input{
  float: left;
  clear: left;
  margin-bottom: 1em;
  height: auto !important;
}




.radio-input-container > label{
  float: none; 
  margin-top: 0;
  /* float: left; 
  margin-top: 0.7rem;
  margin-left: 0.3rem; */
  margin-left: 1.5rem;
  display: block;
  width: auto; 
}

.radio-input-container > label::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  .bg-grispijama-xs{background-color: #F8F9FA;}

  /* .preguntas_container > div > div:nth-child(even) {
    background-color: #F8F9FA;
  } */


}

@media (min-width: 768px) {
  .bg-grispijama{
    background-color: #F8F9FA;
	padding-top: 1rem !important;
  }

  .radio-input-container-xs > label{
    margin-top: 0.7rem;
    margin-left: 0.3rem;
  }

  /* .radio-preguntas-container > label{
    display: none;
  } */

  .radio-preguntas-no-label > label{
    display: none;
  }
}

.radio-preguntas-cabecera
{
  font-weight: 900;
  border-bottom: 3px solid #e0f5f3;
}


.fix-column {
    float: left;
}

.thead {
    height: 200px;
    white-space: nowrap;
}
.thead > div {
    /* display: inline-block; */
    display: -webkit-inline-box;
    width: 150px;
    line-height: 13px;
    /* box-shadow: inset 0 0 1px 0 rgba(0,0,0,.5); */
    background-color: rgba(255,0,0,.3);
    text-align: center;
	height: 200px;
	box-shadow: none !important;
}
.thead > div {
  line-height: 13px;
  text-align: center;
}

.thead > div> span> strong{
	 white-space: normal;
	 line-height:10px;
	 font-size: 0.7rem;
}

.thead, .thead > div {
  height: 150px !important;
  padding: 1rem 0 0.2rem 0 !important;
}

.thead > div {
  justify-items: center !important;
  display: inline-grid !important;
}

.trow > div {
    display: inline-block;
    width: 120px;
    /*box-shadow: inset 0 0 1px 0 rgba(0,0,0,.5);*/
    /*line-height: 80px;*/
    height: 60px;
}

.tbody {
    height: auto;
    overflow-y: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fix-column > .tbody {
    overflow: hidden;
    /*padding-bottom: 50px;*/
}
/*.fix-column > .tbody > .trow:last-child {margin-bottom: 50px;}*/

.fix-column > .tbody > .trow {
    margin-top: -50px;
    margin-bottom: 50px;
	height: 60px !important;
}
.fix-column > .tbody > .trow:first-child {
    margin-top: 0px;
}

.rest-columns {
    /*width: 350px;*/
}

.rest-columns > .thead {
    /*padding-right: 50px;*/
    overflow: hidden;
}
/*.rest-columns > .thead > :last-child {margin-right: 50px;}*/
.rest-columns > .thead > span {
    margin-right: 50px;
    margin-left: -50px;
}
.rest-columns > .thead > :first-child {margin-left: 0px;}


.rest-columns > .tbody > .trow {
    white-space: nowrap;
}

.fila {
  width: 100% !important;
  /* min-width: 3500px !important; */
  vertical-align: middle !important;
  display: block;
  height: 60px !important;
}

.grisclaro {
  background-color: #F1F1F1 !important;
}

.grisoscuro {
  background-color: #ddd !important;
}

.trow > span {
  display: inline-block;
  width: 350px !important;
  min-height: 60px;
}

.blanco {
  padding: 0.5rem 0 0 0.5rem;
}

.gris {
  padding: 0.5rem 0 0 0.5rem;
  background-color: #F1F1F1;
}

.margentabla {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  margin-left: 1.4em;
  margin-right: 1.4em;
}

.o-destacado {

    background-color: #C2ECE7;
    display: inline-block;
    border-radius: 73px;
    padding: 2px 10px;
    font-weight: bold;
    text-align: center;

}
.o-destacado2 {
  background-color: #F1D9E7;
  display: inline-block;
  border-radius: 73px;
  padding: 2px 10px;
  font-weight: bold;
  text-align: center;
}


/* El contenedor de la tarjeta */
.container-sino {
position: relative;
float: left;
/* Ancho y alto que tendra el contenedor de la tarjeta 
width: 25%;
height: 250px;
margin: 10px 0 10px 4%;*/

/* Determinamos la profundidad de los elementos */
-webkit-perspective: 800px;
-moz-perspective: 800px;
-o-perspective: 800px;
perspective: 800px;
}

.tarjeta {
width: 70%;
/*height: 70%;*/

position: absolute;
cursor: pointer;
text-align: center;
/* Determinamos la trasicion de los efectos*/ 
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
-o-transition: -o-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;

}

/* Determinamos los grados de la rotaci�n de la tarjeta */
.tarjeta.flipped {
-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
-o-transform: rotateY( 180deg );
transform: rotateY( 180deg );
}

/* */
.tarjeta .del, .tarjeta .del2,
.tarjeta .detr, .tarjeta .detr2 {
display: block;
/*height: 70%;*/
width: 70%;
color: #000;
text-align: center;
position: absolute;
/*visibility hidden para esconder una cara mientras se muestra la otra */
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
/*box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);*/
}

/*Determinamos los estilos deseados en la cara de delantera de la tarjeta*/ 
.tarjeta .del {
background: #69D1C5;
}

.tarjeta .del2 {
background: #F1D9E7;
color:gray;
}
.tarjeta .detr2 {
background: #69D1C5;
/* Animacion para rotar la cara trasera */
-webkit-transform: rotateY( 3deg );
-moz-transform: rotateY( 180deg );
-o-transform: rotateY( 180deg );
transform: rotateY( 180deg );
}

/*Determinamos los estilos deseados en la cara de atras de la tarjeta*/
.tarjeta .detr {
background: #F1D9E7;
color:gray;
/* Animacion para rotar la cara trasera */
-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
-o-transform: rotateY( 180deg );
transform: rotateY( 180deg );
}

.line-separator{
	border-bottom: 2px solid #00a896;
}




