@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local("Cabin Regular"), local("Cabin-Regular"), url(../fonts/Cabin/Cabin-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  src: local("Cabin Italic"), local("Cabin-Italic"), url(../fonts/Cabin/Cabin-Italic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: local("Cabin Medium"), local("Cabin-Medium"), url(../fonts/Cabin/Cabin-Medium.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local("Cabin Bold"), local("Cabin-Bold"), url(../fonts/Cabin/Cabin-Bold.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  font-family: "Cabin", sans-serif;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #414045;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}

header {
  -webkit-box-shadow: 0px 2px 4px #a3a3a3;
          box-shadow: 0px 2px 4px #a3a3a3;
}

header nav {
  padding: 0 !important;
  background-color: #1976d2;
}

header nav .navbar-brand {
  padding: 0 !important;
}

header nav img {
  height: 70px;
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, white), color-stop(80%, transparent));
  background-image: linear-gradient(to right, white 70%, transparent 80%);
}

header nav #link-logout {
  margin-right: 20px;
}

header nav #nav-content a {
  color: #ffffff;
  padding: 12px 12px 12px 12px;
  font-size: 18px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
}

header nav #nav-content a:hover {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
}

header nav #nav-content .activo {
  color: #1976d2;
  background-color: #ffffff;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
}

@media only screen and (max-width: 767px) {
  header nav .navbar-toggler {
    margin-right: 20px;
  }
  header nav img {
    padding-left: 0px;
    background-image: none;
  }
}

#page-title {
  margin-top: 20px;
  margin-bottom: 15px;
}

#page-title h1 {
  font-style: italic;
  font-size: 22px;
  color: #414045;
}

#page-title .btn {
  border-radius: 0px;
  color: #1976d2;
  font-size: 16px;
  padding: 0px 20px 0px 20px;
  border: solid #1976d2 2px;
  text-decoration: none;
}

#page-title .btn:hover {
  background: #1976d2;
  color: #ffffff;
  text-decoration: none;
}

.disabled {
  background-color: #e9ecef;
}

.mb-0 {
  margin-bottom: 0px;
}

.active-row {
  background-color: #FEDA9E !important;
}

.btn-normal {
  border-radius: 0px;
  color: #1976d2;
  background-color: transparent;
  font-size: 14px;
  padding: 0px 20px 0px 20px;
  border: solid #1976d2 2px;
  text-decoration: none;
}

.btn-normal:hover {
  background: #1976d2;
  color: #ffffff;
  text-decoration: none;
}

.btn-cancelar {
  border-radius: 0px;
  color: #414045;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0px 20px 0px 20px;
  border: solid #414045 2px;
  text-decoration: none;
}

.btn-cancelar:hover {
  background: #414045;
  color: #ffffff;
  text-decoration: none;
}

.btn-table {
  border-radius: 0px;
  color: #787878;
  background-color: transparent;
  border: solid #787878 1px;
  text-decoration: none;
}

.btn-table:hover {
  background: #787878;
  color: #ffffff;
  text-decoration: none;
}

.btn-table:disabled {
  color: #c1c3d1;
  border: solid #c1c3d1 1px;
  background-color: transparent;
}

#btn-guardar:disabled, #btn-procesar:disabled {
  opacity: 0.5;
  background-color: transparent;
  color: #1976d2;
}

.small-message span {
  display: none;
}

.container {
  padding-left: 50px;
  padding-right: 50px;
}

h5 {
  padding-left: 30px;
  font-style: italic;
  font-size: 22px;
  color: #414045;
}

.label-form, legend {
  color: #1976d2;
}

fieldset legend {
  font-size: 15px;
}

.modal-dialog .modal-header, .modal-dialog .modal-body, .modal-dialog .modal-footer {
  border-color: #ffffff;
}

.text-input {
  border-color: #787878;
  width: 260px;
  height: 32px;
  padding: 0 5px 2px 5px;
  border-radius: 0px;
  border-width: 1px;
  font-size: 12px;
}

.shorter {
  margin-left: 15px;
}

.shorter .text-input {
  width: 125px;
}

.shorter .select-form {
  width: 125px;
}

.select-form {
  background-color: #ffffff;
  height: 32px;
  width: 125px;
  padding: 3px 10px 3px 5px;
  border-color: #787878;
  border-radius: 0px;
  border-width: 1px;
  font-size: 12px;
}

.select-form-extended {
  background-color: #ffffff;
  width: 260px;
  height: 32px;
  padding: 3px 10px 3px 5px;
  border-color: #787878;
  border-radius: 0px;
  border-width: 1px;
  font-size: 12px;
}

.modal-body form #inputs-forms {
  margin-left: 20px;
}

.ms-selectable {
  width: 260px;
}

.ms-elem-selected {
  color: #1976d2;
}

.file-upload-wrapper {
  background-color: #f1f2f7;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.file-upload-wrapper .file-button {
  border-radius: 0px;
  color: #ffffff;
  background-color: #ff9c0c;
  font-size: 16px;
  height: 32px;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 12px;
}

.file-upload-wrapper .file-button:hover {
  background: #ffda9f;
  color: #ffffff;
  text-decoration: none;
}

