@charset "UTF-8";

/* tooltips botones y portales */

/* ----- Extends ----- */

.btn-new-green,
.btn-new-blue,
.btn-new-gray,
.btn-new-danger,
.btn-new-warn,
.btn-new-dark-blue,
.btnbg-new-green,
.btnbg-new-blue,
.btnbg-new-gray,
.btnbg-new-danger,
.btnbg-new-warn,
.btnbg-new-dark-blue {
  cursor: pointer;
  font-family: "Roboto-bold";
  text-decoration: none !important;
  font-size: 17px;
  white-space: normal !important;
  background: #fff;
  padding: 3px 24px;
  outline: none !important;
}

.btn-new-green:focus,
.btn-new-blue:focus,
.btn-new-gray:focus,
.btn-new-danger:focus,
.btn-new-warn:focus,
.btn-new-dark-blue:focus,
.btnbg-new-green:focus,
.btnbg-new-blue:focus,
.btnbg-new-gray:focus,
.btnbg-new-danger:focus,
.btnbg-new-warn:focus,
.btnbg-new-dark-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.05);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.05);
  color: #9c9b9b;
}

.btn-new-green:active:focus,
.btn-new-blue:active:focus,
.btn-new-gray:active:focus,
.btn-new-danger:active:focus,
.btn-new-warn:active:focus,
.btn-new-dark-blue:active:focus,
.btnbg-new-green:active:focus,
.btnbg-new-blue:active:focus,
.btnbg-new-gray:active:focus,
.btnbg-new-danger:active:focus,
.btnbg-new-warn:active:focus,
.btnbg-new-dark-blue:active:focus {
  outline: inherit;
}

/* /------------------- */

button {
  outline: none !important;
}

.btnRadius {
  border-radius: 40px;
}

.btn-new-green {
  color: #73C914;
  border: 1px #73C914 solid;
}

.btn-new-green:hover,
.btn-new-green:focus {
  background: #73C914 !important;
  color: white !important;
}

.btn-new-blue {
  color: #00A1C9;
  border: 1px #00A1C9 solid;
}

.btn-new-blue:hover,
.btn-new-blue:focus {
  background: #00A1C9 !important;
  color: white !important;
}

.btn-new-gray {
  color: #686868;
  border: 1px #686868 solid;
}

.btn-new-gray:hover,
.btn-new-gray:focus {
  background: #686868 !important;
  color: white !important;
}

.btn-new-danger {
  color: #C9003D;
  border: 1px #C9003D solid;
}

.btn-new-danger:hover,
.btn-new-danger:focus {
  background: #C9003D !important;
  color: white !important;
}

.btn-new-warn {
  color: #FFC107;
  border: 1px #FFC107 solid;
}

.btn-new-warn:hover,
.btn-new-warn:focus {
  background: #FFC107 !important;
  color: white !important;
}

.btn-new-dark-blue {
  color: #006FC9;
  border: 1px #006FC9 solid;
}

.btn-new-dark-blue:hover,
.btn-new-dark-blue:focus {
  background: #006FC9 !important;
  color: white !important;
}

#layout-movil .btn-new-green {
  color: #73C914;
  border: 1px #73C914 solid;
  background: #73C914 !important;
  color: white !important;
  min-width: 166px;
}

#layout-movil .btn-new-blue {
  color: #00A1C9;
  border: 1px #00A1C9 solid;
  background: #00A1C9 !important;
  color: white !important;
  min-width: 166px;
}

#layout-movil .btn-new-gray {
  color: #686868;
  border: 1px #686868 solid;
  background: #686868 !important;
  color: white !important;
  min-width: 166px;
}

#layout-movil .btn-new-danger {
  color: #C9003D;
  border: 1px #C9003D solid;
  background: #C9003D !important;
  color: white !important;
  min-width: 166px;
}

#layout-movil .btn-new-warn {
  color: #FFC107;
  border: 1px #FFC107 solid;
  background: #FFC107 !important;
  color: white !important;
  min-width: 166px;
}

#layout-movil .btn-new-dark-blue {
  color: #006FC9;
  border: 1px #006FC9 solid;
  background: #006FC9 !important;
  color: white !important;
  min-width: 166px;
}

.btnbg-new-green {
  color: #73C914;
  border: 1px #73C914 solid;
  background: #73C914 !important;
  color: white !important;
}

.btnbg-new-blue {
  color: #00A1C9;
  border: 1px #00A1C9 solid;
  background: #00A1C9 !important;
  color: white !important;
}

.btnbg-new-gray {
  color: #686868;
  border: 1px #686868 solid;
  background: #686868 !important;
  color: white !important;
}

