@font-face {
	font-family: Ebrima;
	src: url(../font/ebrima.ttf);
}

@font-face {
	font-family: Ayuthaya;
	src: url(../font/Ayuthaya.ttf);
}

body {
	background-color: #fff;
	background-image: url("../img/background/img-background-topo.png");
	background-size: 100%;
	background-repeat: no-repeat;;
	font-size: 14px;
	font-family: Ebrima;
	color: #607D8B;
}

img {
	background-color: #f1f1f1;
}

body>header {
	height: 225px;
	top: 0;
	width: 100%;
}

body>section {
	border-bottom: solid 1px #E6E7E8;
	margin-bottom: 20px;
}

body>footer {
	bottom: 0;
	text-align: center;
	font-size: 0.9em;
}

body>header h3 {
	font-size: 1.2em;
	text-align: center;
	position: relative;
	text-align: center;
	margin-left: 25%;
	font-weight: bold;
	font-size: 1.6em
}

header h3:after {
	content: "";
	display: block;
	border-bottom: solid 2px #23D8CE;
	width: 40px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

.container {
	margin-left: auto;
	margin-top: auto;
	padding: 0;
}

.container.container-main {
	width: 75%;
	position: relative;
}

#panel-user {
	width: 20%;
	float: left;
}

#panel-user figure {
	border-bottom: solid 1px #E6E7E8;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#panel-user figure img {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	display: inline-block;
}

#user-cargo {
	color: #A7BFC6;
}

#user-name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	font-family: arial;
}

#user-info {
	line-height: 2;
	font-size: 0.9em;
}

.container-main .container-content {
	width: 75%;
}

.myDropdown {
	position: relative;
	display: inline-block;
}

.myDropdown-menu {
	display: none;
	width: 120px;
	position: absolute;
	left: 0;
	z-index: 1;
}

.myDropdown:hover .myDropdown-menu {
	display: block;
}

.img-foto {
	width: 100%;
	height: auto;
}

#wellcome {
	position: absolute;
	right: 65px;
	top: 70px;
}

#config .myDropdown-menu {
	padding-top: 25px;
	right: 0;
	left: initial;
	text-align: center;
}

#config .myDropdown-menu:before {
	content: "";
	display: block;
	width: 1px;
	border-style: solid;
	border-color: transparent;
	border-width: 5px;
	border-bottom-color: #fff;
	position: absolute;
	top: 15px;
	right: 3px;
}

#config .myDropdown-menu ul {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #ddd;
}

#config .myDropdown-menu ul a {
	padding: 10px;
	display: block;
}

#config .myDropdown-menu ul li:hover a {
	background-color: #eee;
}

ul li.li-separator {
	padding: 0 !important;
	margin: auto;
	border-bottom: solid 1px #eee;
	width: 60%;
}

#content-logo {
	height: 80px;
}

#content-saudacao {
	height: 1em;
}

#logomarca {
	width: 15%;
	position: absolute;
	top: 2%;
	left: 2%;
	background-image: url("../img/logomarca/logo-resolve-consultoria.svg");
	background-repeat: no-repeat;
	height: 20%;
	background-size: 100%;
}

#logo-cliente {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 60px;
	background-color: #f1f1f1;
}

#ano-mes {
	text-align: right;
	padding: 20px 0;
}

#container-contracheque {
	margin-left: 25%;
	border-top: solid 1px #ccc;
	padding: 20px 2px 2px 2px;
	margin-bottom: 10px;
}

#ano-mes select.form-control {
	width: auto;
	display: inline-block;
}

#pagina-contracheque {
	box-shadow: 0 0 4px #ccc;
	padding-top: 5px;
	overflow-y: auto;
	height: 300px;
}

#pagina-contracheque header img {
	width: 130px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#pagina-contracheque header div {
	margin-left: 130px;
}

#pagina-contracheque:before {
	content: "";
	display: block;
	height: 4px;
	background-image: linear-gradient(45deg, #29B6F6, #22E0C6);
}

#pagina-contracheque>div:first-child {
	padding: 0 30px 10px 30px;
}

#pagina-contracheque [class^="col-"] {
	padding-left: 4px;
	padding-right: 4px;
}

#pagina-contracheque hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #E6E7E8;
}

#pagina-contracheque .row {
	margin-left: -4px;
	margin-right: -4px;
}

#pagina-contracheque .dados {
	padding: 5px;
	background-color: #F1F2F2;
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	overflow-x: auto;
}

#pagina-contracheque .dados.no-bar {
	overflow-x: hidden !important;
	overflow-y: visible;
}

#pagina-contracheque .dados.dados-nobg {
	background-color: transparent;
}

#pagina-contracheque .dados span.campo {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#lancamentos>div:nth-child(odd) .dados {
	background-color: #f8f8f8;
}

#lancamentos .dados {
	margin-bottom: 0;
}

.assinatura {
	border-top: solid 1px #607D8B;
	text-align: center;
	margin-top: 10px;
}

#acoes {
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: -110px;
}

#acoes button {
	display: block;
}

#foto-funcionario {
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #ddd;
	border-radius: 50%;
	position: relative;
}

#foto-funcionario img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#foto-funcionario figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 50%;
}
/*
 * Icones
 */
button.bticon {
	background-color: transparent;
	border: solid 1px transparent;
	border-radius: 2px;
}

button.bticon:hover {
	color: #29B6F6;
}

.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.icon-sm {
	width: 16px;
	height: 16px;
}

.icon-lg {
	width: 32px;
	height: 32px;
}

.box-icon .icon.icon-login {
	background-image: url("../img/icon/icon-login.svg");
}

.box-icon .icon.icon-senha {
	background-image: url("../img/icon/icon-senha.svg");
}

.box-icon .icon.icon-info {
	background-image: url("../img/icon/icon-info.svg");
}

.box-icon .icon.bt-config {
	background-image: url("../img/icon/bt-config-none.svg");
}

.box-icon:hover .icon.bt-config {
	background-image: url("../img/icon/bt-config-hover.svg");
}

.box-icon .icon.bt-salvar {
	background-image: url("../img/icon/bt-salvar-none.svg");
}

.box-icon:hover .icon.bt-salvar {
	background-image: url("../img/icon/bt-salvar-hover.svg");
}

.box-icon .icon.bt-imprimir {
	background-image: url("../img/icon/bt-imprimir-none.svg");
}

.box-icon:hover .icon.bt-imprimir {
	background-image: url("../img/icon/bt-imprimir-hover.svg");
}

.input-senha{
	display:flex;
}
.password-toggle{
	z-index: 100;
	position:absolute;
	right: 15px;
	padding:10px;
	cursor: pointer;
	transition:1s;
	border-radius: 10%;

}
.password-cadastro{
	top: 1px;
	right:-17px;
}
.password-editar{
	top:25px;;
	right:30px;
}

.password-toggle:hover{
background-color: rgba(0, 0, 0, 0.1);
}

#msgInformeRendimento .modal-content {
	padding: 10px;
}

#img-informe-rendimento img {
    background: transparent;
}

#message-info h2 {
	display: block;
	text-align: justify;
	font-size: 12pt;
}


#listInfExercicio > li > span {
	cursor: pointer;
	font-size: 9pt;
}

#listInfExercicio > li > span:hover {
	text-decoration: underline;
}