@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400&display=swap");
/* CONFIGURAÇÕES GERAIS*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /*--background-body:#f5f5f5; */
	--background-body: #fafbfe; 
    --background-container: #ffffff;
    --text-color: #D7D9E9;
	--text-dark-color: #25252d;
    --text-hover: #0265FF;
    --background-sidebar: #1D1E23;
    --background-menu: #373741;
    --background-sub-menu:#fcc24e;
	--background-cotroller-header:#d7d9e9;
    --shadow-box-color: #555;
    --dropdown-hover: #1D1E23;
    --side-dropdown: #0265FF;
    --profile-border: #dddddd;
    --profile-font:#000000;
    --profile-hover:#373741;
	--background-image-icon:#0c60ff; 
	--border-color-50:#cccccc80;
}

/* BODY */

body {
    background-color: var(--background-body);
    height: 100vh;
    font-family: "Lato";
}

p {
    padding: 15px;
    font-size: 14px;
}

a {
    font-size: 11px;
}

h6 {
    color: #ffffff;
}

/* HEADER */

header {
    position: fixed;
    background-color: var(--background-sidebar);
    z-index: 1;
    height: 70px;
    left: 60px;
    width: calc(100% - 60px);
    transition: ease 0.7s;
}
.controller-header {
	background-color: var(--background-cotroller-header);
	color: var(--text-dark-color);
	padding: 5px 20px 8px;
	font-size:16px;
}
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: fixed;
	bottom: 0;
	background-color: var(--background-sidebar);
	width: calc(100% - 60px);
	color: var(--text-color);
	padding: 10px 20px;
	font-size: 14px;
	transition: ease 0.7s;
}
.container-header {
    display: flex;
    justify-content: flex-start;
    height: 100%;
}

.container-user {
    margin-right: 10px;
}

/* nome do sistema */
.names {
    font-size: 100%;
    color: var(--text-color);

}

.system-name {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: xx-large;
    padding-top: 15px;
    padding-left: 7.5px;
}

.container-info-user {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    flex-direction: column;
    transition: ease 0.7s;
    padding-left: 10px;
}

/*ICONE DE AJUDA*/
.help {
    display: flex;
    flex-direction: column;
    width: 70px;
    height: 100%;
    padding-left: 10px;
    border-left: 1px solid white;
    cursor: pointer;
}

.help-img {
    margin-top: 15px;
    width: 35px;
    height: 32px;
    margin-left: 4px;
    margin-right: auto;
}

