.admin-message {
	text-align: center;
	margin: 0px;
	border-radius: 0px;
}

.navbar .navbar-brand img {
	width: 41px;
	margin-top: -2px;
	float: left;
	filter: contrast(85%);
}

.navbar .sitename {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	padding-left: 6px;
	margin-top: 4px;
	float: left;
}

.navbar-nav > li > a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}

/* User modal and navbar link */
.modal-dialog-user {
	margin-top: 70px !important;
}

.avatar-row {
	height: 55px;
}

.avatar-row img {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-top: -110px;
	display: inline-block;
}

.navbar .avatar-container {
	margin: -9px 0;
}

.navbar .avatar-container img {
	margin-top: -2px;
}

.navbar .useravatar {
	box-shadow: 0 0 2px #1a1a1a;
}

.navbar-default {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
	.navbar #globalsearch .form-control {
		background: transparent;
		border: 0;
		box-shadow: none;
		color: #1a1a1a;
	}

	.navbar #globalsearch .btn {
		color: #1a1a1a;
		background-color: transparent;
		border-color: transparent;
		border-radius: 50%;
		padding: 10px 11px;
	}
	.navbar #globalsearch .btn:hover {
		background-color: #f1f1f1;
		border-color: transparent;
	}
}

/* Footer */
footer {
	color: #fff;
	background: #1a1a1a;
	position: relative;
	padding: 35px 15px 15px 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

footer a, 
footer a:hover {
	color: #fff;
}

footer a:active, 
footer a:focus {
	color: #ddd;
}

footer .footer-links {
	font-size: 14px;
	font-weight: 600;
	margin-top: 6px;
	padding-top: 6px;
}

footer .footer-links span {
	display: inline-block;
	white-space: nowrap;
	padding: 4px 8px;
}

footer .footer-bottom {
	font-weight: 600;
	padding: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 5px -15px -15px -15px;
}

footer #top {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 -15px 0 -15px;
	top: -8px;
}

footer #top .go-top {
	font-size: 1.2em;
	display: inline-block;
	cursor: pointer;
	background-color: #f2f2f2;
	color: #222;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10.5px 12px;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

footer #top .go-top:hover {
	background-color: #e5e5e5;
	color: #222;
}
footer #top .go-top:active {
	background-color: #ccc;
}

footer .fuison-logo {
	display: inline-block;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 72px;
}

footer .fuison-logo a {
	color: #fff;
	text-decoration: none;
}

/* Legacy */
.center, *[align="center"] {
	margin: 0 auto;
}

.tbl-border {
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
}

.tbl, .tbl1, .tbl2, .forum-caption {
	color: #494949;
	padding: 4px 6px;
}

.tbl1 {
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
}

.forum-caption {
	font-weight: 600;
}

.forum-caption, .tbl2 {
	background-color: #F4F4F4;
	border-bottom: 1px solid #EAEAEA;
}

.img-wide {
	position: relative;
	width: auto;
	margin: 0 -16px;
}

.img-wide span {
	font-size: 32px;
	font-weight: 300;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px 12px 14px 14px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.88) 10%, rgba(255,255,255,1) 90%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.88) 10%,rgba(255,255,255,1) 90%);
}

.forum-img-wrapper {
    display: inline-block !important;
	max-width: 400px;
	max-height: 400px;
	overflow: auto;
}

@media (min-width: 970px) and (max-width: 1300px) {
	article img {max-width: 660px;}
}
@media (min-width: 651px) and (max-width: 969px) {
	article img {max-width: 580px;}
}
@media (min-width: 551px) and (max-width: 650px) {
	article img {max-width: 480px;}
}
@media only screen and (min-width: 481px) and (max-width: 550px) {
	article img {max-width: 380px;}
}
@media (min-width: 300px) and (max-width: 480px) {
	article img {max-width: 250px;}
}

article .youtube,
.youtube-bbcode {
	position: relative;
	padding-top: 25px;
	height: 0;
}
article .youtube iframe,
.youtube-bbcode iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-bbcode {
	padding-bottom: 54.2%;
}
article .youtube {
	margin: 0 -16px;
	padding-bottom: 55.6%;
}

