:root {
	--std-bg-color: #2B3B44;
	--std-blue: #3F48CC;
	--std-bg-color-hover: rgb(43,59,68, 0.7);
	--core-bg-color: #222222;
	--font-color: #e0e0e0;
	--std-box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
	--font-size-sm: 14px;
	--font-size-md: 14px;
	--font-size-lg: 14px;
}
.content-box-content.row.ib {
	min-width: 0;
}
@font-face{ 
	font-family: 'Colaborate';
	src: url('/include/font/colaborate/colaborate-webfont.eot');
	src: url('/include/font/colaborate/colaborate-webfont.eot?iefix') format('eot'),
	     url('/include/font/colaborate/colaborate-webfont.woff') format('woff'),
	     url('/include/font/colaborate/colaborate-webfont.ttf') format('truetype'),
	     url('/include/font/colaborate/colaborate-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'Open Sans';
	src: url('/include/font/opensans/opensans-webfont.eot');
	src: url('/include/font/opensans/opensans-webfont.eot?iefix') format('eot'),
	     url('/include/font/opensans/opensans-webfont.woff') format('woff'),
	     url('/include/font/opensans/opensans-webfont.ttf') format('truetype'),
	     url('/include/font/opensans/opensans-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: 'FontAwesome';
	src: url(/include/font/font-awesome/fontawesome-webfont.eot?v=4.6.2);
	src: url(/include/font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.2) format('embedded-opentype'), 
		 url(/include/font/font-awesome/fontawesome-webfont.woff2?v=4.6.2) format('woff2'), 
		 url(/include/font/font-awesome/fontawesome-webfont.woff?v=4.6.2) format('woff'), 
		 url(/include/font/font-awesome/fontawesome-webfont.ttf?v=4.6.2) format('truetype'), 
		 url(/include/font/font-awesome/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}
.red {
	color: #dd0000 !important;
}
/*** Arrow 7 Dashboards Styles ***/
.content-box-new {
	background: var(--core-bg-color);
	padding: 20px;
	font-size: 0;
	position: relative;
}
.box--shadow {
	background: var(--std-bg-color) !important;
	color: var(--font-color) !important;
	box-shadow: var(--std-box-shadow);
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	border: 2px solid transparent;
	position: relative;
}
.box--shadow input:not([type="submit"]),
.box--shadow textarea,
.box--shadow select {
	background: var(--font-color) !important;
	color: var(--std-bg-color);
}
.box--shadow.ui-tabs > div {
	position: relative !important;
}
.box--shadow label {
	margin: 10px auto 4px;
	font-size: 14px;
	color: var(--font-color);
}
.box--shadow .ui-tabs-panel > p {
	color: var(--std-bg-color);
}
.box--shadow.ui-tabs .ui-tabs-nav li{
	text-align: center;
	font-size: 18px !important;
	background: #546a7b !important;
	color: #e0e0e0 !important; 
	margin: 0 auto !important;
	border-radius: 0 !important;
}
.box--shadow.ui-tabs .ui-tabs-nav li.ui-state-active {
	background: #769196 !important;
}
.box--shadow.ui-tabs .ui-tabs-nav a {
	color: #e0e0e0 !important;
}
.box--shadow.ui-tabs .ui-tabs-panel {
	background-color: #2B3B44 !important;
}
.box--shadow.ui-tabs .ui-tabs-panel label {
	color: #e0e0e0 !important;
}
.box--shadow.ui-tabs .ui-tabs-nav {
	padding: 0;
}
.box--shadow .dashboard--header {
	font-weight: bolder;
	position: relative;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -20px;
	padding: 20px 0;
}
.box--shadow .dashboard--toggle i {
	margin-right: 20px;
	font-size: 14px;
	margin-left: 10px;
}
.box--shadow .dashboard--header:not(.dashboard--toggle){
	margin: 10px auto 20px;
}
.box--shadow.dashboard--input {
	padding: 0;
}
.box--collapse {
	height: 65px;
	transition: height 0.3s ease;
	overflow: hidden;
}
.box--collapse.active {
	height: auto;
	transition: height 0.3s ease;
}
.box--shadow .twelvecol.ib {
	padding: 0;
}
.dashboard--button {
	font-size: 14px !important;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background: #4F5A67;
	border: none;
	padding: 7px;
	color: #fff !important;
	cursor: pointer;
	margin: 5px 2px;
}
.dashboard--button:hover {
	background: #E7F5FF;
}
.twelvecol.ib.dashboard--opener {
	padding: 10px 20px;
	width: calc(100% - 20px);
	margin-left: 10px;
}
.twelvecol.ib.dashboard--opener h3 {
	color: #e0e0e0 !important;
}
.no-nudge {
	margin: 0 !important;
}
/*** the .cTooltip class is meant to be used as a dashboard section tooltip. If you need a tooltip for an individual element within a dashboard section, please create a new class, or find a proper way to ensure these still function correctly. ***/
.box--shadow .cTooltip {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.box--collapse:not(.active) .cTooltip {
	opacity: 0;
}
.box--collapse.active .cTooltip {
	opacity: 1;
	transition: opacity 1s ease;
}
/*** END Arrow 7 Dashboards Styles ***/
/*** Arrow Tooltip CSS ***/
.cTooltip {
	font-size: 0;
	position: relative;
	z-index: 100000;
	background: #fff;
	color: #222;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	width: 15px;
	height: 15px;
}
.cTooltip::before {
	 font-size: 14px;
	 text-align: center;
	 display: inline-block;
}
.tooltip-modal.up::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: calc(50% - 20px);
	border-bottom: 20px solid #ccc;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.tooltip-modal.up::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: calc(50% - 21px);
	border-bottom: 21px solid #222;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
}
.tooltip-modal.down::after {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 20px);
	border-top: 20px solid #eee;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.tooltip-modal.down::before {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 21px);
	border-top: 21px solid #222;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
}
.tooltip-modal.left::before {
	content: '';
	position: absolute;
	right: 100%;
	top: calc(50% - 21px);
	border-right: 21px solid #222;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
}
.tooltip-modal.left::after {
	content: '';
	position: absolute;
	right: 100%;
	top: calc(50% - 20px);
	border-right: 20px solid #eee;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.tooltip-modal.right::after {
	content: '';
	position: absolute;
	left: 100%;
	top: calc(50% - 20px);
	border-left: 20px solid #eee;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.tooltip-modal.right::before {
	content: '';
	position: absolute;
	left: 100%;
	top: calc(50% - 21px);
	border-left: 21px solid #222;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
}
.tooltip-modal {
	border: 1px solid #222;
	position: absolute;
	background: #eee;
	opacity: 0;
	z-index: 100000;
}
.tooltip-header {
	height: 15%;
	display: block;
	padding: 10px;
	background: #ccc;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #222;
	font-size: 24px;
}
.tooltip-content {
	padding: 10px;
	font-size: 16px;
}
.tooltipfadeIn {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tooltipfadeOut {
	animation-name: fadeOut;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/*** END Arrow Tooltip CSS ***/
.notifyItem.adminNote {
	background-color: rgba(48, 241, 48, 0.59);
}
#notificationCenter {
	min-width: 300px;
}
#notificationCenter ul {
	overflow: hidden;
}
#notificationCenter li {
	max-width: 300px;
}
#notificationCenter h5 {
	background: #ccc;
	color: white;
	padding: 10px 0px;
	margin-bottom: 0;
	text-shadow: 2px 2px 2px black;
	margin-top: 0;
	font-size: 12px;
}
#notificationCenter li > h5 + #notificationCenter li > h5 {
	margin-top: 10px;
}
.notifyCount {
	position: absolute;
	width: 15px;
	height: 15px;
	font-size: 10px;
	top: 5px;
	right: 0;
	border-radius: 1000px;
	background: white;
	color: black;
}
.notifyCount.new {
	background: gold;
}
.notifyCount.fix {
	padding-left: 5px;
	right: -5px;
	font-weight: normal;
	line-height: 1.42857;
}
.notifyItem {
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px;
	position: relative;
	z-index: 1;
	background: white;
}
.notifyAction {
	max-width: 10%;
	width: 10%;
	text-align: right;
	height: 100%;
}
.notifyAction > * {
	display: block !important;
	min-width: 0 !important;
	padding: 0 !important;
}
.notifyContent {
	max-width: 90%;
	width: 90%;
}
.notifyContent, .notifyAction {
	display: inline-block;
}
.notifyAction a:hover {
	background: transparent !important;
	color: black !important;
}
.keyBox {
	font-size: 10px !important;
	padding: 5px !important;
}
.keyBox:hover {
	cursor: pointer;
}
#newkeyBox {
	background: green;
	color: white;
	text-shadow: 2px 2px 2px black;
	border-width: 1px;
	border-style: solid;
	border-color: green;
}
#editkeyBox {
	background: yellow;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: yellow;
}
#closekeyBox {
	background: red;
	color: white;
	text-shadow: 2px 2px 2px black;
	border-width: 1px;
	border-style: solid;
	border-color: red;
}
#unknownkeyBox {
	background: black;
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.header_notification {
	padding: 15px;
	position: relative;
	top: 0;
	z-index: 0;
	transition: top 0.3s ease, opacity 0.3s ease;
}
.header_notification.fade-down {
	top: 80px;
	opacity: 0;
}
.header_notification p {
	margin: 0 auto;
}
/*** Armor Inline Block Column System ***/
.row.ib{
	font-size: 0px;
}
.row-wide.ib{
	font-size: 0px;
}
.onecol.ib, .twocol.ib, .threecol.ib, .fourcol.ib, .fivecol.ib, .sixcol.ib, .sevencol.ib, .eightcol.ib, .ninecol.ib, .tencol.ib, .elevencol.ib, .twelvecol.ib {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	vertical-align: top;
}
.onecol.ib {
	width: 8.3333%;
}
.twocol.ib{
	width: 16.6666%
}
.threecol.ib{
	width: 25%;
}
.fourcol.ib{
	width: 33.3333%
}
.sixcol.ib{
	width: 50%;
}
.sevencol.ib{
	width: 58.3333%
}
.eightcol.ib{
	width: 66.6666%
}
.ninecol.ib{
	width: 75%;
}
.tencol.ib{
	width: 83.3333%;
}
.elevencol.ib{
	width: 91.6666%;
}
.twelvecol.ib{
	width: 100%;
}
.page-content h1:first-of-type{
	margin-top: 0;
}
.logo-default{
	max-height: 45px;
	width: auto;
	margin-top: -5px; /* Armorback Logo Nudge */
}
.page-header.navbar .page-logo .logo-default{
	margin: 5px 0 0;
}
body, h1, h2, h3, h4, h5, h6{
	font-family: 'Colaborate';
}
.row {
	margin: 0 auto;
	max-width: 2140px;
	min-width: 755px;
	width: 100%;
}
.row_wide, .row-wide {
	margin: 0 auto;
	min-width: 755px;
	overflow: hidden;
	width: 100%;
}
.row::after, .row-wide::after, .row_wide::after{
	content: '';
	display: table;
	clear: both;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	float: left;
	margin-right: 2.66%;
	min-height: 1px;
}
.onecol {
	width: 4.85%;
}
.twocol {
	width: 13.45%;
}
.threecol {
	width: 21.25%;
}
.fourcol {
	width: 30.75%;
}
.fivecol {
	width: 39.45%;
}
.sixcol {
	width: 48%;
}
.sevencol {
	width: 56.75%;
}
.eightcol {
	width: 65.4%;
}
.ninecol {
	width: 74.05%;
}
.tencol {
	width: 82.7%;
}
.elevencol {
	width: 91.35%;
}
.twelvecol {
	width: 100%;
}
.last {
	margin-right: 0;
}
.row-wide::after{
	content: ' ';
	clear: both;
	display: table;
}
.row::after{
	content: ' ';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
	height: auto;
}
strong{
	font-weight: bold !important;
}
@media handheld, only screen and (max-width: 768px) {
body {
	font-size: 16px;
}
.row, .row_wide, body, .container {
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}
}
#navbarSpacer{
	height: 50px;
}
.button, form fieldset legend, form label, h1, h2, h3, h4, h5, h6, strong {
	font-weight: 400;
}
ul.ui-autocomplete {
	background: #DADADA;
	cursor: pointer;
	display: block;
	list-style-type: none;
	max-width: 600px;
	padding: 0;
	z-index: 100000;
}
ul.ui-autocomplete li.ui-menu-item {
	padding: 3px 5px
}
ul.ui-autocomplete li.ui-menu-item:hover, ul.ui-autocomplete li.ui-state-hover:hover {
	background: #666
}
.clear {
	clear: both
}
.align-left {
	float: left
}
.align-right {
	float: right!important
}
.tiny {
	font-size: 9px
}
.rightlinks, .rightlinks a {
	text-align: right
}
.rightlinks a:hover {
	text-align: right;
}
.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #4F5A67;
	border: none;
	padding: 7px;
	color: #fff!important;
	font-size: 11px;
	cursor: pointer;
	margin: 5px 2px
}
.button:hover{
	background: #CCCCCC;
}
a.remove-link {
	color: #b00
}
a.remove-link:hover {
	color: #000
}
fieldset {
	border: 1px solid #777!important;
	border-radius: 10px;
	padding: 0 10px 10px !important;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
	background-color: #fff;
}
legend {
	text-indent: 5px;
	padding: 5px;
	font-size: 16px
}
.dtLeft, .dtRight {
	padding: 5px 5px 0;
	float: left;
	display: inline-block
}
.dtLeft {
	max-width: 150px
}
.dtRight {
	max-width: 400px
}
#main-content ol, #main-content ul, #messages h4 {
	padding: 10px 0
}
/*.submit {
	height: 60px;
	width: 300px!important;
	font-size: 22px!important
}*/
.content-box {
	margin: 0 0 20px;
	background: #fff;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
.content-box-header {
	/*background: url(../img/bg-content-box.gif) top left repeat-x #e5e5e5;*/
	margin-top: 1px;
	min-height: 40px;
	background-color: var(--std-bg-color);
	color: #ffffff;
}
.content-box-header h3, .content-box-header h2 {
	margin-left: 20px
}
.content-box-header h4 {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: url(../img/bg-button-green.gif) top left repeat-x #459300!important;
	border: 1px solid #459300!important;
	padding: 5px;
	color: #fff!important;
	font-size: 11px;
	cursor: pointer;
	margin: 5px 2px
}
.content-box-content, .content-box-content-page {
	overflow: hidden;
}
.content-box-header h4 a {
	color: #fff
}
ul.content-box-tabs {
	float: right;
	padding: 12px 15px 0 0!important;
	margin: 0!important
}
ul.content-box-tabs li {
	float: left;
	margin: 0;
	padding: 0!important;
	background-image: none!important
}
ul.content-box-tabs li a {
	color: #333;
	padding: 8px 10px;
	display: block;
	margin: 1px;
	border-bottom: 0
}
ul.content-box-tabs li a:hover {
	color: #57a000
}
ul.content-box-tabs li a.current {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0
}
.content-box-content {
	padding: 10px 20px;
	margin-bottom: 100px;
	border-top: none;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}
.page {
	min-height: 600px
}
.center{
	text-align: center;
}

.content-box-content{
	overflow: auto !important;
}
table tr td{
	/*min-width: 100px !important;*/
}
table.ui-datepicket-calendar tr td{
	padding: 0 !important;
}
#massEdit {
	margin: 0 20px 20px;
}
#main-content table {
	width: 100%;
	border-collapse: collapse
}
#main-content table thead {
	white-space: nowrap
}
#main-content table thead th {
	font-weight: 700;
	font-size: 15px;
	color: #555;
	text-align: left
}
#main-content table thead th a {
	color: #555;
	text-align: left
}
#main-content tbody tr {
	background: #fff;
	text-align: left
}
#main-content tbody tr.alt-row {
	background: #f3f3f3
}
#main-content table td, #main-content table th {
	padding: 5px;
	line-height: 1.3em;
	vertical-align: middle;
}
#main-content table tfoot td .bulk-actions {
	padding: 15px 0 5px
}
#main-content table tfoot td .bulk-actions select {
	padding: 4px;
	border: 1px solid #ccc
}
#main-content .pagination {
	text-align: right;
	padding: 20px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 3px 6px
}
.pagination a.number {
	border: 1px solid #ddd
}
.cat_details, .post_control, .post_title .title_right {
	float: right
}
form label {
padding: 5px 0 0px 0px;
font-weight: normal;
margin: 0;
}
form fieldset legend {
	margin-bottom: 10px;
	padding-top: 10px
}
form p small {
	font-size: .75em;
	color: #777
}
.wysiwyg, input.text-input, select, textarea {
	padding: 6px;
	font-size: 13px;
	border: 1px solid #d5d5d5;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
form .small-input {
	width: 24%!important
}
form .medium-input {
	width: 48%!important;
	margin-left: 10px
}
form .large-input, form textarea {
	width: 100%!important
}
form textarea {
	min-height: 60px;
	font-family: Arial, Helvetica, sans-serif
}
form input[type=checkbox], form input[type=radio] {
	padding: 0;
	background: 0 0;
	border: 0
}
.boxMe {
	padding: 6px;
	margin: 0 8px 8px 0;
	border: 1px solid #999;
	border-radius: 3px;
	background: url(../img/bg-form-field.gif) top repeat-x #fff;
	display: inline-block
}
.content h1 {
	font-size: 2em;
	margin: .67em 0;
	color: #000
}
.content h2 {
	font-size: 1.5em;
	margin: .75em 0;
	color: #000
}
.content h3 {
	font-size: 1.17em;
	margin: .83em 0;
	color: #000
}
.content blockquote, .content h4, .content ol, .content p, .content ul {
	margin: 1.12em 0;
	color: #000
}
.content h5 {
	font-size: .83em;
	margin: 1.5em 0;
	color: #000
}
.content h6 {
	font-size: .75em;
	margin: 1.67em 0;
	color: #000
}
.content b, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content strong {
	font-weight: bolder;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.category {
	border: 1px solid #000;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	color: #000;
	box-shadow: 0 0 15px #bbb
}
.back_link {
	font: 700 14px arial, sans-serif
}
.category a {
	font: 700 18px/20px arial, sans-serif
}
.category p {
	margin: 0 15px
}
.cat_desc, .cat_title {
	margin-right: 250px
}
.cat_desc p {
	line-height: 1em;
	padding: 5px 0 0
}
.cat_details {
	width: 250px
}
.cat_details div {
	padding: 0 5px;
	float: right;
	text-align: center;
	line-height: 18px
}
.new_thread {
	text-align: right
}
.news h6 {
	font-size: 20px;
}
#post_delete, .msg_tab {
	text-align: center
}
.post {
	border: 1px solid #000;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	color: #000;
	-webkit-box-shadow: 0 0 15px #bbb;
	-moz-box-shadow: 0 0 15px #bbb;
	box-shadow: 0 0 15px #bbb
}
.post_title {
	border-bottom: solid 1px #999;
	padding: 2px;
	margin-bottom: 6px;
	color: #999
}
.post_body .post_author {
	font: 700 14px arial, sans-serif
}
.post_body .content {
	margin: 5px 20px 10px
}
.post_control form {
	margin: 0
}
.post_edited {
	float: left;
	color: #999
}
.forum_form {
	width: 450px;
	float: left
}
.forum_form input[type=text] {
	width: 300px;
	border-radius: 5px;
	margin: 5px;
	padding: 3px
}
.forum_form textarea {
	width: 100%;
	height: 250px;
	border-radius: 5px;
	margin: 5px;
	padding: 3px
}
#content_tbl {
	width: 100%!important
}
.forum_form_posts {
	width: 500px;
	float: right
}
#content_table, #content_toolbar1, #content_toolbar2 {
	width: auto!important
}
.msg_tab {
	width: 33%;
	border-width: 0 0 1px 1px;
	border-color: #000;
	border-style: solid;
	float: left
}
.msg_tab:first-of-type {
	border-width: 0 0 1px
}
.msg_list {
	margin: 10px 0 0
}
.msg_list_items {
	border: 1px solid #000;
	border-top: 0;
	padding: 10px;
	color: #000
}
.msg_details div {
	float: right;
	margin: 0 5px
}
.msg_details_r {
	text-align: right
}
#menu caption, #menu center, #menu th, .menuIcon {
	text-align: center
}
textarea#elm1{
	display: none !important;
}
#cke_elm1 .cke_inner #cke_1_contents{
	min-height: 540px;
}
.msg_list_items:first-of-type {
	border-top: solid 1px #000;
	border-radius: 5px 5px 0 0
}
.msg_list_items:last-of-type {
	border-radius: 0 0 5px 5px
}
.msg_list_items:nth-child(even) {
	background-color: #eee;
	box-shadow: 0 0 30px #fff inset;
	text-shadow: 0 0 20px #fff
}
.groupbox-pad {
	float: left;
	padding: 5px
}
.groupbox {
	border-radius: 4px;
	padding: 6px;
	font-size: 13px;
	background: url(../img/bg-form-field.gif) repeat-x #FFF;
	border: 1px solid #d5d5d5;
	color: #333
}
#menu {
	color: #000
}
#menu th {
	font-weight: bolder
}
#menu body {
	margin: 8px
}
#menu h1 {
	font-size: 2em;
	margin: 0 0 .67em
}
#menu h2 {
	font-size: 1.5em;
	margin: 0 0 .75em
}
#menu h3 {
	font-size: 1.17em;
	margin: 0 0 .83em
}
#menu #menu blockquote, #menu #menu fieldset, #menu #menu menu, #menu #menu ol, #menu dir, #menu dl, #menu form, #menu h4, #menu p, #menu ul {
	margin: 0 0 1.12em;
	padding: 0
}
#menu #menu menu, #menu blockquote, #menu dd, #menu dir, #menu ol, #menu ul {
	margin-left: 40px
}
#menu h5 {
	font-size: .83em;
	margin: 0 0 1.5em
}
#menu h6 {
	font-size: .75em;
	margin: 0 0 1.67em
}
#menu #menu h5, #menu #menu strong, #menu b, #menu h1, #menu h2, #menu h3, #menu h4, #menu h6 {
	font-weight: bolder;
	position: static;
	color: #000;
	padding: 0
}
#menu blockquote {
	margin-right: 40px
}
#menu #menu var, #menu address, #menu cite, #menu em, #menu i {
	font-style: italic
}
#menu #menu kbd, #menu code, #menu pre, #menu samp, #menu tt {
	font-family: monospace
}
#menu pre {
	white-space: pre
}
#menu #menu input, #menu button, #menu select, #menu textarea {
	display: inline-block
}
#menu big {
	font-size: 1.17em
}
#menu small, #menu sub, #menu sup {
	font-size: .83em
}
#menu sub {
	vertical-align: sub
}
#menu sup {
	vertical-align: super
}
#menu table {
	border-spacing: 2px
}
#menu td, #menu th, #menu tr {
	vertical-align: inherit
}
#menu del, #menu s, #menu strike {
	text-decoration: line-through
}
#menu hr {
	border: 1px inset
}
#menu ol {
	list-style-type: decimal
}
#menu #menu ul ul, #menu ol ol, #menu ol ul, #menu ul ol {
	margin-top: 0;
	margin-bottom: 0
}
#showhide {
	font-size: 1.8em;
	float: right;
	margin: 5px
}
.search-input{
	width: 50%;
}
#hideshow {
	font-size: 0;
	margin: 5px
}
#mainMenu {
	font-size: 1.4em;
	list-style: none;
	float: left;
	width: 125px;
	margin-left: -40px
}
#mainMenu img {
	display: inline
}
#mainMenu span {
	margin: 0 0 0 10px;
	vertical-align: top;
	line-height: 200%
}
#mainMenu li:nth-child(even){
	margin-left: 72px;
	margin-top: -24px;
}
#mainMenu li:nth-child(odd){
	margin-top: -22px;
	margin-left: 25px;
}
#mainMenu li:first-child{
	margin: 10px 25px 0px;
}
#mainMenu li::before{
	content: '';
	height: 0;
	border-right: 17px solid #81C319;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	position: absolute;
	left: -17px;
	top: 0px;
}
#mainMenu li::after{
	content: '';
	height: 0;
	border-left: 17px solid #81C319;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	position: absolute;
	right: -17px;
	top: 0px;
}
#mainMenu li i {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin-top: 12px;
	color: #ffffff;
}
#mainMenu li:hover i{
	color: #222222;
}
#mainMenu li:hover {
	color: #111;
	background-color: #ffffff;
}
#mainMenu li:hover::before, #mainMenu li:hover::after{
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#mainMenu li {
	list-style: none;
	text-wrap: none;
	position: relative;
	/*z-index: 0;*/
	line-height: 30px;
	width: 28px;
	height: 50px;
	background-color: #81C319;
}
#mainMenu li a{
	background-color: none;
	position: relative;
}
#mainMenu li .sideMenu{
	position: absolute;
	top: 0;
	left: 28px;
	width: 0;
	height: 500%;
	max-height: 40px;
	overflow: hidden;
	background-color: #222222;
	z-index: 1000000;
	transition: width 0.5s ease, max-height 0.5s ease 0.5s;
}
#mainMenu li:hover .sideMenu{
	width: 236px;
	max-height: 150px;
}
#mainMenu li a span{
	width: 0px;
	position: absolute;
	top: 0;
	left: 18px;
	transition: all 0.5s ease;
	overflow: hidden;
	padding: 0;
}
#mainMenu li:hover a span{
	width: 218px;
	padding: 10px;
}
#mainMenu li span{
	background-color: #222222;
	padding: 10px;
	z-index: 100000;
	font-size: 18px;
	color: #F0F0F0;
	font-weight: bold;
}
#mainMenu li ul{
	position: absolute;
	width: 218px;
	margin-top: -10px;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}
