/*
 * CSS específico do painel
 */
 
.ml10 {
	margin-left: 10px;
}
 
.mb10 {
	margin-bottom: 10px;
}

.mr5 {
	margin-right: 5px;
}

.pb15 {
	padding-bottom: 15px;
}

.filter {
	background-color: #f5f5f5;
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	/* border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	margin: -15px -15px 15px -15px; */
}

div.p20 {
	padding-top: 20px;
}

.widget .panel-heading span a {
	margin-left: 5px;
	color: #777;
}

.widget .panel-heading h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.smart-report-content {
	overflow: auto;
}

.modal .modal-header .widget-icons a {
	margin-left: 5px;
	color: #777;
}

.edit-mode a {
	color: #777;
}

.decoration-none {
	text-decoration: none !important;
}

.iframe {
	width: 100%;
	border: 0;
	height: auto;
	min-height: 500px;
}

.structure-preview.selected h4, .structure-preview:hover h4 {
	color: #74AF3B;
}

.structure-preview.selected .column, .structure-preview:hover .column {
	border: 1px dashed #74AF3B;
}

.navigation {
	float: left;
	margin-right: 15px;
}

.navigation ul li {
	height: 40px;
}

.navigation ul li a {
	color: #777;
	background-color: #eee;
	border-radius: 4px;
}

.navigation ul li i {
	margin-right: 4px;
}

.dashboard-wrapper {
	overflow: hidden;
}

.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.filter input, .filter input, .filter select, .filter select {
	margin: 0 0 10px 0 !important;
	padding: 1px 5px;
	color: #777;
	height: 28px !important;
}

.widget-item {
	margin-bottom: 15px;
}

.widget-item img {
	float: left;
	width: 64px;
}

.widget-item h4, .widget-item p {
	margin-top: 0;
	margin-left: 79px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.widget-item h4 a:hover {
	text-decoration: underline;
}