/*================================================================================
	CUSTOM CSS
================================================================================  */

/* ===================================*/
/****** GERAL *******/
/* ===================================*/

.bg-register{
	background: #b3c0d0;
}

.m-t-20{
	margin-top: 20px!important;
}

.m-b-50{
	margin-bottom: 50px!important;
}

.m-r-5{
	margin-right: 5px;
}

button i{
	top: 0!important;
}

@media screen and (max-width: 580px){
	.mt-1-mobile{
		margin-top: 1rem!important;
	}

	.btn-block-mobile{
		width: 100%;
	}
}
/* ===================================*/
/****** NAV *******/
/* ===================================*/

.main-menu .main-menu-content {
    height: calc(100% - 8rem) !important;
}

/* ===================================*/
/****** SIDEBAR *******/
/* ===================================*/

/* bg color light */
.bg-rgba-light {
	background: rgba(121, 149, 182, 0.1) !important;
}

.bg-rgba-light a{
	color: #8494a7;
}

.bg-rgba-light a i {
	margin-right: 14px;
	float: left;
	width: 1.6rem !important;
	color: #8494a7;
}

.font-custom{
	font-family: "Rubik", Helvetica, Arial, serif!important;
}

/* ===================================*/
/****** TICKETS CHAT *******/
/* ===================================*/

.chat .chat-body .chat-img{
	position: relative;
	margin: 0 1.33rem 1.33rem 0.3rem;
	
	box-shadow: 0 2px 4px 0 rgba(202, 202, 204, 0.6);
}

.chat .chat-body .chat-img{
	float: right;
	text-align: right;
	clear: both;
}

.chat-left .chat-body .chat-img{
	float: left;
	text-align: left;
	clear: both;
}

.chat .chat-body .chat-img .chat-time {
    position: absolute;
    bottom: -20px;
    right: 0px;
    color: #828D99;
    font-size: 0.8rem;
    white-space: nowrap;
}

.chat .chat-body .chat-img a img{
	width: 300px;
	height: auto;
}

@media screen and (max-width: 480px){
	.chat .chat-body .chat-img a img{
		width: 180px;
	}
}

.chat-dark-bg {
  	background-color: transparent!important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23424559' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E")!important;
	/*https://www.svgbackgrounds.com/#alternating-arrowhead*/
}

/* ===================================*/
/****** NOTIFICAÇÕES *******/
/* ===================================*/
.detail-box p img{
	width: 100%;
	height: auto;
}


.carousel-control-next-icon-light{
	background-image: url("../images/icon/chevron.png")!important;
	width: 10px;
	height: 10px;
}

.dark-layout .carousel-control-next-icon-light{
	background-image: url("../images/icon/chevron-light.png")!important;
	width: 10px;
	height: 10px;
}

.carousel-control-prev-icon-light{
	background-image: url("../images/icon/back.png")!important;
	width: 10px;
	height: 10px;
}

.dark-layout .carousel-control-prev-icon-light{
	background-image: url("../images/icon/back-light.png")!important;
	width: 10px;
	height: 10px;
}
  
/*================================================================================
	CUSTOM GESTOR CSS
================================================================================  */

/* ===================================*/
/****** GERAL *******/
/* ===================================*/

.font-size-super-small{
	font-size: 10px;
}


@media screen and (max-width: 468px){
	.full-on-mobile{
		width: 100%;
		margin-top: 10px;
	}
}

/* ===================================*/
/****** PAGINATION *******/
/* ===================================*/

.pagination .page-item.page-button{
	padding: 0.435rem 0.7rem;
}

.pagination .page-item.previous.page-button, .pagination .page-item.next.page-button{
	border-radius: 0.267rem;
}

.pagination .page-item.previous ~ .page-item:nth-child(2).page-button {
    border-left: 1px solid #DFE3E7!important;
    border-top-left-radius: 0.267rem;
	border-bottom-left-radius: 0.267rem;
}

