.context_menu {
	display: none;
	position: fixed;
	box-shadow: 0 0 10px #888;
	background-color: white;
	z-index: 1000;
	font-size: 14px !important;
	opacity: .95;
	max-height: 0;
	overflow-y: auto;
	border-radius: 5px;
	}

.context_menu.enabled {
	max-height: 50vh;
	transition: max-height .1s ease-in;
	}

.context_menu ul {
	padding: 4px 0;
	margin-bottom: 0 !important;
	position: relative;
	}

.context_menu * {
	z-index: 1000 !important;
	}

.context_menu li {
	list-style: none;
	font-size: .85em;
	color: #222;
	padding: 3px 16px 3px 16px;
	min-width: 250px;
	cursor: context-menu;
	}

.context_menu li:not([data-enabled="1"]) {
	color: #ccc !important;
	cursor: default;
	}

.context_menu li:not([data-enabled="1"]) .glyphicon {
	color: #ccc !important;
	cursor: default;
	}

.context_menu li span {
	margin-right: .7em;
	}

.context_menu li hr {
	margin: 0 !important;
	}

.context_menu li[data-enabled="1"]:hover {
	background-color: rgb(255, 238, 0);
	}

.controller_pg {
	height: 4px;
	min-width: 4px;
	width: 0;
	background-color: greenyellow;
	border: thin solid #999;
	position: absolute;
	top: 45%;
	left: 0;
	padding: 0px !important;
	display: block !important;
	z-index: 10000 !important;
	box-shadow: 1px 1px 1px #999;
	}

.bs-wrap-element {
	max-width: 100%;
	overflow-x: auto;
	}

.bs-wrap-element .input-group-addon{
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.bswrapper span.bs_close {
	height: 1rem;
	width: 1rem;
	position: absolute;
	top: 1.2em;
	right: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #959698;
	text-transform: uppercase;
	text-shadow: 0 2px whitesmoke;
	}

.bswrapper span.bs_close:hover {
	color: yellow !important;
	}

.bswrapper .modal-header {
	background: #ddd;
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9) inset, 0 5px 10px -5px rgba(255, 255, 255, 0.5) inset;
	border-bottom: thin solid #999;
	cursor: move;
	}

.bswrapper .modal-title {
	font-size: 14px;
	font-weight: bold;
	color: #959698;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin: 0 !important;
	text-shadow: 0 2px whitesmoke;
	}

.bswrapper .modal-body {
	padding: 4px !important;
	}

.bswrapper .form-control:not([disabled="disabled"]), .bswrapper .input-group-addon {
	padding: 2px 6px !important;
	font-size: 12px !important;
	height: 2em !important;
	}

.bswrapper textarea.form-control {
	height: auto !important;
	width: 100% !important;
	}

.bswrapper .table, .bswrapper .alert {
	margin: 0 !important;
	}

.bswrapper .table * {
	font-size: 12px;
	padding: 2px;
	}

.bswrapper .table thead th {
	vertical-align: middle !important;
	height: 100%;
	opacity: 0.7;
	text-shadow: 0 2px #f5f5f5;
	font-weight: bold;
	color: #777;
	}

.bswrapper .table thead th {
	text-align: center !important;
	background: #ddd;
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9) inset, 0 5px 10px -5px rgba(255, 255, 255, 0.5) inset;
	}

.bswrapper .table thead th:hover {
	background: #eee;
	transition-property: background;
	transition-duration: 1s;
	}

.bswrapper .table tr:hover {
	background: #eee !important;
	}

.bswrapper .bs_slider {
	margin: 0.35em .5em 0 .5em !important;
	}

.bswrapper .bs_slider_value {
	display: none;
	}

.bswrapper .modal-footer .bs-wrap-element {
	display: inline-block;
	}

.bswrapper textarea {
	min-height: 24px !important;
	}

.bs-tabs {
	}

.bs-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000 !important;
	}

.bs-tabs .nav > li > a {
	font-size: 12px !important;
	color: #999 !important;
	border: 1px solid #dddddd;
	transition: background 0.2s linear;
	}

.bs-tabs .nav > li > a {
	padding: 1rem 3rem !important;
	}

.bs-tabs .nav {
	width: 100% !important;
	}

