@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 500;
	line-height: 18px;
	text-rendering: optimizeLegibility;
}
body.loading {
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}
.form-control::-moz-placeholder{color:#aaa;opacity:1}
.form-control:-ms-input-placeholder{color:#aaa}
.form-control::-webkit-input-placeholder{color:#aaa}
.text-muted {color:#ccc;}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.fa.fa-times, .fa.fa-check, 
.fa.fa-arrow-down, .fa.fa-arrow-up {
	font-size:18px;
}
.fa-file-pdf-o, .fa-file-text-o, .fa-file , 
.fa-file-excel-o, .fa-file-word-o, .fa-file-o {
	font-size:22px;
}
.fa.fa-times {
	color:#c9302c;
}
.fa.fa-check {
	color:#5cb85c;
}
.page-header {
	vertical-align: middle;
	margin: 15px 0;
	padding: 0;
	border-bottom: none;
}
.page-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #848484;
	display: inline-block;
	margin-bottom: 15px;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.breadcrumb li a {
	color: #999999;
	font-size: 11px;
	padding: 0px;
	margin: 0px;	
}
.breadcrumb li:last-child a {
	color: #1e91cf;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;	
}
a:hover, a:focus {
	text-decoration: none;
}
.btn {padding:9px 13px;}
.btn-sm {padding:5px 9px;}
.btn-xs {padding:1px 5px;}
.text-success{color:#5cb85c}
.text-warning{color:#f0ad4e}
.text-danger{color:#d9534f}
.link-help-support{font-size:16px;color:#aaa;cursor:help;}
.btn-sm .fa-file{font-size:14px;}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}
/*.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}*/
#header {
	min-height: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
#header .nav > li {
	float: left;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
	min-height: 0px;
	padding: 0;
}
#header .navbar-header i.fa-code-fork {
	font-size:32px;
	margin-top:8px;
	color:#034c8a;
}
/* LOGIN */
#row-login .wrapper-alert .alert, 
#row-pwd .wrapper-alert .alert {
	margin-bottom:20px;
}
#btn-show-pwd {
	width:20px;
	height:20px;
	font-size:20px;
	position:absolute;
    right:10px;
    top:7px;
    color:#999;
	z-index:2;
}
#btn-show-pwd2 {
	width:20px;
	height:20px;
	font-size:20px;
	position:absolute;
    right:50px;
    top:5px;
    color:#ccc;
	z-index:2;
}
/* Mobile */
@media (max-width: 767px) {
	#header .navbar-header {
		margin-right: 0px;
		margin-left: 0px;
		float: left;
	}
}
#header #button-menu + .navbar-brand {
	padding:8px 7px 7px;
	margin-right: 10px;
	height: auto;
}
#header .nav > li > a {
	padding: 3px 16px;
	line-height:40px;
	cursor: pointer;
	color: #6D6D6D;
	border-left: 1px solid #E1E1E1;
}
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#button-menu {
	padding:14px 17px;
	float: left;
	display: inline-block;
	cursor: pointer;
	color: #6D6D6D;
	border-right: 1px solid #E1E1E1;
}
#profile {
	display: none;
}
#column-left.active #profile {
	display: block;
	padding: 10px 15px 10px 15px;
	overflow: auto;
	border-bottom: 1px solid #585858;
}
#profile div {
	float: left;
	color: #C4C4C4;
}
#profile div + div {
	margin-left: 15px;
}
#profile h4 {
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}
#column-left {
	width: 50px;
	height: 100%;
	background-color: #515151;
	position: absolute;
	top: 0px;
	padding-top: 50px;
	z-index: 10;
	transition: all 0.3s;
}
#column-left.active {
	width: 235px;
	display: block;
}
#column-left.env-dev {
    background-color:#034c8a;
}
#page-content {
	/*padding-bottom: 20px;*/
	transition: all 0.3s;
}
#column-left + #page-content {
	margin-left: 50px;
}
#column-left + #page-content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	display: none;
}
#column-left + #page-content {
	margin-left: 0;
}
#column-left + #page-content + #footer {
	margin-left: 0;
}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	position:relative;
}
#menu {
	margin-bottom:5px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #515151;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 14px;	
	padding-left: 13px;
	border-bottom: 1px solid #585858;
}
#menu > li > a:hover {
	color:#C4C4C4 !important;
	background-color: #444444;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#menu li li a {
	color: #9d9d9d;
}
#menu li li a:hover {
	color: #FFFFFF;
	background-color: #373737;
}
#menu li li a:before {
	content: "\f101";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;	
}
#menu li li a:hover:before {
	margin-right: 20px;
}
#menu > li.active > a {
	color: #DDDDDD;
	background: #373737;
}
#menu li.active li a {
	color: #C4C4C4;
}
#menu li li.active > a:last-child {
	color: #FFFFFF;
}
#menu li li.active a:last-child:before {
	margin-left: 20px;
	margin-right: 10px;
}
#menu li .label {
	position:absolute;
	top:10px;
	right:15px;
	cursor:pointer;
}
#menu > li > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 210px;
	background-color: #444444;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107" !important;
	float: right;
	margin-right: 8px;
}
#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}
#menu li.my_activishop, #menu li.my_activishop.active>a {
	/*background:#FA9B0E;*/
	background:#fbaf42;
}
#menu li.my_activishop>a {
	color:#333;
}
#menu li.my_activishop.active:hover>a, 
#menu li.my_activishop.active>a:hover {
	color:#333 !important;
}
/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	overflow: auto;
}
#column-left.active + #page-content {
	margin-left: 235px;
}
#column-left.active + #page-content + #footer {
	margin-left: 235px;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #page-content {
	position: relative;
	left: 235px;
}
#column-left.active + #page-content + #footer {
	position: relative;
	left: 235px;
}
}
#column-left.active {
	width: 235px;
}
#column-left.active #menu li i {
	font-size: 14px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
}
/* footer */
#footer {
	/*height:20px;*/
	text-align: center;
}
/* Navs */
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tree */
#tree {
	padding:20px 0;
}
#tree > ul {
	padding:0 20px;
}
/* Tabs */
.tab-content {
	padding:15px;
	border:1px solid #ddd;
    border-top:none;
}
.tab-content h2, .tab-content h3 {
    font-size:22px;
	margin:10px 0 25px;
}
.nav-tabs > li > a {
	color: #666;
	margin-right:1px;
	border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
/*.nav-tabs {
	margin-bottom: 25px;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
	color: #333;
}
#files-manager-tabs .tab-content>.tab-pane .tile .tile-heading .pull-right {
	opacity:1 !important;
}
#files-manager-tabs .tab-content>.tab-pane .tile .tile-footer .btn-link {
	padding:0 5px;
}
#files-manager-tabs .tab-content>.tab-pane .tile .tile-footer i.fa {
	font-size:20px;
}
.alert {
    padding:8px 15px;
    margin-bottom:5px;
}
.form-control:hover {
	border: 1px solid #b9b9b9;
	border-top-color: #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}
fieldset legend {
	padding-bottom: 5px;	
}
form label {
	margin-bottom:3px;
	margin-top:7px;
}
.input-group {
	margin-bottom:5px;
}
.input-small {
	width:20%;
	margin-bottom:3px;
    display:inline-block;
}
select.input-sm[multiple=multiple] {
	height:100px;
}
/*#form-panel table tr td:first-child,*/
table.TB-form tr td:first-child, 
table.tableForm tr td:first-child {
	padding:0 5px;
	width:135px;
	/*width:25%;
	white-space:nowrap;*/
	vertical-align:top;
}
table.table tr td:first-child {
	padding:8px;
}
#settings-tabs td:first-child {
	padding:0 15px 0 0;
	width:200px;
}
input[type="radio"], input[type="checkbox"] {
	margin:8px 0 0;
	vertical-align: text-bottom;
}
.radio, .checkbox {
	min-height: 18px;
	margin-top:3px;
	margin-bottom:3px;
}
fieldset .radio, 
fieldset .checkbox {
	margin-top:0;
}
.radio-inline, .checkbox-inline {
	padding:0 15px 0 20px;
}
fieldset .radio>label, 
fieldset .checkbox>label {
	padding-left:5px;
	margin-top:5px;
}
.radio-inline>label, .checkbox-inline>label, 
label.radio-inline, label.checkbox-inline {
	margin:0;
	font-weight:normal;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], 