.btnbg-new-danger {
  color: #C9003D;
  border: 1px #C9003D solid;
  background: #C9003D !important;
  color: white !important;
}

.btnbg-new-warn {
  color: #FFC107;
  border: 1px #FFC107 solid;
  background: #FFC107 !important;
  color: white !important;
}

.btnbg-new-dark-blue {
  color: #006FC9;
  border: 1px #006FC9 solid;
  background: #006FC9 !important;
  color: white !important;
}

/* ----- Colores personalizados para los tooltips ----- */

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_favoritos:hover::before {
  color: #FFC107;
}

.tools-favorito.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-favorito.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #FFC107;
  color: white;
  text-transform: capitalize;
}

.tools-favorito.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #FFC107;
}

.tools-favorito.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #FFC107;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_seguimientos:hover::before {
  color: #73C914;
}

.tools-seguimiento.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-seguimiento.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #73C914;
  color: white;
  text-transform: capitalize;
}

.tools-seguimiento.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #73C914;
}

.tools-seguimiento.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #73C914;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_restaurar:hover::before {
  color: #73C914;
}

.tools-restaurar.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-restaurar.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #73C914;
  color: white;
  text-transform: capitalize;
}

.tools-restaurar.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #73C914;
}

.tools-restaurar.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #73C914;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_carpeta:hover::before {
  color: #003DC9;
}

.tools-carpetas.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-carpetas.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #003DC9;
  color: white;
  text-transform: capitalize;
}

.tools-carpetas.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #003DC9;
}

.tools-carpetas.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #003DC9;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_delete:hover::before {
  color: #C9003D;
}

.tools-eliminar.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-eliminar.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #C9003D;
  color: white;
  text-transform: capitalize;
}

.tools-eliminar.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #C9003D;
}

.tools-eliminar.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #C9003D;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_external:hover::before {
  color: #686868;
}

.tools-external.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-external.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #686868;
  color: white;
  text-transform: capitalize;
}

.tools-external.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #686868;
}

.tools-external.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #686868;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_compartir:hover::before {
  color: #8C00C9;
}

.tools-compartir.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-compartir.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #8C00C9;
  color: white;
  text-transform: capitalize;
}

.tools-compartir.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #8C00C9;
}

.tools-compartir.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #8C00C9;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_calendario:hover::before {
  color: #c900a1;
}

.tools-calendario.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-calendario.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #c900a1;
  color: white;
  text-transform: capitalize;
}

.tools-calendario.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #c900a1;
}

.tools-calendario.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #c900a1;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_new_pestana:hover::before {
  color: #80D0E4;
}

.tools-new-pestana.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-new-pestana.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #80D0E4;
  color: white;
  text-transform: capitalize;
}

.tools-new-pestana.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #80D0E4;
}

.tools-new-pestana.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #80D0E4;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_fijar:hover::before {
  color: #00A1C9;
}

.tools-fijar.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-fijar.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #00A1C9;
  color: white;
  text-transform: capitalize;
}

.tools-fijar.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #00A1C9;
}

.tools-fijar.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #00A1C9;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_webhooks:hover::before {
  color: #9C9B9B;
}

.tools-webhook.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-webhook.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #9C9B9B;
  color: white;
  text-transform: capitalize;
}

.tools-webhook.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #9C9B9B;
}

.tools-webhook.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #9C9B9B;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_notas_existed:hover::before {
  color: #FFC107;
}

.tools-notas-existed.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-notas-existed.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #FFC107;
  color: white;
  text-transform: capitalize;
}

.tools-notas-existed.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #FFC107;
}

.tools-notas-existed.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #FFC107;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .btn_contratos_notas_none:hover::before {
  color: #9C9B9B;
}

.tools-notas-none.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-notas-none.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #9C9B9B;
  color: white;
  text-transform: capitalize;
}

.tools-notas-none.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #9C9B9B;
}

.tools-notas-none.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #9C9B9B;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #C9003D;
}

.tools-Restringido.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-Restringido.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #C9003D;
  color: white;
  text-transform: capitalize;
}

.tools-Restringido.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #C9003D;
}

.tools-Restringido.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #C9003D;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #686868;
}

.tools-NC.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-NC.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #686868;
  color: white;
  text-transform: capitalize;
}

.tools-NC.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #686868;
}

.tools-NC.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #686868;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #686868;
}

.tools-CP.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-CP.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #686868;
  color: white;
  text-transform: capitalize;
}

.tools-CP.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #686868;
}

.tools-CP.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #686868;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #73c914;
}