.imgborder {
	border: 1px solid #ddd;
}

/* Article list style */
article .news_news ul {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}

article .news_news ul li {
	padding-left: 1em; 
    text-indent: -.85em;
}

article .news_news ul li li {
	margin-left: 1.5em;
	padding: 0;
}

article .news_news ul li:before {
	content: "\2022";
	color: #3498db;
	padding-right: 8px;
}

/* Avatars */
.avatar-container {
	position: relative;
	display: inline-block;
}

/* Forum */
.panel-forum .panel-heading {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #222;
	color: #fff;
	padding: 10px 16px 8px 16px;
}
.panel-forum .panel-heading a, .panel-forum .panel-heading a:hover {
	color: #fff;
}
.forum-link, .forum-link:hover {
	color: #333;
}
.filter, .post_items {
	border-radius: 10px;
}
.lastpost-avatar {
	margin-top: 8px;
	margin-right: 10px;
}
.rank-label > .detail {
    background: transparent;
    padding: 9px 12px;
    margin: 0px;
	opacity: 1;
}
.thread-item:hover {
    background-color: #f9f9f9 !important;
}
.thread-item nav {
	margin-top: 6px;
}
.thread-item nav .btn-default {
	font-size: 0.65em;
	padding: 2px 9px;
	opacity: 0.9;
}
#moderator_menu #step-field {
	margin-top: -4px;
}

/* Panel heading icon */
.fa-heading {
	font-size: 24px;
	margin: -6px 4px 0px -6px;
}

/* Modal hr */
.modal-content hr {
	border-color: rgba(128, 128, 128, 0.25);
}

/* List fix */
.panel-body ul,
.modal-body ul {
	margin-left: 20px;
}
.panel-body .nav, 
.panel-body .dropdown-menu {
	margin-left: 0 !important;
}

/* Side panel */
.side, .side a {
	color: #333;
}

.side ul {
	margin-left: 0;
	list-style-type: none;
}

.side ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Modal close button fix */
.modal-header .close {
  font-size: 32px;
}

/* Comment reply form fix */
textarea#shout_message, .panel-txtarea {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

textarea#shout_message, .panel-txtarea .panel-heading {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 8px 12px 2px 12px;
}

.editor-wrapper .btn-link {
	font-size: 0.8em;
	font-weight: 600;
	padding: 6px 8px;
	margin: 0px 0px 6px 0px;
}

.editor-wrapper .btn-default:hover {
	background-color: #090909 !important;
}

.editor-wrapper #tab-prw-message::before,
.editor-wrapper #tab-prw-post_message::before {
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
	content: "\f06e";
	margin-right: 3px;
}

.editor-wrapper #tab-txt-message::before,
.editor-wrapper #tab-txt-post_message::before {
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
	content: "\f031";
	margin-right: 3px;
}

.panel-txtarea .preview-response {
    background-color: transparent;
}

