﻿.fixed-header #header-adm {
    position: fixed;
    width: 100%;
    z-index: 905;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    box-shadow: -11px 12px 23px rgba(0, 0, 0, .1);
}

#header-adm {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;
}

#header-adm > div {
    height: 49px;
    float: left;
}

#logo-group-header-adm {
    width: 60px;
    box-sizing: content-box;
}

.logo-header-adm {
    width: 78px;
    height: 28px;
    margin-top: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}

.btn-group-header-adm {
    float: right;
    width: 32px;
    height: 30px;
    margin-top: 8px;
    margin-left: 6px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 4px;
    white-space: nowrap;
    user-select: none;
}

.btn-group-header-adm:hover {
    background-color: #e8e8e8;
    opacity: 0.8;
}

.fixed-page-footer .page-footer-adm {
    position: fixed;
    z-index: 901;
}

.page-footer-adm {
    height: 52px;
    padding: 15px 13px 0;
    padding-left: 13px;
    padding-left: 233px;
    background: #f2f2f2;
    border-top: 2px solid #ccc;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
}

.aside-adm #left-panel {
    z-index: 901 !important;
}

.aside-adm nav > ul > li > a {
    font-size: 15px !important;
    padding: 10px 10px 10px 12px !important;
}

.aside-adm nav > ul > li.active > a::before {
    top: 12px !important;
}

.aside-adm nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0px 0px 0px 7px !important;
}

.icon-module-aside-adm {
    width: 18px;
    height: 18px;
    fill: #a46cdd;
}

.icon-collapse-plus-aside-adm {
    width: 15px;
    height: 15px;
    fill: #a46cdd;
}

.icon-collapse-minus-aside-adm {
    width: 15px;
    height: 15px;
    fill: #a46cdd;
}

.icon-group-aside-adm {
    width: 16px;
    height: 16px;
    fill: #a46cdd;
}

.icon-circle-aside-adm {
    width: 6px;
    height: 6px;
    fill: #a46cdd;
}

.page-login-adm {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('/Imagens/une_img_login_adm.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.panel-login-adm {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.panel-login-adm .image-panel-login-adm {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.input-container-password-login-adm {
    position: relative;
    width: 100%;
}

.input-container-password-login-adm .eye-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

#eye-disabled-login-adm {
    display: none;
}

.panel-login-adm input {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: none !important;
    box-sizing: border-box;
    font-size: 16px;
}

.panel-login-adm button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #a46cdd;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.panel-login-adm button:hover {
    opacity: 1;
}

.text-header-panel-login-adm {
    font-size: 24px !important;
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #37474f;
    margin-bottom: 15px;
}

.image-logo-panel-login-adm {
    width: 90px;
    height: 32px;
    margin-top: 6px;
    background-repeat: no-repeat;
    background-image: url('/Imagens/une_logo.png');
    background-size: contain;
}

.text-input-panel-login-adm {
    display: flex;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 5px;
}

#usuario-login-adm {
    text-transform: lowercase;
}

#usuario-login-adm:focus {
    border: 2px solid #a46cdd !important;
}

#password-login-adm:focus {
    border: 2px solid #a46cdd !important;
}

.error-field-login-adm {
    display: none;
    margin-left: 3px;
    font-size: 11px;
    color: #ff0000;
    margin-bottom: 10px;
}

.error-login-adm {
    display: none;
    height: 25px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    color: red;
    border-radius: 4px;
    background-color: rgba(250, 124, 124, 0.3);
    margin-top: 20px;
}

#loader-panel-login-adm {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.loader-panel-login-adm {
    width: fit-content;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
    background: linear-gradient(currentColor 0 0) 0 100%/0% 2px no-repeat;
    animation: l2 2s linear infinite;
    letter-spacing: .1rem;
    color: #a46cdd;
}

.loader-panel-login-adm:before {
    content: "carregando"
}

#ds_EmailResponsavel {
    text-transform: lowercase;
}

#ds_EmailContato {
    text-transform: lowercase;
}

@keyframes l2 {
    to {
        background-size: 100% 2px
    }
}

@media (max-width: 480px) {

}

@media (max-width: 767px) {

}

@media (max-width: 768px) {

}

@media (max-width: 979px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 1280px) {

}

@media (min-width: 768px) and (max-width: 880px) {

}

@media (min-width: 768px) and (max-width: 979px) {
    
}

@media screen and (max-width: 600px) {

}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 0) and (max-width: 679px) {

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    
}