#mainMenu li ul li, #mainMenu li:first-child ul li{
	width: 175px;
	height: auto;
	background-color: #222222;
	color: #ffffff;
	z-index: 100000;
	margin: 0 !important;
	padding: 0 !important;
	left: 0;
}
#mainMenu li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#mainMenu li ul li:hover{
	background-color: #222222;
}
#mainMenu li ul li:hover a{
	color: #ffffff;
}
#mainMenu li ul li:before, #mainMenu li ul li:after{
	display: none;
}
#mainMenu li ul a {
	position: relative;
	color: #fff;
	display: block;
	padding: 3px 20px
}
.contentMenu a, .contentMenu h4 {
	display: inline-block;
	color: #fff
}
#mainMenu li ul a:hover {
	color: #111
}
.contentMenu {
	margin-left: 5px
}
.contentMenu a:hover {
	color: #fff
}
.contentMenu a {
	background: url(/cadmin/img/bg-menu.png);
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	padding: 5px 10px
}
.sideMenu {
	white-space: nowrap
}
#arrowTooltip {
	background-color: #FFFFFF;
	position: absolute;
	top: 20%;
	left: calc(50% - 150px);
	border: 1px solid #CCCCCC;
	display: none;
	padding: 0px 0px 20px;
	width: 300px;
	box-sizing: border-box !important;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.7);
}
#arrowTooltip .tooltipTitle {
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	background: url(../img/bg-content-box.gif) top left repeat-x #e5e5e5;
	margin-bottom: 10px;
}
.iButton i.fa{
	color: #2B3643;
	font-size: 16px;
	display: inline-block;
	padding: 5px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.iButton i.fa:hover{
	color: #7F7F7F;
}
.iButton:hover{
	text-decoration: none;
}
#arrowTooltip div {
	padding: 0 10px;
	box-sizing: border-box !important;
}
#arrowTooltip input, #arrowTooltip select{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cke_button__widgetbutton_icon {
	background-image: url('/cadmin/img/cog.png') !important;
}
.cke_button__layoutbutton_icon {
	background-image: url('/cadmin/img/grid.png') !important;
}
.videoThumb {
	height: 168.817px;
	width: 198px;
}
.rightlinks a i.fa{
	color: #ffffff;
	font-size: 18px;
	margin: 5px;
}
.rightlinks{
list-style: none;
}
.rightlinks li{
	display: inline-block;
}
.rightlinks .button {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}
.rightlinks .button:hover{
	background-color: #7F7F7F !important;
}
.sidebar-toggler{
	margin-top: 0 !important;
	color: #FFFFFF;
	background-color: transparent !important;
}
.page-logo .menu-toggler{
	margin-top: 15px !important;
	display: none !important;
}
.text-input{
	
}
.large-input{
	width: 100% !important;
	display: block !important;
}
input.text-input.currency-input{
	padding-left: 15px;
	position: relative;
}
.currency-symbol{
	padding: 5px;
	top: 0;
	left: 0;
	color: #999;
	pointer-events: none;
	display: inline-block;
	position: absolute;
	z-index: 1;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
table, tbody{
	width: 100%;
}
.notification{
	overflow: hidden;
	transition: width 0.5s ease, max-height 0.5s ease 0.5s;
	left: 0;
	max-height: 200px;
	-webkit-transition: left 0.5s ease, max-height 0.5s ease 0.5s;
}
.notification.dismissed{
	left: -500px;
	max-height: 0;
}
.row.dashboard {
	margin-bottom: 30px;
}
.widgetDock{
	min-height: 200px;
	border-radius: 5px;
	margin-right: 1.88%;
	width: 31.45%;
	min-width: 200px;
}
.widgetDock.dashed{
	border: 4px dashed #222222;
}
.gm-style-mtc div {
	background: #fff;
	padding: 5px !important;
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
}
#map-fullscreen {
	background: #fff;
	padding: 7px;
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
	margin-right: 12px;
	margin-top: 5px;
}
.draggable{
	background-color: #ffffff;
	/*border-bottom: 4px solid #7F7F7F; */
	padding-bottom: 10px;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(127,127,127,1);
	-moz-box-shadow: 4px 4px 3px 0px rgba(127,127,127,1);
	box-shadow: 4px 4px 3px 0px rgba(127,127,127,1);
	max-height: 340.2px;
	min-height: 340.2px;
}
.draggable.map{
	padding-bottom: 0px !important;
}
.draggable h2{
	cursor: pointer;
	margin-top: 0;
	padding: 6px;
	background-color: #5E6672;
	color: #ffffff;
	border-bottom: 4px solid #4F5A67;
	font-size: 22px;
	font-weight: normal;
	min-height: 40.2px;
}

