body {
	color: #192038;
}

a:hover {
    text-decoration: none;
}

p {
	margin: 0px;
}

.gray {
	color: #373737;
}

.alfabeto {
    margin: 0 7px 15px 0px;
    width: 20px;
    line-height: 30px;
    display: inline-grid;
    text-align: center;
    background-color: #f7f9fc;
    color: #373737;
    border: 1px solid #edf1f7;
    font-weight: 600;
}

.alfabeto:active {
  background-color: #edf1f7;
  color: #373737;
  text-decoration: none;
  border: 1px solid #36f;;
}

.alfabeto:focus {
  background-color: #edf1f7;
  color: #373737;
  text-decoration: none;
  border: 1px solid #36f;;
}

.alfabeto:hover {
  background-color: #edf1f7;
  color: #373737;
  text-decoration: none;
  transition: 300ms;
  border: 1px solid #36f;;
}

.todas {
    width: 75px;
}

.footer {
	background-color: white;
	box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .1);
	padding: 1.25rem 0;
	margin-top: auto;
}

.iconMenu {
	padding-right: 1.25rem;
	font-size: 1.5rem;
	color: #8f9bb3;
}

.imgLogo {
	max-width: 50px;
	border-radius: 2px;
	padding: 2px;
	background-color: #fff;
}

.imgSistema {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 80px!important;
	width: 100%;
	transition: .1s ease-in-out;
	padding: 10px;
}

.iniciais {
	align-items: center;
	justify-content: center;
	font-size: .9375rem;
	line-height: 1.25rem;
	height: 2.5rem;
	width: 2.5rem;
	position: relative;
	flex-shrink: 0;
	background-color: transparent;
	border: 1px solid #edf1f7;
	border-radius: 50%;
}

.listaSistemas {
	position: absolute;
	max-height: 280px;
	overflow: auto;
	box-shadow: -3px 0 10px 0 rgba(128, 128, 128, .3);
	padding: 12px;
	position: absolute;
	right: 0;
	transform: translateY(5px);
	z-index: 100;
	width: 350px;
	background-color: white;
}

.listaSistemas a {
	display: inline-block;
	line-height: 0;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	width: 33.333%;
}

.listaSistemas a:hover .imgSistema {
	filter: grayscale(0);
}

.campoData {
	display: flex;
}

.spanAte {
	padding: 6px 15px;
    background-color: #495057;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: white;
}

.logo {
	padding: 0 1.25rem!important;
	font-size: 1.75rem;
	white-space: nowrap;
	text-decoration: none;
	transition: font-size 0.5s;
	color: #192038;
	margin: auto;
}

.menuHorizontal {
	box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .1);
	height: 4.75rem;
	padding: 1.25rem;
	position: sticky;
	top: 0;
	z-index: 1071;
	background-color: white;
}

.nomeCompleto {
	margin-left: .5rem;
	display: flex;
	align-items: center;
}

.nomeSistema {
	display: block;
	line-height: 100%;
}

.resetPadding {
	padding: 0;
}

.social a {
	color: #8f9bb3;
	transition: color ease-out .1s;
	font-size: 1.5rem;
}

.social a:hover {
	color: #192038;
	transition: color ease-out .1s;
}

.social i {
	padding: .4rem;
}


.menuEsquerdo {
	position: fixed;
    height: calc(100vh - 4.75rem);
    flex-direction: column;
    display: flex;
    width: 16rem;
    z-index: 9;
    background-color: white;
}

.styleCard {
	width: 100%;
	max-width: 350px;
	margin: auto auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: none;
}

.styleImgCard {
	max-width: 350px;
    margin: auto;
    width: 100%;
    -webkit-transition: all 0.3s;
}

.styleImgCard:hover {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
}

.hidden {
	overflow: hidden;
}

.nome-sistema {
	background-color: #192038b5;
    padding: 10px 20px;
    color: white;
    border-radius: .25rem;	
    margin: auto auto;
    -webkit-transition: all 0.3s;
}

.background-produto {
	min-height: 150px;
    background-size: cover;
    background-position: center center;
}

.background-produto:hover p {
    background-color: #3e4663;
    -webkit-transition: all 0.3s;
}