.pagination .page-item.previous ~ .page-item:nth-last-child(-n+2).page-button  {
    border-right: 1px solid #DFE3E7;
    border-top-right-radius: 0.267rem;
	border-bottom-right-radius: 0.267rem;
}

body .pagination .page-item.previous ~ .page-item:nth-child(2).page-button {
    border-left: 1px solid #DFE3E7;
}

body.dark-layout .pagination .page-item.previous.disabled.page-button {
    background-color: #1a233a!important;
}

body.dark-layout .pagination .page-item.previous.page-button, body.dark-layout .pagination .page-item.next.page-button{
	border: 1px solid #464d5c;
}

.pagination .page-item.page-button {
	border-top: 1px solid #DFE3E7!important;
    border-bottom: 1px solid #DFE3E7!important;
}

.pagination .page-item.previous ~ .page-item:nth-last-child(-n+2).page-button {
	border-right: 1px solid #DFE3E7;
}

.pagination .page-item.previous.page-button {
	border-right: 1px solid #DFE3E7;
	border-left: 1px solid #DFE3E7;
}

.pagination .page-item.next.page-button {
	border-right: 1px solid #DFE3E7;
	border-left: 1px solid #DFE3E7;
}

.page-button {
    position: relative;
    display: block;
    margin-left: 0;
    line-height: 1.25;
    color: #3F3356;
	font-weight: 600;
	border-right: 0;
	border-left: 0;
	cursor: pointer;
}

.pagination .page-item.page-button.active{
	color: #fff!important;
	background: #5A8DEE!important;
	border-radius: 0.267rem!important;
}

.pagination .page-item.page-button:hover{
	border-radius: 0.267rem;
	background-color: rgba(90, 141, 238, 0.2);
}

body.dark-layout .pagination .page-item.previous ~ .page-item:nth-child(2).page-button {
    border-left: 1px solid #464d5c!important;
}

body.dark-layout .pagination .page-item.previous ~ .page-item:nth-last-child(-n+2).page-button {
    border-right: 1px solid #464d5c;
}

body.dark-layout .pagination .page-item.page-button {
    border-top: 1px solid #464d5c!important;
    border-bottom: 1px solid #464d5c!important;
	border-right: 0;
}

/* ===================================*/
/****** COMPROVANTE *******/
/* ===================================*/

.receipt-box{
	max-width:300px;
	height: auto;
	text-align: center;
}

/* ===================================*/
/****** SITES COM ERRO *******/
/* ===================================*/

@media screen and (max-width:768px){
	.mb-2--on-small{
		margin-bottom: 1.5rem!important;
	}
}

.nav-link-custom{
	text-transform: uppercase;
	color: currentColor;
	background: transparent!important;
	width: 100%;
	box-shadow: 0!important;
}

.nav-link-custom.active{
	text-transform: uppercase;
	color: #5a8dee!important;
	border-bottom: 2px solid #5a8dee!important;
	background: transparent!important;
	box-shadow: none!important;
	border-radius: 0!important;
}

/* ===================================*/
/****** DASHBOARD *******/
/* ===================================*/


.dropdown .dropdown-toggle.no-arrow::after, .dropup .dropdown-toggle.no-arrow::after, .dropright .dropdown-toggle.no-arrow::after, .dropleft .dropdown-toggle.no-arrow::after {
	border: none !important;
	content: "" !important;
	position: relative;
	top: 1px;
	right: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	vertical-align: 0;
}

.text-success-custom{
	color: #39DA8A!important;
}
.text-success-custom:hover{
	color: #fff!important;
}


.dark-layout .link-color{
	color: #bdd1f8!important;
}

.link-color{
	color: #475F7B!important;
}
	

/*------------------------------------------------------------------
customizações adicionadas por Larissa
-------------------------------------------------------------------*/

.avatar.bg-success.bg-lighten-5 {
  background-color: transparent !important;
}

.nav-item.alinhainfo {
	padding: 1.5rem 0.75rem 1.15rem 0.75rem;
}