.tools-S1.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-S1.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #73c914;
  color: white;
  text-transform: capitalize;
}

.tools-S1.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #73c914;
}

.tools-S1.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #73c914;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #003dc9;
}

.tools-S2.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-S2.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #003dc9;
  color: white;
  text-transform: capitalize;
}

.tools-S2.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #003dc9;
}

.tools-S2.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #003dc9;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #003dc9;
}

.tools-PC.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-PC.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #003dc9;
  color: white;
  text-transform: capitalize;
}

.tools-PC.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #003dc9;
}

.tools-PC.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #003dc9;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #eded0c;
}

.tools-SR.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.tools-SR.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #eded0c;
  color: white;
  text-transform: capitalize;
}

.tools-SR.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #eded0c;
}

.tools-SR.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #eded0c;
}

#perfil-list .tablescoop .VueTables__table .iconos_functions_grid .accion-tooltip:hover::before {
  color: #9C9B9B;
}

.acciones-seleccion-tooltip.tooltip-custom {
  -webkit-transform: translate3d(1069px, 453px, 0px);
          transform: translate3d(1069px, 453px, 0px);
}

.acciones-seleccion-tooltip.tooltip-custom .tooltip-inner {
  font-size: 11px;
  max-width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #9C9B9B;
  color: white;
  text-transform: capitalize;
}

.acciones-seleccion-tooltip.tooltip-custom[x-placement^=top] .arrow::before {
  border-top-color: #9C9B9B;
}

.acciones-seleccion-tooltip.tooltip-custom[x-placement^=bottom] .arrow::before {
  border-bottom-color: #9C9B9B;
}

.inputs-rounded {
  border-radius: 20px;
  border: 2px #ddd solid;
  display: block;
  padding: 5px 30px;
  font-size: 13px;
  font-family: "Roboto-regular";
}

.form-control {
  border: 1px solid #DDDDDD;
  border-radius: 1rem;
  font-family: "Roboto-regular";
}

.form-control.padd-peq {
  padding: 0.12rem .75rem;
}

.vue-js-switch.toggled .v-switch-core {
  background-color: #73C914 !important;
}

.vue-js-switch .v-switch-label {
  color: #fff !important;
  font-family: "Roboto-regular";
  font-size: 13px;
  font-weight: normal !important;
}

.vue-js-switch .v-switch-core {
  background-color: #686868 !important;
}

/* ---- animaciones checkbox y radio inputs ------- */

.body_checkbox .checkbox {
  margin-top: 7px;
  margin-bottom: 7px;
}

.body_checkbox .checkbox i {
  color: #3a86bb;
}

body .checkbox .cr,
body .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #b1b2b2;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin: auto .5em;
  background: white;
}

body .radio .cr {
  border-radius: 50%;
}

.checkbox label,
.radio label {
  padding-left: 0px !important;
}

body .checkbox .cr .cr-icon,
body .radio .cr .cr-icon {
  position: absolute;
  font-size: 1em;
  line-height: 0;
  top: 50%;
  left: 5%;
}

body .radio .cr .cr-icon {
  margin-left: 0.04em;
}

body .checkbox label input[type="checkbox"],
body .radio label input[type="radio"] {
  display: none;
}

body .checkbox label input[type="checkbox"] + .cr > .cr-icon,
body .radio label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

