:root {
  --corAppsBar: linear-gradient(to right, #0868ea , #000653);
}


@font-face {
	font-family: Muli;
	src:url(fonts/Muli-VariableFont_wght.ttf);
	
}

*{
	box-sizing:border-box;
	font-family:Muli, Verdana, Geneva, sans-serif;
}

*{
	box-sizing:border-box;
}

/* Works on Firefox */
*{
	scrollbar-width: thin;
	scrollbar-color: blue #ebebeb;
}
  
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #ebebeb;
}

*::-webkit-scrollbar-thumb {
	background-color: blue;
	border-radius: 20px;
	border: 3px solid #ebebeb;
}

body{
	margin:0;
}

.overlay{
	position:fixed;
	z-index:5;
	background:rgba(0,0,0,0.3);
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;	
}

#app{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

x-alerta{
	position:fixed;
	z-index:1000;
	bottom:-90px;
	height:80px;
	background:#FFF;
	width:80%;
	border-radius:5px 5px 0 0;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	line-height:60px;
	padding:10px;
	left:10%;
	transition:0.5s;
}

x-alerta.active{
	bottom:0;
}

header{
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-image: var(--corAppsBar);
}

header .pagAtual{
	position:absolute;
	height:50px;
	line-height:50px;
	margin-left:70px;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

header .groupRight{
	width: auto;
	height: 100%;
	position:absolute;
	right:0px;
	z-index:10;
	padding:0 10px 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .groupRight .actionsHeader{
	display: flex;
	justify-content: space-between;
	margin: 0 25px 0 0;
}

header .topusuarios{
	color:#FFF;
	line-height:50px;
	cursor:pointer;
	height: 100%;
    display: flex;
    align-items: center;
}

header .topusuarios:hover{
	background:rgba(255,255,255,0.1);
}

header .userInfos{
	display: flex;
	align-items: center;
}

header .nameLogin{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 30px;
	line-height: 15px;
	margin: 0 4px;
}

header span.nameUser{
	font-size:11px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:5px;
}


header span.loginUser{
	font-size: 9px;
	display:inline-block;
	margin-left:5px;
	color: rgba(255,255,255,0.8);
}

header .topusuarios .popuser{
	position:absolute;
	z-index:10;
	width:150px;
	right:-160px;
	color:#FFF;
	background:var(--corAppsBar);
	top:50px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.5);
	transition:0.3s;
}

header .topusuarios:hover .popuser{
	right:0px;
}

header .topusuarios .popuser div{
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	cursor:pointer;
}

header .topusuarios .popuser div:hover{
	background:rgba(255,255,255,0.2);
}

header .topusuarios .popuser div span{
	font-size:11px;
	text-transform:uppercase;
	padding-left:10px;
}

header .topusuarios .popuser .switchSilentNotification {
	display: flex;
    align-items: center;
    justify-content: start;
}

header .topusuarios .popuser .switchSilentNotification .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin-left: 10px;
}

header .topusuarios .popuser .switchSilentNotification .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

header .topusuarios .popuser .switchSilentNotification .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

header .topusuarios .popuser .switchSilentNotification .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

header .topusuarios .popuser .switchSilentNotification input:checked + .slider {
  background-color: #ffd700;
}

header .topusuarios .popuser .switchSilentNotification input:focus + .slider {
  box-shadow: 0 0 1px #ffd700;
}

header .topusuarios .popuser .switchSilentNotification input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}

/* Rounded sliders */
header .topusuarios .popuser .switchSilentNotification .slider.round {
  border-radius: 34px;
}

header .topusuarios .popuser .switchSilentNotification .slider.round:before {
  border-radius: 50%;
}

menu{
	position:fixed;
	z-index:10;
	margin:0;
	overflow:hidden;
	overflow-y:auto;
	white-space: nowrap;	
	top:0;
	left:0;
	width:50px;
	height:100%;
	background:#fafafa;
	transition:0.2s;
	padding:0;
	overflow: hidden;
}

menu:hover, menu.active{
	width:250px;
	z-index:102;
}


menu ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:5px;
	position:relative;
	width:100%;
}

menu > .linksMenu{
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	overflow: auto;
	overflow-x:hidden;
	top: 50px;
	
}

menu > .linksMenu > ul > li{
	height:40px;
	line-height:40px;
	padding:0 5px 0 50px;
	position:relative;
	transition:0.3s;
	width:100%;
	font-size:11px;
	text-transform:uppercase;
}

menu > .linksMenu > ul > li > i{
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;	
}

menu ul > li > i.seta{
	position:absolute;
	top:4px;;
	left:auto;
	right:0px;
	font-size:12px;
	display:none;
}

menu.active ul > li > i.seta,
menu:hover ul > li > i.seta{ display:block}

menu ul > li[type="link"] > i.seta{
	display:none !important;
}


menu > .linksMenu > ul > li:hover{
	background-image:var(--corAppsBar);
	color:#FFF;
}