.draggable div{
	padding: 10px;
}
.draggable.map div{
	padding: 0;
}
td .control, td a + a{
	font-size: 16px;
	color: #222222;
	padding: 5px;
}
td .control:hover, td a + a:hover{
	text-decoration: none;
	color: #62A045;
	cursor: pointer;
}
.control.button{
	font-size: 12px;
	padding: 6px;
	vertical-align: top;
}
.button{
	/*vertical-align: top;*/
	display: inline-block;
	text-decoration: none;
}
#popup{
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	z-index: 1000;
}
.center{
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.center-left{
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.center-left-off{
	left: 0%;
	top: 50%;
	transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
}
.center-right{
	left: 100%;
	top: 50%;
	transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
}
.center-right-off{
	left: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.down-center{
	left: 50%;
	top: 100%;
	transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
}
.down-center-off{
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}
.down-left{
	left: 0%;
	top: 100%;
	transform: translate(0%, -100%);
	-webkit-transform: translate(0%, -100%);
}
.down-left-off{
	left: 0%;
	top: 100%;
	transform: translate(-0%, 0%);
	-webkit-transform: translate(-0%, 0%);
}
.down-right{
	left: 100%;
	top: 100%;
	transform: translate(-100%, -100%);
	-webkit-transform: translate(-100%, -100%);
}
.down-right-off{
	left: 100%;
	top: 100%;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.up-center{
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}
.up-center-off{
	left: 50%;
	top: 0%;
	transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
}
.up-left{
	left: 0%;
	top: 0%;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.up-left-off{
	left: 0%;
	top: 0%;
	transform: translate(-0%, -100%);
	-webkit-transform: translate(-0%, -100%);
}
.up-right{
	left: 100%;
	top: 0%;
	transform: translate(-100%, 0%);
	-webkit-transform: translate(-100%, 0%);
}
.up-right-off{
	left: 100%;
	top: 0%;
	transform: translate(0%, -100%);
	-webkit-transform: translate(0%, -100%);
}
.popup{
	/*box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.7);*/
	pointer-events: all;
}
.popup.open{
	display: block;
	z-index: 100;
}
.popup .content{
	padding: 10px;
	overflow: auto;
	background-color: #ffffff;
	height: calc(100% - 30px);
	text-align: left;
}
.popup .shadow{
	/*position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 2px;
	z-index: -1;
	background-color: rgba(0,0,0,0.7);*/
}
.popup{
	position: fixed !important;
	width: 500px;
	height: 500px;
	background-color: #222222;
	/*top: calc(50% - 250px);
	left: calc(50% - 250px);*/
	top: 15vh;
	left: 15vh;
	/*transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);*/
	border: 4px solid #222222;
	text-align: center;
	z-index: 10000;
}
.popup h3{
	text-align: right;
	margin-top: 0;
	background-color: #222222;
	cursor: move;
}
.popup h3 a i{
	color: #ffffff;
	padding: 8px;
	display: inline-block;
}
.popup .handle {
	font-size: 0px;
	cursor: move;
	color: #ffffff;
}
.popup .handle .fa-times{
	cursor: pointer;
}
.popup .handle > div {
	display: inline-block;
	font-size: 18px;
}
.popup .handle > div:first-of-type {
	text-align: left;
	width: 80%;
}
.popup .handle > div:last-of-type {
	text-align: right;
	width: 20%;
}
.popup .closePop{
	display: inline-block;
}
.popup .closePop:hover{
	background-color: red;
}
.popup h3 a{
	border-radius: 0px;
	display: inline-block;
}
.popup .handle i {
	color: #ffffff;
	padding:8px;
	display: inline-block;
}
.popup h3 a:hover{
	background-color: red;
}
.popup #content{
	display: inline-block;
	text-align: left;
	width: 100%;
	background-color: #ffffff;
	height: calc(100% - 34px);
}
.filter{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #2f2f2f;
	opacity: 0.5;
	z-index: 99;
	top: 0;
	left: 0;
	pointer-events: none;
}
.filter.open{
	display: block;
}
.page-content{
	background-color: #F0F0F0 !important;
}
#main-logo {
	display: inline-block;
}
.page-table tbody tr td {
	padding: 10px 0;
}
.page-table tbody tr:hover {
	background-color: rgba(55,55,55,0.3);
}
.page-table-actions a {
	color: var(--std-bg-color);
	font-size: 20px;
	text-align: center;
}
.page-table-actions a:hover {
	color: var(--std-blue);
}
.page-table-actions i {
	width: 1.28571429em !important;
}
.nav > li {
	color: #fff;
}
#account-menu > i {
	font-size: 20px;
}
#account-menu {
	position: relative;
	padding: 16.5px;
	font-size: 16px;
	font-weight: Bold;
}
#account-menu:hover {
	background-color: #F0F0F0;
	cursor: pointer;
}
#account-submenu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: var(--std-bg-color);
	list-style: none;
	padding-left: 0;
}
#account-submenu li {
	width: 100%;
	min-width: 150px;
	height: auto;
}
#account-submenu li:not(.li-hr):hover {
	background-color: #222 !important;
}
#account-submenu .control.armor {
	line-height: 20px !important;
}
#account-submenu .control.armor:hover {
	background-color: #222 !important;
}
#account-submenu .li-hr {
	position: relative;
	width: 100%;
}
#account-submenu .li-hr::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 0;
	width: 80%;
	border-top: 1px solid #e0e0e0;
}
#account-submenu li:hover a {
	color: #fff !important;
	text-decoration: none;
}
#account-submenu a {
	display: block;
	text-align: center;
	width: 100%;
	padding: 15px;
	font-size: 12px !important;
}
#account-menu:hover #account-submenu {
	display: block;
}
.selected{
	border-right-color: #EDEDF7 !important;
}
.imageUpload{
	background: url(/tool/banner/banner_admin/img/picture_add.png) no-repeat right center !important;
	cursor: pointer !important;
}
.label.label-icon {
	padding: 2px 3px 4px 1px;
}
span.label.label-success{
	background-color: #36c6d3 !important;
}
span.label.label-danger{
	background-color: #ed6b75 !important;
}
span.label.label-warning{
	background-color: #F1C40F !important;
}
span.label.label-info{
	background-color: #659be0 !important;
}
span.label.label-bullhorn{
	background-color: #DCA306 !important;
}
span.label{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time{
	text-align: center;
	line-height: 125%;
}
.notification{
	display: inline-block;
}
.notification.dismiss{
	display: none !important;
}
.messageNot.row {
	min-width: 0;
	border-bottom: 1px solid #EDEDF7;
	padding: 10px;
}
.messageNot hr{
	margin: 5px;
	border-color: #EDEDF7;
}
.messageNot .message{
	font-size: 16px;
}
.content-box-header .sixcol.last li {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.content-box-header .sixcol.last li.active {
	background-color: #7F7F7F;
}
.content-box-header .sixcol.last li a{
	color: #ffffff;
	padding: 8px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	display: inline-block;
}
.content-box-header .sixcol.last li a:hover{
	background-color: #7F7F7F;
	text-decoration: none;
}

.content-box-header .telvecol.last li {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
}
.content-box-header .telvecol.last li a{
	color: #ffffff;
	padding: 8px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	display: inline-block;
}
.content-box-header .telvecol.last li a:hover{
	background-color: #7F7F7F;
	text-decoration: none;
}

.nav-item.searchableCat.sub-item{
	margin-left: 15px;
}
.social ul li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    line-height: 150% !important;
}
/*** Market Cart ***/
li span.item-name{
	width: calc(100% - 125px);
	display: inline-block;
	padding-left: 10px;
}
li span.item-price{
	width: 75px;
	display: inline-block;
	vertical-align: top !important;
}
li span.item-price + a.cartControl{
	width: 50px;
	display: inline-block !important;
	color: red !important;
	margin: 0 !important;
	padding: 0 18px 8px !important;
	vertical-align: top !important;
	border-bottom: none !important;
}
li span.item-price + a.cartControl:hover{
	background-color: transparent;
}
li span.item-price + a.cartControl:hover i{
	color: #2B3643;
}
.liveSearch{
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	border: 1px solid #A4AEBB;
	padding-left: 5px;
	margin-bottom: 10px;
	position: relative;
}
.liveSearch::after{
	font-family:"FontAwesome";
	right: 5px;
	text-align: right;
	content: '\f002';
	position: absolute;
}
.faSubmit{
	font-family: "FontAwesome";
	border: none !important;
	background-color: transparent;
	color: red;
	font-size: 18px;
}
.faSubmit:hover{
	color: #000000;
}
.faSubmit.button {
	font-family: "FontAwesome";
	background-color: #4F5a67;
	color: white;
	font-size: 11px;
}
.faSubmit.button:hover {
	background: #cccccc;
}
#header_cart_summary #subtotal{
	border-top: 2px solid #2B3643;
	color: #000000;
	padding: 2px 5px;
	min-height: 30px;
}
#cartDesc{
	padding: 5px;
	border-bottom: 2px solid #2B3643;
}
#cartDesc span{
	margin: 0 !important;
}
#cart{
	padding-top: 5px;
	padding-bottom: 5px;
}
table tr.strikethrough td:nth-child(2), table tr.strikethrough td:nth-child(3){
	text-decoration: line-through;
	color: #7F7F7F;
}
table tr.strikethrough td:nth-child(4){
	font-weight: bold;
	text-transform: uppercase;
}
/*** CANNECOM MESSENGER ***/
/** New Accordion Thing **/
.panel-heading {
	background-color: #21282E !important;
	border-radius: none !important;
	padding: 0px !important;
}
.panel-heading h3{
	margin: 0px !important;
	padding: 0px !important;
}
.panel-heading h3 a{
	padding: 25px;
	display: inline-block;
	width: 100%;
}
.panel-heading:hover{
	background-color: #222 !important;
}
.panel-heading:hover h3 a{
	color: #fff;
}
.panel-heading a {
	color: #99A5B0;
}
/** Favorite System **/
.media-controls {
	position: relative;
	padding: 0px 15px;
}
.media-controls a {
	position: relative;
}
.media-controls a i.fa-star-o, .media-controls a i.fa-star {
	color: gold;
}
.media-controls a i.fa-user {
	color: white;
}
.userHook {
	display: none;
}
.userSelected {
	border: 2px solid red;
}
span.holder {
	position: relative;
	z-index: 9999;
	display: inline-block;
}
span.holder:first-of-type {
	margin-top: 10px;
}
button.media {
	background: #FEFEFE;
	margin: 0 0 20px;
	padding: 10px;
	position: relative;
	z-index: 10000;
	width: 265px;
	height: 85px;
}
.holder .userHook {
	display: none;
}
button.media .media-body {
	text-align: left !important;
	display: inline-block;
	width: 75%;
}
button.media .media-object {
	border-radius: 50%;
	width: 24%;
	display: inline-block;
}
.media .media-object > img {
	position: relative;
}
button.media .media-heading{ 
	margin: 5px 0 0;
	font-size: 14px;
	color: #99a8b5;
}
button.media .media-heading-sub {
	font-size: 11px;
	text-transform: uppercase;color: #657b8d;
}
.buttonfix {
	max-width: 75px;
	text-align: center;
	float: right;
	vertical-align: bottom;
}
.viewMenu {
	display: block !important;
	position: fixed;
}
.emoji { 
	background: transparent;
	position: absolute;
	right: 40px;
	top: 8px;
	z-index: 10000;
	border: none;
}
.emojiInsert {
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.emojiInsert:hover {
	border: 1px solid black;
}
.emojiInsert img {
	vertical-align: middle;
}
.emoji i {
	color: #737373;
}
.emojiMenu {
	z-index: 10000;
	display: none;
	padding: 20px;
	bottom: 33px;
	right: 320px;
	background: white;
	border-bottom: 4px solid black;
	width: 690px;
	height: 360px;
	border-radius: 15px;
	overflow: auto;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#emojiClose {
	position: absolute;
	top: 0;
	right: 0;
}
#emojiClose:hover {
	color: red;
}
.emojiMenu ul {
	position: relative;
	top: 0;
	margin-bottom: 20px !important;
	width: 640px;
}
.emojiMenu ul.ui-widget-header {
	border: 1px solid #69AB4A;
	background: #3F8738;
}
.emojiMenu ul.ui-widget-header li {
	border: 1px solid #69AB4A;
}
.emojiMenu ul.ui-widget-header li.ui-state-hover {
	border: 1px solid #3F8738;
	background: #69AB4A;
}
.emojiMenu.inbox {
	right: 970px;
}
.page-quick-sidebar-chat-user-form {
	position: relative;
}
.input-group {position: relative;}
.tmessage .tencol {
	background: #36424C;
	padding: 10px !important;
	position: relative;
	border-bottom: 4px solid black;
}
.tmessage.row {
	min-width: 0 !important;
}
.tmessage + .tmessage {
	margin-top: 2%;
}
.tmessage .messageContent {
	padding: 10px;
	color: white;
	font-size: 16px;
}
.messageInfo {
	color: #8496A7;
}
.message_right {
	text-align: right;
	width: 100%;
}
.message_right .tencol::before {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #36424C;
	position: absolute;
	right: -7px;
}
.message_left {
	text-align: left;
	width: 100%;
}
.message_left .tencol::before {
	content: "";
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #36424C transparent transparent;
	position: absolute;
	left: -7px;
}
.profImg i {
	font-size: 30px;
	margin-top: 15px;
}
.conversation {
	border-bottom: 4px solid #7F7F7F;
	padding: 0;
}
.conversation div {
	display: inline-block;
	padding: 10px;
	height: 100%;
}
.conversation div.last{
	width: 100%;
}
.conversation .convoName{
	color: #ffffff;
	background-color: #FF990F;
	text-shadow: 1px 1px 1px black;
}
.conversation .convoDate{
	color: #7F7F7F;
	background-color: #EDEDF7;
}
.conversation.row {
	min-width: 0 !important;
	margin-bottom: 20px;
}
.form-control.chat-input {
	padding: 6px 24px 6px 12px;
}
.hideUser{
	display: none;
	height: 0;
	width: 0;
}
#profileReviews .sixcol {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 220px;
}
/*** CANNECOM INBOX ***/
#viewMessages {
	min-height: 630px;
	max-height: 630px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#viewMessages .row {
	border-bottom: 1px solid black;
}
#viewMessages .message_right > div {
	padding: 20px;
}
#viewMessages .message_left > div {
	padding: 20px;
}
#viewMessages .tencol {
	margin-right: 0px;
	width: 90%;
}
#viewMessages .twocol {
	margin-right: 0;
	width: 10%;
	text-align: center;
}
#viewMessages .twocol i {
	font-size: 30px;
	margin-top: 15px;
}
i.img-circle{
	color: #EDEDF7;
	font-size: 25px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.round-image{
	border-radius: 400px !important;
	width: 40px;
	height: 40px;
}
.spinner{
	display: block;
	text-align: center;
	padding: 18px;
}
.spinner i{
	-webkit-animation: spin 1.1s infinite linear;
  	animation: spin 1.1s infinite linear;
  	font-size: 18px;
	color: #2672EC;
}
.scroll{
	max-height: 300px;
	overflow: auto;
}
.draggable{
	overflow: hidden;
	border-left: 1px solid #dedede;
}
@keyframes spin{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inline-form{
	display: inline-block;
}
/** Marketplace **/
.marketAd {
	border-bottom: 1px solid #ccc;
}
.card {
	width: 215px;
	display: inline-block;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	background: white;
	text-align: center;
	vertical-align: top;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,.08);
	-moz-box-shadow: 4px 4px 3px 0px rgba(0,0,0,.08);
	box-shadow: 4px 4px 3px 0px rgba(0,0,0,.08);
	
}
.card.buyNow, .card.auction {
	position: relative;
}
.card.buyNow::before {
	content: 'Buy Now';
	position: absolute;
	font-weight: bold;
	font-style: italic;
	top: 15px;
	left: -105px;
	font-size: 20px;
	padding: 4px;
	width: 300px;
	transform: rotate(-38deg);
	-webkit-transform: rotate(-38deg);
	background-color: rgba(38, 114, 236, 0.8);
	color: #ffffff;
	z-index: 10;
}
.card.auction::before {
	content: 'Auction';
	position: absolute;
	font-weight: bold;
	font-style: italic;
	top: 15px;
	left: -105px;
	font-size: 20px;
	padding: 4px;
	width: 300px;
	transform: rotate(-38deg);
	-webkit-transform: rotate(-38deg);
	background-color: rgba(69, 147, 0, 0.8);
	color: #ffffff;
	z-index: 10;
}
.card h4 {
	min-height: 100px;
	padding: 0 5px;
	width: 100%;
	text-align: left;
}
.card h4 a {
	color: black;
	font-weight: 100;
	font-family: "Open Sans";
	font-size: 14px;
}
.card img {
	border-bottom: 2px solid #2672EC;
	height: 217px;
	width: auto;
	vertical-align: middle;
	margin: 0 auto;
}
.card span {
	display: inline-block;
	font-size: 24px;
	text-align: left;
	width: 49%;
}
.card p {
	max-width: 70%;
	margin: 0 auto;
	min-height: 80px;
}
.card .cartControl {
	display: inline-block;
	text-align: right;
}
.cardHolder{
	max-width: 1610px;
	margin: 0 auto;
	text-align: center;
}
/** Cannebrary **/
.content-box-content.content-fix {
	padding: 0px;
}
.cannebrary {
	text-align: center;
}

.canneCard {
	display: inline-block;
	width: 16.5%;
	margin: 0 auto 4px;
	text-align: center;
	color: white;
	border-radius: 30px;
	padding: 20px;
	vertical-align: top;
}
.canneCat {
	text-align: left;
	font-size: 10px;
	color: #e7e7e7;
	margin-bottom: 20px;
}
.canneCard.indica {
	background-color: #2672EC;
}
.canneCard.sativa {
	background-color: #D98D13;
}
.canneCard.hybrid {
	background-color: #62A045;
}
.canneCard.unknownCat {
	background-color: #364150;
}
.canneName {
	font-size: 30px;
	min-height: 130px;
}
.canneName.large {
	font-size: 48px;
	min-height: 20px;
	color: white;
	text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.533333px 0.833333px 0px, rgb(0, 0, 0) -0.416667px 0.916667px 0px, rgb(0, 0, 0) -0.983333px 0.133333px 0px, rgb(0, 0, 0) -0.65px -0.75px 0px, rgb(0, 0, 0) 0.283333px -0.966667px 0px, rgb(0, 0, 0) 0.966667px -0.283333px 0px;
}
.canneImg {
	text-align: center;
	background-image: url(/upload/image/mariHero.jpg);
	background-position: center;
	background-attachment: fixed;
	min-height: 500px;
}
.canneOverlay {
	width: 100%;
	height: 100%;
	min-height: 500px;
	background: rgba(128,128,128,1);
background: -moz-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(196,196,196,0.78) 47%, rgba(237,237,237,0.54) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,128,128,1)), color-stop(47%, rgba(196,196,196,0.78)), color-stop(100%, rgba(237,237,237,0.54)));
background: -webkit-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(196,196,196,0.78) 47%, rgba(237,237,237,0.54) 100%);
background: -o-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(196,196,196,0.78) 47%, rgba(237,237,237,0.54) 100%);
background: -ms-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(196,196,196,0.78) 47%, rgba(237,237,237,0.54) 100%);
background: linear-gradient(to bottom, rgba(128,128,128,1) 0%, rgba(196,196,196,0.78) 47%, rgba(237,237,237,0.54) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ededed', GradientType=0 );
}
.canneOverlay .canneCard {
	margin-top: 140px;
}
.rowfix {
	max-width: 768px;
	margin: 0 auto;
	padding: 20px;
}
.canneDesc p {
	font-size: 20px;
}
.hideTab {
	display: none;
}
.showTab {
	display: block;
}
#dataTabs {
	position: relative;
}
.dataInfo {
	position: absolute;
	top: 23%;
	left: 23%;
}
.dataTabs li {
	width: 32.9%;
	text-align: center;
}
.dataTabs li a {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.dataInfo .infoBlock {
	display: block;
}
.colorBox {
	width: 10px;
	height: 10px;
	display: inline-block;
}
.effectValue {
}
.effectSlider {
	margin: 10px;
}
#sliders .ui-widget-header {
	background: #62A045 !important;
}
.canneFlavor {
	text-align: center;
}
.canneFlavor h3 {
	text-align: left;
}
.flavorCard {
	display: inline-block;
	width: 32%;
	margin: 20px auto;
	text-align: center;
	color: white;
	padding: 20px;
}
.flavorCard:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 1px solid #ccc;
}
.flavorCard:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 1px solid #ccc;
}
/* This isn't the most efficient way to do this, but with the variability in the flavors I figured it'd suffice */
.flavorCard#Woody, .flavorCard#Earthy {
	background: #864121;
}
.flavorCard#Flowery, .flavorCard#Sweet, .flavorCard#Lavender, .flavorCard#Rose, .flavorCard#Violet {
	background: #EB2E83;
}
.flavorCard#Skunk, .flavorCard#Pungent, .flavorCard#Blue-Cheese, .flavorCard#Cheese {
	background: #A38E2A;
}
.flavorCard#Grape, .flavorCard#Berry, .flavorCard#Blueberry, .flavorCard#Plum, .flavorCard#Strawberry, .flavorCard#Peach, .flavorCard#Apricot {
	background: #832E70;
}
.flavorCard#Ammonia, .flavorCard#Diesel, .flavorCard#Tar, .flavorCard#Chemical {
	background: #567583;
}
.flavorCard#Honey {
	background: #EB2E83;
}
.flavorCard#Citrus, .flavorCard#Grapefruit, .flavorCard#Lemon, .flavorCard#Orange, .flavorCard#Lime {
	background: #F1D400;
}
.flavorCard#Butter {
	background: #A38E2A;
}
.flavorCard#Tropical, .flavorCard#Pineapple, .flavorCard#Mango {
	background: #FCAF17;
}
.flavorCard#Nutty, .flavorCard#Chesnut, .flavorCard#Coffee {
	background: #AA7129;
}
.flavorCard#Spicy-Herbal {
	background: #D44727;
}
.flavorCard#Pine {
	background: #78562B;
}
.flavorCard#Pear, .flavorCard#Tree-Fruit, .flavorCard#Apple {
	background: #80B443;
}
.flavorCard#Minty {background: #76BD1D;}
.flavorCard#Mint, .flavorCard#Sage, .flavorCard#Pepper, .flavorCard#Tobacco, .flavorCard#Vanilla {
	background: #496246;
}
.growInfo div div {
	display: inline-block;
	padding: 10px;
}
.growInfo div div + div {
	margin-left: 2%;
}
.growInfo div div:not(.infoTitle){
	width: 25%;
}
.infoTitle {
	font-size: 24px;
	font-weight: bold;
	width: 16%;
}
.growInfo div div.selected {
	background: #ccc;
	border-radius: 5px;
}
/** Cannebrary Search **/
article.search {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	padding: 20px;
}
article.search .sixcol.last {
	text-align: right;
}
article.search::after {
	clear: both;
	content: '';
	display: block;
}
article.search .entrytext {
	margin-left: 40px;
}
article.search .type {
	padding: 5px;
	text-align: center;
	width: 100px;
	float: right;
	color: white;
}
article.search .type.indica {
	background-color: #2672EC;
}
article.search .type.sativa {
	background-color: #D98D13;
}
article.search .type.hybrid {
	background-color: #62A045;
}
article.search .type.unknownCat {
	background-color: #364150;
}
/** Reviews **/
.review {

}
.ratingSelector {
	margin-top: 5px;
}
.ratingSelector span  {
	color: gold;
	vertical-align: middle;
}
/** Profiles **/
.marketAd{
	max-height: 260px;
	overflow: hidden;
	max-width: 1629px;
	width: 100%;
	height: auto;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	margin: 0 auto 20px;
	position: relative;
}
.marketAd span{
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: inline-block;
	padding: 10px 15px;
	background-color: rgba(0,0,0, 0.75);
	color: #ffffff;
	font-size: 40px;
	border-radius: 10px;
}
.page-footer .page-footer-inner {
	float: none !important;
	vertical-align: top;
	width: 11%;
	margin-top: 30px;
}
.page-footer .page-footer-tools {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
.page-footer-tools h3 {
	color: white;
}
.footerMenu {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 18%;
}
.footerMenu li a {
	color: white;
}
.btn_pageination{
	border: 1px solid black;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	background-color: #ffffff;
}
.pages_pageination {
    border: 1px solid black;
	margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    padding: 5px;
}
.left:not(.tooltip-modal){
	float: left;
	max-width: 300px;
	height: auto;
	border: 4px solid #69AB4A;
	margin-right: 10px;
	margin-bottom: 10px;
}
.page-sidebar-menu{
	overflow: auto;
	max-height: 75vh;
	position: fixed;
	top: 50px;
	width: 235px;
}
/*** MISC ***/
.page-sidebar.navbar-collapse.collapse {
	position: relative;
}
.page-sidebar-closed .footerInfo{
	display: none;
}
.footerInfo {
	position: fixed;
	width: 235px;
	margin-top: 75vh;
	padding-top: 10px;
	left: 15px;
	z-index: 1000;
	float: left;
	color: #98a6ba;
	font-size: 13px;
	display: block;
}
/* this was my attempt at eliminating the footer to open the site up more, but it failed */ 
.page-footer {
	/*background: #FEFEFE !important;*/
}
.actionForm {
	display: inline-block;
}
.actions {
	color: #62A045;
	transition: all 0.1s ease;
	cursor: pointer;
	margin: 0 5px;
}
.actions.fa-ban {
	color: red;
	transition: all 0.1s ease;
	cursor: pointer;
	margin: 0 5px;
}
.actions:hover {
	color: #2672EC;
}
.formHide {
	display: none;
}
.formShow {
	display: table-row;
}
.entry .infoBlock {
	display: inline-block;
	width: 31%;
}
.infoName , .infoValue {
	display: inline-block;
}
.infoName {
	min-width: 100px;
}
.infoName + .infoValue {
	margin-left: 20px;
}
.entry {
	border-bottom: 1px solid #ccc;
}
.nav.navbar-nav.pull-right li a{
	color: #ffffff;
	font-weight: bold;
}
.nav.navbar-nav.pull-right li a:hover{
	color: #222222;
}
#icon{
	display: inline-block;
	cursor: pointer;
}
.content-box-header .sixcol{
	width: 23.6666%;
	display: inline-block;
}
.content-box-header .sixcol.last{
	text-align: right;
	width: 73.3333%;
	padding-right: 2px;
}
.armorMenu.armorActive a{
	background-color: #ffffff !important;
	color: #222222 !important;
}
.sub-menu .armorMenu.armorActive a{
	background-color: #F0F0F0 !important;
}
h4.button a{
	color: #ffffff;
}
input#searchArgs.text-input.large-input{
	width: 50% !important;
	display: inline-block !important;
} 
table tr td{
	overflow: auto;
}
.ui-datepicker-next, .ui-datepicker-prev{
	font-family: 'FontAwesome';
	background-color: #4F5A67;
}
.ui-widget-header{
	color: #222222 !important;
}
.top-menu .control.armor{
	font-size: 20px;
	display: inline-block;
	padding: 12.5px 15px;
	line-height: 30px;
	color: #ffffff;
}
.top-menu .dropdown-toggle.armor {
	font-size: 20px;
}
.top-menu .control.armor:hover{
	background-color: #F0F0F0;
	color: #222222;
}
.stripes{
	padding-left: 10px;
}
.stripes li{
	padding: 10px;
}
.stripes li:nth-child(even), table tr:nth-child(even){
	background-color: rgba(0,0,0,0.1);
}
#masterForm table tr:nth-child(even){
	background-color: rgba(0,0,0,0);
}
.ui-widget-header{
	border: none;
	background: transparent;
}
.ui-tabs{
	background-color: #ffffff;
	border: none;
}
.ui-tabs-nav li{
	background-color: #ffffff !important;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.5) inset;
}
.ui-tabs-nav li.ui-state-active{
	background-color: #F0F0F0 !important;
	border: none;
	box-shadow: none;
}
.ui-tabs-nav li.ui-state-active a{
	color: #000000;
}
.ui-tabs > div{
	background-color: #F0F0F0;
	border: none;
}
tr .log{
	padding: 5px;
}
tr:nth-child(even) .log{
	background-color: #DAEDB6; 
}
tr:nth-child(odd) .log{
	background-color: #C9E6ED;
}
.log .logHead span{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	padding: 5px;
	font-weight: bold;
}
.menuHolder{
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 10000000;
}
.menuHolder .menuControl{
	color: #ffffff;
	display: inline-block;
	padding: 13px 15px;
	font-size: 20px;
	margin: 0 !important;
}
.menuHolder .menuControl:hover{
	background-color: #F0F0F0;
	color: #222222;
}
.menuHolder a + div{
	display: none;
	max-height: 500px;
	overflow-y: scroll;
	box-shadow: 2px 4px 2px 0px rgba(0,0,0,0.4);
}
.menuHolder a + div ul{
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
}
.menuHolder a + div ul li h4{
	background-color: #5E6672;
	color: #ffffff;
	margin: 0px;
	padding: 5px 0px;
}
.menuHolder a + div ul a{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	min-width: 200px;
}
.menuHolder a + div ul a:hover{
	background-color: #F0F0F0;
	color: #222222;
}
.menuHolder a.active{
	background-color: #F0F0F0;
	color: #222222;
}
.menuHolder a.active + div{
	display: block;
	position: absolute;
	z-index: 100000000;
	top: 99%;
	right: 0;
	background-color: #FFFFFF;
}
/*** Knowledge Manager ***/
.content-box-content.knowFix {
	min-height: 550px;
}
.knowledge {
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	min-height: 512px;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 30px;
}
.sTitle {
	padding: 10px;
	background: #FF990F;
}
a .sTitle {
	color: white;
	text-shadow: 2px 2px 2px black;
}
.sTitle:hover {
	background: #4F5A67;
}
.knowledge h4{
	padding: 10px;
}
.knowledge:nth-child(odd) h4{
	background: #FF990F;
	color: white;
	text-shadow: 2px 2px 2px black;
}
.knowledge:nth-child(even) h4 {
	background: #ccc;
}
.knowledge .text-input.large-input {
	width: 95% !important;
	display: inline-block !important;
}
.knowledge .faSubmit {
	display: inline-block;
	max-width: 10%;
}
.knowPrev {
	padding: 10px;
	margin-bottom: 5px;
	min-height: 18%;
}
.knowledge:nth-child(odd) .knowPrev {
	border-left: 3px solid #ccc;
}
.knowledge:nth-child(even) .knowPrev {
	border-left: 3px solid #FF990F;
}
.knowPrev p {
	margin: 5px auto;
	display: inline-block;
}
.knowPrev a {
	display: inline-block;
	margin-right: 10px;
}
.knowContent {
	
}
.knowContent h4 {
	background: #FF990F;
	color: white;
	padding: 10px;
	text-shadow: 2px 2px 2px black;
}
.knowSidebar {
	border: 3px solid #ccc;
	min-height: 300px;
	background: white;
}
.knowSidebar h6 {
	padding: 5px;
	background: #469300;
	text-align: center;
	margin: 0px;
	color: white;
	text-shadow: 2px 2px 2px black;
}
.knowSidebar p {
	margin: 0;
	padding: 5px;
}
.disable{
	background-color: #cecece;
}
/* Calendar */
#armCal.cal.holder{
	width: 100%;
	text-align: left;
}
#armCal.month .day{
	width: calc(100%/7);
	display: inline-block;
	border: 1px solid #AAB3BB;
	height: 300px;
	vertical-align: top;
}
#armCal.month .day .events{
	overflow: auto;
	max-height: 238px;
	padding: 10px;
}
.day h5{
	margin: 0 !important;
}
.day.disabled{
	background-color: #cecece;
}
.day h5 .day, .day h5 form button{
	width: 100% !important;
	height: auto !important;
	margin-top: 0 !important;
	padding: 10px;
	display: inline-block;
	float: none;
	background-color: #4F5A67;
	color: #AAB3BB;
	border: none;
	text-align: center;
}
.day h5 form button:hover, .day h5 form button:hover .day{
	cursor: pointer;
	background-color: #222222;
}
.day h5 form button .day{
	padding: 5px !important;
	margin-bottom: 0 !important;
	border: none !important;
}
#armCal h4{
	width: 100%;
	background-color: #4F5A67;
	color: #AAB3BB;
	text-align: center;
	margin-bottom: 0;
}
#armCal h4 form{
	display: inline-block;
}
#armCal h4 form button{
	border: 1px solid #AAB3BB;
	background-color: #4F5A67;
	color: #AAB3BB;
	display: inline-block;
	padding: 5px;
	margin: 5px;
}
#armCal h4 form button:hover{
	cursor: pointer;
	background-color: #5E6672;
}
#armCal.cal.holder.week .day{
	border: 1px solid #AAB3BB;
	min-height: 75px;
}
#armCal.cal.holder.week .day .day{
	min-height: 0px;
	border: none;
}
#armCal.cal.holder.week .day .date{
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: right;
}
#armCal.cal.holder.week .day .events{
	padding: 0 10px 10px;
}
#armCal.cal.holder.day .hour{
	padding: 10px;
}
#armCal.cal.holder.day .hour:nth-child(even){
	background-color: #cccccc;
}
#armCal.cal.holder .time{
	font-weight: bold;
	display: block;
}
span.time{
	font-weight: bold;
}
#armCal.cal.holder .today h5 form button, #armCal.cal.holder .today h5 form button .day{
	background-color: #F0F0F0;
	color: #222222;
}
#armCal.cal.holder .today h5 form button:hover, #armCal.cal.holder .today h5 form button:hover .day{
	background-color: #222222;
	color: #ffffff;
}

