@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900');
*{
	font-family: 'Titillium Web', sans-serif;
}
.carrega{
	float: left;
	width: 100%;
	background: url(../images/carregando.svg) no-repeat center;
	background-size: contain;
	height: 50px;
}
.card-tab .table thead th{
	border-top: none;
}
input.form-control{
	height: 42px;
}
textarea.form-control{
	height: auto;
}
.form-btn{
	padding-top: 32px;
}
.form-textarea{
	height: auto;
}
.card-mini-title{
	font-size: 13px;
}
.font-menor{
	font-size: 12px;
}
.form-group label{
	width: 100%;
}
.form-group-button{
	max-width: 70px;
    padding-top: 32px;
}
.btn-lk{
	padding: 2px 6px;
    line-height: 5px;
}
.gestao-lateral{
	overflow-y: auto;
	float: left;
	width: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background:#2ca8ff;
	-webkit-box-shadow: 0 2px 22px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 2px 22px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.10)
	border-right: 1px solid rgba(0,0,0,.0625);
	z-index: 200;
}
.gestao-conteudo{
	float: left;
	position: absolute;
	left: 80px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #f9fafb;
	overflow-x: auto;
}
.gestao-logo{
	border-bottom: 1px solid rgba(0,0,0,.0625);
	float: left;
	width: 260px;
	height: 75px;
	overflow-x: hidden;
}
.gestao-logo img{
	max-width: 100%;
	margin: 15px 0 0 0px;
}
.gestao-conteudo-topo{
	border-bottom: 1px solid rgba(0,0,0,.0625);
	float: left;
	width: 100%;
	height: 75px;
	background:#fff;
}
.gestao-conteudo-topo-left{
	float: left;
}
.gestao-conteudo-topo-button{
	float: left;
}
.gestao-conteudo-topo-button{
	display: none;
	float: left;
	height: 75px;
	line-height: 75px;
	padding: 0 20px;
}
.gestao-conteudo-topo-button i{
	font-size: 28px;
}
.gestao-conteudo-topo-right{
	    float: right;
    position: absolute;
    right: 0;
}
.gestao-usuariologado{
	float: left;
	height: 75px;

}
.gestao-usuariologado:hover .gestao-usuario{
	background: #f9fafb;
	float: left;
	width: 100%;
}

#gestao-usuario{
	padding: 12px;
	cursor: pointer;
	height: 74px;
}

.gestao-usuariologado-imagem{
	width: 45px;
	height: 45px;
	float: left;
	background: #ccc;
	border-radius: 100%;
}
.gestao-usuariologado-imagem img{
	width: 45px;
	height: 45px;
	border-radius: 100%;
	float: left;
}
.gestao-usuariologado-nome{
	float: left;
	content: #666;
	padding: 12px;
}
.gestao-usuariologado-menu{
	position: absolute;
	display: none;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.0625);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	width: 220px;
	top:75px;
	right: 0px;
	z-index: 200;
}
.gestao-usuariologado-menu a{
	border-bottom: 1px solid rgba(0,0,0,.0625);
	float: left;
	width: 100%;
	color: #666;
	padding: 12px 12px;
}
.gestao-usuariologado-menu a:hover{
	background: #f9fafb;
}
.gestao-usuariologado-menu a:last-child{
	border-bottom: none;
}
/* --------- Menu */
.gestao-menu{
	float: left;
	width: 100%;
	-webkit-padding-start: 0px;
	padding-left: 0px;
}
.gestao-menu > li{
	float: left;
	list-style: none;
	width: 100%;
	cursor: pointer;
	padding:0 10px;
}
.gestao-menu > li > a{
	float: left;
	width: 100%;
	padding: 8px 5px;
	cursor: pointer;
	display: flex;
}
.gestao-menu > li > a > i{
	float: left;
	font-size: 26px;
	width: 45px;
	color:#90d1ff;
	text-align: center;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    max-width: none;

}
.gestao-menu > li > a > span{
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 8px 0 0 10px;
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 180px;
}
.gestao-menu > li > a > span i{
	float: right;
	padding-right: 10px;
}
.gestao-menu > li > i{
	position: absolute;
    right: 15px;
    margin-top: 15px;
    color: #ccc;
}

