@import url('11-09-2021-alteracoes.css');
/*================================================================================
	CUSTOM CSS
================================================================================  */

/* ===================================*/
/****** GERAL *******/
/* ===================================*/

.bg-register{
	background: #b3c0d0;
}

.m-t-08-rem{
	margin-top: .8rem;
}

.m-t-20{
	margin-top: 20px!important;
}

.m-b-10{
	margin-bottom: 10px!important;
}


.m-b-50{
	margin-bottom: 50px!important;
}

.m-r-5{
	margin-right: 5px;
}

button i{
	top: 0!important;
}

.btn-monety-orange {
    border-color: #f98c0d !important;
    background-color: #f98c0d !important;
    color: #fff;
}

.btn-monety-orange:hover{
	border-color: #fdc50f !important;
    background-color: #fdc50f !important;
    color: #fff;
}

.h-150{
	max-height: 150px;
}

.mt-ecpm{
	margin-top: 1.5rem;
}

.pt-chart{
	padding-top: 3.5rem!important;
}

.table td{
	font-size: 12px!important;
}

@media screen and (min-width: 1700px){
	.mt-ecpm{
		margin-top: 2.5rem !important;
	}

	.pt-chart{
		padding-top: 2rem!important;
	}
}


@media screen and (max-width: 768px){
	.mb-3-mobile{
		margin-bottom: 3.5rem;
	}

}


@media screen and (max-width: 580px){
	.mt-1-mobile{
		margin-top: 1rem!important;
	}

	.btn-block-mobile{
		width: 100%;
	}

	m-b-10-mobile{
		margin-bottom: 10px!important;
	}

	.p-0-mobile{
		padding: 0!important;
	}

	.pt-chart{
		padding-top: 2rem!important;
	}
	
	.button-box{          	
		display: flex;
		justify-content: center;		
		padding-left: 0;		
		margin-left: 0!important;		
		text-align: center!important;		
		float: none;        
	}		

	.button-box li {		
		margin-right: 10px;	
	}

}
/* ===================================*/
/****** 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;
}

#menuTickets{
	padding: 1rem 1rem 1rem 1.8rem;
	height: 100%;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded #menuTickets a span {
	display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu #menuTickets a span {
	display: none;
}

#logoIcon{
	display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded #logoWhite,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded #logoDefault{
	display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded #logoIcon {
	display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu #logoIcon {
	display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu #logoWhite,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu #logoDefault {
	display: none;
}

/* ===================================*/
/****** 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.active a{
	color: #fff!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;
}
	
.hide{display:none !important;}

.carousel-controllers{opacity: 0;}

.pb-10{ padding-bottom: 10px;}

.font-size-90-percent * {
	font-size: 90%;
}

.card-fake{
	width: 92%; height: 92%; background: #fff; position: absolute; top: -10px; left: 20px; z-index: -1; border-radius: 4px;
}

.dark-layout .card-fake{ background: #272e48; }


/* DASHBOARD GESTOR CARD */

.btn-monety-orange {
    border-color: #f98c0d !important;
    background-color: #f98c0d !important;
    color: #fff;
}

.btn-monety-orange:hover{
	border-color: #fdc50f !important;
    background-color: #fdc50f !important;
    color: #fff;
}

.dashboard-card-content{
	min-height: 75px;
}

.dashboard-card-icon{
	min-height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dashboard-card-icon p{
	opacity: .1;
	font-size: 65px!important;
}

.dashboard-card-icon p i{
	font-size: 65px!important;
}

/* dashboard carousel */

/* ===================================*/
/****** GERAL *******/
/* ===================================*/

.rc-anchor-light{
	background: transparentimportant;
	color: #727E8C!important;
	border-radius: 7px!important;
}

@media screen and (max-width: 768px){
	#ecpm .carousel-inner .carousel-item div {
		float: left;
		width: 50%;
	}

	#ecpm .carousel-inner .carousel-item .domain-info{
		text-align: center!important;
		margin-top: 0px!important;
		line-height: 50px;
		
	}

	.dashboard-card-icon{
		justify-content: flex-start;
	}

	

}

@media screen and (max-width: 480px){
	.dashboard-card-icon{
		justify-content: center;
	}

	.center-mobile, .dashboard-card-content{
		text-align: center;
	}
}
	
	
.minusculo{text-transform: lowercase !important;}
	