menu x-submenu{
	position:fixed;
	top:50px;
	left:-250px;
	height:calc(100% - 55px);
	width:250px;
	background:#fbfbfb;
	transition:0.3s;
	text-transform:uppercase;
}

menu x-submenu.active{
	left:0;

}

menu x-submenu > i{
	position:absolute;
	right:10px;
	top:15px;
}

menu x-submenu > h2{
	margin:10px 0 0 0;
	padding:0;
	width:100%;
	text-align:center;
	padding-right:10px;
	font-size:16px;

}


menu x-submenu ul li{
	position:relative;
	line-height:40px;
	height:40px;
	padding:0 10px 0 10px;
	font-size:11px;
}



menu x-submenu ul li:hover{
	background-image:var(--corAppsBar);
	color:#FFF;	
}

menu x-submenu ul > li > i.seta{
	position:absolute;
	top:15px;;
	right:10px;
	font-size:12px;
	display:none;
}

menu x-submenu ul > li > i.fa{
	font-size: 16px;
	margin-right: 5px;
}


footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	background:#dedbd7;
	border-top:solid 1px rgba(0,0,0,0.5);
	padding:2px;
	padding-left: 55px;
	overflow:auto;
}

section#areadetrabalho{
	position:fixed;
	top:50px;
	left:50px;
	border-left:solid 1px rgba(0,0,0,0.5);
	z-index:1;
	height:calc(100% - 35px - 50px);
	width:calc(100% - 50px);
	background:#f1f1f1;
}

section#areadetrabalho iframe{
	position:absolute;
	width:100%;
	height:100%;
	border:none;
	background:#f1f1f1;
}

.logotop{
	height:50px;
	width:250px;
	background:#0868ea;
}

.logotop img{
	width:40px;
	height:40px;
	margin-left:5px;
	margin-top:5px;
	position:absolute;
}

.logotop span{
	display:block;
	line-height:50px;
	color:#FFF;
	font-size:24px;
	padding:0 5px 0 55px;
}


.janela{
	position:fixed;
	z-index:10;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	background:#FFF;
	border-radius:2px;
}


.janela.active{
	z-index:101;
}


@media only screen and (min-width:980px){
	.janela.minimizarJanela{
		width:980px;
		height:620px;
		left:calc(50% - 490px);
		top:calc(50% - 310px);
	}
	
	
	.janela.maximizarJanela{
		width:100%;
		height:calc(100% - 35px);
		left:0;
		top:0;
	}
}


@media only screen and (max-width:980px){
	.janela.minimizarJanela{
		width:100%;
		height:calc(100% - 35px);
		left:0;
		top:0;
	}
	
	
	.janela.maximizarJanela{
		display:none;
	}
	
	.fa-window-maximize{
		display:none !important;
	}

}

.janela.minimizarJanela.slim{
	width: 360px !important;
	height: 100% !important;
	top:0 !important;
	left: 0 !important;
}

.janela.minimizarJanela.modal{
	width: 420px !important;
	z-index: 9999 !important;
}

.janela.minimizarJanela.notification{
	z-index: 9999999 !important;
	bottom: 10px !important; /* Distância do fundo da página */
    right: 10px !important; /* Distância do lado direito da página */
    width: 260px !important;
    height: 350px !important;
	left: auto !important;
	top: auto !important;
}

.janela.minimizarJanela.customConfirm,
.janela.minimizarJanela.customAlert,
.janela.minimizarJanela.customPrompt{
	z-index: 99999990 !important;
	top: 10px !important; /* Distância do fundo da página */
    right: calc(50vw - 185px) !important; /* Distância do lado direito da página */
    width: 370px !important;
    height: 240px !important;
	left: auto !important;
	bottom: auto !important;
	display: flex;
	flex-direction: column;
}

.janela.minimizarJanela.alert{
	z-index: 9999999 !important;
	top: 10px !important; /* Distância do fundo da página */
    right: calc(50vw - 250px) !important; /* Distância do lado direito da página */
    width: 500px !important;
    height: 450px !important;
	left: auto !important;
	bottom: auto !important;
}

.janela.minimize{
	display:none;
}

.janela .touchSleepFilm{
	position: absolute;
	width: 100%;
	height: calc(100% - 30px); 
	background-color: white;
	opacity: 0.5;
	z-index: 10;
	display: none;
}

.janela .appBarJanela{
	position:relative;
	width:100%;
	height:30px;
	background-image: var(--corAppsBar);
	opacity:0.6;
	flex-shrink: 0;
}

.janela.active .appBarJanela{
	opacity:1.0;	
}

.janela.minimizarJanela .appBarJanela{
	cursor:move;
}

.janela .footerJanela{
	position:relative;
	width:calc(100% - 10px);
	height:50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	margin: 0 5px;
	border-top: 1px solid rgb(187, 185, 185);
	flex-shrink: 0;
}