.gestao-menu > li > ul{
	-webkit-padding-start: 0px;
	float: left;
	display: none;
	width: 100%;
	background: #fff;
	border-radius: 4px;
}
.gestao-menu > li > ul > li{
	list-style: none;
	float: left;
	width: 100%;
}
.gestao-menu > li > ul > li > a{
	float: left;
	width: 100%;
	padding: 14px 10px 14px 25px;
}
.gestao-menu > li > ul > li > a:hover{
	text-decoration: none;
}

.gestao-menu > li > ul > li > ul{
	-webkit-padding-start: 0px;
	float: left;
	display: none;
	width: 100%;
	background: #eae9e9;
}
.gestao-menu > li > ul > li > ul > li{
	list-style: none;
	float: left;
	width: 100%;
}
.gestao-menu > li > ul > li > ul > li > a{
	float: left;
	width: 100%;
	padding: 14px 10px 14px 35px;
}
.gestao-menu > li > ul > li > ul > li > a:hover{
	text-decoration: none;
}
.gestao-mini{
	overflow-x: hidden;
}
.gestao-mini .gestao-menu > li > a > span{
	opacity: 0;
	-webkit-transition: opacity .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,-webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s,-webkit-transform .3s ease 0s;
}
.gestao-mini:hover{
    -webkit-transition-property: top,bottom,width;
    -o-transition-property: top,bottom,width;
    transition-property: top,bottom,width;
    -webkit-transition-duration: .2s,.2s,.35s;
    -o-transition-duration: .2s,.2s,.35s;
    transition-duration: .2s,.2s,.35s;
    -webkit-transition-timing-function: linear,linear,ease;
    -o-transition-timing-function: linear,linear,ease;
    transition-timing-function: linear,linear,ease;
    -webkit-overflow-scrolling: touch;
    width: 260px;
}
.gestao-mini:hover .gestao-menu > li > a > span{
	opacity: 100;
}