body .checkbox label input[type="checkbox"] + .cr > .cr-square {
  -webkit-transform: scale(2) rotateZ(-20deg);
          transform: scale(2) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

body .checkbox label input[type="checkbox"]:indeterminate + .cr > .cr-square {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
  color: #73C914;
  padding-top: 2.5px;
}

body .checkbox label input[type="checkbox"]:checked + .cr {
  background: #73C914 !important;
  border-color: #73C914 !important;
}

body .checkbox label input[type="checkbox"]:checked + .cr > i {
  color: white !important;
}

body .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
body .radio label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

body .checkbox label input[type="checkbox"]:disabled + .cr,
body .radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

.scroll_fit {
  /* scrollbar-width: thin;
	scrollbar-color: #9c9b9b #eee; */
}

.scroll_fit::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.scroll_fit::-webkit-scrollbar {
  background-color: #DFE3E4;
  width: 3px;
}

.scroll_fit::-moz-scrollbar {
  background-color: #DFE3E4;
  width: 3px;
}

.scroll_fit::-webkit-scrollbar-track {
  background-color: #DFE3E4;
  border-radius: 10px;
}

.scroll_fit::-webkit-scrollbar-thumb {
  background-color: #9C9B9B;
  border-radius: 10px;
}

.scroll_fit::-webkit-scrollbar-thumb:active {
  background: #8a8080;
}

.scroll_fit::-webkit-scrollbar-track:hover {
  background: #dedede;
}

.scroll_fit::-webkit-scrollbar-corner {
  background: transparent;
}

.text-rojo {
  color: #C9003D !important;
}

.text-verde {
  color: #73C914 !important;
}

.text-azul-oscuro {
  color: #003DC9 !important;
}

.text-naranja {
  color: #FFC107 !important;
}

.text-gris {
  color: #686868 !important;
}

.text-azul {
  color: #00A1C9 !important;
}

/*** --- Estilos Publica ---****/

.square-flag {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
}

body {
  font-family: SourceSansPro-regular;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: SourceSansPro-regular;
  padding: 1px 0px;
  margin: 1px 0px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

h5,
h6 {
  font-weight: 600;
}

h2 {
  font-size: 25px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 27px;
}

h6 {
  font-size: 13px;
  line-height: 25px;
}

p {
  padding: 0px;
  margin: 0px;
  font-family: SourceSansPro-light;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

ul li {
  list-style-type: circle;
  padding: 1px 0px;
}

ul li a,
ul li a:visited {
  text-decoration: none !important;
}

/* ----- Estilos Globales  -----*/

.flex-main-nombre {
  background: -webkit-gradient(linear, left top, right bottom, from(#06add4), to(#057792));
  background: linear-gradient(to bottom right, #06add4, #057792);
}

.flex-main-nombre div h1 {
  font-size: 32px;
  font-family: SourceSansPro-extralight;
  letter-spacing: 0px;
  font-weight: initial;
}

.flex-main-nombre div b {
  font-family: SourceSansPro-regular;
  font-weight: inherit;
}

.title-licitacion {
  background-color: #00a2c7;
  border: 1px solid #0992b1;
  line-height: 1;
  font-family: SourceSansPro-light;
  font-size: 22px;
  font-weight: initial;
}

.title-licitacion b {
  font-family: SourceSansPro-regular;
}

.resumen-licitacion {
  font-size: 17px;
  font-family: SourceSansPro-light;
  line-height: 1.3;
  letter-spacing: 0.4px;
  background: #f4f6f7;
  color: #000000;
}

.title-company {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #00a2c7;
  font-family: SourceSansPro-regular;
  font-size: 25px;
}

/*Estilos del toggle*/

.toggle .toggle-handle {
  background: #fff;
}

.toggle.off {
  border-color: #adadad;
}

.toggle.off .toggle-off {
  background-color: #e6e6e6;
  color: #333;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*fomulario de restablecer contraseña */

#recuperarPassword .close {
  color: #00a2c7;
  opacity: 1;
  font-size: 36px;
  padding: 15px 12px 8px;
}

#recuperarPassword #recuperarPasswordLabel {
  font-size: 20px;
}

#recuperarPassword #enviar-reset {
  font-family: SourceSansPro-regular !important;
  background-color: #57C700 !important;
  padding: 9px 16px !important;
  letter-spacing: 0.6px;
  font-size: 15px !important;
  border-radius: 3px !important;
}

#recuperarPassword #enviar-reset:hover {
  background-color: #45ad00 !important;
}

#recuperarPassword #enviar-close {
  border: 1px #cacaca solid;
  border-radius: 5px;
  padding: 8px 13px !important;
  background: #fff;
  color: #7b7b7b;
}

#recuperarPassword #enviar-close:hover {
  background: #f3f1f1;
}

#recuperarPassword #ico-reset {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 9px;
  background-size: 100%;
  font-size: 29px;
  color: #a7a9a9;
  top: 5px !important;
  z-index: 10;
}

/*modal de unsuscribe de newsletter*/

.modalesNewsletter .close {
  color: #00a2c7;
  opacity: 1;
  font-size: 36px;
  padding: 15px 12px 8px;
}

.modalesNewsletter .newslatterUnLabel {
  font-size: 20px;
  color: #00a2c7;
  letter-spacing: 0px;
}

.modalesNewsletter .cancelar-subs {
  font-family: SourceSansPro-regular !important;
  background-color: #57C700 !important;
  padding: 9px 16px !important;
  letter-spacing: 0.6px;
  font-size: 15px !important;
  border-radius: 3px !important;
}

.modalesNewsletter .cancelar-subs:hover {
  background-color: #45ad00 !important;
}

.modalesNewsletter .close-subs {
  border: 1px #cacaca solid;
  border-radius: 5px;
  padding: 8px 13px !important;
  background: #fff;
  color: #7b7b7b;
}

.modalesNewsletter .close-subs:hover {
  background: #f3f1f1;
}