/*** CODE VIEW STYLING ***/
pre:not(.cke_inner pre){
  counter-reset: line !important;
  display:block !important;
  font:normal 12px/22px Monaco,Monospace !important;
  color:#CFDBEC !important;
  background-color:#2f2f2f !important;
  background-image:-webkit-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px) !important;
  background-image:-moz-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px) !important;
  background-image:-ms-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px) !important;
  background-image:-o-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px) !important;
  background-image:repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px) !important;
  padding:0em 1em !important;
  overflow:auto !important;
}
pre:not(.cke_inner pre) span{
  display: block !important;
}
pre:not(.cke_inner pre) span:before {
  counter-increment: line !important;
  content: counter(line) !important;
  display: inline-block !important;
  border-right: 1px solid #ddd !important;
  background-color: #222222 !important;
  padding: 0 .5em !important;
  margin-right: .5em !important;
  color: #eee !important;
}
.blackboard {
  counter-reset: line;
  display:block;
  font:normal 12px/22px Monaco,Monospace !important;
  color:#eeeeee;
  background-color:#2f2f2f;
  background-image:-webkit-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px);
  background-image:-moz-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px);
  background-image:-ms-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px);
  background-image:-o-repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px);
  background-image:repeating-linear-gradient(top, #444 0px, #444 22px, #2f2f2f 22px, #2f2f2f 44px);
  padding:0em 1em;
  overflow:auto;
  min-height: 600px;
}
/*** Notification System ***/
.notification {
	width: 100%;
	max-height: 64px;
	height: 64px;
	transition: all 0.3s ease;
	overflow:hidden;
}
.notification.notify_hide {
	max-height: 0;
	height: 0;
}
.notification p {
	margin: 24px auto 0;
	padding-left: 20px;
}
.notification i {
	margin-right: 20px;
}
.inlineForm {
	display: inline-block;
}
legend{
	display: inline-block;
	width: auto;
	border-bottom: 0px;
	padding: 0px;
}
fieldset{
	border-radius: 0;
}
#toolbox{
	position: fixed;
	width: 100%;
	left: 0;
	top: 20%;
}
#arrowTooltip {
	background-color: #FFFFFF;
	position: relative;
	margin: auto;
	border: 1px solid #CCCCCC;
	display: none;
	padding: 0px 0px 20px;
	width: 100%;
	max-width: 900px;
	overflow: auto;
	box-sizing: border-box !important;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.7);
}
#arrowToolTip{
	max-height: 450px;
}
#arrowTooltip .atooltopTitle {
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	background: rgb(79,90,103);
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 0px !important;
}
#arrowTooltip div {
	padding: 0 10px;
	box-sizing: border-box !important;
	min-width: 0 !important;
}
#arrowTooltip input, #arrowatooltop select{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cke_button__widgetbutton_icon {
	background-image: url('/arrow/img/cog.png') !important;
}
.cke_button__formbutton_icon {
	background-image: url('/arrow/img/form.png') !important;
}
.cke_button__layoutbutton_icon {
	background-image: url('/arrow/img/grid.png') !important;
}
.videoThumb {
	height: 168.817px;
	width: 198px;
}
#arrowTooltip #preview {
	width: 100%;
	position: relative;
	box-sizing: border-box !important;
	max-width: 280px;
}
#arrowTooltip #preview div {
	padding: 10px !important;
	max-width: 100%;
	position: relative;
	background-color: #ffffff;
	min-height: 100px;
	box-sizing: border-box !important;
}
#arrowTooltip #preview .row, #preview .row-wide{
	min-width: 0 !important;
}
#arrowTooltip #preview .row-wide {
	background-color: rgba(0,0,0, 0.2);
	margin-bottom: 10px;
}
#arrowTooltip #preview .row {
	background-color: rgba(0,0,0,0.5);
}
#arrowTooltip #preview .row div{
	padding: 1px !important;
}
#preview .card {
	width: 50%;
	margin: 0 auto !important;
	border: 2px dashed #222222;
	max-width: 200px;
}
#arrowTooltip #preview .card .icon {
	width: 10%;
	height: 10%;
	border-radius: 30px;
	background-color: #4c4c4c;
	display: block;
	margin: 0 auto;
}
.disabled{
	background-color: #d5d5d5;
}
input[readonly] {
	background-color: #cecece;
}
/*** USER ACCOUNTS ***/
#acctButtons {
	text-align: center;
}
.acctButton {
	border: 1px solid #ccc;
	text-align: center;
	position: relative;
	height: 60px;
	padding: 0 !important;
	margin: 0 auto;
}
.acctButton a {
	width: 100%;
	display: inline-block;
	height: 100%;
	position: relative;
	padding: 10px;
	font-size: 32px;
	color: black;
}
#addresses h1 {
	margin: 20px auto;
}
.adCard {
	width: 24%;
	vertical-align: top;
	font-size: 18px;
	display: inline-block;
	margin: 0 1% 10px auto;
	height: 225px;
	border: 2px solid #ccc;
	position: relative;
	box-shadow: 1px 1px 1px 1px black;
	padding: 20px;
}
.adCard.newAd {
	border-style: dashed;
	box-shadow: none;
	padding: 0;
}
.adCard .defaultBar {
	position: relative;
	padding-left: 20px;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
	display: block;
	border-bottom: 2px solid #ccc;
}
.adCard .adControls {
	position: relative;
	bottom: 0px;
}
.adCard.newAd a {
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 40px;
	text-align: center;
	height: 225px;
	padding-top: 57px;
}
.order.row.ib {
	font-size: 14px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.order .orderHeader {
	background: #ddd;
	padding: 20px;
	width: 100%;
}
.order .orderHeader span {
	display: block;
}
.order .oHeaderBlock {
	display: inline-block;
	width: 25%;
}
pre.error{
	background-color: #C71C22;
	color: #ffffff;
}
.sixcol.boxed{
	height: 500px;
	overflow-y: scroll;
	border: 2px solid #DFDFDF;
	margin-top: 2%;
}
.sixcol.boxed .content{
	padding: 10px;
}
.sixcol.boxed h4{
	background-color: #FF990F;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #222222;
	padding: 10px;
	margin-top: 0;
}
.blockLink{
	display: block;
	padding: 2px;
}
.blockLink:hover{
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}
.hide{
	display: none !important;
}
/*** GALLERY ADMINISTRATIVE STYLES ***/
.galItems, .albums{
	text-align: center;
	font-size: 0;
}
.galPrev{
	width: 12%;
	display: inline-block;
	font-size: 16px;
	padding: 4px;
	border: 1px solid #5E6672;
	margin: 3px;
	box-shadow: 2px 2px 1px 0 rgba(94,102,114, 0.7);
}
.galItems .holder{
	width: 100%;
	max-width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.holder img{
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.holder input{
	display: inline-block;
	margin: 5px;
}
.holder a.checked i, .holder a:hover i{
	display: inline-block;
	margin: 5px;
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
	border-radius: 4px;
	color: #222222;
}
.holder a i{
	display: inline-block;
	margin: 5px;
	background-color: rgba(0,0,0,0.7);
	padding: 5px;
	border-radius: 4px;
	color: #ffffff;
}
.inlineForm{
	display: inline-block;
}
.dataBlock {
	border: 1px solid #ccc;
	padding: 0 !important;
}
.dataBlock h4 {
	display: block;
	width: 100%;
	background:#5E6672; 
	margin: 0 auto 20px;
	padding: 5px;
	color: white;
}
.dataBlock i {
	font-size: 40px;
	margin-left: 20px;
	display: inline-block;
}
.dataBlock h5 {
	display: block;
	width: 100%;
	margin: 20px auto 0;
	padding: 5px;
	background: #4F5A67;
}
.dataBlock h5 a {
	color: white;
	display: inline-block;
	width: 100%;
}
.dataBlock .dataNumber {
	font-size: 32px;
	color: black;
	width: 80%;
	text-align: right;
	display: inline-block;
}
/*** PROJECT MANAGER STYLES ***/
.menu{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.menu li{
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu li + li{
	border-top: 1px solid #cecece;
}
.menu li a{
	padding: 10px;
	display: inline-block;
	width: 100%;
	background-color: #5E6672;
	color: #ffffff;
}
.menu li a:hover{
	background-color: #4F5A67;
	text-decoration: none;
}
/*** LOGS ***/
div.log.threecol.ib{
	margin: 10px;
	/*box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.2);*/
	word-break: break-all;
	display: inline-block;
	width: calc(25% - 20px);
	max-height: 500px;
	overflow: auto;
	padding: 0px;
	color: #222;
}
div.log.threecol.ib div{
	padding: 5px;
}
div.log.threecol.ib h4.logTime{
	font-weight: bold;
	background-color: #222;
	color: #fff;
	margin: 0px;
	padding: 5px;
	position: sticky;
	top: 0px;
}
.ib.nopad{
	padding: 0px;
}
/*.ib.nopad.section h4{
	background-color: #4F5A67;
	color: #fff;
	padding: 5px;
	margin: 0px;
}*/
.ib.nopad.section .fourcol{
	font-weight: bold;
}
.border{
	border: 1px solid #222;
}
.sticky{
	position: sticky !important;
	top: 50px;
	max-height: calc(100vh - 50px);
	overflow: auto;
}
/*** Top Menu ***/
#topMenu{
	display: inline-block;
	position: relative;
}
#topMenu .topMenu{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topMenu .topMenu .section{
	display: inline-block;
	margin: 0px;
	padding: 15px 20px;
	color: #fff;
	font-weight: bold;
	font-size: var(--font-size-lg);
	transition: background-color 0.3s ease;
	position: relative;
}
#topMenu .topMenu .section:hover, #topMenu .topMenu .section.active:hover{
	background-color: #222;
	color: var(--font-color);
	cursor: pointer;
}
#topMenu .topMenu .section .sublinks{
	display: none;
	position: absolute;
	top: 100%;
	background-color: #4F5A67;
	width: auto;
	min-width: 200px;
	font-size: 16px;
	left: 0;
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 2px 2px 0px rgba(0,0,0, 0.2) inset;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #222;
	z-index: 1;
	max-height: 80vh;
	overflow: auto;
	background-color: #fff;
}
#topMenu .topMenu .section:hover .sublinks{
	display: block;
	z-index: 100;
}
#topMenu .topMenu .section.active .sublinks{
	display: block;
}
#topMenu .topMenu .section.active{
	background-color: #222;
}
#topMenu .topMenu .section .sublinks .link{
	margin: 0;
	padding: 0px;
	position: relative;
	min-width: 150px;
	/*border-bottom: 1px solid #222;*/
}
#topMenu .topMenu .section .sublinks .link.header{
	padding: 5px 10px;
	color: #fff;
	position: relative;
	background-color: #5E6672;
	/*display: none;*/
}
#topMenu .topMenu .section .sublinks .link a{
	padding: 5px 10px;
	color: #222;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	background-color: #fff;
}
#topMenu .topMenu .section .sublinks .link a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #222;
}
/*.page-sidebar.navbar-collapse.collapse{
	display: none !important;
}*/
.page-content-wrapper .page-content{
	margin-left: 0px !important;
}
/*** New Page-Table Definitions 2019 ***/
/*** Module- / Page-Specific Page-Table Definitions ***/
.page-module-page-table .page-table-cell, .page-module-page-table .page-table-heading {
	flex-basis: calc(100%/9);
	/** in this case, it's 1783px/9 **/
}
.page-module-page-table i[class*=" fa-toggle"] {
	font-size: 20px;
}
.timeclock-module-page-table .page-table-cell, .timeclock-module-page-table .page-table-heading {
	flex-basis: calc(100%/5);
}
.inventory-category-page-table .page-table-cell, .inventory-category-page-table .page-table-heading {
	flex-basis: calc(100%/4);
}
.profile-module-page-table .page-table-cell, .profile-module-page-table .page-table-heading {
	flex-basis: calc(100%/6);
}
.testimonials-module-page-table .page-table-cell, .testimonials-module-page-table .page-table-heading {
	flex-basis: calc(100%/7);
}
/*** General Page-Table Definitions ***/
div.page-table {
	width: 100%;
	padding: 10px;
	display: inline-block;
	font-size: 0;
}
div.page-table-head {
	width: 100%;
	display: inline-block;
	font-size: 0;
	background-color: #e0e0e0;
	font-weight: bold !important;
}
div.page-table-row {
	font-size: 0;
	width: 100%;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
	background-color: #fff;
}
div.page-table-head .page-table-row:hover {
	background-color: inherit !important;
}
div.page-table-row:hover {
	background-color: rgba(55,55,55,0.3) !important;
}
div.page-table-row:nth-of-type(odd){
	background-color: rgba(0,0,0,0.1);
}
div.page-table-heading, .page-table-cell {
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: left;
}
.page-table-cell {
	padding: 10px 0;
}
.page-table-cell.page-table-cell-sm, .page-table-heading.page-table-cell-sm {
	flex-basis: calc(100%/18);
}
.page-table-cell.page-table-cell-md, .page-table-heading.page-table-cell-md {
	flex-basis: calc(100%/12);
}
.page-table-cell.page-table-cell-lg, .page-table-heading.page-table-cell-lg {
	flex-basis: calc(100%/9);
}
.page-table-cell.page-table-cell-xl, .page-table-heading.page-table-cell-xl {
	flex-basis: calc(100%/5);
}
/*** Floating Action Button FAB Styles ***/
#fab {
	position: fixed !important;
	bottom: 35px;
	right: 35px;
	width: 200px;
	height: 200px;
	opacity: 0;
	z-index: 10000000;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
