body {
	padding: 0;
	margin: 0;
	background: #ddd;
}
a {
	color: #424242;
}

a.hover-nodecor:hover {
	text-decoration: none;
	color: #424242;
}

.text-underlined {
	border-bottom: 1px solid #424242;
}

.cursor-pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

#header {
	background: #808080;
	min-height: 125px;
	margin: 0;
	vertical-align: middle;
}
#header h1.backend-title {
	color: #555555;
	text-transform: lowercase;
	font-size: 32px;
	position: relative;
	top: -5px;
}

#content > div > div > div {
	background: #fff;
	min-height: 300px;
	margin-top: -59px;
}

#content #main-area {
	padding: 15px;
}

#content #menu nav {
	background: #cccccc;
}

#content #menu nav a {
	color: #424242;
}

#content #menu nav ul li.nav-item {
	border-top: 3px solid transparent;
}
#content #menu nav ul li.nav-item.active {
	border-top: 3px solid #666666;
}

#content #dashboard i {
	position: relative;
	top: 5px;
}

#content .backend-table {
	width: 100%;
}

#content .backend-table thead {
	background: #eeeeee;
}

#content .backend-table thead td {
	font-size: 12px;
	color: #585858;
}

#content ul.pagination .page-item .page-link {
	color: #808080;
}

#content ul.pagination .page-item.active .page-link {
	background: #808080;
	border-color: #808080;
	color: #FFF;
}

table thead tr td {
	font-weight: bold;
}
table thead tr td,
table tbody tr td {
	padding: 10px 15px;
}

table tbody tr td {
	border-bottom: 1px dotted #ccc;
}

table tbody tr:hover {
	background: #F5ECCE;
}

table tbody tr:last-child td {
	border-bottom: none;
}

.select2-selection {
    height: 36px !important;
    line-height: 36px !important;
    padding-top: 4px;
    padding-left: 5px;
}