input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, 
input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #4d90fe;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, 
input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, 
input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: -6px;
	left: -5px;
	display: block;
	content: url('../../images/checkmark.png');
}
.input-group-btn-langs {
	vertical-align:top;
}
.input-group-btn-langs .dropdown-menu {
	top:auto;
	min-width:50px;
}
/* TABLE DATA LIST */
.table thead th.sorting {
	position:relative;
	cursor:pointer;
}
.table thead .sorting:after, 
.table thead .sorting.asc:after, 
.table thead .sorting.desc:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.9;
}
.table thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}
.table thead .sorting.desc:after {
    content: "\e156";
}
.table thead .sorting.asc:after {
    content: "\e155";
}
.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}
/*.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}*/
.table tr#filterBar {
	background:#fcfcfc;
}
.table td.actions-list {
	white-space:nowrap;
	text-align:center;
	width:5%;
}
table.dataTable thead > tr > th.nosort {
    padding-right:8px;
}
.table td>span.badge {
	width:50%;
	line-height:1.5;
	border-radius:2px;
}
#batch-actions-list {
	/*display:none;*/
	margin:-10px 0 20px 5px;
}
/* EDITOR */
.cke_editor * {
	-webkit-box-sizing:initial;
	-moz-box-sizing:initial;
	box-sizing:initial;
}
/* TOOLTIP */
.tooltip.right .tooltip-inner {
    text-align:left;
}
.tooltip.left .tooltip-inner {
    text-align:right;
}
/* PAGINATION */
.pagination {
	margin: 0;
	float:left;
	display: inline-block;
    padding-left:0;
    margin:0;
    border-radius: 3px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 13px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1e91cf;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li > a > i {
	font-size:15px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
div.dataTables_paginate ul.pagination {
	float:none;
}
/* PANELS */
.panel {
	border-radius: 0px;
}
.panel .panel-heading {
	position: relative;
}
.panel-heading h3 i {
	margin-right: 8px;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*.panel-heading i {
	font-size: 16px;
	font-weight: 500;	
}*/
.panel-heading h3 {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}
/* Success Panel */
.panel-success {
	border: 1px solid #d6e9c6;
	border-top: 2px solid #5cb85c;
}
.panel-success .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}
/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}
.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}
/* Default Panel */
.panel-default {
	border: 1px solid #e8e8e8;
	border-top: 2px solid #bfbfbf;
}
.panel-default .panel-heading {
	color: #595959;
	border-color: #e8e8e8;
	background: #fcfcfc;
}
.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* SUMMERNOTE EDITOR */
.note-editor-wrapper {
	position:relative;
	margin-bottom:15px;
}
.panel.note-editor {
	margin-bottom:0;
	border-color:#ccc;
}
.panel.note-editor .note-toolbar-wrapper {
	border:none;
}
.panel.note-editor .panel-heading {
	border-color:#ccc;
}
.modal .note-editor-wrapper {
    max-width:600px;
}
/* TILES */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}
.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;	
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;	
}
.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	font-size: 42px;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}
/* STATS */
#column-left.active #stats {
	display: block;
} 
#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
} 
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}
/* PERMISSIONS */
#panel-permissions fieldset {
	margin-bottom:25px;
	font-size:12px;
	background:#fefefe;
	min-height:110px;
}
#panel-permissions legend {
	font-size:14px;
	background:#fff;
	margin-bottom:5px;
}
#panel-permissions input {
	margin:0 10px;
	vertical-align:text-bottom;
}
#panel-permissions legend input {
	margin-left:0;
}
#panel-permissions fieldset table {
	margin:0 10px;
}
/* LOADING */
#loadingLayer {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
}
#loadingBg {
	position:absolute;
	width:100%;
	height:100%;
	background:#333;
	opacity:.7;
}
#loadingContent {
	position:absolute;
	text-align:center;
	color:#fff;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-60px;
}
#loadingContent .icon-loader {
    border: 16px solid #818285;
    border-top: 16px solid #fbaf42;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: fa-spin 1s linear infinite;
}
/* MODALS */
.modal-body .TB-form {
	margin:0 35px;
	width:auto !important;
}
.modal-footer {
	text-align:center;
}
/* COMPRESSOR */
#compressor-page .form-group {
	width:100%;
	float:left;
}
#compressor-page .form-group label {
	margin-bottom:3px;
	margin-top:7px;
}
#compressor-page .form-group label.control-label {
	font-weight:normal;
}
/* FILE MANAGER */
#files-manager-tabs .panel>.list-group .list-group-item:hover, 
#files-manager-tabs .panel>.list-group .list-group-item:active, 
#files-manager-tabs .panel>.list-group .list-group-item:focus {
	background:#fdfdfd;
}
#files-manager-tabs .panel>.list-group .list-group-item>a {
	width:75%;
	display:inline-block;
}
/* FILE UPLOADER */
.qq-upload-button {
	background: #e4e4e4 url('../../images/bg-button-degrade.png') repeat-x scroll left top;
	background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
	color:#333;
	width:180px;
	text-shadow: 0 1px 0 #fff;
	border-color: #CCCCCC #BBBBBB #A0A0A0;
	border-left: 1px solid #BBBBBB;
	border-radius: 3px 3px 3px 3px;
	border-right: 1px solid #BBBBBB;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: block;
	padding: 7px 0;
	text-align: center;
	border-bottom: 1px solid #BBBBBB;
}
.qq-upload-button:hover {
	border:1px solid #939393;
}
.file_upload_label {
	margin-top:5px;
}
.qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	margin:5px 0 0 0;
	padding: 9px;
	/*line-height: 15px;
	font-size: 16px;*/
	background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
	display: inline-block;
	background: url("../../images/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 12px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF;
}
/* DROPDOWN MENU SCROLLABLE */
.scrollable-dropdown-menu {
    max-height:350px;
    overflow: hidden;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}
