/* INICIO - CSS GLOBAL */
body {
	font-size: 14px;
}
@media (max-width: 768px) {
    body {
    	font-size: 13px;
    }
}
/* FIM - CSS GLOBAL */

/* INICIO - CSS GERAL */
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 1024px) {
    .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row {
	margin-bottom: 20px;
}

.breadcrumb {
	margin-top: 40px;
}

.ajuda-pagina {
    margin-bottom: 20px;
    text-align: right;
}
.ajuda-pagina a {
    display: inline-block;
}
.ajuda-pagina a:hover,
.ajuda-pagina a:active,
.ajuda-pagina a:focus {
    text-decoration: none;
}
.img-ajuda-pagina {
    float: left;
}
.img-ajuda-pagina img {

}
.txt-ajuda-pagina {
    height: 30px;
    line-height: 30px;
    margin-left: 55px;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
@media (max-width: 768px) {
    .txt-ajuda-pagina {
        height: auto;
        line-height: unset;
        font-size: 14px;
    }
}
.mfp-iframe-holder .mfp-close {
    top: -1035px;
}
.mfp-iframe-scaler iframe {

}

#img-header {
	display: inline-block;
	height: 50px;
}

a.adicionar-novo {
	background-color: #E8F2F3;
	border-radius: 4px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
a.adicionar-novo:hover {
	text-decoration: none;
}

label {
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

.titulo-sessao {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}
.linha-form {
	margin-bottom: 15px;
}
#linha-filtro {
	margin-top: 25px;
}
.cheia {
    float: left;
    width: 100%;
}
.metade-esq {
    float: left;
    width: 49%;
}
.metade-dir {
    float: right;
    width: 49%;
}
.metade-esq, .metade-dir {
    min-height: 65px;
}

.metade-esq-rec {
    float: left;
    width: 49%;
}
.metade-dir-rec {
    float: right;
    width: 49%;
}
.metade-esq-rec, .metade-dir-rec {
    min-height: 5px;
}

@media (max-width: 768px) {
    .metade-esq {
		float: left;
		width: 100%;
	}
	.metade-dir {
		float: right;
		width: 100%;
	}
    .metade-esq-rec {
        float: left;
        width: 100%;
    }
    .metade-dir-rec {
        float: right;
        width: 100%;
    }
}
.metade-esq-btn {
	float: left;
	width: 49%;
}
.metade-dir-btn {
	float: right;
	width: 49%;
}
.obrigatorio {
	color: red;
	display: inline-block;
}
.txt-form {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
input.form-control, select.form-control {
	font-weight: normal !important;
	height: 40px;
}
textarea.form-control {
	height: 100px;
	resize: none;
}
input[type="file"] {
	border: none;
	height: auto !important;
}
span.desc-form {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
}

.loading {
    background: url('https://grupolml.com.br/app/comum/images/loading.svg') 50% 50% no-repeat #FFF;
    float: right;
    height: 40px;
    width: 40px;
}

.btn-ghost-login {
	background: transparent;
    border: 1px solid #1b809e;
    border-radius: 3px;
    color: #1b809e;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
}
.btn-ghost-login:hover {
	background-color: #1b809e;
    border: 1px solid #1b809e;
    color: #FFF;
}
.btn-ghost {
	background: transparent;
    border: 1px solid #1b809e;
    border-radius: 3px;
    color: #1b809e;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.btn-ghost:hover {
	background-color: #1b809e;
    border: 1px solid #1b809e;
    color: #FFF;
}
.btn-enviar {
	float: right;
}
.btn-cancelar {

}

a.botao {
    text-decoration: none;
}

.btn-editar, .btn-excluir, .btn-imprimir {
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 4px 3px;
    margin-bottom: -15px;
}
.btn-editar img, .btn-excluir img, .btn-imprimir img {
    height: 17px;
}

.btn-editar-inicio {
    display: inline-block;
    background-color: transparent;
    border: 0;
}
.btn-editar-inicio img {
    height: 17px;
}

td.linha-ok {
	color: #3c763d;
}
td.linha-erro {
	color: #a94442;
}

a.imprimir {
    display: inline-block;
    padding: 0 5px;
}
.impressora {
    font-size: 19px;
}

.alert-danger a {
    font-weight: bold;
    color: #a94442;
}

#navbar .nav-tabs {
    margin-top: 15px;
    font-size: 12px;
}

/*Datatable*/

.table th {
    vertical-align: middle !important; /* alinha verticalmente */
    font-size: 13px;
}
.table td {
    vertical-align: middle !important; /* alinha verticalmente */
    font-size: 12px;
}

@media (max-width:768px) {
    .table th {
        font-size: 13px;
    }
    .table td {
        font-size: 12px;
    }
}

/*Data table buttons*/
.btn-Page {
    margin-bottom: 10px;
    font-size: 12px;
    width: 130px;
}

.btn-datatable {
    width: 70px;
}

/* FIM - CSS GERAL */

/* INICIO - CSS LOGIN */
#logo-login {
	margin: 0 auto;
	padding-top: 40px;
}
#desc-login {
	font-size: 15px;
	text-align: center;
}
a#perdi-senha {
    color: #1b809e;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