/* Alert shadow and link fix */
.alert {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.panel .alert {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.alert a, .alert a:hover {color: #fff;}

/* Insys panel */
.btn-intsys {
	border-radius: 10px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

/* BBCode */
.panel.panel-default.panel-txtarea .bbcode_input .bbcode {
	margin: 0px 0px 5px 0px;
}
.bbcode-popup {
	background-color: rgba(240, 240, 240, 0.97);
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.bbcode-popup .bbcode_smileys_container {
	display: block;
	width: 288px;
}
.bbcode-popup .smiley {
    width: 32px !important;
    margin: 2px !important;
    padding: 0px !important;
}

/* Profile avatar upload fix */
.btn-file:hover {
	color: #333 !important;
}

/* New PM */
.newpm-notice {
	color: #fff;
	font-size: 12px;
	padding: 2px 3px;
	background-color: #2C90F9;
	border-radius: 50%;
	position: absolute;
	top: 21px;
	right: 4px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

/* PM Settings page */
#pm_email_notify-field label, #pm_save_sent-field label {
	display: block;
}

/* Comments container */
@media (min-width: 768px) {
	.comment-container {
		margin-left: 70px;
	}
}

/* Word break helper */
.word-wrap {
	word-wrap: break-word;
}

/* Advertisements */
.panel-helpus-warning {
	display: none;
}

/* Panel in panel shadow fix */
.panel .panel {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

/* Panel collapsible */
.panel-collapsible {
	position: relative;
	max-height: 300px;
	overflow: hidden;
}

.panel-collapsible-show {
	max-height: none !important;
}

.panel .panel-readmore {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 50px 10px 10px 10px;
	text-align: center;
	font-weight: 600;
	background-color: rgba(255,255,255,0.95);
	background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,1) 70%);
	cursor: pointer;
}

/* Select2 styles  */
.select2-container {
	margin: 4px 0;
}

.select2-container .select2-choice {
    height: 42px;
	padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    color: #444;
	background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	border-radius: 25px;
	text-align: left;
}

.select2-container .select2-choice div {
    width: 20px;
    height: 42px;
    right: 5px;
	background: transparent;
    border-left: 0px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}

.select2-container .select2-choice div b {
    margin: 6px 0;
}

.select2-container-active .select2-choice, 
.select2-container-active .select2-choices {
	-webkit-box-shadow: 0 0 0 3px rgba(128, 128, 128, 0.3);
	box-shadow: 0 0 0 3px rgba(128, 128, 128, 0.3);
}

.select2-drop {
	background: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 4px;
	margin-top: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.select2-container.select2-drop-above .select2-choice {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

.select2-drop.select2-drop-above {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 0;
    border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
}

.select2-search input {
    border: 1px solid #f1f1f1 !important;
	border-radius: 20px;
	padding: 0px 20px 0px 8px;
	background: #fff url(../../../includes/dynamics/assets/select2/select2.png) no-repeat 100% -22px;
}

.select2-container .select2-choice .select2-arrow {
    width: 22px;
    height: 100%;
    border-left: 0px;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: transparent;
    background-image: none;
}

.select2-container .select2-choice .select2-arrow b {
	margin-top: 6px;
	margin-left: -4px;
}

.select2-container .select2-choice abbr {
	top: 14px;
	right: 28px;
}

.select2-container-multi .select2-choices {
	border-radius: 6px;
    border: 1px solid #ccc;
}

.select2-results .select2-ajax-error, 
.select2-results .select2-no-results, 
.select2-results .select2-searching, .select2-results .select2-selection-limit {
	background: transparent;
}

.tooltip {
	border-radius: 4px;
}

/* Hero headers */
.panel-shoutbox-hero {
	background: linear-gradient(to bottom, rgba(255,255,255,0.92) 0px, rgba(255,255,255,1) 400px), 
				url('../images/shoutbox-hero.jpg') no-repeat top center / 100%;
}

.panel-help-hero {
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 10%, rgba(255,255,255,1) 100%), 
				url('../images/help-hero.jpg') no-repeat center center / cover;
}

.panel-intsys-hero {
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 80%, rgba(255,255,255,1) 100%), 
				url('../images/intsys-hero.jpg') no-repeat center center / cover;
}

.panel-downloads-hero {
	background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0px, rgba(255,255,255,1) 160px), 
				url('../images/downloads-hero.jpg') no-repeat top center / 100%;
	border-radius: 10px 10px 0px 0px;
}

.panel-community-hero {
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0px, rgba(255,255,255,1) 300px), 
				url('../images/community-hero.jpg') no-repeat top center / 100%;
}

/* Fa 4 to 5 fix */
.fa-heading:before {
    content: "" !important;
}

/* Bootstrap 3 Datepicker */
/*.bootstrap-datetimepicker-widget .datepicker {
	color: #ffffff;
}*/

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover, 
.bootstrap-datetimepicker-widget table td.day:hover, 
.bootstrap-datetimepicker-widget table td.hour:hover, 
.bootstrap-datetimepicker-widget table td.minute:hover, 
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td span:hover {
	color: #ffffff;
    background-color: rgb(58, 58, 58) !important;
}

.home-panel-container {
	padding: 10px 0px 20px 0px;
	margin-top: -21px;
	margin-bottom: 25px;
	background: rgb(8,113,196);
	background: linear-gradient(30deg, rgb(20, 149, 189) 0%, rgb(36, 184, 164) 50%, rgb(8, 118, 151) 100%);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
