/* CSS customizada (sobrepõe alguns estilos do Bootstrap) */
body {
	font-family: "Roboto-Regular", Segoe, "Segoe UI", "Trebuchet MS",
		Verdana, "sans-serif";
}

main {
	min-height: 80vh;
}

main::after {
	height: 50px;
	display: block;
	content: "";
}

main.login::after {
	height: auto;
}

header.navbar {
	box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
	/*height:50px;
	padding:2rem 1rem;*/
}

.alert-info {
	background-color: #E7E7F7;
	border-color: #D9D9EF;
	color: #424683;
}

/* pags internas */
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

/* login */
.container-fluid.login {
	padding-left: 15px;
	padding-right: 15px;
}

.login-img {
	background-image: url(../img/bg_login.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}

.login-form {
	background: #fff;
	padding: 7% 3%;
}

.login-form h1 {
	font-family: "Roboto-Black";
	font-size: 4.37em;
}

.login-form h2{	
	font-family:"Roboto-Light";
	font-size:1.87em;
}

.login-form h3{	
	font-family:"Roboto-Light";
	font-size:1.5em;
}

.login-form form{
	max-width:470px;
	margin:0 auto 10%;
}

.login-form .form-control-lg, .login-form .btn-lg {
	height: 58px;
	padding: .5rem 1.5rem;
}

.login-form .btn-lg {
	box-shadow: 0px 3px 15px 2px rgba(0,0,0,.2);
}

.login-form .inputIcon{
	position:relative;	
}

.login-form .inputIcon i{
	position:absolute;
	right:20px;
	top:18px;
	color:#aaa;
	transition:.3s;
}

.login-form input[type="text"]:focus+i, .login-form input[type="password"]:focus+i
	{
	color: #6367A7;
}

/* geral */
.bg-primary {
	background-color: #424683 !important;
}

.text-primary {
	color: #256FEC !important;
}

.fa-1-5x {
	font-size: 1.5em;
}

/* botoes */
.btn {
	padding: .5rem 1rem;
}

.btn-primary {
	color: #FFF !important;
}

.btn-success {
	background-color: #2F9B6D;
	border-color: #2F9B6D;
}

.btn-success:hover {
	background-color: #127A4E;
	border-color: #127A4E;
}

.btn-dark-blue {
	background-color: #443E7F;
	color: #FFF;
}

.btn-outline-secondary {
	color: #666;
	background-color: transparent;
	background-image: none;
	border-color: #DDD;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #888;
	border-color: #888;
}

.brand {
	font-family: "Roboto-Black";
	font-size: 27px;
}

.brand-desc {
	font-family: "Roboto-Light";
	font-size: .8em;
}

/* itens de formulario */
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
}

.form-control, .form-control-lg, .btn, .btn-lg {
	border-radius: 0;
}

.badge {
	font-family: "Roboto-Bold";
}

/* placeholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1; /* Firefox */
	font-family: "Roboto-Light";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
	font-family: "Roboto-Light";
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #999 !important;
	font-family: "Roboto-Light";
}

.breadcrumb {
	background-color: transparent;
	font-family: "Roboto-Light";
	padding: 0.5rem 0;
}

.breadcrumb .breadcrumb-item a {
	color: #424683;
}

.breadcrumb-item.active {
	color: #888;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "»";
	padding-right: 1rem;
}

.titulo {
	font-family: "Roboto-Black";
	margin-bottom: 1.75rem;
}

.border-light {
	border-color: #DDD !important;
}

.border-dash {
	border-bottom: 1px dashed #999;
}

.bg-light {
	background-color: #F7F7F7 !important;
}

input, select, textarea, label {
	cursor: pointer;
}

/* tabela */
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.table th {
	background-color: #EEE;
	text-align: center;
}

/* paginacao */
.page-link {
	color: #666;
	border: none;
	margin: 0 4px;
}

.page-link:hover {
	color: #424683;
}

.page-item:hover {
	color: #424683;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #424683;
	border-color: #424683;
	border-radius: 2px;
}

/* rodape */
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
}

footer .list-inline-item {
	color: #DDD;
	font-size: 15px;
	font-family: "Roboto-Light";
}

.list-footer+.list-footer::before {
	padding-right: 1rem;
	padding-left: 1rem;
	content: "|";
}

.box-titulo {
	background-color: #E7E7F7;
	padding: 1.3rem;
	margin-bottom: 1.5rem;
}