.modalesNewsletter .ico-subs {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 9px;
  background-size: 100%;
  font-size: 29px;
  color: #a7a9a9;
  top: 5px !important;
  z-index: 10;
}

/** Estilos para contenedor de asesor **/

.info-registro a,
.asesor-info a {
  font-size: 17px;
  font-family: SourceSansPro-regular;
  background-color: #57C700 !important;
  letter-spacing: 0.6px;
}

.info-registro a:hover,
.asesor-info a:hover {
  background-color: #45ad00 !important;
}

.asesor-info p {
  line-height: 1.1;
  font-size: 19px;
  font-family: SourceSansPro-light;
}

.asesor-info p b {
  font-family: SourceSansPro-regular;
  font-size: 19px;
  color: #27B7EC;
}

.title-company-interna {
  line-height: 1.3;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #00a2c7;
  font-family: SourceSansPro-regular;
}

#cargandos {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: center;
  height: 100%;
  display: none;
}

#cargandos img {
  margin-top: 7%;
  width: 250px;
  max-width: 100%;
}

#cargandos p {
  font-family: Arial;
  font-size: 20px;
  padding-top: 0px;
  color: #444;
  text-transform: uppercase;
}

.modal-atencion .close {
  font-size: 20px;
  font-family: SourceSansPro-light;
  border-radius: 100%;
  display: inline-block;
  width: 67px;
  height: 67px;
  position: absolute;
  top: -19px;
  opacity: 1;
  right: -13px;
  z-index: 10;
  color: #27B7EC;
}

.modal-atencion .close:hover,
.modal-atencion .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

/* ---- Botones -------- */

.btn-pruebelo-publica {
  -webkit-box-shadow: 0px 4px #45ad00 !important;
  box-shadow: 0px 4px #45ad00 !important;
  font-family: SourceSansPro-regular !important;
  background-color: #57C700 !important;
  padding: 9px 16px !important;
  letter-spacing: 0.6px;
  font-size: 15px !important;
  border-radius: 3px !important;
}

.btn-pruebelo-publica .caret {
  font-size: 19px;
  top: 2px;
}

.btn-pruebelo-publica:hover {
  background-color: #45ad00 !important;
}

.btn-banner-top-inicio {
  padding: 7px 29px;
  font-size: 21px !important;
  font-family: SourceSansPro-light;
  letter-spacing: 0.2px;
  background-color: #00a2c7 !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn-banner-top-inicio > span {
  vertical-align: middle;
  font-size: 27px;
}

.btn-banner-top-inicio:hover {
  background-color: #074a75 !important;
}

.vue-js-switch.toggled .v-switch-core {
  background-color: #009bdb !important;
}

.vue-js-switch.toggled .v-switch-label {
  color: #fff !important;
}

.vue-js-switch .v-switch-label {
  color: #5d5d5d !important;
}

/* ---- contratos mas visto -------- */

#contratos-vistos {
  -webkit-box-shadow: 0px 0px 30px #ccc;
          box-shadow: 0px 0px 30px #ccc;
}

#contratos-vistos #title-header {
  background: -webkit-gradient(linear, left top, right bottom, from(#045e8b), to(#04486d));
  background: linear-gradient(to bottom right, #045e8b, #04486d);
}

#contratos-vistos #title-header h3 {
  font-family: SourceSansPro-light;
}

#contratos-vistos #contrato-detalle {
  max-height: 1300px;
  overflow-y: auto;
}

#contratos-vistos #contrato-detalle .contrato {
  background-color: #EBEDED;
  border-radius: 4px;
}

#contratos-vistos #contrato-detalle .contrato h4 {
  font-family: SourceSansPro-bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

#contratos-vistos #contrato-detalle .contrato p {
  font-size: 16px;
}

#contratos-vistos #contrato-detalle .contrato .nombre-contrato {
  font-size: 17px;
}

#contratos-vistos #contrato-detalle .contrato i {
  color: #00a2c7;
  font-size: 30px;
}

#contratos-vistos #contrato-detalle .contrato i:hover {
  color: #044d73;
}

#contratos-vistos #contrato-detalle .contrato a,
#contratos-vistos #contrato-detalle .contrato a:hover {
  text-decoration: none;
  color: inherit;
}

/* ---- Errores -------- */

.robot-404 h2 {
  font-family: SourceSansPro-regular;
  color: #009BDB;
  font-size: 61px;
  padding-bottom: 20px;
}

.robot-404 h3 {
  font-family: SourceSansPro-semibold;
  color: #009BDB;
  font-size: 30px;
  padding-bottom: 10px;
  letter-spacing: 0px;
}

