body.page-template-barebones .e-con{
	padding: 0;
}
body.page-template-barebones .e-con-inner{
	max-width: inherit;
	padding: 0;
}
.content-dash-1 {
	width: 17vw;
	min-height: 100vh;
}

.header-dash {
	text-align: center;
	margin-bottom: 15px;
}

.avatar-70 {
	border-radius: 50px;
}

.content-dash-2 {
	background: #F5F5F5;
	width: 100%;
	max-height: 100vh;
	padding: 40px;
	overflow-y: auto; 
}

.dash-name-user {
	color: #212121 !important;
	font-size: 16px;
}

.dash-user-datas {
	padding: 15px 0;
}

.menu-dash {
	padding: 0 20px;
}

.menu-dash ul li {
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

.menu-dash ul li i {
	margin-right: 10px;
}

.menu-dash p {
	margin-top: 30px;
	margin-bottom: 0px;
}


.info-dash-client{
	position:fixed;
	bottom: 11px;
	width:80%;
	background: #F26D00;
	color: white;
	padding: 10px;    
   border-radius: 5px;
   display: flex;   
   justify-content: space-between;
}


.info-dash-client p {
	margin:0; 
	padding: 0; 
	font-size: 16px;

}

.dash-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	grid-auto-rows: 200px;
grid-gap: 11px;
}

.dash-item {
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
	transition: all .2s;
}

.icon-dash {
	font-size: 40px;
	margin-bottom: 10px;
	color: orange;
}

.dash-item:hover {
	-webkit-box-shadow: 0px 0px 11px -5px #000000; 
	box-shadow: 0px 0px 11px -5px #000000;
}

.dash-item p {
	font-size: 15px;
}
.dash-item h2{
	margin: 0;
}

.block-trilhas {
	color: white !important;
}

.dash-client {
	width: 100vw;
	height: 100%;
	display: flex;
}

.content-dash-1 {
	width: 17vw;
	min-height: 100vh;
}

.header-dash {
	text-align: center;
	margin-bottom: 15px;
}
.title-dash {
	display: flex; 
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f26d00;
	padding: 15px 0;
}
   
.title-dash h2 {
	margin: 0;
	color: white;
}

[class^="vicon-"]::before, [class*=" vicon-"]::before{
	font-family: 'vicon' !important;
}

/* dashboard cliente */
#filters .date-filter{
	display: flex;
	align-items: center;
}
#filters .date-filter > div{
	margin-right: 10px;
}
#filters .button-container{
	padding-top: 10px;
}
#filters .button-container button{
	padding: 5px 15px;
	border: 0;
}
#filters .date-filter > div input{
	padding: 5px;
}
#filters input[type="submit"]{
	cursor: pointer;
}

.bottom_content {
	margin-top: 50px;
}

.dash-page-trilhas .dash-item{
	padding: 5px;
	background-size: cover;
	justify-content: end;
}
.dash-page-trilhas .dash-item.info-trilha{
	justify-content: center;
}
.dash-page-trilhas .dash-item p.dash-trilha-title{
	background-color: rgb(0 0 0 / 50%);
	margin: 0;
	padding: 5px 10px;
}
.dash-page-trilhas .dash-item .btn:hover{
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.header-table {
	background-color: #192430;
	padding: 15px 0;
	color: white;
	border-radius: 5px;
}

.table-item {
	border-bottom: 1px solid #f1f1f2;
	padding: 15px 0;
}

.consult-btn {
	background-color: #00a9ff;
	padding: 10px 15px;
	color: white;
	border-radius: 5px;
}

/* dashboard realtorios exportar */
.export-items{
	padding: 30px 0;
}
.group-select{
	padding: 15px 0;
}
.export-items button{
	cursor: pointer;
}

/* remove o botão de voltar no dashboard */
.backB{
	display: none !important;
}

.no-logged-dash{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100vh;
}