.gestao-empresa{
	
    float: left;
    width: 100%;
    padding: 8px 8px 8px 12px;
}
.gestao-empresa-body{
	float: left;
    width: 100%;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #95d0fa;
    border-top: 1px solid #95d0fa;
}
.gestao-empresa-logo{
	width: 45px;
    height: 45px;
    margin-left: 7px;
    float: left;
    background: #fff;
    border:2px solid #fff;
    border-radius: 100%;
    position: absolute;
}
.gestao-empresa-logo img{
	width: 41px;
	height: 41px;
	border-radius: 100%;
}
.gestao-empresa-nome{
	float: left;
	width: 240px;
	padding: 0 0 0 60px;
	opacity: 0;
	-webkit-transition: opacity .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,-webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s,-webkit-transform .3s ease 0s;
}
.gestao-mini:hover .gestao-empresa-nome{
	opacity: 100;
}
.gestao-empresa-nome strong{
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
.gestao-empresa-nome span{
	float: left;
	font-size: 12px;
	width: 100%;
	color: #82c9fb;
}
.gestao-logo-texto{
	opacity: 0;
	-webkit-transition: opacity .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,-webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s,-webkit-transform .3s ease 0s;
}
.gestao-mini:hover .gestao-logo-texto{
	opacity: 100;
}
.gestao-mini .gestao-logo{
	text-align: left;
	padding-left: 20px;
}
.submenu-body{
	float: left;
	width: 260px;
	padding: 15px;
}
/* --------- Conteudo */
.gestao-conteudo-cont{
	float: left;
	width: 100%;
}
.conteudo{
	float: left;
	width: 100%;
	padding: 15px 25px 15px 25px;
}
.gestao-titulo{
	float: left;
	width: 100%;
	font-size: 28px;
	margin: 2px 0 0 10px;
    position: relative;

}
.gestao-titulo > i{
	font-size: 28px;
	float: left;
	margin-top: 10px;
	color:#2196f3;
	left: 15px;
	position: absolute;
}
.gestao-titulo > span{
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #333;
	padding: 0 0 0 50px;
	width: 100%;
}
.gestao-titulo > p{
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #666;
	margin: 0px;
}
.gestao-cont-top{
	float: left;
	width: 100%;
	padding: 15px 0;
}
.gestao-cont-top .btn{
	margin-right: 8px;
}
.prepend-filter{
	border-left: 0px;
	background: #fff;
}
.gestao-cont-table{
	float: left;
	width: 100%;
	padding-left: 1px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
}
.gestao-cont-table .table{
	margin-bottom: 0px;
}
.gestao-cont-table .table thead th:first-child{
	/*border-left: 1px solid #dee2e6;*/
	border-radius: 4px 4px 0 0;
}
.gestao-cont-table .table thead th:last-child{
	/*border-left: 1px solid #dee2e6;*/
	border-radius: 0 0 4px 4px;
}
.gestao-cont-table .table thead th{
	border-top: none;
	background: #fff;
}
.gestao-cont-footer{
	float: left;
	width: 100%;
	padding: 5px;
	background: #fff;
	border-top: 1px solid #dee2e6;
	border-radius: 0 0 4px 4px;
}
.btn-outline-gc-cinza {
    color: #dddddd;
    background-color: transparent;
    background-image: none;
    border-color: #dddddd;
}
.btn-secondary {
    color: #333;
    background-color: #dddddd;
    border-color: #dddddd;
}
.img-responsive{
	max-width: 100%;
}

.conteudo-form-buttons{
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}
.form-retorno{
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}
.btn-group > .input-group-prepend > .input-group-text{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
}
.gestao-paginacao{
	float: left;
	width: 100%;
	padding: 15px 0 15px 0;
}
.gestao-cont-footer span{
	float: left;
	padding: 10px;
	font-size: 12px;
	color: #666;
}
.gestao-cont-filter{
	float: left;
	width: 100%;
	background: #e9ecef;
	border-radius: 3px;
	min-height: 100px;
	padding: 15px;
	box-shadow: inset 0 0 1em #ccc;
	display: none;
}
.filter-active{
	display: block;
}
.sem-registros{
	float: left;
	width: 100%;
	padding: 25px 15px;
}
.sem-registros > i{
	font-size: 64px;
	float: left;
	width: 100%;
	text-align: center;
}
.sem-registros p{
	float: left;
	width: 100%;
	text-align: center;
}
.text-menor{
	color: #666;
	float: left;
	width: 100%;
	font-size: 13px;
}
.card-dados .form-group span{
	float: left;
	width: 100%;
}
.card-dados .form-group label{
	float: left;
	width: 100%;
	font-weight: bold;
}
.icon-pagamento{
	width: 45px;
    height: 45px;
    float: left;
    background: #ccc;
    border-radius: 100%;
    padding: 5px 0 0 0;
    text-align: center;
}
.icon-pagamento i{
	font-size: 24px;
	color: #2196f3
}
.pagamento-list{
	float: left;
	width: 100%;
	padding: 10px;
	min-height: 65px;
}
.pagamento-list .icon-pagamento{
	position: absolute;
}
.pagamento-dados{
	float: left;
	width: 100%;
	padding-left: 55px;
}
.pagamento-dados strong{
	margin-top: 9px;
	float: left;
	color: #666;
}
.pagamendo-status{
	position: absolute;
	right: 30px;
	margin-top: 12px;
}
.btn-cancelar-venda{
	position: absolute;
	right: 15px;
	top: 20px;
}
#div-falta .totais-texto{
	color: #dc3545;
}
.conteudo-impressao{
	max-width: 100%;
	float: left;
	padding: 15px;
}
.bloqueia-calendario{
	width: 100%;
	background: url(../images/bloqueiocalendario.png);
	position: absolute;
	z-index: 2000000;
	left: 0px;
	margin: 40px 0;
}
.calendario-agenda{
  width: 100%;
  padding: 0px 15px 15px 15px;
  background: #31b6bd;
  float: left;
  min-height: 80px;
}
.calendario-col{
  width: 14.28%;
  float: left;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  min-height: 2px;
  border-radius: 4px;
}
.calendario-agenda-titulo .calendario-col{
  color: #aadcdf;
}
.calendario-agenda-row .calendario-col{
  color: #fff;
  font-size: 18px;
}
.comdata:hover{
  background: #1fd2d6;
}
.calendario-selecionehorario-titulo{
  float: left;
  width: 100%;
  color: #7b7b7b;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.dianao{
	color: #ccc;
}
.semdata:hover{
	background: none!important;
}
.comdata{
	font-weight: bold;
	color: #fff;
}
.calenario-agenda-mes{
	border:1px solid #31b6bd;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color:#31b6bd;
}
.horario-semana{
	float: left;
	width: 100%;
	border:1px solid #ccc;
	height: 400px;
	overflow: auto;
}
.semana-horarios{
	float: left;
	width: 200px;
	border-right: 1px solid #ccc;
	min-height: 400px;
}
.agenda-calendario{
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	border-top: 1px solid rgba(0,0,0,.0625);
}
.botao-lateral{
	position: absolute;
	right: 15px;
	margin-top: 18px;
}
.mini-upload{
	float: left;
	width: 100%;
	height: 205px;
	border:none;
}
.imagem-ok-caixa{
	width: 250px;
	margin:0 auto;
}
.imagem-ok{
	width: 100%;
	border:1px solid #218838;
	height: 200px;
	border-radius: 4px;
}
.imagem-ok-icon{
	width: 100%;
	float: left;
	height: 160px;
	border-bottom:1px solid #218838;
	padding:5px;
	text-align: center;
}
.imagem-ok-icon img{
	max-width: 100%;
	max-height: 150px;
}
.imagem-nome{
	width: 100%;
	float: left;
	height: 40px;
	padding: 10px 8px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	color: #218838;
	text-overflow: ellipsis;
}
.imagem-arq-icon{
	width: 100%;
	border-radius: 4px;
	height: 150px;
	background: #F6E3CE;
	text-align: center;
}
.imagem-arq-icon i{
	font-size: 72px;
	line-height: 142px;
}
.form-gestao-upload{
	float: left;
	width: 120px;
}
.form-gestao-imagem{
	width: 100px;
	height: 70px;
	border-radius:3px;
	float: left;
	text-align: center;

}
.form-gestao-imagem img{
	max-width: 100%;
	max-height: 70px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.col-gestao-upload{
	max-width: 250px;
}
.gesta-menu-fechar{
	display: none;
	height: 51px;
	width: 51px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 24px;
	color: #fff;
	padding: 18px 0;
	text-align: center;
}
.camera-fotoperfil{
	float: left;
	border:1px solid #ccc;
	border-bottom: 3px solid #ccc;
	width: 420px;
	height: 320px;
	padding: 10px;
	border-radius: 4px;
}
.card-view > .card-body{
	padding-top: 0px;
	padding-bottom: 0px;
}
.card-dados{

}
.view-conteudo{
	border-left: 1px solid rgba(0,0,0,.125);
}
.card > .card-body > .row{
	margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.view-pills{
	max-width: 240px;
	padding: 0px;
}
.view-pills .nav-pills .nav-link:first-child{
	border-radius: .25rem 0 0 0;
}
.view-pills .nav-pills .nav-link.active{
	background-color: rgba(0,0,0,.03);
	color: #666;
	font-weight: bold;
}

.view-pills .nav-pills .nav-link{
	border-radius: 0px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 12px;
}
.view-conteudo .tab-content{
	padding-top: 15px;
	padding-bottom: 15px;
}

legend{
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.btn-atendimento{
	padding:0 10px;
}
.btn-atendimento a{
	background: #00a19a;
	border-radius: 25px;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
}
.btn-atendimento a span{
	color: #fff!important;
}
.btn-atendimento a i{
	color: #fff!important;
}

.col-atendimento-foto{
	max-width: 100px;
}
.atendimento-foto{
	width: 80px;
	height: 80px;
	background: #ccc;
	border-radius: 100%;
	padding: 3px;
}
.foto-pessoa-perfil{
	width: 74px;
	height: 74px;
	float: left;
	border-radius: 100%;
	background-size: cover;
	border:3px solid #fff;
}
.atendimento-foto span{
	width: 74px;
	float: left;
	height: 74px;
	border-radius: 100%;
	background: #ccc;
	border:3px solid #ccc;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding-top:8px;
	color: #fff;
}
.card-atendimento{
	color: #666!important;
	text-decoration: none!important;
}
.card-atendimento:hover{
	background: #ececec;
}
.card-atendimento:hover .atendimento-foto{
	background: #007bff!important;
}
/* --------- NUC Carregando */
.nuc-alert{
	position: absolute;
	z-index: 200000;
	border-radius: 4px;
	margin: 15px;
	padding: 10px;
	bottom: 0px;
	left: 0px;

}
.nuc-carregando{
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.nuc-carregando-svg{
	width: 30px;
	height: 30px;
	float: left;
	background: url('../images/ring-alt.svg') no-repeat;
	background-size: contain;
}
.nuc-alert-desc{
	float: left;
	padding: 2px 10px 0 10px;
}
.nuc-icon{
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
}
.nuc-icon i{
	line-height: 28px;
	font-size: 24px;
}
.nuc-ok{
	background: #218838;
	color: #fff;
}
.nuc-error{
	background: #c82333;
	color: #fff;
}
.col-arquivo{
	max-width: 220px;
}
.card-arquivo-image{
	width: 100%;
	height: 200px;
	background-size: cover;
}
.card-arquivo-arquivo{
	text-align: center;
	padding-top: 40px;
	background: #c52b2b;
}
.card-arquivo-arquivo i{
	color: #fff;
	font-size: 72px;
}
.card-body-arquivos{
	border-top: 1px solid rgba(0,0,0,.125);
}


.gestao-rodape-fixo{
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 80px;
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 10px 15px;
}
.gestao-rodape-fixo-content{
	float: left;
	width: 100%;
	height: 70px;
}
.gestao-mini{
	width: 80px;
}
.calendario-widget .fc-header-toolbar{
	padding: 0 15px;
}
.calendario-widget .fc-header-toolbar h2{
	font-size: 20px;
    font-weight: bold;
    padding-top: 2px;
}
.card-home-caixa{
	height: 180px;
	color: #2bd043;
}
.valor-fixo{
	font-size: 36px;
	line-height: 36px;
}
.valor-restantedomes{
	color: #2bd043;
	font-size: 14px;
}
.valor-botao{
	background: #2bd043;
	color: #fff;
	border-radius: 4px;
	padding: 8px 12px;
	float: left;
}
.badge-soft-success {
    color: #00d97e;
    background-color: #ccf7e5;
}
.h6, h6 {
    font-size: .625rem;
}
h6.text-uppercase {
    letter-spacing: .08em;
}
.text-muted {
    color: #95aac9!important;
}
.dashvalores {
    font-size: 1.25rem;
}
.modal-xl {
    max-width: 1200px;
}
/* ---- Celulares . */
@media (max-width: 800px) {
	.gestao-lateral{
		display: none;
		z-index: 200000;
		width: 100%;
	}
	.gestao-mini:hover{
		width: 100%;
	}
	.gestao-mini .gestao-menu > li > a > span{
		opacity: 100;
		width: auto;
	}
	.gestao-logo-texto{
		opacity: 100;
	}
	.gestao-empresa-nome{
		opacity: 100;
		width: 100%;
	}
	.gestao-conteudo{
		float: left;
		position: static;
		width: 100%;
		background: #f9fafb;
		overflow-x: auto;
	}
	.gesta-menu-fechar{
		display: block;
	}
	.gestao-usuariologado-nome{
		display: none;
	}
	.gestao-cont-table{
		overflow: auto;
	}
	.gestao-titulo i{
		display: none;
	}
	.gestao-titulo span{
		padding: 0 0 0 0px;
	}
	.gestao-titulo p{
		padding: 0 0 0 0px;
	}
	.gestao-mini .gestao-logo{
		width: 100%;
	}
	.gestao-conteudo-topo-button{
		display: block;
	}
}