.modificarMenu {
	background-color: transparent;
	position: initial;
}

.menu {
	max-width: 16rem;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .1);
}

.menu35 {
	max-width: 3.5rem;
}

.menu16 {
	max-width: 16rem;
	height: calc(100vh - 77.39px);
	z-index: 9;
}


.conteudo {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #edf1f7;
}

.row {
	margin: 0;
	padding: 0;
}

.menuDireito {
	position: absolute;
	padding-top: 0;
	text-align: center;
	background-color: white;
	border-radius: .25rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .1);
	min-width: 10rem;
	max-width: 15rem;
	border: 0 solid transparent;
	border-bottom: 1px solid #edf1f7;
	padding-left: 0;
	overflow: hidden;
	display: none;
}

.menuDireitoItens {
	padding-top: 0;
	border-top: 1px solid #edf1f7;
	overflow: hidden;
	padding-left: 0;
	margin-bottom: -1px;
}

.menuDireitoList {
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1.5rem;
	border-bottom: 1px solid #edf1f7;
}

.menuDireitoList a {
	text-decoration: none;
	display: flex;
	padding: .75rem 1.25rem;
}

.menuDireitoList a:hover {
	background-color: transparent;
	color: #598bff;
	cursor: pointer;
}

.menuDireitoList:last-child {
	border-bottom: none!important;
}

.menuItens {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	padding-top: 2.25rem;
}

.menuList {
	border-bottom: 1px solid #edf1f7;
	align-items: center;
}

.menuItens li ul {
	padding: 0 1.25rem;
	list-style-type: none;
	overflow: hidden;
}

.subMenu li:first-child {
	border-top: 1px solid #edf1f7;
}

.menuItens li:last-child {
	border-bottom: none;
}

.menuItens li a {
	font-weight: 600;
	line-height: 1.5rem;
	padding: .75rem 1rem;
	width: 100%;
	display: flex;
	align-items: center;
	color: #656974;
	text-decoration: none;
}

.menuItens li a:hover {
	background-color: transparent;
	color: #598bff!important;
	cursor: pointer;
}

.opcoes li a {
	color: #192038;
}

.icon {
	margin: 0 .5rem 0 0;
	text-align: center;
	width: 1em;
	font-size: 1rem;
}

.labelMenu {
	flex: 1 0 auto;
}

.labelMenu:hover {
	color: #598bff;
}

.ulNone {
	max-height: 0;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
}

.ulBlock {
	max-height: 500px!important;
	transition: max-height 0.5s ease-in;
	display: block;
}

.rotateZ-90 {
	transform: rotateZ(-90deg);
}

.ocultarMenu {
	max-height: 0;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
}

.mostrarMenu {
	max-height: 500px;
	transition: max-height 0.5s ease-in;
}

.menuCustomizado {
    color: #656974;
    font-size: 16px;
    padding: 0 15px 0 0;
}

.menuCustomizado i {
    padding-right: 5px;
}

.block {
	display: block!important;
}

.none {
	display: none!important;
}

.absolute {
	position: absolute;
}

.paddingContainer {
	padding: 2.25rem 2.25rem .75rem;
}

.paddingLeft40 {
	padding-left: 40px;
}

.paddingTop-3porCento {
	padding-top: 3%!important;
}

.paddingRight-20 {
	padding-right: 20px;
}

.marginTop-10 {
	margin-top: 10px;
}

.marginTop-15 {
	margin-top: 15px;
}

.marginTop-16 {
	margin-top: 16px;
}

.marginTop-30 {
	margin-top: 30px;
}

.marginBottom-16 {
	margin-bottom: 16px;
}

.marginBottom-30 {
	margin-bottom: 30px;
}

.marginLeft-10 {
	margin-left: 10px;
}

.base {
	min-height: calc(100vh - 76.5px);
	width: 100%;
	background-color: #edf1f7;
}

.baseLogin {
	min-height: 100vh;
	width: 100%;
	background-color: #edf1f7;
}

.card {
	-webkit-transition: all 1s;
}

.card:hover {
	background-color: #e6e6e6;
	transition-duration: 1s;
}