.robot-404 p {
  font-family: SourceSansPro-regular;
  font-size: 19px;
  color: #7A7A7A;
}

/* ---- Carosuel-------- */

.carousel ul li a {
  text-decoration: none !important;
}

/* ----- FIN ----------- */

/* ---- Medias -------- */

@media only screen and (min-width: 992px) {
  #fixed-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    padding-bottom: 0;
  }

  #sangria-menu-publica {
    margin-top: 146px;
  }

  .navbar a.navbar-brand {
    margin-left: 10%;
  }

  #banner-top #contratos-vistos-ini {
    max-width: 70%;
  }

  /* Estilos España inicio*/

  #companys {
    height: 170px !important;
  }

  #companys-servicios {
    height: 410px;
  }

  #companys-registro {
    height: 349px !important;
  }

  .contenido_internas_publica {
    min-height: calc(100vh - 468px) !important;
  }

  #contenido-precio-publica .modal-lg {
    max-width: 1050px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  #banner-top #contratos-vistos-ini {
    max-width: 97%;
  }

  /* Estilos España inicio*/

  #contenidos-inicio #container-fondos-blue3 {
    width: 100%;
  }

  #companys {
    height: 217px !important;
  }

  #companys-servicios {
    height: 400px;
  }

  #companys-registro {
    height: 355px !important;
  }

  .contenido_internas_publica {
    min-height: calc(100vh - 495px) !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #nav-header-2 ul.ml-auto {
    margin-right: 0%;
  }

  /* Estilos España inicio*/

  /* Estilos ecuador inicio*/

  #companys {
    height: 285px !important;
  }

  #companys-servicios {
    height: 300px;
  }

  #companys-registro {
    height: 350px !important;
  }

  .contenido_internas_publica {
    min-height: calc(100vh - 601px) !important;
  }

  #contenido-precio-publica .modal-lg {
    max-width: 1050px;
  }
}

@media screen and (max-width: 767px) and (min-width: 593px) {
  /*Estilos Colombia inicio*/

  #contenidos-inicio-col .titulos-principal-white {
    letter-spacing: 1.3px;
    font-size: 25px !important;
    text-align: center !important;
    line-height: 29px !important;
  }

  #contenidos-inicio-col .titulos-principal-blue {
    letter-spacing: 1.3px;
    font-size: 25px !important;
    text-align: center !important;
    line-height: 25px !important;
  }

  #contenidos-inicio-col .textos-container {
    font-size: 18px !important;
  }

  #contenidos-inicio-col .textos-container-black {
    font-size: 20px !important;
  }

  /*Estilos españa inicio*/

  #contenidos-inicio .titulos-principal-white {
    letter-spacing: 1.3px;
    font-size: 23px !important;
    text-align: center !important;
    line-height: 29px !important;
  }

  #contenidos-inicio .titulos-principal-blue {
    letter-spacing: 1.3px;
    font-size: 23px !important;
    text-align: center !important;
    line-height: 29px !important;
  }

  #contenidos-inicio .textos-container {
    font-size: 19px !important;
  }

  #contenidos-inicio .textos-container-black {
    font-size: 19px !important;
  }

  #companys {
    height: 285px;
  }

  #companys-servicios {
    height: 285px;
  }

  #companys-registro {
    height: 346px;
  }

  footer .container {
    max-width: 630px;
  }

  .contenido_internas_publica {
    min-height: calc(100vh - 571px) !important;
  }

  .img-fluid {
    max-width: 80%;
  }

  #contenido-precio-publica .modal-lg {
    max-width: 600px;
  }

  #contenido-precio-publica .nav-pills .nav-link.active i::before {
    content: "\F067" !important;
  }

  .robot-404 h2 {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 592px) {
  .title-company {
    font-size: 20px !important;
  }

  /* Estilos Colombia inicio*/

  #contenidos-inicio-col .titulos-principal-white {
    letter-spacing: 0.3px;
    font-size: 20px !important;
    text-align: center !important;
    line-height: 27px !important;
  }

  #contenidos-inicio-col .titulos-principal-blue {
    letter-spacing: 0.3px;
    font-size: 23px !important;
    text-align: center !important;
    line-height: 27px !important;
  }

  #contenidos-inicio-col .textos-container {
    font-size: 17px !important;
  }

  #contenidos-inicio-col .textos-container-black {
    font-size: 18px !important;
  }

  /* Estilos España inicio*/

  #contenidos-inicio .titulos-principal-white {
    letter-spacing: 0.3px;
    font-size: 23px !important;
    text-align: center !important;
    line-height: 27px !important;
  }

  #contenidos-inicio .titulos-principal-blue {
    letter-spacing: 0.3px;
    font-size: 22px !important;
    text-align: center !important;
    line-height: 27px !important;
  }

  #contenidos-inicio .textos-container {
    font-size: 18px !important;
  }

  #contenidos-inicio .textos-container-black {
    font-size: 18px !important;
  }

  #contenidos-inicio #banner-7-inicio #movil-fondo-gris-lupa {
    max-width: 60% !important;
  }

  #contenidos-inicio #banner-8-inicio #img-banner-8 {
    max-width: 60% !important;
  }

  /*servicios*/

  .panel-group-servicios .titulos-servicios {
    font-size: 18px !important;
  }

  #servicios-fondo div > h1 {
    font-size: 1.5rem;
  }

  #companys {
    height: 450px;
  }

  #companys-servicios {
    height: 415px;
  }

  #companys-registro {
    height: 415px;
  }

  .contenido_internas_publica {
    min-height: calc(100vh - 609px) !important;
  }

  .img-fluid {
    max-width: 75%;
  }

  #contenido-precio-publica .modal-lg {
    max-width: 600px;
  }

  #contenido-precio-publica .nav-pills .nav-link.active i::before {
    content: "\F067" !important;
  }

  .robot-404 h2 {
    font-size: 40px !important;
  }

  .robot-404 h3 {
    font-size: 20px;
  }
}

