/*s*/
@media (max-width: 600px) {
    img.logo {
        height: 130px;
    }

    .container {
        width: 98% !important;
    }

    .btn {
        margin: 5px;
    }
}
/*m*/
@media (min-width: 601px) and (max-width: 992px) {
    img.logo {
        height: 230px;
    }

    .container {
        width: 97% !important;
    }

    .btn {
        margin: 5px;
    }
}
/*l*/
@media (min-width: 993px) and (max-width: 1200px) {
    img.logo {
        height: 300px;
    }

    .container {
        width: 95% !important;
    }
    .btn {
        margin: 5px;
    }
    .card .card-action {
        padding: 6px 10px;
    }
}
/*xl*/
@media (min-width: 1201px) {
    img.logo {
        height: 380px;
    }

    .container {
        width: 90% !important;
    }

    .btn {
        margin: 5px;
    }
    .card .card-action {
        padding: 6px 10px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.inline-icon {
    vertical-align: bottom;
    font-size: 18px !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

nav a.sidenav-trigger {
    display: block !important;
}

nav div a {
    color: black;
}

.chip-block {
    margin-top: 5px;
    margin-bottom: 0;
}

.row.no-margin-botton {
    margin-bottom: 0;
}

div.alert-message {
    padding: 1%;
}

label.status {
    padding: 3px 10px;
}

.centered-content {
    align-items: center;
    justify-content: center;
}

.row.centered-content {
    margin-bottom: 0;
}

div.border {
    border-radius: 10px;
    padding: 20px;
    background-color: #e0e0e0;
}

div i.material-icons {
    display: inline-flex;
    vertical-align: top;
}

div.fixed-action-btn i.material-icons {
    display: block;
    vertical-align: top;
}

.modal {
    top: 5% !important;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #ffffff !important;
}
.fullscreen-photo-info div a {
    color: #ffffff !important;
}

.field-validation-error {
    color: red;
}

    .field-validation-error::after {
        content: "*";
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/gif/loader.gif) 50% 50% no-repeat;
    background-color: #d9d9d9;
    opacity: 0.8;
}

a.btn {
    margin-bottom: 10px;
}

.red-text.text-darken-2.field-validation-error {
    font-weight: 700;
}

.input-field > label {
    top: -10px;
}

div.espaco {
    height: 20px
}

div.espaco-medio {
    height: 25px
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

    .close-button:hover {
        color: red;
    }

.alert-message {
    position: relative;
}
.select-wrapper + label {
    font-size: 1rem !important;
}

.input-field > label.active {
    color: #000 !important;
}

.input-field .prefix ~ select.browser-default {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}