/*///////////////////// Globales ////////////////////*/
/* @font-face {
    font-family: 'nuzoFont';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('Segoe UI.woff') format('woff');
} */
html
{
    height: 100%;
    font-family: 'nuzoFont' !important;
    background-color: #EFF4F9;
}
html #login
{
    background-image: url("../images/loginBackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #298BCC;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.novisible
{
    display: none;
}
.form-nuzo-control
{
    border: 1px #848484 solid !important;
    padding-top:13px !important;
    padding-bottom: 13px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    border-radius: 13px !important;
}
.form-nuzo-control::placeholder
{
    color: #8F8F8F !important;
    opacity: 0.5 !important;
}
.btn-nuzo-primary
{
    background-color: #22D9F6;
    border-color: #22D9F6;
    color: white;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    font-weight: 700 !important;
    border-radius: 13px !important;
    box-shadow: 0px 2px 10px #c5c4c4;
}
.btn-nuzo-primary:hover
{
    background-color: #1ab6ce;
    color: white;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.semibold
{
  font-weight: 600;
}

.bold
{
  font-weight: bold;
}

.nuzo-table-img
{
  width: 40px;
}

.nuzo-form-file
{
  background-color: #298BCC !important;
  color: white !important;
}

.nuzo-form-disabled
{
  background-color: white !important;
}

.nuzo-form-group-recuadro
{
  background-color: #EEEEEE;
  border: 1px solid #CFCFCF;
}

.nuzo-form-group-recuadro-azul
{
  background-color: #E3EAF1;
  border: 1px solid #CFCFCF;
}

.nuzo-form-control
{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.nuzo-form-control-borderAzul
{
  border-color: #174767 !important;
}

.nuzo-form-control-border
{
  border-color: #707070 !important;
}

.nuzo-form-controlGrande
{
  font-size: 20px !important;
}

.nuzo-form-controlXL
{
  font-size: 26px !important;
}

.nuzo-form-controlXXL
{
  font-size: 30px !important;
}

.nuzo-form-controlChico
{
  font-size: 12px !important;
  background-color: #298BCC !important;
  border: 1px solid #298BCC !important;
}

.nuzo-form-controlXS
{
  font-size: 10px !important;
}

.renglonReducido
{
  margin-left: 10% !important;
  margin-right: 10% !important;
}

/*////////////////////////////////////Login////////////////////////////////////////*/
.soloLectura
{
  color: #898F95!important;
}

.nuzoImgContainer
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.puntero
{
  cursor: pointer !important;
}
.removerAfter::after
{
  content: none;
}
.removerAfter
{
  margin-right: 10px;
}
#imgBoxContainer
{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: white;
  height: inherit;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.imgLoginBox
{
    background-color: #81EF93;
    background-image: url("fondoLogin.png");
    background-size: 125% auto;
    background-position: -35px -10px;
    background-repeat: no-repeat;
    border-radius: 15px;
    height: 100%;
    /* width: 100%; */
}
.loginBox
{
  /* background-image: url("../img/loginBoxBackground.png"); */
  background-color: white;
  padding-top: 35px;
  padding-bottom: 55px;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .25)
}
.loginBox.outsideLogo
{
  border-radius: 0px !important;
  box-shadow: none !important;
  padding-bottom: 20px !important;
  padding-top: 0px !important;
  background-color: transparent !important;
}
.loginForgotBox
{
  /* background-image: url("../img/loginBoxBackground.png"); */
  background-color: white;
  padding-top: 50px;
  padding-bottom: 30px !important;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderLogo .loginLogo
{
  width: 300px;
  height: auto;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderLogo div:first-child
{
  padding-right: 5px !important;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderLogo div:last-child
{
  padding-left: 5px !important;
}
.loginBox .loginBoxHeaderContainer .loginBoxHeaderFooter
{
  margin-top: 30px;
  color: #98A6AD;
}
.loginBox form
{
  margin-top: 25px;
  margin-bottom: 30px;
}
.loginBox .loginBoxForgotForm div:last-of-type
{
  margin-bottom: 30px !important;
}
.loginBox form div label
{
  color:#6C757D;
}
.loginBox form .form-group
{
  margin-bottom: 25px;
}
.custom-control-input:checked~.loginBoxFormCustomCheck::before
{
  background-color: #6658DD !important;
  color:#6658DD !important;
}
.loginBoxFormCustomCheck::before
{
  top:0.25rem !important;
}
.loginBoxFormCustomCheck::after 
{
  top: 0.25rem !important;
}
.custom-control-input:checked~.loginBoxFormCustomCheckv2::before
{
  background-color: #6658DD !important;
  color:#6658DD !important;
}
.loginBoxFormCustomCheckv2::before
{
  top:0.7rem !important;
}
.loginBoxFormCustomCheckv2::after 
{
  top: 0.7rem !important;
}
.loginBox .loginBoxFooter a
{
  color: gray;
}
.loginBox a:hover
{
  color: black;
  text-decoration: none;
}

.loginFooter a
{
  margin-bottom: 50px;
  color:#B7B0EF;
}
.loginFooter a:hover
{
  color: black;
  text-decoration: none;
}

.loginFooter
{
  margin-bottom: 40px;
  color:#B7B0EF;
  position: fixed;
  bottom:0;
}

.loginFooterEvo a
{
  color:#B7B0EF;
}
.loginFooterEvo a:hover
{
  color: black;
  text-decoration: none;
}

.loginFooterEvo
{
  margin-bottom: 10px;
  margin-top:10px;
  color:#98A6AD;
}

.loginFooterv2 div:first-child div:first-child
{
  margin-bottom: 150px;
}

.loginFooterv2 div:first-child div:first-child a
{
  color:white;
}

.loginFooterv2 div:first-child div:first-child a:hover
{
  color:black;
}

/* //////////////////////////////// Fin Login ////////////////////////////////////// */





/* ///////////////////////////////////// DashBoard ///////////////////////////////////// */

html #entorno
{
  background-color: #F5F6F8;
}
.navbarEntorno
{
  height: 70px;
  background-color: #000000 !important;
}

.navbarEntorno div .tituloBienvenida
{
  color:white;
  font-weight: 700;
}

.navbarEntorno div a img
{
  width: 105px;
}

.navbarTexto input::placeholder 
{
  color: rgb(180, 187, 194);
}

.navbarTexto input
{
  background-color: rgba(70, 78, 87, 1);
  border-top-left-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
  caret-color: white;
  color:white;
  height: 35px;
}

.navbarTexto input:focus
{
  background-color: rgb(91, 101, 112);
  color:white;
  box-shadow: 0 0 0 0.1rem rgb(149, 157, 165);
}

.navbarTexto div button
{
  background-color: rgba(70, 78, 87, 1);
  border:none;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 0px !important;
  height: 35px;
  width: 50px;
  padding: inherit;
}

.navbarTexto
{
  padding-right: 15px;
}

.navbarIconos
{
  color:white;
}

.navbarIconos .row .infoUser
{
  padding-top:10px !important;
}

.navbarIconos .row .infoUser .puesto
{
  font-size:10px;
}

.navbarIconos .row .infoUserContainer a
{
  color:white;
}

.navbarIconos .row .infoUserContainer a:hover
{
  color:grey;
}

.navbarIconos .row .infoUserContainer img
{
  width: 35px !important;
}

body {
  font-size: .875rem;
}

.contenedoresMain
{
  width: calc(100% - 259px);
}

#tituloMain
{
  background-image: linear-gradient(#E3EAF1 , #E4E4E5);
  /* background-color: #E3EAF1; */
  color:#8E8E8E;
}

#mainContenido .container-fluid div.row
{
  margin-left: 0px;
  margin-right: 0px;
}

#mainContenido
{
  background-color: #EFF4F9;
}

#nombreContenido
{
  font-size:20px;
  font-weight: 600;
}

.cabecera
{
  background-image: linear-gradient(#E3EAF1 , #E4E4E5);
  /* background-color: #E3EAF1; */
  border: 1px solid #CFCFCF;
}

.cabeceraAzul
{
  background-image: linear-gradient(#5A8DEE , #5A8DEE) !important;
  border: 1px solid #5A8DEE !important;
  color: white !important;
}

.nuzoTableArchivosClinicos
{
  font-size: 20px;
  font-weight: 600;
}

.nuzoPOSTitulo
{
  color:white;
  font-size:20px;
  font-weight: 600;
}

.POSNuzoTotalGris
{
  color: black;
  background-color: #E3EAF1;
  border: 1px solid #CFCFCF;
}

.POSNuzoTotalNegro
{
  color: white;
  background-color: black;
}

.POSNuzoTableTotales thead tr th
{
  background-color: #298BCC;
  border:1px solid #15498E;
  color: white;
  font-weight: 600;
}

.POSNuzoTableTotales tbody tr td
{
  border:1px solid #CFCFCF;
}

.POSNuzoTableTotales .equis
{
  font-weight: bold;
}

table tbody tr.POSNuzoTableTotales
{
  background-color: #F3F3F3;
  border-color:#CFCFCF;
}

table tbody tr.POSNuzoTableTotales td
{
  background-color: #F3F3F3;
}

.flex-POS
{
  height: calc(100vh - 160px);
}

.nuzoTableArchivosClinicos svg
{
  font-size: 40px;
  font-weight: 600;
}

.nuzoTableAlimentosBloqueados tbody tr
{
  border: 2px solid #707070 !important;
  color:#8E8E8E;
}

.cabeceraTexto
{
  padding-top: 0.35rem;
  color: #298BCC;
  font-weight: 600;
}

.cabeceraSubTexto
{
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 8px !important;
  color: #2D3C46;
  font-weight: 400;
}

.cuerpoCabecera
{
  background-color: white;
  border: 1px solid #CFCFCF;
}

.cuerpoCabeceraCustom
{
  background-color: #F3F3F3;
  border: 1px solid #CFCFCF;
}

.cabeceraSubCuerpo
{
  background-color: #FEFAE8;
  color:#B7A273;
  border: 1px solid #9D7F3B;
}

.subCuerpo
{
  border: 1px solid #9D7F3B;
}

.contenedorTxt
{
  background-color: #EEEEEE;
  border: 1px solid #CFCFCF;
}

#contenedorPrincipal
{
  padding-right: 0px;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  /* background-color: white !important; */
  background-color: #2D3C46;
  width: 280px !important;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 70px);
  /* height: calc(100vh - 90px); */
  /* padding-top: 2rem; */
  overflow-x: hidden;
  margin-top: 70px; 
  position:static;
  overflow-y: scroll; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active 
{
  background-color: #229986;
  /* color: rgba(73, 195, 229, 1) !important; */
}

.sidebar .nav-link.nav-sublink.active 
{
  background-color: #2ACEB4;
  /* color: rgba(73, 195, 229, 1) !important; */
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.navbarLateral .nav-item
{
  height: 60px;
}

.navbarLateral
{
  color: white;
}
#item-list
{
    height: auto !important;
}
#dashboardNuzoImgUsuario
{
  width: 55px;
  height: auto;
  border-radius: 50%;
}

#POSNuzoImgUsuario
{
  width: 45px;
  height: auto;
  border-radius: 50%;
}

#POSNuzoUsuario
{
  color:white;
}

#POSNuzoTipoUsuario
{
  color:white;
}

#recargasNuzoImgUsuario
{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.nav-link
{
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  font-size:14px;
  font-weight: 500 !important;
  padding-left: 15px !important;
  border-top: solid 1px #415563;
  border-bottom: solid 1px #415563;
  /* color: rgba(137, 143, 149, 1) !important; */
  color: white !important;
}

.nav-link-icon-search
{
  font-size: 16px;
  width: 50px !important;
  color: white !important; 
  /* color: rgba(175, 178, 182, 1) !important; */
}

.nav-link-icon
{
  font-size: 22px;
  color: white !important; 
  width: 50px !important; 
  /* color: rgba(137, 143, 149, 1) !important; */
}

.nav-link-top-icon
{
  font-size: 32px;
  width: 50px !important; 
  color: rgba(175, 178, 182, 1) !important;
}

.nav-link.active
{
  background-color: transparent;
}

.navbarArriba
{
  display: flex !important;
  flex-direction: row !important;
  margin-top: 0px;
  padding-top: 0px;
  height: 45px;
}

.navbarArriba .nav-item
{
  padding-left: 6px;
  padding-right: 6px;
}


.navbarLateral .nav-item a:hover
{
  color: white !important;
  background-color: #229986;
  /* color: rgba(73, 195, 229, 1) !important; */
}

.navbarLateral .nav-item a.nav-sublink:hover
{
  color: white !important;
  background-color: #2ACEB4;
  /* color: rgba(73, 195, 229, 1) !important; */
}

.fixedHelp
{
  color:white;
  margin-bottom: 20px;
}

.fixedHelp div a
{
  color: white;
  font-size: 16px;
}

.fixedHelp div a img
{
  width: 60px;
  margin-right: 10px;
  margin-left: 20px;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

@media (min-width: 1200px)
{
  .containerMain
  {
    max-width: 2000px;
  } 
}

.nuzoLinkSubmenu
{
  background-color: #546A7A;
}

/*tablas*/

.containerMain .containerMainTitle
{
  font-size: 20px;
  padding-bottom: 25px;
}

.iconosPoligonos
{
  fill: white;
}

.poligonos
{
  cursor: pointer;
  stroke-width: 1;
  /* stroke:#8E8E8E; */
}

.poligonosGrises
{
  fill:#8E8E8E;
}

.poligonosGrises:hover
{
  fill:#b3b3b3;
}

.poligonosRojos
{
  fill:#F84545;
}

.poligonosRojos:hover
{
  fill:#e42929;
}

.poligonosVerdeOscuro
{
  fill:#229986;
}

.poligonosVerdeOscuro:hover
{
  fill:#187566;
}

.poligonosVerdeClaro
{
  fill:#36D566;
}

.poligonosVerdeClaro:hover
{
  fill:#2eb857;
}

.poligonosAzules
{
  fill:#5489F3;
}

.poligonosAzules:hover
{
  fill:rgb(48, 112, 241);
}

.poligonosRojoClaro
{
  fill:#F96C6C;
}

.poligonosRojoClaro:hover
{
  fill:#f83333;
}

#cuerpoEnlaceRapido1
{
  fill: #5489F3;
  cursor: pointer;
}
#cuerpoEnlaceRapido1:hover
{
  fill: #2c5ec2;
}
#cuerpoEnlaceRapido2
{
  fill: #36D566;
  cursor: pointer;
}
#cuerpoEnlaceRapido2:hover
{
  fill: #279c4a;
}
#cuerpoEnlaceRapido3
{
  fill:#229986;
  cursor: pointer;
}
#cuerpoEnlaceRapido3:hover
{
  fill:#1f8675;
}
#cuerpoEnlaceRapido4
{
  fill: #F96C6C;
  cursor: pointer;
}
#cuerpoEnlaceRapido4:hover
{
  fill: #ce5656;
}
#cuerpoEnlaceRapido5
{
  fill: #F96CA6;
  cursor: pointer;
}
#cuerpoEnlaceRapido5:hover
{
  fill: #c75283;
}
#cuerpoEnlaceRapido6
{
  fill: #CFCFCF;
  cursor: pointer;
}
#cuerpoEnlaceRapido6:hover
{
  fill: #a3a2a2;
}
#cuerpoEnlaceRapido7
{
  fill: #CFCFCF;
  cursor: pointer;
}
#cuerpoEnlaceRapido7:hover
{
  fill: #a3a2a2;
}
#cuerpoEnlaceRapido8
{
  fill: #54CDF3;
  cursor: pointer;
}
#cuerpoEnlaceRapido8:hover
{
  fill: #44a2be;
}
#cuerpoEnlaceRapido9
{
  fill: #5489F3;
  cursor: pointer;
}
#cuerpoEnlaceRapido9:hover
{
  fill: #2c5ec2;
}
#cuerpoEnlaceRapido10
{
  fill: #5489F3;
  cursor: pointer;
}
#cuerpoEnlaceRapido10:hover
{
  fill: #2c5ec2;
}


/* ////////////////////////////////// middle //////////////////////// */






.nuzoBtnModal
{
  display: none;
}

.nuzoBtn
{
  width: 100%;
  font-size: 14px;
  color:white;
  background-color: #6658DD;
  border-radius: 0px;
}
.nuzoBtn:hover
{
  background-color: rgb(145, 136, 231);
}
.nuzoBtn:focus
{
  box-shadow: none;
}

.nuzoBtnContrato
{
  width: 100%;
  font-size: 14px;
  color:white;
  background-color: #6658DD;
  border-radius: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.nuzoBtnContrato:hover
{
  background-color: rgb(145, 136, 231);
}
.nuzoBtnContrato:focus
{
  box-shadow: none;
}

.nuzoBtnv2
{
  width: 100%;
  font-size: 14px;
  color:white;
  background-color: #F672A7;
  border-radius: 0px;
}
.nuzoBtnv2:hover
{
  background-color: rgb(248, 166, 199);
}
.nuzoBtnv2:focus
{
  box-shadow: none;
}

.nuzoBtnv3
{
  width: 100%;
  font-size: 14px;
  color:white;
  background-color: #49C3E5;
  border-radius: 0px;
}
.nuzoBtnv3:hover
{
  background-color: rgb(54, 157, 185);
}
.nuzoBtnv3:focus
{
  box-shadow: none;
}
.nuzoBtnv4
{
  width: 100%;
  font-size: 14px;
  color:white;
  background-color: #D62626;
  border-radius: 0px;
}
.nuzoBtnv4:hover
{
  background-color: rgb(240, 53, 53);
}
.nuzoBtnv4:focus
{
  box-shadow: none;
}
.nuzoImgTerreno
{
  width: 100%;
  height: auto;
}


.tituloParcela
{
  color: #49C3E5;
  font-size: 20px;
}

.buttonLote
{
  color:white;
  background-color:#49C3E5;
  padding-top:10px;
  padding-bottom:10px;
  font-size:20px;
  cursor:pointer;
}
.buttonLote:hover
{
  background-color: rgb(54, 157, 185);
}

.estadoLote .estadoLoteInput
{
  background-color: inherit;
  border:none;
  color:white;
}
.estadoLote .estadoLoteInput:focus
{
  box-shadow:none;
}
.estadoLote .estadoLoteSpan
{
  border-radius:10px !important;
}
.estadoLote .estadoLoteSpan.noDisponible
{
  background-color: red;
}
.estadoLote .estadoLoteSpan.disponible
{
  background-color: #00FF5D;
}

.nuzoFormContainer
{
  background-color: rgb(255, 255, 255) !important;
  padding-top: 20px;
  color: #898F95;
  text-align: right;
  padding-right: 50px;
  padding-bottom: 30px;
}

.btnDropDown:hover
{
  color: rgb(255, 255, 255) !important;
  background-color: #898F95;
}

.iconButton
{
  cursor: pointer;
  font-size: 20px;
}

.nuzoFormImgBox img
{
  cursor: pointer;
  width: 75%;
}

.nuzoFormImgBox
{
  border-radius: 60px;
  border:1px black solid;
  margin-bottom: 50px;
  padding-bottom: 6%;
  padding-top: 6%;
}

.checkFalse
{
  color:red !important;
}

.checkTrue
{
  color: #00FF5D !important;
}

.rowTotales td
{
  font-weight: 600;
  color: #8E8E8E !important;
}

.efectivo,
.recibido
{
  color: #30AF45 !important;
}
.parcial
{
  color: #22D9F6 !important;
}
.inicial
{
  color: red !important;
}

.nuzoFormComponentTable
{
  border:1px black solid;
  padding: 20px 30px;
}

.nuzoFormComponentTable div
{
  padding-bottom: 10px;
}

.nuzoFormComponentTablev2
{
  border:1px #49C3E5 solid;
  padding: 20px 50px;
  padding-bottom: 0px;
  border-radius: 5px;
}

.nuzoFormComponentTablev2 div
{
  padding-bottom: 10px;
}

.nuzoFormComponent .nuzoFormLabel
{
  padding-right: 0px;
}

.nuzoFormComponent .nuzoFormLabel.nuzoFormResaltado
{
  color: #FBB23A;
}

.nuzoFormCheck
{
  color: #00FF2B;
  font-size: 25px; 
  padding-left: 0px;
}

.mr-10px
{
  margin-right: 10px;
}

.nuzoFormComponent .nuzoFormComponentAppend
{
  color:red;
  background-color: transparent;
  border:none;
  height: 36px !important;
}

.nuzoFormComponent .nuzoFormComponentAppend svg
{
  color:#898F95;
}

.nuzoFormComponent .nuzoFormInput
{
  font-size: 14px !important;
  border-top-right-radius: 0.25rem!important;
  border-bottom-right-radius: 0.25rem!important;
  height: 36px !important;
}

.nuzoFormComponent .nuzoFormInput::placeholder
{
  color: #CED4DA !important;
}

.nuzoFormComponent .nuzoFormInput:read-only
{
  background-color: white;
  color: black;
}



.nuzoFormComponent .nuzoFormInputv2
{
  background-color: black;
  color:white;
  border-radius: 0px;
  border: 1px solid #707070;
}

.nuzoFormComponent.nuzoFormLabelArray
{
  margin-bottom: 0px !important;
}

.nuzoFormComponent.nuzoFormLabelArray label
{
  padding-top: 0px !important;
}

.nuzoFormContinuar button
{
  font-size: 20px;
  color:#FBB23A;
  background-color: inherit;
  border:none;
}

.nuzoFormContinuar button:hover
{
  border:none;
  background-color: inherit !important;
  box-shadow: none;
  color:white;
}

.nuzoFormContinuar button:active
{
  border:none;
  background-color: inherit !important;
  box-shadow: none;
  color:white !important;
}

.nuzoFormContinuar button:focus
{
  border:none;
  background-color: inherit !important;
  box-shadow: none;
  color:white !important;
}

.nuzoFormDialogoTitle
{
  background-color: #6658DD;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  color:white;
}

.allBorders
{
  border-radius: 0.25rem !important;
}

.nuzoFormDialogoTitlev2
{
  background-color: #898F95 !important;
}

.nuzoFormContainerTitle
{
  padding-bottom: 15px;
}

.nuzoFormContainerTitleCenter
{
  margin-bottom: 30px;
}
.nuzoFormContainerTitleDerecha
{
  color:red;
}

.nuzoFormContainerSubtitle
{
  color:black;
  font-size: 10px;
  position: absolute;
  z-index: 10;
  background-color: inherit;
}

.nuzoFormContainerSubtitle label
{
  background-color: transparent !important;
  color: white;
  border: none;
}

.nuzoFormContainerSubtitle svg
{
  font-size: 28px;
  margin-right: 5px;
  color: #6658DD;
}

.nuzoFormContainerSubtitle label span
{
  vertical-align: super;
  font-size: 10px;
}

.nuzoFormContainerSubtitle .subtitleButton
{
  cursor: pointer;
}

#nuzoFormDialogoLote .nuzoFormContainerSubtitle .subtitleButton
{
  cursor: pointer;
  margin-top: 0.5rem;
}

.nuzoFormContainerSubtitle .subtitleButton .subtitleIcon
{
  color:white;
}

.nuzoFormContainerSubtitle .subtitleButton .subtitleIconv2
{
  color:#898F95;
}

.nuzoFormContainerSubtitle .subtitleButtonv2
{
  color:#898F95;
}

.mb-40
{
  margin-bottom:100px !important;
}

.nuzoFormBottom
{
  padding-top: 15px;
}

.nuzoModal div .nuzoModalContent
{
  border-radius: 0px !important;
  /* background-image: url("../img/loginBoxBackground.png"); */
  background-size: 100%;
}
.inactivo
{
  background-color: transparent !important;
  color:#98A6AD !important;
}
.inactivo:hover
{
  background-color: #49C3E5 !important;
  color: white!important;
}

.nuzoModalTitle
{
  font-size: 20px !important;
  text-align: left !important;
  padding-top: 4px;
}

.bootstrap-tagsinput .tag
{
  background-color: #ABABAB;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.bootstrap-tagsinput
{
  border:none !important;
  box-shadow: none !important;
}

hr.recargasPaso2,
.nuzoModalTitle hr
{
  border-top: 1px solid #707070 !important;
  margin-top: 1.3rem;
}

.nuzoModalBody
{
  color:black;
  font-size: 16px;
  /* margin-top: 80px; */
}

.nuzoModalHeader
{
  color: #2D3C46;
  background-image: linear-gradient(#E3EAF1 , #E4E4E5);
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  border: 1px solid #CFCFCF !important;
  border-radius: 0px !important;
}

.nuzoModalBody div div:first-child div:first-child
{
  text-align: center;
  font-size: 24px;
  color:black;
}

.nuzoModalBody input
{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nuzo-modal-custom
{
  max-width: 900px !important;
}

.btn-nuzoModal
{
  background-color: inherit;
}

.btn-nuzoModalActivo
{
  border:1px solid #298BCC;
  background-color:#298BCC;
}
.btn-nuzoModalActivo:hover
{
  border:1px solid #226c9e;
  background-color:#226c9e;
}

.btn-nuzoModalActivoRojo
{
  border:1px solid #9C0C0C;
  background-color:#F96C6C;
}
.btn-nuzoModalActivoRojo:hover
{
  background-color:rgb(218, 87, 87);
}

.btn-nuzoModalActivoGris
{
  border:1px solid #CFCFCF;
  background-color:#CFCFCF;
}
.btn-nuzoModalActivoGris:hover
{
  background-color:#a3a3a3;
}

.btn-nuzoModalActivoVerde
{
  border:1px solid #176735;
  background-color:#36D566;
}
.btn-nuzoModalActivoVerde:hover
{
  background-color:rgb(45, 175, 84);
}

.btn-nuzoModalError
{
  border:1px solid #DE4343;
  background-color:#DE4343;
}
.btn-nuzoModalError:hover
{
  border:1px solid #b83636;
  background-color:#b83636;
}

.btn-nuzoModalInactivo
{
  border:1px solid #CFCFCF !important;
  background-color:white;
  color: black;
}
.btn-nuzoModalInactivo:hover
{
  border:1px solid #CFCFCF !important;
  background-color:#226c9e;
  color:white;
}

.btn-nuzoModalCancelar
{
  color: #898F95;
}

.btn-nuzoModalAceptar
{
  color: white;
}

.containerTable
{
  background-color: white;
}

.nuzoPOS-height-100
{
  height: 100%;
}

.nuzoPOS-height-restante
{
  height: calc(100% - 150px);
}

.nuzoPOS-height-userData
{
  height: 150px;
}

.nuzo-bank-title
{
  font-weight: 600;
  font-size: 20px;
}

.nuzo-bank-ingresos .row
{
  border-left: 5px solid #298BCC;
}

.nuzo-bank-gastos .row
{
  border-left: 5px solid #F84545;
}

.nav-tabs-nuzo
{
  border-bottom: 1px solid #CFCFCF !important;
}

.nav-link-tab-nuzo
{
  color: #298BCC !important;
  background-color: #EEEEEE;
  border-color: #CFCFCF #CFCFCF #CFCFCF !important;
  font-weight: 400 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.nav-link-tab-nuzo.active
{
  color: black !important;
  border-color: #CFCFCF #CFCFCF #FFFF !important;
}

.tab-content-nuzo
{
  border: 1px solid #CFCFCF;
  border-top:none;
}

.nuzo-table-cuentas
{
  border: 2px solid #E4E4E5 !important;
}

.nuzo-table-cuentas thead tr th
{
  background-image: linear-gradient(#E3EAF1 , #E4E4E5);
  font-size: 20px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  padding-left: 20px;
}

.nuzo-table-cuentas tbody .nuzo-resaltado
{
  font-weight: 600;
}

.nuzo-table-cuentas tbody .nuzo-resaltado td:nth-child(2)
{
  text-align: right;
}

.nuzo-table-cuentas tbody tr td
{
  border:none;
  padding-right: 20px;
  padding-left: 20px;
}

.nuzo-table-cuentas tbody tr td hr
{
  border:1px solid #8E8E8E;
}

.nuzoTableIconsFile
{
  color:#FFFFFF !important;
  fill: #FFFFFF !important;
  width: 1rem;
  font-size: 22px;
}

div.absolute {
  position: absolute;
  width: 100%;
  bottom: 10px;
} 

.nuzo-form-back-icon
{
  font-size:40px !important;
}

.nuzo-form-img-editar
{
  width: 300px;
  height: auto;
  border-radius: 80px;
}

.nuzoInformesIcono
{
  font-size: 42px;
}

.nuzoCuadroInformes
{
  color: white;
  border-radius:15px;
  cursor: pointer;
}

.nuzoCuadroInformesAzul
{
  background-color: #298BCC;
}

.nuzoCuadroInformesAzul:hover
{
  background-color: #1e6b9e;
}

.nuzoCuadroInformesRojo
{
  background-color: #F96C6C;
}

.nuzoCuadroInformesRojo:hover
{
  background-color: #d35252;
}

.nuzoCuadroInformesVerdeClaro
{
  background-color: #36D566;
}

.nuzoCuadroInformesVerdeClaro:hover
{
  background-color: #2db155;
}

.nuzoTableResaltadoAzul
{
  color: #298BCC;
}

.nuzoTable tbody tr.nuzoTableTotales
{
  background-color: #EEEEEE;
}

.nuzoTable tbody tr.nuzoTableTotales td
{
  background-color: #EEEEEE;
}

.nuzoTable tbody tr.nuzoTableTransparents
{
  background-color: white;
}

.nuzoTable tbody tr.nuzoTableTransparents td
{
  border: 1px solid white;
  border-right: 1px solid #CFCFCF;
  background-color: white;
}

.nuzoTable tbody tr.nuzoTableTransparents td.nuzoTableTransparentsResaltado
{
  background-color: #EEEEEE;
  border: 1px solid #CFCFCF;
}

.nuzoTableIconsSmall
{
  font-size: 16px !important;
}

.nuzoTableIcons
{
  color:#298BCC !important;
  fill: #298BCC !important;
  width: 1rem;
  font-size: 22px;
}

.nuzoTableIconsGrande
{
  font-size: 40px;
}

.nuzoTablev2
{
  border:1px solid #CED4DA !important;
}

.nuzoTablev2 thead th.headerv2
{
  font-size: 14px;
  font-weight: 600 !important;
  color: white !important;
  text-align: center;
  background-color: #298BCC !important;
  border-color: #1B6597 !important;
}

.headerv2 a svg
{
  color:white;
}

.headerv2 a:hover svg
{
  color:white;
}

.nuzoTable
{
  border:1px solid transparent;
  background-color: white;
}

.nuzoTable tbody tr.nuzoTableLiquidado
{
  background-color: #1F3531;
}

.nuzoTable tbody tr.nuzoTableCancelado
{
  background-color: black;
}

.nuzoTable tbody tr.nuzoTableVencido
{
  background-color: #351F1F;
}

.nuzoTable thead th
{
  font-size: 14px;
  font-weight: normal !important;
  color: #6C757D !important;
  text-align: left;
  border-color: #1B6597;
}

.btnListadov1
{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #898F95 !important;
  font-size: 20px !important;
}

.btnListadov1:hover
{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: rgb(175, 177, 180) !important;
  font-size: 20px !important;
}

.nuzoTable thead th:first-child
{
  text-align: center;
}

.nuzoTable tbody tr td:first-child
{
  text-align: center;
}

.nuzoTable tbody tr td:last-child
{
  text-align: center;
}

.nuzoTable tbody tr td
{
  color: black;
  text-align: left;
  cursor: pointer;
  vertical-align: middle;
  border-color: #CFCFCF;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nuzoTable td, .nuzoTable th
{
  border-top:1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.nuzoTableResaltado
{
  color: #6C757D !important;
}

.nuzoTableButtonContainer
{
  margin-bottom: 10px;
  color:white;
}

.nuzoTableComponent .nuzoTableLabel
{
  font-weight: 500;
}

.nuzoTableComponent .nuzoTableInput
{
  background-color: white;
  color: #6C757D;
  cursor: pointer;
}

select.nuzoTableInput {

  /* styling */
  background-color: white;
  border: thin solid #707070;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.nuzoTableInput {
  background-image:
    linear-gradient(45deg, transparent 50%, #707070 50%),
    linear-gradient(135deg, #707070 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.nuzoTableInputButton input::placeholder 
{
  color: #898F95;
}

.nuzoTableInputButton input
{
  background-color: white;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border:1px #CFCFCF solid;
  border-right: none;
  background-color: white;
  caret-color: black;
  color:#707070;
  height: 38px;
  font-size: 14px;
}

.nuzoTableInputButton input:focus
{
  background-color: white;
  color:#707070;
}

.nuzoTableInputButton div button
{
  background-color: white;
  border: 1px #CFCFCF solid;
  border-left:none;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  height: 38px;
  width: 50px;
  padding: inherit;
}
.nuzoTableInputButton.col
{
  padding-right: 0px !important;
}
.nuzoTableButtonContainer div a
{
  color:white;
}
.nuzoTableButtonContainer div a:first-child
{
  color:white;
  font-weight: 600;
}
.nuzoTableButton
{
  color:#8291A9;
  background-color: #1F2935;
  border:none;
}
.nuzoTableButton:active
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.nuzoTableButton:focus
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.nuzoTableButton:hover
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.nuzoTableButtonContainer .nuzoTableEnlaces
{
  padding-top: 5px;
}
.nuzoTableButtonContainer .nuzoTableTitle
{
  font-size: 30px;
  font-weight: 700;
}
.nuzoTableTitlev2
{
  font-size: 16px !important;
  font-weight: normal !important;
  padding-left: 0px !important;
}
.custom-control-input:checked~.nuzoTableCustomCheck::before
{
  background-color: #007bff !important;
  color:#007bff !important;
}
.nuzoTableCustomCheck::before
{
  top:0.25rem !important;
}
.nuzoTableCustomCheck::after 
{
  top: 0.25rem !important;
}
.custom-control-input:checked~.nuzoTableCustomCheckUser::before
{
  background-color: #007bff !important;
  color:#007bff !important;
}
.nuzoTableCustomCheckUser::before
{
  top:0.8rem !important;
}
.nuzoTableCustomCheckUser::after 
{
  top: 0.8rem !important;
}
.nuzoTableHeaderArrow,
.nuzoTableMore
{
  color:#8291A9;
}
.nuzoTableFooter
{
  color:black;
}
.nuzoTableFooterNavigation nav ul li a
{
  /* background-color: #1F2935;
  border-color:#1F2935; */
  border-color:white !important;
  color:black;
}
.nuzoTableFooterNavigation nav ul li
{
  /* background-color: #1F2935 !important;
  border-color:#1F2935 !important; */
  padding-top: 5px;
}
.nuzoTableFooterNavigation nav ul li:first-child
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.nuzoTableFooterNavigation nav ul li:last-child
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.nuzoTableFooterNavigation nav ul li a
{
  /* background-color: #1F2935 !important;
  border-color:#1F2935 !important; */
  color:#898F95 !important;
}
.nuzoTableFooterNavigation nav ul li.disabled a
{
  /* background-color: #1F2935 !important;
  border-color:#1F2935 !important; */
  color:black;
}
.nuzoTableFooterNavigation nav ul li.active a
{
  background-color: white !important;
  border-radius: 5px;
  color:#49C3E5 !important;
  border-color:#007bff !important;/** Comentar para que quede el diseño tal cual el adobe*/
}
.nuzoTableFooterNavigation nav ul li a:hover
{
  /* background-color: #007bff;
  border-color: #007bff; */
  background-color: white !important;
  border-radius: 5px !important;
  color:#49C3E5 !important;
}
.balanceTotal
{
  text-align: left !important; 
  color: #8E8E8E !important; 
  font-weight: 600;
}

.Total
{
  text-align: center !important;
}

.nuzoTable label
{
  cursor: pointer;
}

.nuzoTable tbody tr td .row .nuzoTableInfoUser
{
  padding-left: 0px !important;
}

.nuzoTable tbody tr td .row .nuzoTableInfoUser .nuzoTableInfoUserID
{
  font-size:12px;
  color: #8291A9;
}

.nuzoTable tbody tr td .row .nuzoTableInfoUserImg
{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.nuzoTable tbody tr td .row .nuzoTableInfoUserImg label
{
  margin-bottom: 0px !important;
}

.nuzoTable tbody tr td .row .nuzoTableInfoUserImg label img
{
  width: 45px !important;
}

.nuzoTable tbody tr td .custom-checkv2
{
  padding-left: 5px !important;
}

.nuzoTable tbody tr:hover
{
  background-color: #c8cfd6 !important;
}

.nuzoTable tbody tr
{
  background-color: #E3EAF1;
}

.containerTable .containerTableHeaderTitle
{
  margin-top: 30px;
  margin-bottom: 40px;
}




/* /////////////////////////////////////// Fin DashBoard //////////////////////////////////////// */