a#perdi-senha:hover {
    text-decoration: none;
}
/* FIM - CSS LOGIN */

/* INICIO - CSS HEADER */
#header {
    border-bottom: 1px solid #178acc;
    background-color: #1d9ce5;
    box-shadow: 0 6px 16px rgba(30,30,30,.3);
}

#nav-logo {
	display: inline-block;
    width: 210px;
    height: 80px;
    position: relative;
}
#nav-logo img {
    margin: 0 auto;
    max-height: 80px;
    max-width: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar-nav {
	margin: 0;
}
.navbar-nav > li > a {
    color: #FFF;
    padding-top: 29px;
    padding-bottom: 30px;
}
.navbar-right > li > a,
.navbar-right > li > span {
    color: #FFF;
    font-weight: bold;
    padding-top: 25px !important;
    padding-bottom: 24px !important;
}
.navbar-right > li > span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: #178acc;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #178acc;
}
.dropdown-menu {
	padding: 0px;
}
.navbar-toggle {
	margin-right: 10px;
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
	background-color: #FFF;
	height: 3px;
}

.navbar-nav > .user-menu .user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        line-height: 10px;
    }
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    width: 300px;
    height: 175px;
    padding: 10px;
    text-align: center;
    background-color: #1D9CE5;
}
@media (max-width: 767px) {
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
        width: 100%;
    }
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    content: " ";
    display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #666666;
}
@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

/* FIM - CSS HEADER */

/* INICIO - CSS INICIO */
.badge {
    padding: 5px 9px 5px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-right: 4px;
}
.badge-error {
    background-color: #ff2800;
}

#aviso-periodo {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}
#aviso-periodo a {
    color: #a94442;
    font-weight: bold;
}
#aviso-periodo a:hover {
    text-decoration: none;
}

a.link-rapido {
    display: block;
    width: 120px;
    background-color: #E8F2F3;
    border-radius: 50%;
    height: 120px;
    color: #000;
    box-shadow: 4px 4px 5px 0px #DFDFE1;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}
a.link-rapido:hover {
	background-color: #1d9ce5;
	color: #FFF;
	text-decoration: none;
}
a.link-rapido img {
    margin: 0 auto;
    display: block;
}
h4.txt-link-rapido {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

h4.txt-links-rapidos {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}

.nav-tabs > li > a:focus, .nav > li > a:hover {
	color: #FFF;
}
/* FIM - CSS INICIO */

/* INICIO - CSS MEUS DADOS */
.form-meus-dados {
	padding-top: 30px;
}
/* FIM - CSS MEUS DADOS */

/* INICIO - CSS RECEBIMENTOS */
.valor-total {
    height: 45px;
    line-height: 22px;
    background-color: #1FD483;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.btn-fake {
    background-color: #E8F2F3;
    border: none;
    border-radius: 4px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.form-recebimentos {
    display: inline-block;
}

.btn-editar-bol, .btn-excluir-bol, .btn-enviar-bol, .imprimir-bol {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0 1px;
    margin-bottom: -13px;
}
.btn-editar-bol img, .btn-excluir-bol img, .btn-enviar-bol img, .imprimir-bol img {
    height: 15px;
}

.enviarwhatsapp {
    display: none;
}

@media (max-width: 768px) {
    .enviarwhatsapp {
        display: inline-block;
    }
}
/* FIM - CSS RECEBIMENTOS */

/* INICIO - CSS RECIBOS */
.info-clientes {
    height: 200px;
    overflow-y: auto;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

textarea#informacoes-adicionais {
	height: 100px;
}

.btn-excluir-recebimento {
    border: 1px solid #d43f3a;
    padding-bottom: 7px;
    margin-right: 5px;
}
/* FIM - CSS RECIBOS */

/* INICIO - CSS ARQUIVOS */
#enviados, #recebidos {
	margin-top: 10px;
}
/* INICIO - CSS ARQUIVOS */

/* INICIO - CSS RESUMO */
.box-receitas-despesas {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.box-receitas-despesas .icon {
    position: absolute;
    left: 20px;
    top: calc(50% - 40px);
}

.box-receitas-despesas .title {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
}

.box-receitas-despesas .receitas {
    color: #00D900;
}

.box-receitas-despesas .despesas {
    color: #FF0000;
}

.box-receitas-despesas .description {
    font-size: 14px;
    margin-left: 100px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
}

.area_grafico {
    padding: 20px;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.titulo-grafico {
    padding: 0 0 20px 0
}

.box_grafico {
    width: 100%;
    height: 500px;
}
/* FIM - CSS RESUMO */

/* INICIO - CSS BOLETOS */
.status-boleto {
    font-weight: bold;
    display: inline-block;
}
.boleto-new {
    color: #AA6708;
}
.boleto-waiting {
    color: #1B809E;
}
.boleto-paid {
    color: #3C763D;
}
.boleto-unpaid {
    color: #CE4844;
}
.boleto-cancelado {
    color: #a94442;
}
/* FIM - CSS BOLETOS */

/*Relatórios*/

.txt-pagina {
    margin-top: 20px;
}

.txt-pagina p{
    font-size: 18px;
}