#fab.fab-radial {
	border-radius: 100%;
	transition: background 0.3s ease;
}
#fab.fab-radial.fab-active-state {
	background-color: rgba(0,0,0,0.3);
}
#fab.fab-linear-right, #fab.fab-corner-bottom-left {
	right: auto;
	left: 35px;
}
#fab.fab-linear-center {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
#fab.fab-vertical-bottom {
	bottom: 50%;
}
#fab.fab-corner-top-left {
	bottom: auto;
	top: 35px;
	left: 35px;
	right: auto;
}
#fab.fab-corner-top-right {
	bottom: auto;
	top: 35px;
}
#fab.fab-vertical-center {
	bottom: auto;
	top: 50%;
}
.fab {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000000;
	border-radius: 50%;
	background: #fff;
	color: var(--std-bg-color);
	transition: all 0.3s ease-in-out;
	width: 60px;
	height: 60px;
	font-size: 22px;
	padding: 0;
	cursor: pointer;
	border: none;
	pointer-events: all;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.14),0 2px 10px 0 rgba(0,0,0,.1);
}
.fab--label {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	border-radius: 50%;
	font-size: 8px;
	box-shadow:  0 2px 5px 0 rgba(0,0,0,.14),0 2px 10px 0 rgba(0,0,0,.1);
	background-color: var(--std-bg-color);
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease
}
.fab--label > span {
	min-height: 50.3px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.fab--label > span > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#fab.fab-active-state .fab--control:hover .fab--label {
	opacity: 1;
}
.fab.fab--active, .fab:hover{
	color: #fff;
	background: var(--std-bg-color);
}
.fab.fab--deactive, .fab.fab--active:hover {
	color: var(--std-bg-color);
	background: #fff;
}
.fab i {
	transition: transform 0.2s ease-in-out;
}
.btn--small {
	width: 50px;
	height: 50px;
	font-size: 20px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.14),0 2px 10px 0 rgba(0,0,0,.1);
	z-index: 1;
	border-radius: 50%;
	text-align: center;
	color: #222;
	pointer-events: all;
}
.btn--small i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fab--control {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(150%, 150%);
	z-index: 1;
	transition: transform 0.2s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.fab--control:hover {
	color: #fff;
	background: var(--std-bg-color);
}
.fab--active i {
	transform: rotate(360deg);
}
.fab--deactive i {
	transform: rotate(0deg);
}
/*** Point of Sale Interface Styles ***/
.content-box-content {
	position: relative;
}
.floating-window {
	position: fixed;
	bottom: 0;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	max-height: 260px;
	overflow-y: scroll;
	padding: 0 40px !important;
}
.floating-window-inner {
	border: 2px solid #222;
	background-color: #e0e0e0;
	width: 1823px;
	position: relative;
}
.floating-window h3 {
	margin: 0 auto;
	width: 100%;
	background-color: #222;
	color: #fff;
	padding: 10px;
	position: sticky;
	top: 0;
	left: 0;
}
.floating-window .cartItem, .floating-window .button {
	font-size: 1.75rem !important;
}
.floating-window h3 > .button {
	margin: -3px 0 0 0;
}
.floating-window .cartItem td:first-child {
	padding-left: 10px;
}
/*** MOBILE RESPONSIVE SECTION ***/
@media handheld, only screen and (max-width: 1800px){
	
}
@media handheld, only screen and (max-width: 1700px){
	.message_right.row, .message_left.row {
		min-width: 0;
	}
	.round-image {
		min-width: 40px;
		min-height: 40px;
	}
	.emojiMenu {
		width: 460px;
	}
	.emojiMenu ul {
		width: 435px;
		margin: 0 auto 10px;
	}
	.emojiMenu .ui-tabs-anchor {
		padding: 0.1em 0.4em !important;
	}
	.emojiMenu .ui-tabs-panel {
		padding: 5px !important;
		width: 100% !important;
	}
}
@media handheld, only screen and (max-width: 1600px){
	
}
@media handheld, only screen and (max-width: 1500px){
	
}
@media handheld, only screen and (max-width: 1435px){
	.emojiMenu.inbox {
		right: 710px;
	}
	.content-box .onecol:empty {
		display: none;
	}
	.content-box.fivecol.last {
		width: 48%;
	}
}
@media handheld, only screen and (max-width: 1400px){
	
}
@media handheld, only screen and (max-width: 1366px){
	.row.dashboard > div {
		width: 47%;
		margin-bottom: 30px;
	}
	.row.dashboard {margin-bottom: 0;}
	.cannebrary .canneCard {
		width: 24%;
	}
	#viewMessages .twocol {
		min-width: 60px;
	}
	#viewMessages .tencol {
		width: 85%;
	}
	.widgetDock {
		width: 49% !important;
	}
	/*** New Styles 2019 ***/
	#topMenu .topMenu .section {
		font-size: var(--font-size-sm);
		padding: 19px 15px;
	}
	.page-table-cell, .page-table-heading {
		font-size: 14px !important;
	}
}
@media handheld, only screen and (max-width: 1280px){
	.content-box.fivecol.last, .content-box.sixcol {
		float: none;
		display: inline-block;
		width: 100%;
	}
}
@media handheld, only screen and (max-width: 1200px){
	.emojiMenu.inbox {
		right: 550px;
	}
}
@media handheld, only screen and (max-width: 1160px){
	/*** New Styles 2019 ***/
	.arrow-menu {
		position: fixed;
		height: 100vh;
		min-height: 480px;
		overflow-y: scroll;
		top: 55.7167px;
		left: -100%;
		transition: left 0.3s ease;
		background-color: var(--std-bg-color);
		padding-top: 6.2833px;
		max-width: 320px;
	}
	.arrow-menu-toggle {
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		color: #fff;
		font-size: 30px;
		cursor: pointer;
		transition: color 0.3s ease;
	}
	.arrow-menu-toggle:hover {
		color: #e0e0e0;
	}
	.arrow-menu .topMenu {
		padding-left: 0px;
		list-style: none;
	}
	.arrow-menu .topMenu .section {
		color: #e0e0e0;
	}
	.arrow-menu .section {
		width: 100%;
		text-align: left;
		padding: 15px;
		font-size: 20px;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}
	.arrow-menu .root-section a {
		color: #e0e0e0;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: inline-block;
	}
	.arrow-menu .root-section a:hover{
		text-decoration: none;
	}
	.arrow-menu .section:hover, .arrow-menu .section.expanded {
		background-color: rgba(255,255,255,0.4);
	}
	.arrow-menu .section.expanded {
		border-bottom: 1px solid #222;
	}
	.arrow-menu .section .sublinks {
		height: 0;
		overflow: hidden;
		list-style: none;
		padding-left: 0px;
	}
	.arrow-menu .section .arrow-submenu-toggle {
		margin-left: 30px;
		font-size: 16px;
	}
	.arrow-menu .section.expanded .sublinks {
		height: auto;
		padding-top: 10px;
	}
	.arrow-menu .section .sublinks a {
		color: #e0e0e0;
		padding: 15px;
		display: inline-block;
		width: 100%;
		height: 100%;
		transition: background-color 0.3s ease;
	}
	.arrow-menu .section .sublinks a:hover {
		background-color: rgba(0,0,0,0.7);
		text-decoration: none;
	}
	#main-logo {
		padding-left: 70px;
		padding-top: 7.5px;
	}
	.arrow-menu.opened {
		left: 0;
	}
	div.page-table-head {
		display: none;
	}
	.page-table-body div.page-table-row {
		display: inline-block;
		width: 50%;
		font-size: 0;
		padding: 10px;
		border-bottom: 1px solid #222;
	}
	.page-table-body .page-table-row > div.page-table-cell {
		position: relative;
		display: block;
		width: 100%;
	}
	.page-table-body .page-table-row > div.page-table-cell span {
		display: inline-block;
		width: calc(100% - 180px);
		margin-left: 30px;
	}
	.page-table-body .page-table-row > div.page-table-cell::before {
		content: attr(data-mobile-label);
		position: relative;
		width: 150px;
		font-size: 14px;
		display: inline-block;
		font-weight: bolder;
	}
	
}
@media handheld, only screen and (max-width: 1080px){
	.cannebrary .canneCard {
		width: 33%;
	}
}
@media handheld, only screen and (max-width: 1020px){
	#viewMessages .tencol {
		width: 80%;
	}
	.emojiMenu.inbox {
		right: 470px;
	}
}
@media handheld, only screen and (max-width: 991px){
	.page-sidebar-menu{
		overflow: initial;
		max-height: 75vh;
		position: initial;
		top: initial;
		width: initial;
	}
	.row.dashboard > div {
		width: 100%;
	}
	.page-sidebar.navbar-collapse.collapse, .collapse {
		display: block !important;
	}
	/*** Mobile Menu ***/
	
	
	#hiddenMenu {
		width: 100%;
		font-style: normal !important;
	}
	#hiddenMenu, #hidddenMenu.closed{
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		position: absolute;
		right: 0;
		top: 36px;
	}
	#hiddenMenu.opened{
		max-height: 6080px;
	}
	#menuContainer{
		position: relative;
		display: block;
		text-align: left;
	}
	#menuButton{
		padding: 0 13px;
		color: #000000;
		position: relative;
		z-index: 10000;
		cursor: pointer;
		font-size: 25px;
		background-color: transparent;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	#menuButton:hover{
		color: #ffffff;
	}
	#hiddenMenu li {
		position: relative;
		z-index: 10000;
		padding: 10px;
		background: #474D56;
		width: 100%;
	}
	#hiddenMenu li a {
		color: white;
		width: 100%;
		display: block;
	}
	#hiddenMenu li:hover {
		background: #5E6672;
	}
	#hiddenMenu li a * {
		display: inline-block;
	}
	#hiddenMenu .sub-menu li:hover {
		background:  #5E6672;
	}
	.footerInfo, li.sidebar-toggler-wrapper, li.sidebar-search-wrapper, #navbarSpacer {
		display: none;
	}
	#profileReviews .sixcol {
		width: 100%;
		display: inline-block;
	}
	#hiddenMenu .searchableCat.sub-item {padding-left: 30px !important; margin-left: 0px;}
	.cannebrary .canneCard {
		width: 24%;
	}
	.emojiMenu.inbox {
		right: 62px;
		bottom: 50px;
	}
	.widgetDock {
		width: 99% !important;
	}
}
@media handheld, only screen and (max-width: 900px){
	.page-table-body div.page-table-row {
		width: 100%;
	}
}
@media handheld, only screen and (max-width: 820px){
	.cannebrary .canneCard {
		width: 32%;
	}
}
@media handheld, only screen and (max-width: 768px){
	.row, .row-wide {
		min-width: 0;
	}
	.cannebrary .canneCard {
		width: 48%;
	}
	#viewMessages .twocol, #viewMessages .tencol {
		display: inline-block;
	}
	.emojiMenu.inbox {
		display: none !important;
	}
	.page-content {
		width: 100% !important;
	}

}
@media handheld, only screen and (max-width: 700px){
	
}
@media handheld, only screen and (max-width: 640px){
.page-header.navbar .top-menu {
    display: inline-block;
	}
}
@media handheld, only screen and (max-width: 600px){
	.emojiMenu.inbox {
		right: 75px;
	}
}
@media handheld, only screen and (max-width: 540px){
	.popup {
		top: 30vh;
		left: 0;
	}	
	.page-header-inner ul.nav.navbar-nav.pull-right > li.dropdown.dropdown-quick-sidebar-toggler, .menu-toggler.responsive-toggler {
		display: none !important;
	}
}
@media handheld, only screen and (max-width: 510px){
	.menuHolder a.active + div {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media handheld, only screen and (max-width: 460px){
	#main-logo {
		display: none;
	}
}
@media handheld, only screen and (max-width: 450px){
	.page-table-body .page-table-row > div.page-table-cell::before {
		font-size: 12px !important;
		width: 100px;
	}
	.content-box-content {
		padding: 10px;
	}
}
@media handheld, only screen and (max-width: 420px){
	
}
@media handheld, only screen and (max-width: 370px){
	a.control[data-action="shortlink"] {
		display: none !important;
	}
	.menuHolder a.active + div {
		right: auto;
		left: 100%;
		transform: translateX(-50%);
	}
}
@media handheld, only screen and (max-width: 340px){
	.menuHolder a.active + div {
		left: 140%;
	}
}
@media handheld, only screen and (max-width: 320px){
	
}