.box-titulo ul {
	margin-bottom: 0;
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

.titulo-item+.titulo-item {
	padding-left: 1rem;
}

.titulo-item+.titulo-item::before {
	display: inline-block;
	padding-right: 1rem;
	content: "/";
}

/* ****************************************************************************
	MODAL
 *****************************************************************************/
.modal-content {
	color: #333;
}

.modal-header {
	border-bottom: none;
	padding: 1rem;
}

.modal-body {
	padding: 0 2rem 1rem;
}

.modal-footer {
	border-top: none;
	padding: .5rem 2rem 2rem;
}

.modal-content .close {
	font-size: 46px;
	font-weight: 400;
	opacity: .35;
	line-height: .5em;
}

.modal-md {
	max-width: 700px;
}

.modal-ok {
	max-width: 623px;
}

.modal-ok .modal-footer {
	padding: 0;
	margin-top: 20px;
}

.modal-ok .modal-footer .btn-block {
	padding: 1rem;
	font-size: 24px;
	background-color: #27B579;
	border-color: #27B579;
}

.modal-ok .modal-footer .btn-block:active {
	background-color: #169760;
	border-color: #169760;
}

/* ****************************************************************************
	TABS GROUP
 *****************************************************************************/
.tabsGroup {
	margin: 20px 0 0;
	display: block;
	background-color: #424683;
	font-size: 14px;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 1);
	padding: 0 15px;
}

.tabsGroup ul {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.tabsGroup li {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
	line-height: 52px;
}

.tabsGroup li:hover {
	background-color: rgba(255, 255, 255, .2);
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tabsGroup li a.active {
	border-bottom: 3px solid #FFF;
	color: white;
}

.tabsGroup a {
	color: rgba(255, 255, 255, .6);
	padding: 1rem;
}

.tabsGroup a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 3px solid #FFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #424683;
}

.nav-pills .nav-link {
	color: #333;
	margin-left: 30px;
	padding: .5rem 2rem;
	background-color: #F1F1F9;
}

.nav-pills .nav-link:hover {
	color: #FFF;
	background-color: #424683;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out;
}

/* .card-link li { */
/* 	cursor: pointer; */
/* } */

/* menu da home */
.box{
	background-size: cover;
	border-radius:4px;
	box-shadow: 0px 3px 20px 3px rgba(0,0,0,.2);
	display:inline-block;
	height:250px;
	margin-left:30px;
	margin-bottom:90px;
	position:relative;
	width:250px;
}

/* fotos do fundo */
.box-quitacao	{background-image:url(../img/box_quitacao.jpg);}
.box-pesquisar	{background-image:url(../img/box_pesquisar.jpg);}
.box-contrato	{background-image:url(../img/box_contrato.jpg);}
.box-data		{background-image:url(../img/box_data.jpg);}

/* overlay escuro */
.box:after{
	background:rgba(0,0,0,.5);
	border-radius:4px;
	content:"";
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}

/* hover */
.box:hover:after{
	background:rgba(0,0,0,.3);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

/* icones */
.box i{
	color:#FFF;
	font-size: 80px; 
	height:80px;
	position:relative;
	margin:85px;
	text-align:center;
	width:80px;
	z-index:2;
}

/* texto */
.box h5{
	color: #333;
	font-family: "roboto-bold";
	margin-top:20px;
	text-align:center;
	z-index: 2;
}

.box:hover{
	text-decoration: none;
}

.box:hover h5{
	color:#676DC8;
}

/* media queries */

/* impressão */
@media print {
	footer {
		display: none;
	}
}

/* sm */
@media ( min-width : 576px) {
}

/* md */
@media ( min-width : 768px) {
}

/* lg */
@media ( min-width : 992px) {
}

/* xl */
@media ( min-width : 1200px) {
}

/* erros */
.error {
	color: #ff0000;
}

.errorblock {
	color: #000;
	background-color: #ffeeee;
	border: 3px solid #ff0000;
	padding: 8px;
	margin: 16px;
}

/* componente select 2 */
.select2 {
	width: 100% !important;
}

/* prepend append */
.input-group-text {
	border-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

i.openGroup {
    transform: rotate(90deg);
    -webkit-transition: transform 0.5s ease-in-out;
}

i.closeGroup {
    transform: rotate(-90deg);
    -webkit-transition: transform 0.5s ease-in-out;
}