.janela.customConfirm .conteudoJanela,
.janela.customAlert .conteudoJanela,
.janela.customPrompt .conteudoJanela{
	flex-grow: 1;
	padding: 2px 8px;
	font-size: 11px;
	overflow-x: hidden;
	overflow-y: auto;
}

button.btnFooter{
	cursor: pointer;
	display: flex;
	align-items: center;
	height:30px;
	min-width:75px;
	padding:0 5px 0 5px;
	border-radius:3px;
	border:solid 1px #999999;
	text-transform:uppercase;
	font-size:10px;
	color:#FFF;
	box-shadow:inset 0px 15px 2px rgba(255,255,255,0.2);
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

button.btnFooter:hover{
	box-shadow:inset 0px -12px 2px rgba(255,255,255,0.2);
}

button.btnFooter i{
	margin: 0 8px;
	font-size: 15px;
}

.btnAzul{
	background:#039 !important;
}

.btnVermelho{
	background: rgb(215, 0, 0) !important;
}

.janela .janelaAcao{
	line-height:30px;
	position:absolute;
	right:5px;
}

.janela .janelaAcao .far, .janela .janelaAcao .printDownloadPage{
	color:#FFF;
	font-size:16px;
	padding-left:5px;
	cursor:pointer;
}

.janela .janelaAcao .printDownloadPage{
	margin-right: 10px;
}

.janela .janelaTitulo{
	position:absolute;
	line-height:30px;
	padding-left:15px;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
}

.janela .janelaTitulo .reloadFrame{
	cursor:pointer;
	font-size:14px;
	margin-right: 12px;
}

footer .btnBarTarefa{
	height:24px;
	line-height:24px;
	border:solid 1px rgba(0,0,0,0.5);
	margin:3px 2px 0 2px;
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	padding:0 5px 0 5px;
	cursor:pointer;
}

.janela iframe{
	position:absolute;
	width:100%;
	height:calc(100% - 30px);
	border:none;
}

footer .btnBarTarefa.active{
	background:var(--corAppsBar);
	color:#FFF;
}

footer .btnBarTarefa.salvar{
	background:linear-gradient(to right, #CC0000 , #660000);
	color:#FFF;	
}

.customAlert fieldset.singleCheckbox .radiosForm .radio{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
}

.customAlert fieldset.singleCheckbox  .radiosForm .radio input{
	height: 20px;
	width: 20px;
}

fieldset{
	width:100%;
	border:solid 1px rgba(0,0,0,0.5);
	margin:0;
	margin-bottom:10px;
}

fieldset legend{
	text-transform:uppercase;
	font-size:12px;
}

fieldset .expandirTextarea{
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 8px;
	font-size: 12px;
	color: #000080;
	display: inline-flex;
	align-items: center;
}

fieldset .expandirTextarea:hover {
	color: #0044cc;
}

fieldset .expandirTextarea i{
    font-size: 12px;
}

fieldset input,
fieldset select{
	width:100%;
	line-height:40px;
	height:40px;
	border:solid 1px rgba(0,0,0,0.5);
	padding:0 10px 0 10px;
}

fieldset input[type="checkbox"]{
	height:18px;
	width:18px;
	margin:0;
	padding:0;
}


#formLogin{
	display:block;
	width:300px;
	margin-left:calc(50% - 150px);
	margin-top:50px;
	padding:25px;
	
}

#formLogin button{
	width:100%;
	height:40px;
	color:#FFF;
	border:solid 1px rgba(0,0,0,0.5);
	margin-top:10px;
	background:var(--corAppsBar);
	
	
}

.overlayLoader{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 500;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.overlayLoader .textFeedback{
	margin-top: 25px;
	background-color: rgba(0,0,0,0.45);
	padding: 5px;
	border-radius: 4px ;
	font-weight: bold;
	color: rgba(255,255,255,1);
}

.overlayAlert{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 500;
	display: none;
	align-items: center;
	justify-content: center;
}

.overlayBreakAction{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 499;
	display: none;
	align-items: center;
	justify-content: center;
}

.loaderAnimationArea{
	display: flex;
	align-items: end;
	justify-content: space-around;
	width: 110px;
	height: 60px;
}

.circleAnimation{
	width: 33%;
	height: 100%;
}

.circleAnimation .c{
	position: relative;
	bottom:0;
	left: 10px;
	width: 18px;
	height: 18px;
	border-radius: 15px;
	background: linear-gradient(to right, #0868ea, #000653);
}

.circleAnimation .c1{	
	animation: bounce 1.5s infinite;
}

.circleAnimation .c2{	
	animation: bounce 1.5s infinite;
	animation-delay: 0.75s;
}

.circleAnimation .c3{	
	animation: bounce 1.5s infinite;
}


@keyframes bounce {
	0%, 100% {
	  transform: translateY(38px);
	}
	50% {
	  transform: translateY(0);
	}
  }