* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /*background-image:url('../img/back.gif')!important;*/
  background-color: transparent;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #666;

  background-color: #f0f0f0;
  height: 100%;

  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.bg-fff {
  background-color: #fff !important;
}
#app > div {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.jumbotron {
  border-radius: 0;
  background-color: rgb(238 238 238 / 40%);
}
/* Fix */
.logo {
  width: 143px;
  height: 53px;
}

.bg-login {
  background-image: url(../img/bg-login.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-label {
  background-image: url(../img/bg-label.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.bg-stripes {
  background-image: url(../img/stripe.png);
  background-repeat: repeat;
}

.mh-100 {
  min-height: 100vh;
}
.d-flex {
  display: flex;
}
.d-inlineBlock {
  display: inline-block;
}
.center-flex {
  justify-content: center;
  align-items: center;
}
.space-s {
  justify-content: flex-start;
  align-items: center;
}
.flex-sc {
  align-items: center;
  justify-content: flex-start;
}
.w-100 {
  width: 100%;
}
.w-30 {
  width: 30% !important;
}
.mh-32 {
  min-height: 32px;
}
.box-login {
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.login-box h4 {
  font-weight: 600;
  color: #106a97;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.fix-height {
  height: calc(100vh - 20vh);
}
.logo-box h1 {
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.footerColor {
  background-color: #06547a;
}
.twoColor {
  background-color: #06547a;
}
.box-p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.box-p p {
  margin: 0;
}
.p-0 {
  padding: 0 !important;
}
.p-10a {
  padding: 10px 0;
}
.mBottom {
  margin-bottom: 1rem;
}
.mBottom:first-child {
  margin-bottom: 2rem;
}
.mBottomx25 {
  margin-bottom: 2.1rem !important;
}
.mRight20 {
  margin-right: 20px;
}
.login-help,
.login-help a {
  text-align: right;
  color: #106a97;
}
.login-volver,
.login-volver a {
  text-align: left;
  color: #106a97;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.pTop-3r {
  padding-top: 3rem;
}
.collapseBtn {
  width: 100%;
  display: block;
  background-color: #eeeeee;
  text-align: right;
}
.collapseBtn button {
  width: auto;
  height: auto;
  padding: 10px 15px;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: #642bfe;
  color: #fff;
  margin-left: auto;
}
.collapseBtn button:focus {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #642bfe;
  outline: -webkit-focus-ring-color auto 0;
}

/*Perfil*/
.profile-box {
  display: inline-flex !important;
  justify-content: space-between;
}
.profile-box i.fas {
  font-size: 40px;
  color: #484848;
  margin-left: 10px;
}
.profile-box div {
  text-align: right;
  color: #484848;
}
.profile-box div span.line-br {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #484848;
}
.profile-box div hr {
  margin: 1px 0;
}
.login-profile li ul.dropdown-menu {
  top: 100%;
  background-color: #fff;
  border: #fff;
}
.login-profile li.open a,
.login-profile li.open a:hover,
.login-profile li.open {
  background-color: #fff;
  color: #484848;
}
.login-profile li.open a:focus {
  background-color: transparent !important;
}

/* Color BTN */
.btn-blue {
  background-color: #516bad;
  border-color: #516bad;
}

.flex-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Paginator */
nav.paginador li {
  margin: 0 0 0 -1px !important;
}
nav.paginador li a {
  background-color: #fff !important;
  color: #444 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #a5a5a5;
}
nav.paginador li.current a {
  background-color: #a5a5a5 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition:
    color 400ms,
    background-color 400ms;
  -moz-transition:
    color 400ms,
    background-color 400ms;
  -o-transition:
    color 400ms,
    background-color 400ms;
  transition:
    color 400ms,
    background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
th a,
th a:hover,
th a:focus {
  color: #fff;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.datepicker tr th:hover {
  color: #3f4f52;
  margin: 1px !important;
}
.control-label {
  width: 100% !important;
}

/* Generic Styling, for Desktops/Laptops */
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #fff;
}
tr:nth-of-type(even) {
  background: #f5f5f5;
}

/*tr:hover {
	background: #ddd;
}*/
.fix-table10 {
  padding: 10px;
}
.table th {
  background-color: #516bad;
  color: white;
  font-weight: normal;
}
.table td .table th {
  background: #556a6f;
  color: white;
}
.table td .table td .table th {
  background: #82999f;
  color: white;
}
td,
th {
  text-align: left;
  word-wrap: break-word !important;
}
.responsive2 > td {
  border-bottom: 1px solid #666;
}

@media only screen and (min-width: 761px), (max-device-width: 761px) {
  .lastColumn {
    border-bottom: 1px solid #666;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  td {
    min-height: 30px;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /*tr { border: 1px solid #ccc; }*/

  .responsive td,
  .responsive2 td {
    /* Behave  like a "row" */
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50% !important;*/
  }
  .responsive td:before,
  .responsive2 td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*headers de las tablas*/
  .responsive td:nth-of-type(1) {
    background: #666;
    color: white;
  }
  .responsive > td > input,
  .responsive > td > select {
    margin: 2px auto !important;
  }

  .tabla-grupos .responsive td:nth-of-type(1):before {
    content: 'Póliza';
  }
  .tabla-grupos .responsive td:nth-of-type(2):before {
    content: 'Cód. Int.';
  }
  .tabla-grupos .responsive td:nth-of-type(3):before {
    content: 'Desc. Interna /Nombre';
    white-space: pre-wrap !important;
  }
  .tabla-grupos .responsive td:nth-of-type(4):before {
    content: 'Cód. Ext.';
  }
  .tabla-grupos .responsive td:nth-of-type(5):before {
    content: 'Desc. Ext.';
  }
  .tabla-grupos .responsive td:nth-of-type(6):before {
    content: 'Nro. Contr.';
  }
  .tabla-grupos .responsive td:nth-of-type(7):before {
    content: 'Fecha Ini. - Fin';
    white-space: pre-wrap !important;
  }
  .tabla-grupos .responsive td:nth-of-type(8):before {
    content: 'Tipo Emisión';
  }
  .tabla-grupos .responsive td:nth-of-type(9):before {
    content: 'Forma Pago /Periodicidad /Tipo Cobranza';
    white-space: pre-wrap !important;
  }
  .tabla-grupos .responsive td:nth-of-type(10):before {
    content: 'Día Cierre /Día Límite / Día Gracia';
    white-space: pre-wrap !important;
  }

  .tabla-peticion-cobranza .responsive td:nth-of-type(1):before {
    content: 'Póliza';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(2):before {
    content: 'Periodic.';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(3):before {
    content: 'Tipo Cob.';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(4):before {
    content: 'Grup. Cob.';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(5):before {
    content: 'Per. Cob.';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(6):before {
    content: 'Total';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(7):before {
    content: 'Estado';
  }
  .tabla-peticion-cobranza .responsive td:nth-of-type(8):before {
    content: 'Cuadrat.';
  }

  .tabla-grupos-a-cobrar .responsive td:nth-of-type(1):before {
    content: 'Póliza';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(2):before {
    content: 'Grupo Póliza';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(3):before {
    content: 'Mto. UF Exen.';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(4):before {
    content: 'Mto. UF Afec.';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(5):before {
    content: 'IVA UF';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(6):before {
    content: 'Total UF';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(7):before {
    content: 'Valor UF';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(8):before {
    content: 'Mon. Exento';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(9):before {
    content: 'Mon. Afecto';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(10):before {
    content: 'IVA';
  }
  .tabla-grupos-a-cobrar .responsive td:nth-of-type(11):before {
    content: 'Total';
  }

  .tabla-registro-bitacora .responsive td:nth-of-type(1):before {
    content: 'Fecha';
  }
  .tabla-registro-bitacora .responsive td:nth-of-type(2):before {
    content: 'Usuario';
  }
  .tabla-registro-bitacora .responsive td:nth-of-type(3):before {
    content: 'Estado Des.';
  }
  .tabla-registro-bitacora .responsive td:nth-of-type(4):before {
    content: 'Observ.';
  }
  .tabla-registro-bitacora .responsive td:nth-of-type(5):before {
    content: 'Registro';
  }

  .tabla-registro-documentos .responsive td:nth-of-type(1):before {
    content: 'Emisión /Tipo Doc. /Nro. Doc.';
    white-space: pre-wrap !important;
  }
  .tabla-registro-documentos .responsive td:nth-of-type(2):before {
    content: 'Póliza /Grupo /Petición';
    white-space: pre-wrap !important;
  }
  .tabla-registro-documentos .responsive td:nth-of-type(3):before {
    content: 'EP /OC /HES';
  }
  .tabla-registro-documentos .responsive td:nth-of-type(4):before {
    content: 'Mon. Exento';
  }
  .tabla-registro-documentos .responsive td:nth-of-type(5):before {
    content: 'Mon. Afecto';
  }
  .tabla-registro-documentos .responsive td:nth-of-type(6):before {
    content: 'IVA';
  }
  .tabla-registro-documentos .responsive td:nth-of-type(7):before {
    content: 'Total';
  }
  .tabla-registro-documentos .responsive td:nth-of-type(8):before {
    content: 'F. Registro /F.\n Solicitud /F. Recepción /F. Emisión /F. Envío';
    white-space: pre-wrap !important;
  }
  .tabla-registro-documentos .responsive2 td:nth-of-type(1):before {
    content: 'Observ.';
  }

  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(1):before {
    content: 'Emisión /Tipo Doc. /Nro. Doc.';
    white-space: pre-wrap !important;
  }
  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(2):before {
    content: 'EP /OC /HES';
  }
  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(3):before {
    content: 'Mon. Exento';
  }
  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(4):before {
    content: 'Mon. Afecto';
  }
  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(5):before {
    content: 'IVA';
  }
  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(6):before {
    content: 'Total';
  }
  .tabla-registro-documentos-cobranza .responsive td:nth-of-type(7):before {
    content: 'F. Registro /F.\n Solicitud /F. Recepción /F. Emisión /F. Envío';
    white-space: pre-wrap !important;
  }
  .tabla-registro-documentos-cobranza .responsive2 td:nth-of-type(1):before {
    content: 'Observ.';
  }

  .tabla-grupo-poliza .responsive td:nth-of-type(1):before {
    content: 'Póliza';
  }
  .tabla-grupo-poliza .responsive td:nth-of-type(2):before {
    content: 'Grup. Cob.';
  }
  .tabla-grupo-poliza .responsive td:nth-of-type(3):before {
    content: 'Per. Cob.';
  }
  .tabla-grupo-poliza .responsive td:nth-of-type(4):before {
    content: 'Mon. Doc.';
  }
  .tabla-grupo-poliza .responsive td:nth-of-type(5):before {
    content: 'Mon. Tot.';
  }
  .tabla-grupo-poliza .responsive td:nth-of-type(6):before {
    content: 'Mon. Asig.';
  }

  .tabla-registro-pagos .responsive td:nth-of-type(1):before {
    content: 'Tipo Pago';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(2):before {
    content: 'Fecha';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(3):before {
    content: 'Acción';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(4):before {
    content: 'Observación';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(5):before {
    content: 'Adjunto';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(6):before {
    content: 'Forma Pago';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(7):before {
    content: 'Banco';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(8):before {
    content: 'Nro Doc.';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(9):before {
    content: 'Adjunto';
  }
  .tabla-registro-pagos .responsive td:nth-of-type(10):before {
    content: 'Saldo';
  }

  .tabla-registro-pagos .responsive2 td:nth-of-type(1):before {
    content: 'Observ.';
  }
}

.result {
  font-size: 0.9em;
  overflow-x: auto;
}

#modalInfo .modal-header {
  background-color: #5bc0de !important;
}
#modalSuccess .modal-header {
  background-color: #5cb85c !important;
}
#modalError .modal-header {
  background-color: #d9534f !important;
}
#modalWarning .modal-header {
  background-color: #f0ad4e !important;
}
#modalInfo .modal-header h4,
#modalSuccess .modal-header h4,
#modalError .modal-header h4,
#modalWarning .modal-header h4 {
  color: white !important;
}
.modal-footer {
  background-color: #efefef;
  text-align: center !important;
}
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.navbar-brand {
  width: auto;
  height: auto;
  padding: 10px !important;
}

.navbar {
  /*background-image:url('../img/back4.jpg') !important;
	background-repeat:repeat-x;
	background-position: center bottom;*/
  background-color: #fff;
  margin: 0;
  border: 0;
}

.wrap-box {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: inline-block;
  position: relative;
}
/* Label Menu */
.label-menu {
  height: 100%;
  padding-bottom: 20px;
  padding-top: 40px;
  display: block;
  float: left;
  background-color: #484848;

  position: absolute;
  top: 0;
  left: 0;
}
.flex-section {
  height: 100%;
  padding: 20px;
  display: block;
  float: right;
  background-color: #f3f3f3;
}
.open-it {
  width: 20%;
  transition: 0.5s;
}
.open-menu-box {
  width: 80%;
  transition: 0.5s;
}
.close-it {
  width: 4%;
  transition: 0.5s;
}
.close-menu-box {
  width: 96%;
  transition: 0.5s;
}

.trigger {
  background-color: #333;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  padding: 10px 20px;
  color: #f6f6f6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* menu list */
.fix-menu li {
  width: 100%;
  display: inline-block;
}
.fix-menu li a.nav-link,
.fix-menu li a {
  padding: 10px 25px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.fix-menu li a.nav-link:hover,
.fix-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.12);
  color: #fff;
}
.fix-menu li a i:first-child {
  margin-right: 10px;
  width: 20px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #5b5b5b;
  border-color: transparent;
}
ul.dropdown-menu {
  position: absolute !important;
  top: 0;
  left: 100% !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #5b5b5b;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.64);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transform: none !important;
}
.dropdown-menu > li > a {
  color: #fff;
}
.fix-menu li a i.carett,
.fix-menu li a.nav-link i.carett {
  position: absolute;
  right: 10px;
}

/* fix-content */
.coating {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  margin-bottom: 30px;
  border-radius: 16px;
  background-color: #fff;
}
.flex-box-check {
  margin-right: 2rem;
  display: flex;
}
.flex-box-check input {
  margin-right: 10px;
}
/* Fix Form */
.fix-form {
  width: 100%;
}
.btn {
  margin: 1px auto;
  /*padding: 10px;
	min-width: 237px;*/
}
.fix-btnBuscar {
  color: #fff;
  background-color: #516bad;
  border-color: #516bad;
}
.fix-btn {
  color: #fff;
  background-color: #f2386e;
  border-color: #f2386e;
}
.fix-btn:hover,
.fix-btn:active,
.fix-btn:focus {
  background-color: #b5254f;
  border-color: #b5254f;
  color: #fff;
}

.fix-circle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.fix-circle2 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 100%;
}
.fix-form-box {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.fix-p15 {
  padding: 15px;
}

.footer-logo {
  max-width: 90px;
  margin: 0 10px 10px 0;
}
footer p {
  line-height: 1.2em;
}
.tabla-registros-cobranzas {
  border: 1px solid gray;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
section {
  border-top: 0px solid #999;
  padding: 20px 0;
}
.row,
.input-group-addon {
  margin: 2px 0;
}

footer {
  width: 100%;
  clear: both;
  background-color: #21a1e0;
  color: #fff;
  font-size: 0.8em;
  padding: 20px 0 0 0;
  line-height: 0.8em;
}

.gi-2x {
  font-size: 2em;
}
.gi-3x {
  font-size: 3em;
}
.gi-4x {
  font-size: 4em;
}
.gi-5x {
  font-size: 5em;
}

.avisado {
  color: #f50000;
}
.vencido {
  /*color: #f50000;
	border-left: 5px solid #f50000;*/
}
.porvencer {
  color: #f0ad4e;
}

.sinrespuesta.sinrespuesta2 {
  background-color: #ffff94 !important;
}

/* CSS Orientación Médica */

@media screen and (max-width: 1024px) {
  .input-group {
    width: 100%;
  }
  .input-group .control-label {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0px auto 0px auto;
  }
  .input-group input,
  .input-group .select2-container {
    display: block;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    outline: none;
  }
  .select2-container .select2-selection--single,
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
  .input-group input {
    text-indent: 20px;
  }
  textarea.form-control {
    position: relative;
    width: 100%;
    height: 140px;
    resize: none;
    padding: 10px;
    border: 1px solid #bbb;
    margin-bottom: 20px !important;
  }
  .input-group a.btn {
    position: relative;
    display: block;
    margin: 0px auto 5px auto;
    width: 100%;
    height: 40px;
    line-height: 30px;
  }
  .datepicker td,
  .datepicker th {
    width: auto;
    float: left;
    padding: 10px !important;
    line-height: 10px;
  }
  .datepicker td.day {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    padding: 0px !important;
  }
  .datepicker-days tbody,
  .datepicker-days {
    height: auto;
    overflow: hidden;
  }
  .datepicker-days tbody tr {
    border: 0px;
  }
  .datepicker-days tfoot {
    width: 100%;
    float: none;
    position: relative;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .datepicker-days tfoot th {
    width: 100%;
    line-height: 25px;
  }
  .datepicker-days thead {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .datepicker-days thead tr {
    border-bottom: 0px;
  }
  .datepicker-days thead tr:nth-of-type(2) {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    height: 40px;
    border-bottom: 0px;
  }
  .datepicker-days thead tr:nth-of-type(3) {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    height: 30px;
    border-bottom: 0px;
  }
  .datepicker-days thead .datepicker-switch {
    height: 20px;
    line-height: 20px;
  }
  .datepicker-days thead td,
  .datepicker-days thead th {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
  }
  .tablaNew .responsive td,
  .tablaNew .responsive2 td {
    width: 100%;
    padding: 0px 0px 20px 0px !important;
  }
  .tablaNew .responsive td .titulo {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    background-color: #666;
    height: auto;
    padding: 10px 0px 10px 15px;
    color: #fff;
    font-size: 16px;
  }
  .tablaNew .responsive td .info {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    height: auto;
    padding: 15px 15px 0px 15px;
    font-size: 16px;
  }
  .tablaNew .responsive td:nth-of-type(1) {
    position: relative;
    display: block;
    margin: 40px 0px 0px 0px;
    min-height: auto;
    height: auto;
    padding: 10px 0px 10px 15px !important;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: auto;
  }
  .tablaNew tbody:nth-of-type(1) .responsive:nth-of-type(1) td:nth-of-type(1) {
    margin-top: 0px;
  }
  .tablaNew .responsive td:nth-of-type(1):before {
    position: relative;
    content: 'Nro Caso:';
    color: #000;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: auto;
    top: 0px;
    margin-right: 5px;
  }
  .tablaNew a.btn {
    position: relative;
    display: block;
    margin: 10px auto 10px auto;
    width: 90%;
    max-width: 280px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    font-size: 15px;
  }
  .tablaNew .detalle {
    font-size: 15px;
  }

  .tabla-registro-pagos .responsive td:before {
    position: relative;
    display: block;
    margin: 0px;
    top: 0px;
    left: 0;
  }
  .tablaHistorial .select2-container {
    width: 90% !important;
  }
  .tablaHistorial #resultados td {
    padding: 15px !important;
    font-size: 15px;
  }
  .tablaNew .tablaHistorial .responsive td:nth-of-type(1):before {
    content: 'Acción:';
  }
  .tablaNew .tablaHistorial #resultados .responsive td:nth-of-type(1):before {
    content: 'Usuario:';
  }

  tbody.detalleReq {
    height: 50px;
    overflow: hidden;
  }
  .tablaNew .responsive td.caso {
    height: 50px;
    line-height: 28px;
    margin-top: 0px !important;
    cursor: pointer;
  }
  .tablaNew .responsive td.caso:after {
    position: absolute;
    display: block;
    content: '+';
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .tablaNew .responsive td.caso.open:after {
    content: '-';
  }
  #result .newMod .stick-form {
    position: relative;
    display: block;
    float: left;
    width: 48%;
    height: 65px;
    margin: 0px 4% 20px 0px;
  }
  #result .newMod .stick-form.full-width,
  #result .newMod .stick-form.full-width-xs {
    width: 100%;
  }
  #result .newMod .stick-form.adjuntar {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 40px;
  }
  #result .newMod .stick-form input[type='text'],
  #result .newMod .stick-form .fecha-select {
    width: 100%;
    height: 40px;
  }
  #result .newMod .stick-form:nth-of-type(2n) {
    margin-right: 0px;
  }
  .stick-form.tipo-atencion.active {
    margin-top: 90px !important;
  }
  .stick-form.tipo-atencion {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .titulo {
    display: none;
  }
  #result .newMod {
    position: fixed;
    display: none;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
  }
  #result .newMod .jumbotron {
    position: absolute;
    display: block;
    top: 60%;
    left: 0;
    right: 0;
    margin: -260px auto -400px;
    width: 80%;
    height: 520px;
    z-index: 11;
    opacity: 0;
  }
  #result .newMod .stick-form {
    position: relative;
    display: block;
    float: left;
    width: 210px;
    height: 50px;
    margin: 0px 25px 20px 0px;
  }
  #result .newMod .stick-form.full-width {
    width: 100%;
  }
  #result .newMod .stick-form.adjuntar {
    margin-top: 20px;
  }
  #result .newMod .stick-form input[type='text'],
  #result .newMod .stick-form .fecha-select {
    width: 100%;
    height: 30px;
  }
  #result .newMod .stick-form:nth-of-type(3n) {
    margin-right: 0px;
  }
  #result .newMod .stick-form textarea {
    width: 100%;
    height: 60px;
    resize: none;
    padding: 5px;
  }
  #result .newMod .stick-form .dropbox {
    min-height: 60px;
    height: 60px;
    width: 100%;
    font-size: 9px;
    padding: 10px 20px 0px 20px;
  }
  #result .newMod .submitForm {
    /*position: absolute;
	    display: block;
	    right: 55px;
	    bottom: 30px;*/
  }
}
@media screen and (max-width: 639px) {
  .stick-form .control-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 424px) {
  .stick-form .control-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .stick-form .control-label {
    font-size: 11px;
  }
}

.show-links {
  display: block;
}
.hide-links {
  display: none;
}
.showin-desk {
  display: block;
}
.showin-mob {
  display: none;
}

/* Media */
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}
@media (min-width: 481px) and (max-width: 767px) {
  header#header {
    margin-top: 40px;
  }
  .label-menu {
    z-index: 99;
    position: fixed;
    overflow: auto;
  }
  .close-it {
    width: 100%;
    transition: 0.5s;
  }
  .open-it {
    width: 0%;
    transition: 0.5s;
  }
  .fix-menu {
    padding: 20px 30px;
  }
  .fix-menu li.dropdown ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .show-links {
    display: none;
  }
  .hide-links {
    display: block;
  }
  .open-menu-box {
    width: 100%;
  }
  .trigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .coating h2 {
    font-size: 22px;
  }
  .flex-section {
    padding: 20px 0;
  }
  .text-right {
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .f-right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  header#header {
    margin-top: 40px;
  }
  .label-menu {
    z-index: 99;
    position: fixed;
    overflow: auto;
  }
  .close-it {
    width: 100%;
    transition: 0.5s;
  }
  .open-it {
    width: 0%;
    transition: 0.5s;
  }
  .fix-menu {
    padding: 20px 30px;
  }
  .fix-menu li.dropdown ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .show-links {
    display: none;
  }
  .hide-links {
    display: block;
  }
  .open-menu-box {
    width: 100%;
  }
  .trigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .coating h2 {
    font-size: 22px;
  }
  .flex-section {
    padding: 20px 0;
  }
  .text-right {
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .f-right {
    width: 100%;
    margin-top: 30px;
  }
  .showin-desk {
    display: none;
  }
  .showin-mob {
    display: block;
  }
}