.bs-tabs .nav > li > a {
	padding: .5rem 1rem !important;
	border-radius: 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.bs-tabs .nav > li {
	margin-bottom: 0 !important;
	}

.bs-tabs .nav > li:not(.active) > a {
	background: #eee;
	transition: background 0.2s linear;
	}

.bs-tabs .nav > li:hover > a {
	border: 1px solid #999;
	}

.bs-tab-body:not(.active) {
	display: none;
	}

.bs_form_footer .bs-wrap-element {
	float: left
	}

.form-control.bs_slider {
	margin: 0 !important;
	}

.form-control .bs_slider_ui {
	margin: 5px 1px 5px 1px !important;
	}

.form-control {
	font-size: 12px !important;
	}

.bs_radio {
	float: left !important;
	margin-right: .5em !important;
	}

.bs_radio > input[type="text"] {
	height: 2em !important;
	}

.bswrapper .fb-ribbon {
	padding: 4px;
	box-shadow: inset 1px 1px 4px rgba(154, 147, 140, 0.5), 1px 1px 4px rgba(255, 255, 255, 1);
	}

.bswrapper li[data-page] {
	cursor: pointer;
	}

.bs_form_body .row:empty {
	margin-bottom: 0 !important;
	}

.bs-uploadbox {
	padding: 10px;
	border: thin solid #ccc;
	}

.bs-uploadbox[data-isrequired="true"] {
	border-color: red;
	}

.bs-uploadbox input[type="file"] {
	display: none;
	}

.bs-uploadbox-files {
	}

.bs-uploadbox-files img {
	height: 48px;
	box-shadow: 0 0 4px #999;
	margin-right: .5em;
	margin-bottom: .5em;
	}

.bs-uploadbox-file-wrap {
	display: inline-block;
	width: auto;
	padding: 0px;
	position: relative;
	}

.bs-uploadbox-control {
	}

.bs-uploadbox-button {
	padding: 4px;
	font-weight: bold;
	}

.bs-uploadbox-label {
	font-weight: bold;
	margin-bottom: .5em;
	}
/* em notifications */
.em-box {
	position: fixed;
	width: 400px;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
	height: 90vh;
	overflow-y: auto;
	padding: 1em .5em;
	}

.em-item {
	border: none;
	background-color: rgba(255, 255, 255, .85);
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px #000;
	height: 80px;
	cursor: pointer;
	display: none;
	border-radius: 6px;
	overflow: hidden;
	}

.em-icon {
	float: left;
	width: 80px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	height: 100%;
	opacity: .85;
	}

.em-icon img {
	width: 100%;
	position: absolute;
	margin-top: auto;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	}

.em-title {
	font-weight: 400;
	width: 260px;
	font-size: 16px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-shadow: 0 2px whitesmoke;
	}

.em-body {
	float: left;
	overflow: hidden;
	padding: 6px;
	font-size: 14px;
	width: 260px;
	}

.tabmanager {
	max-width: 100%;
	overflow-x: auto;
	}

.admin_base[data-tab-mode="true"] .tabmanager {
	float: left;
	width: 15%;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav-tabs > li {
	float: none;
	}

.tabmanager .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000 !important;
	}

.tabmanager .nav > li[data-hide="true"] {
	display: none;
	}

.tabmanager .nav > li[data-hide="invisible"] {
	/*
	visibility: hidden;
	*/
	}

.tabmanager .nav > li .badge {
	display: none;
	}

.tabmanager .nav > li > a {
	font-size: 12px !important;
	color: #999 !important;
	border: 1px solid #dddddd;
	transition: background 0.2s linear;
	}

.admin_base:not([data-tab-mode="true"]) .tabmanager .nav > li > a {
	padding: 1rem 3rem !important;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav {
	width: 100% !important;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav > li > a {
	padding: .5rem 1rem !important;
	border-radius: 0px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav > li {
	margin-bottom: 0px !important;
	}

.tabmanager .nav > li:not(.active) > a {
	background: #eee;
	transition: background 0.2s linear;
	}

.tabmanager .nav > li:hover > a {
	border: 1px solid #999;
	}

.admin_base:not([data-tab-mode="true"]) .tabmanager .badge {
	margin: -1px .5rem 0 0;
	}

.tabmanager .badge {
	padding: 2px 4px;
	text-align: center;
	background-color: crimson;
	height: 1.5rem;
	border-radius: 0px;
	}

.mn_item{height:240px;border:thin solid #ccc;margin-bottom:10px;position:relative;opacity:.9; cursor:pointer; overflow:hidden;}
.mn_item:hover{opacity:1;}
.mn_item > div{display:block!important;}
.mn_item img:last-child{width:100%;}
.mn_item h4{position:absolute;padding:10px;background-color:rgba(255,255,255,.75);width:100%;top:10px;}
.mn_item p{font-size:.75em;color:white; text-shadow:0 0 2px #000;padding:0 10px 0 10px;position:absolute;bottom:0px;background-color:rgba(25,149,220,.75);width:100%;}
.ModernNewsControl .pagination{ margin:20px 0 40px 0;}
.ModernNewsControl {margin-bottom:40px;}
.mn_access{position:absolute;left:40%;top:40%;}
.mn_access .glyphicon{font-size:5em;color:red;text-shadow: 0 0 5px black;}
.mn_image{width:100%;}
div[comment="true"] .cm_new{background-color:#f99;}
div[comment="true"] a{}
div[comment="true"] > div > ul > li{border:thin dotted #ccc;padding:6px;margin-bottom:6px;}
div[comment="true"] quote[approved="false"] p{color:#ccc!important;}
div[comment="true"] ul{list-style-type:none;}
div[comment="true"] > div > ul{list-style-type:none;padding-left:0px;}
div[comment="true"] ul ul{padding-left:12px;}
div[comment="true"] ul ul li{padding-left:6px;}
.poll_vox{margin-bottom:16px;}
.progress-sm .progress-bar{}
.heading-xs{font-size:16px!important;}