/* TOKEN LINK */
.token-link {
	display:inline-block;
	margin:0 5px 5px;
	font-size:16px;
}
/* POPUP FILEMANAGER */
#modal-filemanager .modal-body a.thumbnail {
    margin-bottom:5px;
}
#modal-filemanager .modal-body img {
	max-height:120px;
}
/* ORDER vs REFUND */
#itemsList.dbtable-orders tr.order.refund {
	background-color:#eee;
}
/* BUTTON TOGGLE SWITCH */
.switch {
	margin:0;
	color: #fff;
	position: relative;
	display: inline-block;
	width: 75px;
	height: 28px;
}
.switch input {
	display:none;
}
.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch-slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input.switch-state:checked + .switch-slider {
	background-color: #2196F3;
}
input.switch-state:focus + .switch-slider {
	box-shadow: 0 0 1px #2196F3;
}
input.switch-state:checked + .switch-slider:before {
	-webkit-transform: translateX(45px);
	-ms-transform: translateX(45px);
	transform: translateX(45px);
}
.switch-slider.round {
	border-radius: 34px;
}
.switch-slider.round:before {
	border-radius: 50%;
}
.switch-slider:after {
	text-transform: uppercase;
    position: absolute;
    bottom:4px;
	z-index:1;
	cursor:pointer;
    transition: opacity .25s;
	content: 'Hide';
	right:10px;
}
input.switch-state:checked + .switch-slider:after {
	content: 'Show';
	left:10px;
}
/* HELP SUPPORT PANEL */
#help-support-wrapper {
	display:none;
	position:fixed;
	width:23%;
	right:0;
	bottom:0;
	z-index:999;
	padding:15px;
	background:transparent;
}
#help-support-wrapper.open {
	display:block;
	animation: bottom_reveal .5s 1;
    -moz-animation: bottom_reveal .5s 1;
    -webkit-animation: bottom_reveal .5s 1;
    -o-animation: bottom_reveal .5s 1;
}
#help-support-wrapper .help-support-panel {
	position:relative;
}
#help-support-wrapper .help-search-wrapper, 
#help-support-wrapper .help-content-wrapper, 
#help-support-wrapper .help-contact-wrapper {
	background:#fff;
	position:relative;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(170,170,170,1);
	box-shadow: 0px 0px 10px 5px rgba(170,170,170,1);
}
#help-support-wrapper .help-search-wrapper {
	z-index:1;
	color:#fff;
	padding:15px;
	background:#999;
}
#help-support-wrapper .help-search-wrapper .close {
	color:#fff;
	font-size:26px;
    font-weight:400;
    opacity:.5;
	margin:-5px 0 0;
}
#help-support-wrapper .help-search-wrapper .close:hover, 
#help-support-wrapper .help-search-wrapper .close:focus {
	opacity:.75;
}
#help-support-wrapper .help-content-wrapper .help-content-header, 
#help-support-wrapper .help-content-wrapper .help-content-body, 
#help-support-wrapper .help-content-wrapper .help-content-footer {
	padding:10px 15px;
}
#help-support-wrapper .help-content-wrapper .help-content-header h3 {
	margin-top:10px;
}
#help-support-wrapper .help-content-wrapper .help-content-header h3 .fa {
	font-size:16px;
}
#help-support-wrapper .help-content-wrapper .help-content-body {
	height:250px;
	overflow:hidden;
    overflow-y:auto;
}
#help-support-wrapper .help-content-wrapper .help-content-footer {
	border-top:1px solid #eee;
	text-transform:uppercase;
}
#help-support-wrapper .help-contact-wrapper {
	padding:15px;
	margin:10px 0 0;
}
#help-support-wrapper .help-contact-wrapper ul {
	margin:5px 0 0;
}
#help-support-wrapper .help-contact-wrapper ul>li {
	padding:5px 0;
}
#help-support-wrapper .help-contact-wrapper ul>li .icon-header {
	margin-right:20px;
}
@keyframes bottom_reveal {
	0% {bottom:-650px;opacity:0;}
	100% {bottom:0;opacity:1;}
}
@-webkit-keyframes bottom_reveal {
	0% {bottom:-650px;opacity:0;}
	100% {bottom:0;opacity:1;}
}
@-moz-keyframes bottom_reveal {
	0% {bottom:-650px;opacity:0;}
	100% {bottom:0;opacity:1;}
}
@-o-keyframes bottom_reveal{
	0% {bottom:-650px;opacity:0;}
	100% {bottom:0;opacity:1;}
}