.status_blocked {
	background: #F88 !important;
}
.status_old {
	background: #F80 !important;
}

.container {
	max-width: 98%;
}
.form-group .form-control {
	width: 70%;
	display: inline-block;
}
.form-group label {
	width: 25%;
}
div.form-group {
	border-bottom: solid 1px #ddd;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
div.form-group:last-child {
	border-bottom: none;
}
footer {
	min-height: 2rem;
}
hr {
	border-color: #aaa;
	margin: 10px 0;
}
select > option:disabled {
	color: #ccc;
}
nav.navbar-dark .nav > li > a:hover, nav.navbar-dark .nav > li > a:focus {
	text-decoration: none;
	background-color: #000000;
}
.help-block {
	color: #aa0000;
}
a[data-sort]:after {
	content: "\296f";
	margin-left: .3em;
}
a[data-sort].asc:after {
	content: "\25bc";
}
a[data-sort].desc:after {
	content: "\25b2";
}

.modal-dialog {
	max-width: 70%;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	margin-top: 0;
}
.dropdown.nav-item:hover > .dropdown-menu {
	display: block;
}

img.center {
	display: block;
	margin: 0 auto;
}
select.form-control {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}
.dselect-wrapper {
	border: none;
	padding:0px;
}
table.detail-view th {
	width: 30%;
}
.action_column {
	font-size: 1.2rem;
}
.action_column a {
	padding: 0.2rem;
    border: solid 1px;
    display: inline-flex;
    text-decoration: none;
    margin: 0.1rem;
    border-radius: 0.5rem;
    justify-content: center;
}
.flash_block {
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: 40%;
	z-index: 1;
}

#portalpartner-channelsarray {
	display: inline-grid;
    width: 70%;
}
