/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
    background-color: #F5F6F6;
}
.hideMe{
    display: none;
}
.height-max {
    height: 98%;
}
main {
    margin-top: 3px;
}
.margin-icon{
    margin-top: -100px!important;
}
.margin-top{
    margin-top: 10px !important;
}
.margin-bottom{
    margin-bottom: 10px !important;
}
.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.line_through{
    text-decoration: line-through;
}
.disabled-link {
    pointer-events: none;
    cursor: default;
}
.message-box{
    margin: 10px;
    padding: 20px;
}
#modalMessage {
    max-width: 500px !important;
}
.justify-align {
    text-align: justify;
}
label[class~="error"] {
    position: static !important;
    color: #cc0000 !important;
    font-size: 0.8em;
}
#logo-container img {
    max-height: 60px;
    max-width: 350px;
    margin: 2.5px -15px 0 -15px;
}
form {
    margin-bottom: 0;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea, select{
    background-color: #FAFAFA;
    border: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 2px;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 1rem;
    margin: 3px 0 15px 0;
    padding: 5px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {  
    color: #cccccc;
}
.error404 {
    background-image: url("../images/404.png");
    background-size: cover;
}
.title-404 {
    font-size: 5em;
    font-weight: 500;
    color: red;
    margin-top: 10px;
}
.description-404 {
    font-size: 2em;
    font-weight: 400;
    color: #212121;
    margin-top: 30px;
}
.instruction-404 {
    font-size: 1.5em;
    font-weight: 400;
    color: #212121;
    margin-top: 30px;
}
.text-404 {
    font-size: 1.5em;
    font-weight: 300;
    color: #212121;
    margin-top: 10px;
}
.border-blue-panel {
    border: 2px #1F82BF solid; 
}
.border-blue-panel {
    border: 2px #1F82BF solid; 
}
.image-test img {
    max-height: 300px;
    width: 100%;
}
.description-test {
    font-size: 1.3em;
    font-weight: 300;
    color: #606162;
}
.test-title {
    font-size: 2em !important;
}
/***********
CORES PADRoES DO SISTEMA
***********/
.shakespeare { /*cor do menu*/
    background-color: #3F9BD4 !important;
}
.shakespeare-text { /*cor do menu*/
    color: #3F9BD4 !important;
}
.curious-blue { /*tom de azul para botoes e textos (mais claro))*/
    background-color: #1F82BF !important;
}
.curious-blue-text { /*tom de azul para botoes e textos (mais claro))*/
    color: #1F82BF !important;
}
.chathams-blue { /*tom de azul para botoes e textos (mais escuro)*/
    background-color: #12547D !important;
}
.chathams-blue-text { /*tom de azul para botoes e textos (mais escuro)*/
    color: #12547D !important;
}
.iron { /*tom de cinza para panels*/
    background-color: #E5E6E7 !important;
}
.iron-text { /*tom de cinza para panels*/
    color: #E5E6E7 !important;
}
.black-haze { /*tom de cinza para textos e background*/
    background-color: #F5F6F6 !important;
}
.black-haze-text { /*tom de cinza para textos*/
    color: #F5F6F6 !important;
}
.shuttle { /*tom de cinza para titulos*/
    background-color: #606162 !important;
}
.shuttle-text { /*tom de cinza para titulos*/
    color: #606162 !important;
}
.oslo-gray { /*tom de cinza para icons*/
    background-color: #848587 !important;
}
.oslo-gray-text { /*tom de cinza para icons*/
    color: #848587 !important;
}
.old-lace { /*tom de amarelo para panels*/
    background-color: #FDF8E2 !important;
}
.old-lace-text { /*tom de amarelo para panels*/
    color: #FDF8E2 !important;
}
/***********
CORES PADRÕES DO SISTEMA
***********/

/*NEW RULES*/
.card-test .card-title {
/*    text-align: center;
    vertical-align: central;
    min-height: 200px !important;*/
}
.card-title {
    font-weight: 400 !important;
}

@media only screen and (min-width: 1024px) {
    #logo-container img{
        margin-left: 10px;
        max-height: 60px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
    #logo-container img{
        margin-left: 30px;
        max-height: 55px !important;
    }
}

@media only screen and (max-width: 480px) {
    #logo-container img{
        margin-left: 40px;
        max-height: 50px !important;
    }
}
.login-area {
    background-color: #0060ff;
}

.login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.login-box form {
    margin: auto;
    width: 450px;
    max-width: 100%;
    background: #fff;
    border-radius: 3px;
}

.login-form-head {
    text-align: center;
    background-image: url("/assets/images/background.jpg");
    background-size: cover;
    padding: 30px;
}

.login-form-head h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}

.login-form-head p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.login-form-body {
    padding: 25px;
}

.form-gp {
    margin-bottom: 25px;
    position: relative;
}

.form-gp label {
    position: absolute;
    left: 0;
    top: 0;
    color: #b3b2b2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-gp.focused label {
    top: -15px;
    color: #7e74ff;
}

.form-gp input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.form-gp input::-webkit-input-placeholder {
    color: #dad7d7;
}

.form-gp input::-moz-placeholder {
    color: #dad7d7;
}

.form-gp input:-ms-input-placeholder {
    color: #dad7d7;
}

.form-gp input:-moz-placeholder {
    color: #dad7d7;
}

.form-gp i {
    position: absolute;
    right: 5px;
    bottom: 15px;
    color: #7e74ff;
    font-size: 16px;
}