.help-name {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

/* ICONE DA LOGO DO USUARIO */

.user-logo {
    display: block;
    width: 100%;
    height: 60%;
    margin-left: auto;
    margin-top: 15px;
}

/* SIDEBAR LARGE  */

.sidebar-dropdown {
    position: fixed;
    width: 60px;
    height: 100vh;
    grid-row: 1 / 3;
    background-color: var(--background-menu);
    transition: ease 0.7s;
    overflow-x: hidden;
}

.sidebar-dropdown::-webkit-scrollbar {
    width: 0px;
}

.menu-dropdown-ul,
.sub-menu-drop {
    display: block;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}



.container-logo {
    display: none;
}

.menu-open .container-icon img {
	transform: rotate(180deg);
}

.menu, .menu-dropdown-ul, .menu nav{
	height: 100%;
}

.menu-dropdown-ul {
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    
}

.icon-menu {
    width: 20px;
    cursor: pointer;
    margin-left: 6px;
}

.icon-menu2 {
    width: 59px;
    height: 69px;
	margin: -10px;
	object-fit: contain;
	background-color: var(--background-image-icon);
}

.logo-img {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.menu-dropdown-ul li {
    padding-bottom: 5px;
    padding-left: 5px;
}
.side-menu-container {
    margin-bottom: 60px;
    margin-top: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}
#logo-container, .container-icons-withoud-logout .icon-pcp-container {
	padding: 10px 10px 7px;
}
.logout {
    position: fixed;
    bottom: -1px;
    z-index: 10;
    background-color: var(--background-menu);
    width: 60px;
	transition: width 700ms;
}
.icon-pcp-container {
	background-color: var(--background-image-icon);
    position: fixed;
    z-index: 10;
    width: 60px;
	transition: width 700ms;
}
.menu-dropdown-ul li:not(.icon-pcp-container, .logout) {
    border-bottom: 1px solid var(--border-color-50);
}

.menu-dropdown-ul li:hover:not(.logo-container, .sub-menu-drop li, .icon-pcp-container) {
    background-color: var(--dropdown-hover);
}

.container-item,
.container-item-none {
    padding: 6px 0px 0px 14px;
    height: 48px;
}

.container-item {
	text-decoration: none;
}

.container-item,
.container-item-none,
.container-dropdown,
.container-item-none a {
    display: flex;
    align-items: center;
}

.container-item-none a {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

/* DIV QUE FUNCIONA COMO BOTÃO PARA O DROPDONW */

.container-dropdown {
    width: 100%;
    cursor: pointer;
    font-size: 15px;
}

.text {
    color: var(--text-color);
    font-size: 13px;
	white-space: nowrap;
}

.text:hover
{ 
    color: var(--text-hover);
    text-decoration: underline;
} 

.text + img {
    display: none;
}

.recolher img {
    width: 20px;
	height: auto;
    transform: rotate(180deg);
}

.icon-img,
.arrow {
    width: 20px;
    height: 20px;
}

.icon-img {
    margin-right: 25px;
}

.arrow {
    transition: ease 0.5s;
    margin-left: auto;
}

.dropdown-container {
    position: relative;
    display: none;
    padding-top: 5px;
    padding-left: 10px;
}

.dropdown-container a {
    display: block;
    padding: 5px;
    color: var(--text-color);
    text-decoration: none;
}

.dropdown-container a:hover {
    background-color: var(--side-dropdown);
}

/* SUBMENU */

.area-dropdown {
    position: relative;
}

a.button-drop {
    display: flex;
    width: 172px;
    justify-content: space-between;
}

.sub-menu-drop {
    display: none;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 0px 2px var(--shadow-box-color);
    z-index: 1;
    background-color: var(--background-sub-menu);
}

.sub-menu-drop li {
    border: none;
    padding: 0;
}

.arrow-sub {
    transform: rotate(-90deg);
    margin-left: 0px;
}

.entity-power,
.careers,
.benefit,
.historic,
.pensioner {
    width: 130px;
    inset: 0px 4px auto auto;
}

/* MAIN */

main {
    position: absolute;
    top: 61px;
    left: 60px;
    width: calc(100% - 70px);
    transition: ease 0.7s;
}

#main-iframe-applications {
	width: 100%;
	height: calc(100vh - 155px);
	margin-top: 40px;
	margin-bottom:40px;
}

.container-text {
    position: relative;
    background-color: var(--background-container);
    width: 90%;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 30px;
}

.float-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0px 4px 10px 10px;
    background-color: var(--text-color);
    visibility: hidden;
    cursor: pointer;
}

.arrow-up {
    font-size: 25px;
    color: var(--background-container);
}

/* CLASSES VIA JS */

.resize-side-retract {
    width: 320px;
}

.rotate-arrow {
    transform: rotate(180deg);
}

.main-header-resize {
    left: 320px;
    width: calc(100% - 320px);
}

.float-button.active {
    visibility: visible;
}

.hide-element {
    display: none;
}

/* Responsividade */

@media (max-width: 800px) {
    .container-logo-user {
        width: 100%;
    }
}

@media (max-height: 500px) {
    .container-logo-user {
        width: 100%;
    }
}

@media (max-width: 485px) {
    .sidebar-dropdown {
        z-index: 1;
    }

    .resize-side-retract {
        width: 320px;
    }

    .main-header-resize {
        left: 0px;
        width: calc(100% - 0px);
    }
}

@media (max-width: 426px) {
}

@media (max-width: 376px) {
}

@media (max-width: 321px) {
    .resize-side-retract {
        width: 280px;
    }
}
