:root {
    --grisClaro:#3C3C3C;
    --grisObscuro:#1F1F1F;
    --amarillo:#D8DE50;
    --blanco: white;
    --grisClaroMenu: #E9E9E9;
    --grisObscuroMenu:#4C4C4C;
}

html, body, #app {
    height: 100vh;
    font-family: "HelveticaNeue", "Helvetica Neue";
}

body {
    font-family: "HelveticaNeue", "Helvetica Neue";
    background-color: var(--amarillo);
}

input, textarea, select {
    font-family: "HelveticaNeue", "Helvetica Neue";
    outline: none;
    border: none;
    padding: 5px;
    width: 15%;
    font-size: 10pt;
    color: var(--grisClaroMenu);
    background-color: var(--grisObscuroMenu);
}

select {
    height: 2rem;
    color: var(--grisClaroMenu) !important;
    background-color: var(--grisObscuroMenu) !important;
}

textarea {
    resize: none;
}

textarea::-webkit-scrollbar {
    width: 12px;
    background-color: var(--grisObscuroMenu); }
  
textarea::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: var(--amarillo); }

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    height: 10.5pt;
    width: 10.5pt;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid var(--grisObscuroMenu);
    background-color: var(--grisObscuroMenu);
    border-radius: 50%;
}

input.noAutofill:-internal-autofill-selected {
    color: var(--grisClaroMenu) !important;
    background-color: var(--grisObscuroMenu) !important;
}

input.noAutofill:-webkit-autofill,
input.noAutofill:-webkit-autofill:hover, 
input.noAutofill:-webkit-autofill:focus, 
input.noAutofill:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px var(--grisObscuroMenu) inset !important;
}

/*Change text in autofill textbox*/
input.noAutofill:-webkit-autofill {
    -webkit-text-fill-color: var(--grisClaroMenu) !important;
}
  
/* appearance for checked radiobutton */
input[type="radio"]:checked {
    border: 4px solid var(--amarillo);
}

thead {
    color: var(--grisObscuro);
    border: 1px solid var(--amarillo);
    background-color: var(--blanco);
}

table {
    font-size: 10pt;
    font-weight: normal;
    table-layout: fixed;
    width: 100%;
}

tr:nth-child(even) {
    width: 100%;
    background: var(--grisObscuroMenu)
}

tbody {
    width: 100%;
    color: var(--blanco);
}

tr {
    width: 100%;
}
td.fit, th.fit {
    white-space: nowrap;
    width: 50px;
}

tbody tr:hover {
    background-color: var(--grisObscuro);
    color: var(--amarillo);
    cursor: pointer;
}

button {
    outline: none;
    border: none;
    padding: 4px;
    width: 10%;
    font-size: 10pt;
    font-weight: bold;
    color: var(--grisClaro);
    background-color: var(--amarillo);
}

button:focus,button:active {
    outline: none !important;
}

.p-2px {
    padding: 2px;
}

label.chica {
    font-size: 10pt;
}

button.login {
    background-color: var(--grisObscuroMenu);
    color: var(--amarillo);
}

button.registrar {
    font-size: 9pt;
    width: 40% !important;
}

.centro {
    text-align: center;
}

.logo {
    width: 40%;
    object-fit: cover;
}

.patrimonio {
    color: var(--grisObscuro);
    font-weight: bold;
    font-size: 20pt;
}

.cuerpo {
    background-color: var(--grisClaro);
}
.amarillo {
    color: var(--amarillo);
}

.obscuro {
    height: fit-content;
    font-size: 12pt;
    font-weight: bold;
    border: 1.5px solid var(--amarillo);
    background-color: var(--grisObscuro);
    color: var(--grisClaroMenu);
}

.limpiarFiltros {
    width: fit-content;
    background-color: var(--grisClaroMenu);
}

.pagination {
    background: none !important;
    border: none;
}

.page-item {
    background: none !important;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
}

.page-item.active {
    background-color: var(--grisObscuroMenu) !important;
    color: var(--blanco);
}

.page-link {
    background: none !important;
    padding: 1px;
    color: var(--amarillo);
    border: none;
}

.page-link.active {
    background-color: var(--grisObscuroMenu) !important;
}

.disabled {
    background: none !important;
}

.nuevoUsuario {
    border: 1px solid var(--amarillo);
    background-color: var(--grisObscuroMenu);
    color: var(--amarillo);
}

.contentAddUser {
    height: 70%;
}

.addUserIzq{
    width: 45%;
}

.addUserDer{
    width: 55%;
}

.addUserDer div{
    height: 80%;
}

.leyenda{
    height: 20% !important;
    width: 90%;
}

.leyenda2 {
    height: auto !important;
    width: 90%;
}

.status {
    width: 100px;
}

.cambiarContra{
    width: fit-content;
}

.imgInmuebleColumna2 {
    width: 22.5%;
    height: fit-content;
}

.imgInmuebleColumna {
    width: 30%;
    height: fit-content;
}

.imgInmuebleChica {
    object-fit: cover;
    width: 100%;
}

.imgInmuebleChica2 {
    object-fit: cover;
    width: 100% !important;
}

.labelDetalle {
    width: 30%;
    text-align: right;
}

.inputDetalle {
    width: 70%;
}

.imgDetallesDer {
    max-width:100%;
    max-height:100%;
}

.editarInmueble {
    color: var(--grisClaroMenu);
    background-color: var(--grisObscuroMenu);
    border: 1px solid var(--amarillo);
}

#app {
    background-image: url("../images/img_fondoInicio.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.toggle {
    background:rgba(60,60,60,0.5);
    position: absolute;
    top: 5px;
    right: 5px;
}

.toggle img {
    width: 20px;
    height: 20px;
    filter: invert(100%); 
}

.imgToggleClose {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 35%;
    right: 5px;
}

.closeTypologyS{
    filter: invert(100%);
    cursor: pointer;
}

#flotante {
    display: hidden !important;
}

.flotante {
    background:rgba(0,0,0,0.85);
    max-height: 100vh;
    height: 100vh;
    z-index:999
}

.sameWidthButton {
    width: 12% !important;
}

.link:hover{
    color: var(--amarillo) !important;
    cursor: pointer !important;
}

.linkDiv:hover{
    background-color: var(--grisObscuro);
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  top: 2px;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--grisObscuroMenu);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--amarillo);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--amarillo);
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

