@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    margin-top: 30px;
    min-width:97%;
}

html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top:1%;
}

.fixed-action-btn {
    bottom: 36px !important
}
.bold {
    font-weight: bold;
}
.primary {
    background-color: #53b35a;
    color: #000000;
}
.primary-text {
    color: #000000;
}
.primary-dark {
    background-color: #18822e;
    color: #000000;
}
.primary-light {
    background-color: #86e688;
    color: #000000;
}

.secondary {
    background-color: #0c400f;
    color: #ffffff;
}
.secondary-text {
    color: #ffffff;
}
.secondary-dark {
    background-color: #001b00;
    color: #ffffff;
}
.secondary-light {
    background-color: #3b6a37;
    color: #ffffff;
}

.waves-green {
    background-color: darkgreen;
}

.waves-red {
    background-color: darkred;
}

.waves-blue {
    background-color: darkblue;
}

.title-modal {
    background-color: silver;
    padding: 10px 30px;
    font-weight: 600
}

p.msg {
    font-size: 1.5em;
}

span.required {
    color: red;
    font-weight: 800;
}

label.active, span.active {
    color: black;
    font-weight: bold;
    margin-top: -19px !important;
    font-size: 1.3rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 10%;
    left: 7%;
}

label.required::after {
    content: ' *' !important;
    color: red;
}
span.required::after {
    content: ' *' !important;
    color: red;
}
span.hidden{
    display:none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/gif/loader.gif) 50% 50% no-repeat;
}

span.id{
    font-size:xx-large;
    font-weight:600;
}

.font-small {
    font-size:xx-small;
}
.font-medium {
    font-size:medium;
}
blockquote{
    margin: 5px 0;
}

.nome-usuario{
    margin-left: 70px;
}
.nome-usuario-mobile {
    padding: 0 32px;
}

.error {
    font-size: x-large;
    background-color:yellow;
    color:red;
}
