body,
html {
  background: #fff;
  color: #333;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 0.75rem !important;
}

.clear {
  clear: both;
}
/* == LOGIN ====================================================================================== */
/* Header */

.header-login {
  /* width: 100% !important;*/
  text-align: center;
}

.header-login img {
  width: auto;
  max-height: 300px;
}
/* Content */

.content-form {
  max-width: 380px;
  margin: 50px auto;
  padding: 45px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.content-form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.content-form input[type="submit" i] {
  margin-bottom: 0px !important;
  border-radius: 10px;
  background-color: #76a7cc;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* == CONTENT ====================================================================================== */
.img_desktop {
  max-height: 300px !important;
  width: 100% !important;
}
.img_logo_header {
  max-height: 50px !important;
  width: auto !important;
}
.error {
  background-color: #e74f4f;
  position: absolute;
  top: 0;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 10;
}
/* Header Login */

.head_login {
  width: 100% !important;
  text-align: center;
}

.head_login img {
  height: auto;
}
/* Header */

.header_cont {
  width: 100% !important;
  text-align: center;
  position: fixed;
  top: 0px;
  z-index: 10;
  height: 70px;
  background-color: #dcdcdc;
  border: 1px solid #000000;
  border-radius: 0px 0px 50px 50px;
  -moz-border-radius: 0px 0px 50px 50px;
  -webkit-border-radius: 0px 0px 50px 50px;
}

.header_cont_left {
  float: left;
  padding: 10px;
  margin: 15px 0px 0px 50px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.header_cont_right {
  float: right;
  padding: 10px;
  text-align: right;
  margin-right: 10px;
}

.header_cont_right a {
  text-align: right;
}

.header_cont_right a img {
  margin: 5px 15px 0px 0px;
  text-align: right;
  width: 41px;
  height: 42px;
}

.header_cont_right span {
  position: relative;
  top: -12px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
}

.header_text {
  font-size: 1.3rem;
  color: whitesmoke;
  font-family: "Segoe UI";
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 500px) {
  .header_text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 770px) {
  .header_text {
    width: 50%;
  }
}
/* PANEL ENTRADA -------------------------------- */
.container {
  margin-bottom: 40px;
}
.btn_exit {
  float: right;
  margin-right: 20px;
}
.panel {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.panel_item {
  display: inline-block;
  width: 250px;
  margin: 20px;
  color: #fff;
}

.panel_item:hover {
  cursor: pointer;
  opacity: 0.6;
}

.panel_item a {
  text-decoration: none;
  color: #fff;
}
.panel_item a:hover {
  color: #fff;
}

.panel_item img {
  width: 100%;
}

.panel_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 50%;
  height: 100px;
  line-height: 20px;
  font-size: 18px;
  background-color: #06b6ee;
  opacity: 0.85;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  font-family: verdana;
}
/* MODAL WINDOWS -------------------------------- */

.modal {
  display: none;
  position: fixed;
  /* padding-top: 100px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto !important;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}



.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* .modal-header {
  padding: 0px 16px;
  background-color: #76a7cc;
  color: white;
  position: relative;
  top: -20px;
} */

.modal-header-blanco {
  padding: 0px 16px;
  background-color: white;
  color: black;
  position: relative;
  top: -20px;
}

.modal-body {
  padding: 2px 16px;
  position: relative;
  /* top: -30px; */
}

.modal-footer {
  padding: 2px 16px;
  background-color: white;
  color: white;
}
/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Boddy */

.modal-body {
  width: 100%;
  margin: 0px auto;
  float: none;
  clear: both;
}

.modal-body .btns {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.modal-body .btn_1 {
  display: inline-block;
  width: 20%;
  padding: 10px 10px;
  margin: 0px 15px;
  margin-top: 10px;
  background-color: #43a047;
  color: #fff;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
}

.modal-body .btn_2 {
  display: block;
  width: 95%;
  padding: 2px 0px;
  margin: 0px 0px;
  background-color: #bcbcbc;
  color: #333;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
}

.modal-body .btn_1:hover,
.modal-body .btn_2:hover {
  cursor: pointer;
  opacity: 0.6;
}

.modal-body .md_text {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  position: relative;
  top: 15px;
}

.modal-body .md_select {
  width: 80%;
}
/* The Button default */
.btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: #444;
}
/* The Close Button */

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Footer */

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 10px;
  background: #f9f9f9;
  font-size: 13px;
  color: #89939c;
  text-align: center;
}

footer a {
  text-decoration-line: none;
  color: #43a047;
}

/* Titles */

.ziehharmonika h3 {
  position: relative;
  transition: 0.25s all;
  width: 100%;
  margin: 0 auto;
  padding: 10px 12px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #666;
  position: relative;
  transition: 0.25s all;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.5em;
}

.ziehharmonika h6 {
  position: relative;
  transition: 0.25s all;
  width: 100%;
  margin: 0 auto;
  padding: 10px 12px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #666;
  position: relative;
  transition: 0.25s all;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1em;
}

.h6_panel {
  position: relative;
  transition: 0.25s all;
  width: 100%;
  margin: 0 auto;
  padding: 10px 12px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #666;
  position: relative;
  transition: 0.25s all;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1em;
}

.ziehharmonika h3.active {
  margin-bottom: 21px;
  background: #e2091e;
}

.ziehharmonika.epi h3.active {
  margin-bottom: 21px;
  background: #9d0c15;
}

.ziehharmonika h3::before {
  content: attr(data-prefix);
  font-size: 18px;
  margin-right: 9px;
}

.ziehharmonika h3.alignLeft {
  padding-left: 35px;
}

.ziehharmonika > div {
  display: none;
  margin: 0 auto;
  /*background: #fff;*/
  text-align: left;
  margin-bottom: 15px;
}

.ziehharmonika .arrowDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #272e35 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 40px;
  transition: 0.25s all;
  opacity: 0;
}

.ziehharmonika .active .arrowDown {
  bottom: -13px;
  border-color: #e2091e transparent transparent transparent;
  opacity: 1;
}

.ziehharmonika.epi .active .arrowDown {
  border-color: #9d0c15 transparent transparent transparent;
}

.ziehharmonika .collapseIcon {
  position: absolute;
  right: 20px;
  top: 45%;
  font-size: 25px;
  font-weight: 300;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ziehharmonika .collapseIcon.alignLeft {
  right: initial;
  left: 20px;
}

.title_2,
.title_3 {
  background-color: #666;
  height: 25px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.title_3 {
  background-color: #4a6880;
}

.content_box {
  float: left;
  margin: 2px;
}

.borde_gris {
  border: 1px solid lightgray;
  padding: 5px;
}

.enlace_metodo {
  border: 1px solid lightgray;
  background-color: #e0f2ff;
  font-size: 0.9em;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

.enlace_metodo:hover {
  border: 1px solid #4a6880;
  color: whitesmoke;
  background-color: #94d0ff;
  text-decoration: none;
}
/*Table (Old)*/

.table_old_1 {
  float: left;
  width: 45%;
  margin: 20px 0px 30px 30px;
  font-size: 12px;
}

.table_old_2 {
  float: right;
  width: 45%;
  margin: 20px 30px 30px 0px;
  font-size: 12px;
}

.table_vsalud_1 {
  float: left;
  width: 95%;
  margin: 20px 0px 30px 30px;
  font-size: 12px;
}
/* Filter FORMs */

.filter_form {
  float: left;
  margin-left: 30px;
  font-size: 12px;
  color: #333;
}

.filter_form td {
  border: none !important;
}

.filter_form th:nth-child(1) {
  text-align: right;
  font-weight: bold;
  font-size: 16;
  padding-bottom: 10px;
}

.filter_form td:nth-child(1) {
  width: 50%;
  text-align: left;
}

.filter_form td:nth-child(2) {
  width: 50%;
  text-align: left;
}

.filter_form select {
  width: 100%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}

.filter_form .dnitxt {
  width: 96.3%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}

.filter_form .nametxt {
  width: 92.5%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}

.filter_form .datetxt {
  width: 92.5%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}
/* Version 2 */

.filter_form_2 {
  font-size: 12px;
  color: #333;
}

.filter_form_2 table {
  width: 100%;
}

.filter_form_2 td {
  border: none !important;
}

.filter_form_2 select {
  width: 100%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}

.filter_form_2 .dnitxt {
  width: 96.5%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}

.filter_form_2 .datetxt,
.filter_form_2 .dnitxt2 {
  width: 92.5%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: grey;
}
/* Button */

.botonlg {
  background-color: #3e782e;
  color: #fff;
  padding: 4px !important;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  width: 95% !important;
  margin: 5px;
}

.botonresetlg {
  background-color: #ff3247;
  color: #fff;
  padding: 4px !important;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  width: 95% !important;
  margin: 5px;
}

.botonsm {
  background-color: #3e782e;
  color: #fff;
  padding: 8px !important;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  width: 30%;
  margin-top: 5px;
}
/*Table (new)*/

.dataTables_wrapper {
  position: relative;
  top: -15px;
  width: 100%;
  margin: 0 auto;
  margin-top:20px;
}

.dataTables_wrapper th {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  background-color: #696969;
  color: #fff;
}

.dataTables_wrapper td {
  border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper input[type="text"],
.dataTables_filter input[type="search"] {
  padding: 5px 2px 5px 5px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.dataTables_filter input[type="search"] {
  width: 100px;
}

.dataTables_filter label {
  margin-bottom: 0px !important;
  color: #999;
}

.dataTables_wrapper .dataTables_info {
  color: #999 !important;
}

.dataTables_wrapper .dataTables_paginate{
  color: #999 !important;
}

.dataTables_filter {
  position: relative;
  float: left !important;
  z-index: 3 !important;
  padding-top: 8px !important;
  margin-left: 8px !important;
  margin-bottom: 8px !important;
}
.dataTables_length select {
  padding: 5px 2px 5px 5px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: #999;
  width:100px;
}

.dataTables_length label {
  margin-bottom: 0px !important;
  color: #999 !important;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  color: #999 !important;
}

.dataTables_length {
  position: relative;
  float: left !important;
  z-index: 3 !important;
  padding-top: 8px !important;
  margin-left: 8px !important;
  margin-bottom: 8px !important;
}
.pull-left {
  float: left !important;
}

.dt-buttons {
  position: relative;
  top: 25px;
  z-index: 2 !important;
}

.dt-buttons button {
  background-color: #3e782e;
  color: #fff;
  padding: 8px !important;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

table tbody tr.selected {
  border: 2px solid black !important;
  /* Add !important to make sure override datables base styles */
}
/* ENCABEZADO TABLA DATOS COLOR */

.thead-dark th {
  background-color: darkgrey !important;
  border-color: whitesmoke !important;
  font-size: 11px;
  color: #222 !important;
}
/* Charts */

.chart {
  margin-bottom: 20px;
}
/* DataPicker */

.ui-datepicker {
  position: relative;
  z-index: 50 !important;
}
/* ENCABEZADO BARRA SUPERIOR COLOR */

.header_pagina_fijo {
  background-color: #4a6880 !important;
}
/* ENCABEZADOS CAJAS COLOR */

.headerBox {
  background-color: #e2091e !important;
  color: white;
}
/* STILOS ANDRÉS PSICOSOFT */

.error-nombre {
  background-color: #ffd0d0;
}

.error-contraseña {
  background-color: #ffd0d0;
}

.iconoso {
  color: white;
}

.iconoso2 {
  color: #1c3a13;
}

.iconoso3 {
  padding-left: 15px;
}

.my-row {
  background-color: #bdd1b7;
  padding: 3px;
  margin: 3px;
  height: 80px;
  width: 100%;
}

.bg-dark {
  background-color: #76a7cc !important;
}

.bg-azul {
  background-color: #006f9e !important;
}

.bg-verde {
  background-color: #3caea3 !important;
}

.bg-amarillo {
  background-color: #f6d55c !important;
}

.bg-naranja {
  background-color: #ff5733 !important;
}

.bg-rojo {
  background-color: #c70039 !important;
}

.bg-violeta {
  background-color: #c700c7 !important;
}

.bg-gris_claro {
  background-color: #e7e6e6 !important;
}

.fg-blanco {
  color: whitesmoke !important;
  font-weight: bold;
  text-align: center;
}

.bold {
  font-weight: bold !important;
}
/*tabla condiciones y medidas*/

#tbl_condiciones_medidas {
  font-size: 14px;
}
/*informes*/

.seccion_informe {
  background-color: #76a7cc;
  text-align: left;
  font-size: 16px;
  color: #fff;
}

.tabla_informe {
  border: 1px solid white;
  border-collapse: collapse;
  border-style: solid;
  text-align: center;
  border-radius: 8px;
}

table.tabla_informe td,
table.tabla_informe th {
  border: 1px solid black;
}

table.tabla_informe td {
  padding: 8px;
}

table.tabla_informe th {
  background-color: whitesmoke;
  color: #111 !important;
  border-radius: 4px;
}

.tabla_informe .subgrupo {
  background-color: lightgrey;
}

.tabla_informe tr.selected {
  border: 2px solid black;
}

.tabla_combinada td {
  background-color: #fdfdfd !important;
  border: 1px solid black !important;
  padding: 2px !important;
}

.tabla_combinada th {
  border: 1px solid black !important;
  border-radius: 0px !important;
}

table.tabla_informe tbody tr:nth-child(odd) {
  background-color: #fdfdfd;
}

table.tabla_informe tbody tr:nth-child(even) {
  background-color: #e0f2ff;
}

.fabutton {
  background: none;
  padding: 3px;
  border: none;
}

.card-header {
  font-size: 1.3em !important;
  padding: 8px !important;
  padding-left: 16px !important;
}

.card-body {
  padding: 0.75rem !important;
}

.card-body table span {
  /*display: none;*/
}

.card-body th {
  color: #666666;
}

.card-body .tabla_informe th {
  color: #ffffff !important;
}

.card-body .tablas_trabajadores th {  
  color: #000000 !important;
  background-color: #ffffff !important;
  text-align: left  !important;
}

.nav-pills > li > a.active {
  background-color: #94d0ff !important;
}

/* .nav-link {
  color: white;
  margin: 1px;
} */

.nav-link.active {
  border-color: grey grey transparent!important;
  margin: 1px;
}

.vert {
  background-color: transparent;
  border: none;
  color: white;
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(1);
}
/*-webkit-border-top-right-radius:10px; -moz-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px; */

.marquee {
  background-color: #ddd;
  width: 100px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
/* FORMULARIOS */

.grupo-formulario {
  padding: 10px;
  margin-left: 20px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.grupo-formulario .titulo {
  color: #063c5f;
  font-size: 1.1em !important;
}

.form-group {
  padding: 10px;
  border-radius: 5px;
}

.form-group .titulo {
  font-weight: bold;
  font-size: 0.9em;
}

.form-group .titulo_margen {
  font-weight: bold;
  font-size: 0.9em;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  color: #063c5f;
}

.form-group .etiqueta {
  color: #333333;
  font-size: 0.9em;
}

.form-group label {
  font-weight: bold;
}

.form-group select {
  border-radius: 5px;
}

.form-group input {
  /* border-radius: 5px; */
}

.form-group .form-control {
  font-size: 1.2em;
}

.form-row {
  margin-bottom: 5px;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}
/* ICONOS LOGIN */

.icon::before {
  display: none;
}

.input-group .icon.user::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}

.input-group .icon.pass::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f023";
}

.input-group .icon:before {
  margin: 0 !important;
  line-height: 1;
  font-size: 1.1rem;
}
/* == METODO REBA ====================================================================================== */

label > input + img {
  cursor: pointer;
  border: 2px solid transparent;
  height: auto !important;
  /*    width: 120px!important;*/
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

label > input:checked + img {
  cursor: pointer;
  width: auto;
  border: 2px solid #063c5f;
  border-radius: 8px;
}

label > input + div {
  cursor: pointer;
  border: 2px solid transparent;
  width: 120px;
  padding: 8px;
}

label > input:checked + div {
  cursor: pointer;
  border: 2px solid #063c5f !important;
  width: auto;
}

.imagesLinea {
  float: left;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 15px;
  margin-right: 10px;
}

label > .imagesLinea {
  float: left;
}

.imagesLinea label {
  float: left;
  margin: 18px;
}

.imagesLinea div {
  border-radius: 8px;
  padding: 5px;
  width: 120px !important;
  text-align: justify;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.ui-checkbox label {
  font-weight: normal;
}

.ui-radio label {
  font-weight: normal;
}

.titulo1 {
  margin-bottom: 0px !important;
  margin-top: 9px !important;
  font-size: 12px;
  color: #4a6880;
}

.titulo2 {
  font-size: 14px;
  background-color: #94d0ff;
  text-shadow: none;
  color: white;
  padding-left: 20px;
  padding-top: 2px;
  border-radius: 3px;
  padding-bottom: 2px;
}

.titulo2g {
  font-size: 14px;
  background-color: #81868a;
  text-shadow: none;
  color: white;
  padding-left: 20px;
  padding-top: 2px;
  border-radius: 3px;
  padding-bottom: 2px;
}

.LineaFormulario {
  flex: 97% !important;
  margin-right: 20px;
}

.linea {
  display: inline !important;
  padding-right: 1.5rem;
}

.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #173e65 !important;
  border-color: #173e65;
}
/*circulo*/

.circulo {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.circle {
}

.circle-part {
  display: inline-block;
  width: 10px;
  height: 20px;
}

.half-right-circle {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0px;
  border-left: 0;
}

.half-left-circle {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0px;
  border-right: 0;
}
/*informes*/

.A4 {
  height: 385mm;
  width: 310mm;
}

#informe .parrafo {
  font-size: 14px;
  width: 85%;
  margin: 0 auto;
  display: block;
}

#informe h5 {
  margin-left: 7%;
  display: block;
}

@media print {
  .col-print-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .informeprint {
    display: block;
  }
  .shadow-lg {
    box-shadow: none !important;
  }
  .noprint {
    display: none;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
}

.tbl_min {
  min-width: 60px;
}
/*input[type=file] {
    display: none;
}*/

.file-upload {
  border-radius: 5px;
  background-color: #94d0ff;
  color: #fff;
  padding: 0.5rem;
  cursor: pointer;
}
/*SELCT ENCABEZADO*/

.select_encabeza {
  width: 200px !important;
  font-size: 0.7rem !important;
  padding-top: 0.265rem !important;
  height: calc(1.4em + 0.75rem + 2px) !important;
}

/*-----Buscador empresas----pagina inicial*/
#suggestions {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  position: absolute;
  z-index: 100;
  width: 206px;
  overflow-y: scroll;
  width: 80%;
  opacity: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #efefef;
}

#suggestions .suggest-element  {
  background-color: #eeeeee;
  border-top: 1px solid #d6d4d4;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  float: left;
  font-size: 1.1em;
}
#suggestionsCif {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  position: absolute;
  z-index: 100;
  width: 206px;
  overflow-y: scroll;
}

#suggestionsCif .suggest-elementCif {
  background-color: #eeeeee;
  border-top: 1px solid #d6d4d4;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  float: left;
  font-size: 1.1em;
}
/*-----Select tipo riesgo----pagina riesgos*/
.tipo {
  float: right;
}
@media screen and (max-width: 500px) {
  .tipo {
    font-size: 0.9em;
    float: left;
    margin-top: 6px;
  }
}

/*-----Input subir foto----modales entrada de datos*/
#Selector {
  width: 200px;
  margin: 0 auto;
}

.SubirFoto {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  line-height: normal;
  font-size: 100%;
  margin: 0;
}

.SubirFoto + label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #76a7cc;
  display: inline-block;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
}

.SubirFoto:focus + label,
.SubirFoto + label:hover {
  color: orange;
  outline: 1px dotted #000;
  fill: orange;
}

.SubirFoto + label figure {
  width: 50%;
  height: 50%;
  fill: #f1e5e6;
  border-radius: 50%;
  background-color: #76a7cc;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.SubirFoto + label:hover figure {
  background: orange;
}

inputfile + label svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

/*-----Galeria de imagenes----fotos thumbail en modal*/
.thumb {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.dt-buttons {
  float: right;
  top: 5px;
}
/* == INDICADORES ACCIDENTES ====================================================================================== */

.div_pan_acc {
  font-size: 1.8em;
  text-align: center;
  background-color: #17a2b8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #f8f9fa;
}
.div_pan_sinAcc {
  font-size: 1.8em;
  text-align: center;
  background-color: #28a745;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #f8f9fa;
  display: flex;
  align-items: center !important;
  height: 3.5em !important;
}
.div_pan_acc_orang {
  font-size: 1.8em;
  text-align: center;
  background-color: #fd7e14;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #f8f9fa;
}
/* Select 2*/
.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 12px;
  outline: 0;
  text-align: left;
  min-width:80px;
}
form .select2-selection{font-size:11px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    margin-top:-8px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0px!important;
}
.select2-container{
  margin:2px;
}
.select2-selection__choice__display{
  margin-left:9px!important;
}
.select2-selection--multiple{
  overflow: auto !important;
  height: auto !important;
}
.col-form-label {font-size:11px}

.nav-sidebar>.nav-item .nav-icon {
  margin-left: 0rem!important;
  font-size: 1.2rem;
  margin-right: 0rem!important;
  text-align: center;
  width: 1.6rem!important;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
  width: calc(300px - .5rem * 2)!important;
}

.sidebar-collapse.sidebar-mini .main-sidebar .sidebar {
  width: calc(300px - .5rem * 2)!important;
}

aside {
  width: 300px!important;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
  transition: margin-left .3s ease-in-out;
  margin-left: 300px!important;
}

.layout-navbar-fixed .wrapper .brand-link {
  width: 300px!important;
}

.navbar-nav>.navbar-item>.navbar-link {
  display: none!important;
}
.table span:not(.texto_notificacion) {
  display:none; 
}

/*---cambio en carrusel */
.carousel-control-next, .carousel-control-prev{
  width: 5% !important;
}

/* botones de la exportacio a excel */


/* END FILE */