.card-body {
	color: #192038;
	text-decoration: none;
}

.card-body:hover {
	color: #192038;
	text-decoration: none;
}

.formLogin {
	background-color: #fff;
	border: 0 solid transparent;
	border-radius: .25rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .1);
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-bottom: 1.875rem;
	flex: 1;
	-ms-flex: 1 1 auto;
	overflow: auto;
	padding: 1rem 1.25rem;
	position: relative;
}

.form-control {
	background-color: #f7f9fc;
	border: 1px solid #edf1f7;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}

.form-control:focus {
	background-color: #f7f9fc;
	border-color: #598bff;
	box-shadow: 0 0 0 0.375rem rgba(143, 155, 179, .16);
	outline: 0;
}

.form-control option {
	background-color: white;
}

.customSelect:before {
	float: right;
	position: absolute;
	margin-top: 42px;
	right: 0;
	margin-right: 33px;
	font-size: 15px;
	font-family: 'FontAwesome';
	content: '\f107';
}

.formLogin form {
	margin-top: 1rem;
}

.title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 3rem;
}

.input {
	border-radius: .25rem;
	font-size: .9375rem;
	line-height: 1.5rem;
	padding: .6875rem 1.125rem;
	width: 100%;
	background-color: #f7f9fc;
	-webkit-appearance: none;
	transition-duration: .15s;
	transition-property: border, background-color, color, box-shadow;
	transition-timing-function: ease-in;
	border: 1px solid #edf1f7;
	height: 40px;
}

textarea {
	padding: .6875rem 1.125rem!important;
}

.input:hover {
	border-color: #598bff;
}

.inputFile {
	border-radius: .25rem;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5rem;
	padding: .6875rem 1.125rem;
	width: 100%;
	background-color: #f7f9fc;
	-webkit-appearance: none;
	transition-duration: .15s;
	transition-property: border, background-color, color, box-shadow;
	transition-timing-function: ease-in;
	border: 1px solid #edf1f7;
}

.inputLogin {
	height: 48px;
}

.input:focus {
	outline: 0;
	border-color: #274bdb;
	box-shadow: 0 0 0 0.375rem rgba(143, 155, 179, .16);
	background-color: #f7f9fc;
}

.styleBtn {
	max-width: 200px;
	width: 100%;
}

.status-danger {
	color: #ff3d71;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1rem;
}

.max300px {
	max-width: 300px;
}

.erroLogin {
	border: 1px solid #ff3d71;
	background-color: #f7f9fc;
	border-radius: .25rem;
	box-shadow: none;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5rem;
	padding: 1rem 1.125rem;
	margin: 2rem 0;
}

.boxAviso {
	border: 1px solid #36f;
	background-color: #f7f9fc;
	border-radius: .25rem;
	box-shadow: none;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5rem;
	padding: 1rem 1.125rem;
	margin: 1rem 0;
}

.menuPequeno {
	max-width: 3.5rem;
}

.marginLeft-0 {
	margin-left: 0px!important;
}

.marginLeft-30 {
	margin-left: 30px!important;
}

.menuFixed {
	position: fixed;
	height: 100vh;
	z-index: 999;
}

.baseConteudo {
	background-color: white;
	border-radius: .25rem;
	padding-bottom: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, .1);
}

.tituloPagina {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #edf1f7;
	width: 100%;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5rem;
	color: #373737;
}

.tituloAba {
    border-bottom: 1px solid #edf1f7;
    width: 100%;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #373737;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    border-bottom: none;
    border-radius: 0;
    color: #8f9bb8;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link span {
    border-bottom: 3px solid #3366ff;
    border-radius: 0;
    color: #3366ff;
    background-color: transparent;
}

.nomeEntidade a {
	display: block!important;
}

.iconBase {
	color: #373737;
}

.width100 {
	width: 100%;
}

input[type="checkbox"]+label:last-child {
	margin-bottom: 0;
}

input[type="checkbox"]+label {
	display: block;
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"]+label:before {
	content: '';
	display: block;
	border: 1px solid #009788;
	left: 0;
	top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	width: 1.125rem;
	height: 1.125rem;
	background-color: rgba(143, 155, 179, .16);
	border-radius: 3px;
	position: absolute;
	border: 1px solid #c5cee0;
	margin-top: 3px;
}

