.input-field > label{
	color: #302b2b
}

html {
    font-family: 'Muli', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    color: #302b2b;
}

element.style {
}
[type='checkbox'] + span:not(.lever) {
    font-size: 1rem;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
label {
    font-size: .8rem;
    color: #302b2b;
}

.modal.modal-fixed-footer {
    height: 80%;
    padding: 0;
}

.modal {
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 40%;
    max-height: 45%;
    margin: auto;
    padding: 0;
    border-radius: 2px;
    background-color: #fafafa;
    will-change: top, opacity;
}

@media (max-width: 850px) {
  .modal {
    width: 90%;
    height: 90%;
  }
}

/* profile card */
#profile-card .card-image
{
    height: 150px;
}

#profile-card .card-profile-image
{
    position: absolute;
    z-index: 1;
    top: 100px;
    width: 100px;
    cursor: pointer;
}
.padding-1 {
    padding: 0.3% !important;
}

.btnEliminar {
    cursor:pointer;
}