.swal2-popup .swal2-title {
  font-size: 30px;
}

/* cookies policy styles */

.contenedor_total_mensaje_cookies {
  display: none;
  bottom: 0px;
  left: 5px;
  right: 5px;
  position: fixed;
  z-index: 1300;
}

.contenedor_mensaje_cookies {
  width: 100%;
  height: 130px;
  background-color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 40px 0px 50px;
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.75);
}

.contenedor_mensaje_cookies_div_imagen {
  width: 80px;
}

.contenedor_mensaje_cookies_div_texto {
  padding: 0px 80px 0px 115px;
  text-align: justify;
}

.contenedor_mensaje_cookies_div_texto span {
  font-size: 17px;
  font-family: "Roboto-regular";
  color: #686868;
  line-height: 1;
}

.contenedor_mensaje_cookies_div_texto span b {
  font-family: "Roboto-bold";
}

.contenedor_mensaje_cookies_div_texto span a {
  color: #00A1C9;
  font-family: "Roboto-bold";
}

.contenedor_mensaje_cookies_div_boton {
  padding-right: 20px;
}

/* Pagina de la política de las cookies */

.cookies-policy-container h2 {
  font-size: 42px !important;
}

.cookies-policy-container p {
  font-size: 18px !important;
  margin-bottom: 1em;
}

.cookies-policy-container span {
  font-weight: 700;
  font-size: 18px;
}

.cookies-policy-container a {
  font-size: 16px;
  color: #02a3c7;
}

.cookies-policy-container a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 394px) {
  #companys {
    padding: 25px 0px 53px;
    height: 574px !important;
  }

  #companys-servicios {
    height: auto !important;
  }

  #companys-registro {
    height: 720px;
  }

  .img-fluid {
    max-width: 90%;
  }

  .robot-404 h2 {
    font-size: 30px !important;
  }

  .robot-404 h3 {
    font-size: 20px;
  }
}

/* -----  TABLESCOOP ----- */

.tablescoop {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: Roboto-regular;
  font-size: 13px;
  margin-top: 20px;
  height: 100%;
}