input[type="checkbox"]:checked+label:before {
	width: 18px;
	top: 0px;
	border-radius: 0;
	opacity: 1;
	content: '\f00c';
	font-family: FontAwesome;
	border: none!important;
	font-size: 9px;
	background-color: #36f;
	border-radius: 3px;
	padding-left: 4px;
	padding-top: 2px;
	color: white;
}

.radioButton {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radioButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkRarioButton {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f7f9fc;
  border: 1px solid #dee2e6;
  border-radius: 50%;
}

.radioButton:hover input ~ .checkRarioButton {
	background-color: rgba(51, 102, 255, 0.16);
	border-color: #598bff;
}

.radioButton input:checked ~ .checkRarioButton {
  background-color: #ffffff;
    border: 1px solid #3366ff;
}

.checkRarioButton:after {
  content: "";
  position: absolute;
  display: none;
}

.radioButton input:checked ~ .checkRarioButton:after {
  display: block;
}

.radioButton .checkRarioButton:after {
	top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3366ff;
}

.brasao {
	width: 90px;
}

.list-group-item {
	margin: 10px 0 10px 0;
}

.lista a {
    color: #656974;
    text-decoration: none;
}

.menuMenor {
    max-width: 16rem!important;
    position: absolute;
    display: block!important;
}

.menuMenor .menuEsquerdo {
    max-width: 16rem!important;
}

.menuMenor .nomeEntidade {
    display: block!important;
}

.menuMenor .labelMenu {
    margin-left: 0px!important;
}

.menuMedio {
    max-width: 16rem!important;
    position: absolute;
}

.menuMedio .menuEsquerdo {
    max-width: 16rem!important;
}

.menuMedio .nomeEntidade {
    display: block!important;
}

.menuMedio .labelMenu {
    margin-left: 0px!important;
}

.menuMaior {
    max-width: 3.5rem!important;
}

.menuMaior .menuEsquerdo {
    max-width: 3.5rem!important;
}

.menuMaior .nomeEntidade {
    display: none!important;
}

.menuMaior .labelMenu {
    margin-left: 30px!important;
}

/*********************** CKEditor ***********************/

#cke_10 {
	display: none;
}

#cke_18 {
	display: none;
}

.cke_top {
	background: #f7f9fc!important;
	border-bottom: 1px solid #edf1f7!important;
}

.cke_chrome {
    border: 1px solid #edf1f7!important;
}

/*********************** Fim CKEditor ***********************/



/*********************** Tema Escuro ***********************/

body.temaEscuro {
	color: white;
}

body.temaEscuro .baseLogin {
	background-color: #151a30;
}

body.temaEscuro .formLogin {
	background-color: #222b45;
}

body.temaEscuro .form-control {
	background-color: #192038;
	border: 1px solid #192038;
	color: white;
}

body.temaEscuro .form-control option {
	background-color: #222b45;
	box-shadow: 0 0.5rem 1rem 0 #1a1f33;
	border: none!important;
	border-radius: 10px;
}

body.temaEscuro .erroLogin {
	background-color: #222b45;
}

body.temaEscuro .boxAviso {
	background-color: #222b45;
	background-color: #192038;
}

body.temaEscuro .logo {
	color: white!important;
	border-left: 1px solid #151a30!important;
}

body.temaEscuro .opcoes li a {
	color: white!important;
}

body.temaEscuro .iniciais {
	border: 1px solid #151a30!important;
}

body.temaEscuro .menuHorizontal {
	background-color: #222b45!important;
	box-shadow: 0 0.5rem 1rem 0 #1a1f33!important;
}

body.temaEscuro .menuDireito {
	background-color: #222b45!important;
	border-bottom: none;
}

body.temaEscuro .menuDireitoList {
	border-bottom: 1px solid #151a30!important;
}

body.temaEscuro .menuDireitoItens {
	border-bottom: 1px solid #151a30!important;
	border-top: 1px solid #151a30!important;
}