.file-upload-wrapper .file-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 3px;
  padding-left: 5px;
}

#calendario, .calendario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#calendario input, .calendario input {
  width: 125px;
}

#calendario #btn-vencimiento, #calendario #btn-filtroFecha, #calendario .btn-calendario, .calendario #btn-vencimiento, .calendario #btn-filtroFecha, .calendario .btn-calendario {
  border-radius: 0px;
  color: #ffffff;
  background-color: #ff9c0c;
  height: 32px;
  width: 32px;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 12px;
}

#calendario #btn-vencimiento:hover, #calendario #btn-filtroFecha:hover, #calendario .btn-calendario:hover, .calendario #btn-vencimiento:hover, .calendario #btn-filtroFecha:hover, .calendario .btn-calendario:hover {
  background: #ffda9f;
  color: #ffffff;
  text-decoration: none;
}

#calendario #btn-vencimiento i, #calendario #btn-filtroFecha i, #calendario .btn-calendario i, .calendario #btn-vencimiento i, .calendario #btn-filtroFecha i, .calendario .btn-calendario i {
  margin-left: -5px;
}

.sublabel {
  font-size: 14px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#my-img, #ine-frontal, #ine-trasera, .preview {
  width: 600px !important;
  height: 400px !important;
}

#preview-img-imagenSocio {
  min-width: 150px !important;
  min-height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
  margin-left: 13%;
}

.current-image a {
  color: #414045;
}

.current-image a i {
  border: solid #414045 2px;
  padding: 3px 6px 3px 6px;
  color: #414045;
}

.orange {
  font-size: 24px;
  color: #ff9c0c;
}

.gray {
  font-size: 24px;
  color: #787878;
}

input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  outline: none !important;
  -webkit-appearance: none;
}

input[type="radio"]::before {
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
  content: '';
  background: white;
  border: 1px solid #ff9c0c;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
}

input[type="radio"]:active::before {
  -webkit-box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
}

input[type="radio"]:checked::before {
  border-color: #ff9c0c;
}

input[type="radio"]:disabled::before {
  cursor: not-allowed;
  background-color: #ff9c0c;
  border-color: rgba(128, 128, 128, 0.2);
}

input[type="radio"]::after {
  position: relative;
  top: -85%;
  display: block;
  content: '';
  background: #ff9c0c;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 0;
  height: 0;
}

input[type="radio"]:checked::after {
  -webkit-transition: all ease-in-out 100ms 0;
  transition: all ease-in-out 100ms 0;
  left: 15%;
  width: 60%;
  height: 60%;
}

input[type="radio"]:disabled::after {
  background: #ccc;
}

input + input {
  margin-left: 0.05em;
}

.swal2-confirm {
  background-color: #1976d2;
  border-color: transparent;
}

.swal2-confirm:hover {
  background-color: transparent;
  border-color: #1976d2;
  color: #1976d2;
}

.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chk {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-style: solid;
  border-width: 1px;
  background-color: #eee;
}

.chk-container:hover input ~ .chk {
  background-color: #ccc;
}

.chk-container input:checked ~ .chk {
  background-color: #ff9c0c;
  border-width: 0;
}

.chk-container input:disabled ~ .chk {
  background-color: #ccc;
}

.chk:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-container input:checked ~ .chk:after {
  display: block;
}

.chk:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-input .chk-container {
  margin-top: 5px;
  padding-left: 15px;
}

.check-input .chk-container span {
  margin-left: -8px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/drop-down.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  background-position-x: 97%;
}

select[multiple] {
  background-image: none;
}

select[name='report_length'] {
  width: 50px;
}

#report {
  width: 100% !important;
}

#report_wrapper {
  font-size: 13px !important;
}

#report_wrapper button {
  height: 30px;
}

td button {
  margin-right: 5px;
}

.setbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.setbtn button {
  margin: 3px;
}

#paginado {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#paginado a {
  text-decoration: none;
  cursor: pointer;
  color: #787878;
  font-size: 14px;
  padding: 8px 16px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

#paginado a.active {
  background-color: #1976d2;
  color: white;
}

#paginado a:hover:not(.active) {
  background-color: #dddddd;
}

#paginado a.desactive {
  cursor: default;
}

#paginado a.desactive:hover {
  background-color: transparent;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mt-005 {
  margin-top: 0.5%;
}

.font-14 {
  font-size: 14px;
}

.mr-10p {
  margin-right: 10px;
}

#contenedor-entradas {
  margin-left: 0;
  margin-bottom: 0;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 8px;
}

#contenedor-entradas #perPage {
  width: 70px !important;
  margin-left: 14px;
  margin-right: 14px;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1976d2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
}

.display-off {
  display: none;
}

.display-on {
  display: inline;
}

body {
  background-color: #f1f2f7;
}

body section {
  margin-bottom: 5%;
}

button:disabled {
  color: #BDBDBD !important;
  border-color: #BDBDBD !important;
  background: #F5F5F5 !important;
}

.p-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  color: #787878;
  letter-spacing: 3px;
  padding: 0 10px;
}
/*# sourceMappingURL=setutsa.css.map */