.tablescoop .table-responsive {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.tablescoop .table-responsive td .btn-accion {
  font-size: 20px;
}

.tablescoop .VuePagination .page-link {
  margin-left: 5px;
  border-radius: 3px;
  border: 1px solid #d0d4d5;
  color: #009bdb !important;
}

.tablescoop .VuePagination .page-link:hover {
  color: #00a2c7;
  text-decoration: none;
  background-color: #edf0f1;
  border-color: #d0d4d5;
}

.tablescoop .VuePagination .page-item.active .page-link {
  background-color: #009bdb;
  border-color: #009bdb;
  color: #fff !important;
}

.tablescoop .VuePagination .page-item.disabled .page-link {
  color: #7d7d7d !important;
  border-color: #c5c5c5 !important;
}

.tablescoop .VuePagination .page-item:last-child .page-link,
.tablescoop .VuePagination .page-item:first-child .page-link {
  border: none;
  margin-top: 1px;
  font-size: 15px;
}

.tablescoop .VuePagination .pagination {
  display: inline-block;
  margin: 13px 0;
}

.tablescoop .VuePagination .pagination > li {
  display: inline-block;
}

.tablescoop .VuePagination .VuePagination__count {
  font-family: 'Roboto-regular';
  color: #464652;
  margin-bottom: 0px;
}

.tablescoop thead th,
.tablesgrid thead th {
  vertical-align: middle !important;
  text-align: center;
  line-height: 1.2 !important;
  font-size: 13px;
  min-width: 110px;
  padding: 10px 5px;
}

.tablescoop thead th.columna_grande,
.tablesgrid thead th.columna_grande {
  min-width: 220px;
}

.columna_pequena {
  min-width: 50px !important;
}

.tablescoop thead th.columna_media,
.tablesgrid thead th.columna_media {
  min-width: 170px;
}

.tablescoop tbody td,
.tablesgrid tbody td {
  vertical-align: middle !important;
  text-align: center;
  font-size: 13px;
  font-family: 'Roboto-regular';
  padding: 5px 8px;
}

.tablesgrid tbody td {
  background-color: #fff;
}

.tablescoop thead > tr:first-of-type,
.tablesgrid thead > tr:first-of-type {
  background: #009BDB;
  color: white;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Roboto-light';
}

.tablescoop thead > tr:first-of-type th,
.tablesgrid thead > tr:first-of-type th {
  background: #009BDB;
  font-weight: 100 !important;
}

.tablescoop thead > tr:not(:first-of-type),
.tablesgrid thead > tr:not(:first-of-type) {
  background: #fff;
}

.tablescoop thead tr:not(:first-of-type) span,
.tablescoop thead tr:not(:first-of-type) select,
.tablescoop thead input,
.tablesgrid thead tr:not(:first-of-type) span,
.tablesgrid thead tr:not(:first-of-type) select,
.tablesgrid thead input {
  font-size: 14px;
  font-family: 'Roboto-regular';
}

.tablescoop .VueTables__sortable {
  position: relative;
  padding-right: 25px !important;
}

.tablescoop .VueTables__sortable .fa-sort-desc {
  top: 30%;
}

.tablescoop .VueTables__sortable .fa-sort-asc {
  top: 44%;
}

.tablescoop .VueTables__sortable .fa-sort {
  top: 38%;
}

.tablescoop .VueTables_sortable .fa-sort-amount-asc,
.tablescoop .VueTables_sortable .fa-sort-amount-desc {
  top: 36%;
}

#app .VueTables__date-filter {
  padding-right: 18px;
  /*line-height: 1 !important;*/
}

.tablescoop .VueTables__sort-icon {
  margin: 0px !important;
  float: none !important;
  position: absolute;
  right: 5px;
  font-size: 16px;
  display: inline-block;
}

@media (min-width: 768px) {
  .tablescoop .VuePagination .pagination > li:first-child {
    display: inline-block !important;
  }

  .tablescoop .VuePagination .pagination > li:last-child {
    display: inline-block !important;
  }
}

.tablescoop .columna_seleccion,
.tablesgrid .columna_seleccion {
  min-width: 0px !important;
  max-width: 90px !important;
  padding: 0px 4px;
}

/* ---- btnsBoot --- */

.btnsBoot {
  border: 0px;
  border-radius: 2px;
  padding: 13px 10px;
  margin-top: 12px;
  cursor: pointer;
  font-family: 'Roboto-regular';
  font-size: 14px;
  white-space: normal !important;
}

#app .fa-refresh.btnsBoot {
  font-size: 18px;
  margin-bottom: 0px !important;
}

.btn-danger.btnsBoot {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 4px #943A37 solid;
  border-radius: 5px;
  padding: 10px 13px !important;
}

.btn-success.btnsBoot {
  background-color: #53b705 !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 4px #378603 solid;
  border-radius: 5px;
  padding: 10px 11px;
}

.btn-success.btnsBoot:hover {
  background-color: #499a0a !important;
  border-color: #307303 !important;
}

.btn-primary.btnsBoot {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 4px #03719e solid !important;
  border-radius: 5px;
  padding: 10px 13px !important;
}

.btn-primary.btnsBoot:hover {
  background-color: #0a699c !important;
  border-color: #084c71 !important;
}

.btn-default.btnsBoot {
  border-left: 1px #cacaca solid;
  border-right: 1px #cacaca solid;
  border-top: 1px #cacaca solid;
  border-bottom: 4px #868686 solid;
  border-radius: 5px;
  padding: 10px 13px !important;
  background: #fff;
  color: #464646;
}

.btn-default.btnsBoot:hover {
  border-color: #a7a6a6 !important;
  background: #f3efef;
}

/* ----- FIN ----------- */