body.temaEscuro .menu {
	background-color: #222b45;
	box-shadow: 0 0.5rem 1rem 0 #1a1f33;
	color: #fff;
}

body.temaEscuro .menuList {
	border-bottom: 1px solid #151a30;
}

body.temaEscuro .menuItens li a {
	color: #e2e3e6;
}

body.temaEscuro .subMenu li:first-child {
	border-top: 1px solid #151a30!important;
}

body.temaEscuro .conteudo {
	background-color: #151a30!important;
}

body.temaEscuro .footer {
	background-color: #222b45;
	box-shadow: 0 0.5rem 1rem 0 #1a1f33;
}

body.temaEscuro .footer span {
	color: white;
}

body.temaEscuro .social {
	color: #8f9bb3;
}

body.temaEscuro .listaSistemas {
	background-color: #222b45;
}

body.temaEscuro .baseConteudo {
	background-color: #222b45;
}

body.temaEscuro .tituloPagina {
	border-bottom: 1px solid #151a30;
}

body.temaEscuro .input {
	background-color: #192038;
	border: 1px solid #151a30;
}

body.temaEscuro .inputFile {
	background-color: #192038;
	border: 1px solid #151a30;
}

body.temaEscuro .input:hover {
	border-color: #598bff;
}

body.temaEscuro .input:focus {
	border-color: #274bdb;
	box-shadow: 0 0 0 0.375rem #2e3a59;
}

body.temaEscuro .social a:hover {
	color: white;
	transition: color ease-out .1s;
}

body.temaEscuro input[type="checkbox"]+label:before {
	border: 1px solid #101426;
}

body.temaEscuro .iconBase {
	color: white;
}

body.temaEscuro .page-link {
	color: #ffffff;
    background-color: #151a30;
    border: 1px solid #222b45;
}

body.temaEscuro .active a {
	color: #151a30!important;
	background-color: white!important;
}

body.temaEscuro .checkRarioButton {
    background-color: #343d57;
}

body.temaEscuro .radioButton input:checked ~ .checkRarioButton {
    background-color: #343d57;
    border: 1px solid #3366ff;
}

body.temaEscuro .spanAte {
	border-top: 1px solid #192038;
    border-bottom: 1px solid #192038;
}

body.temaEscuro .input-group-text {
	background-color: #151a30;
	border: 1px solid #151a30;
}

body.temaEscuro .input-group-text i {
	color: white;
}

body.temaEscuro .list-group-item {
	background-color: #151a30;
	color: white;
}

body.temaEscuro .menuEsquerdo {
	background-color: #222b45;
}

body.temaEscuro .menuCustomizado {
	color: white;
}

body.temaEscuro .alfabeto {
    background-color: #192038;
    color: white;
    border: 1px solid #36f;
}

body.temaEscuro .alfabeto:active {
  background-color: #edf1f7;
  color: #373737;
  text-decoration: none;
  border: 1px solid #36f;;
}

body.temaEscuro .alfabeto:focus {
  background-color: #edf1f7;
  color: #373737;
  text-decoration: none;
  border: 1px solid #36f;;
}

body.temaEscuro .alfabeto:hover {
  background-color: #edf1f7;
  color: #373737;
  text-decoration: none;
  transition: 300ms;
  border: 1px solid #36f;;
}

body.temaEscuro .card {
	background-color: #151a30;
	border: none;
}

body.temaEscuro .card-body {
	background-color: #151a30;
	color: white;
}

/************************ Fim Tema Escuro ************************/

@media only screen and (max-width: 440px) {
	.nomeCompleto {
		display: none!important;
	}
} 

@media only screen and (max-width: 767px) {
	.logo {
		font-size: 1rem;
		transition: font-size 0.5s;
	}
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #adafb3;
	cursor: pointer;
	border-radius: .15625rem;
}
 
::placeholder {
	font-weight: normal!important;
	padding: 0!important;
	margin: 0!important;
}

:-ms-input-placeholder {
	font-weight: normal!important;
	padding: 0!important;
	margin: 0!important;
}

::-ms-input-placeholder {
	font-weight: normal!important;
	padding: 0!important;
	margin: 0!important;
}