.nav-item.alinhainfo img {
	margin-right: 10px;
}

.user-status, body.dark-layout span.user-status {
	color: #598eee;
}

.card.custom p {
	margin-bottom: 0;
}

.card.custom .card-body p {
	font-weight: 600;
}

body.dark-layout .card.custom .card-header p {
	color: #838d98;
}

body.dark-layout .card.custom .card-body p {
	color: #bdd0f8;
}

body.dark-layout b.destaque {
	color: #598dee;
}

.card.custom .card-footer {
	font-size: 1rem;
	bottom: 0;
    position: absolute;
}

.card.custom .card-footer a {
	font-size: 0.8rem;
}

.card.custom.ajustatamanho {
	height: 280px;
}

.alinhaimagens div img {
	max-width: 100%;
}

.alinhaimagens div.espacobottom img {
	margin-bottom: 20px; 
}

img.dominio {
	margin-right: 5px;
}

.card.custom .card-body p.normal {
	font-weight: normal;
}

.card.custom.sync {
	border: 1px solid #8494a7;
}

body.dark-layout .card.custom.sync {
	border: 1px solid #3c4f94;
}

body.dark-layout span {
	color: #598dee;
}

.dark-layout .carousel-control-next-icon-light, .carousel-control-next-icon-light {
	bottom: 0;
    position: absolute;
    background-image: url("../images/icon/next-icon.png")!important;
    width: 10px;
    height: 13px;
}

.carousel-control-next {
    right: -15px;
}

.dark-layout .carousel-control-prev-icon-light, .carousel-control-prev-icon-light {
	bottom: 0;
    position: absolute;
    background-image: url("../images/icon/prev-icon.png")!important;
    width: 10px;
    height: 13px;
}

.carousel-control-prev {
    left: -15px;
}

.card.custom.ajustatamanhosync {
	height: 350.5px;
}

.card.custom.sync.ajustatamanhorelatorio {
	height: 180.5px;
}

.card.custom.sync.ajustatamanhocomgraficos {
	height: 204px;
}


.f-left {
	float: left;
}

.f-right {
	float: right;
}

table tr.trdestaque {
	background-color: #f2f4f4;
}

.dark-layout table tr.trdestaque {
	background-color: #363b53;
}

.progress {
    height: 1.2rem;
}

body.dark-layout .progress {
    background-color: #d6d7d7 !important;
}

.tabela-responsiva p.destaque {
	background-color: #f2f4f4;
}

.tabela-responsiva p {
    padding: 7px;
}

body.dark-layout .tabela-responsiva p span {
	color: #8a99b5;
}

.dark-layout .tabela-responsiva p.destaque {
	background-color: #363b53;
}

.roundavatar {
    border-radius: 50%;
}

#visible {
	cursor: pointer;
}

.faturamentoescondigo, .faturamento.esconde {
	display: none;
}

.faturamentoescondigo.mostra {
	display: inline;
}

.ajustatamanhometas {
	height: 228px;
}

.niveis img, img.max-img {
	max-width: 100%;
}

.niveis .proximonivel, .progress-bar.completo { 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; 
}

.dark-layout .branco {
	color: #fff;
}

.branco.big, .branco.big b {
	font-size: 1.2rem;
}

p.completo, b.completo {
	color: #55b500;
}

.card.fundoescuro .card-header, .card.fundoescuro .card-footer, .card.fundoescuro .card-body {
	background-color: #f2f4f4;
}

body.dark-layout .card.fundoescuro .card-header, body.dark-layout .card.fundoescuro .card-footer, body.dark-layout .card.fundoescuro .card-body {
	background-color: #363636;
}

.spin {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@media screen and (max-width: 767px){
	.mobile-text-center {
		text-align: center;
	}

	.card.custom.sync.ajustatamanhorelatorio {
		height: auto;
	}

	.text-center-mobile {
		text-align: center;
	}

	.progress {
	    height: 1rem;
	}
}

.hide {display:none !important;}

.negrito {font-weight: 900;}
