@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;
	background-color: #f1f2f7;
	text-rendering: optimizeLegibility;
}
input.loading-autocomplete{
	background:#f7f7f7 url(../image/loading.gif) no-repeat right center !important;
}
input[autocomplete="off"]{
	background:#fff url(../image/dot.png) no-repeat right center;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
@media (min-width: 1200px){
	.modal-lg{
		width: 1200px;
	}
}
.invisible-att{
	display:none;
}
.page-header {
	vertical-align: middle;
	padding: 0;
	border-bottom: none;
	background:#fff;
	margin:15px 20px;
	padding:20px 0px;
}
.page-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #848484;
	display: inline-block;
	margin-bottom: 0px;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
	margin-left:12px;
	color:rgb(103, 106, 108);
}
.breadcrumb li a {
	color: rgb(103, 106, 108);
	font-size: 12px;
	padding: 0px;
	margin: 0px;	
}
.breadcrumb li:last-child a {
	color: rgb(103, 106, 108);
	font-weight:bold;
}
.breadcrumb li a:hover {
	text-decoration: none;
	color:#FF6C60;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 13px 0px 8px;	
}
.table-hover a{
	color:rgb(103, 106, 108);
}
.table-hover a.btn-primary, .table-hover a.btn-info, .table-hover a.btn-danger{
	color:#fff;
}
a:hover, a:focus {
	text-decoration: none;
}

/* 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;
}
a{
	color:#41cac0;
}
a:hover {
    color: #b6b6b6;
}
#header {
	min-height: 60px;
	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;
}
/* Mobile */
@media (max-width: 767px) {
#header .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
}
#header #button-menu + .navbar-brand {
	padding: 10px 10px 0px 0px;
	margin-right: 10px;
	height: auto;
}
#header .nav > li > a {
	padding: 3px 24px;
	line-height: 54px;
	cursor: pointer;
	color: #6D6D6D;
}
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#button-menu {
	padding: 18px 17px 9px 14px;
	line-height: 25px;
	float: left;
	display: inline-block;
	cursor: pointer;
	color: #6D6D6D;
}
#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: #2a3542;
	position: absolute;
	top: 0px;
	padding-top: 70px;
	z-index: 10;
	transition: all 0.3s;
}
#column-left.active {
	width: 235px;
	display: block;
}
#content {
	padding-bottom: 40px;
	transition: all 0.3s;
}
#column-left + #content {
	margin-left: 50px;
}
#column-left + #content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-left + #content + #footer {
	margin-left: 0;
}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
	margin:0px 0px 5px 0px;
}
#menu > li.open a i{
	color:#FF6C60;
}
#menu > li.open a{
	background:#35404D;
}
.alert {
    padding: 12px;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 15px 10px 15px 10px;
	cursor: pointer;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 12px;	
	padding-left: 13px;
}
#menu > li > a:hover {
	background-color: #35404d;
}
#menu > li > a:hover i{
	color:#FF6C60;
	transition: all 0.3s;
}
#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: #35404d;
}
#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 > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 210px;
	background-color: #35404D;
	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";
	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 Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	overflow: auto;
}
#column-left.active + #content {
	margin-left: 210px;
}
#column-left.active + #content + #footer {
	margin-left: 210px;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 210px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 210px;
}
}
#column-left.active {
	width: 210px;
}
#column-left.active #menu li i {
	font-size: 15px;
}
#column-left.active #menu li.active i {
	color: #FF6C60;
}
#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: 100px;
	text-align: center;
	color:#b6b6b6;
}
#footer a{
	color:#b6b6b6;
}
/* Navs */
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tabs */
.nav-tabs > li > a {
	color: #666;
	border-radius: 2px 2px 0 0;
	cursor:pointer;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs {
	margin-bottom: 35px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #1CB3A8;
}
.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):after, td.required:after {
	content: '* ';
	color: #f56b6b;
	font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #87CA1C;
	content: "\f059";
	margin-left: 4px;
}
.tooltip.top .tooltip-inner {
	padding:10px;
}
span[data-toggle="tooltip"]{
	padding:5px 5px 5px 0px;
	cursor:pointer;
}
.flag-language{
	margin-right:5px;
	vertical-align:middle;
}
fieldset legend {
	padding-bottom: 5px;	
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
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('../image/checkmark.png');
}
.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;
}

.pagination {
	margin: 0;
}

/* 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;
}

/* 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;
}
/* 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;
}
#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;
}
.sub-link{
	font-weight:normal;
	font-style:italic;
}
.fa-save, .fa-plus{
	margin-left:6px;
}
.grid-box{
	padding:20px;
	height:220px;
	margin:5%;
	border:1px solid #ccc;
	position:relative;
	cursor:pointer;
}
.grid-box:hover{
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.module-list ul:not(.dropdown-menu){
	padding:0px 0px 0px 15px;
	margin:0px;
	list-style: none;
}
.module-title{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	font-size:20px;
}
.module-desc,.module-no-data{
	padding-top:10px;
}
.fa-angle-right:before{
	margin-right:10px;
}
.module-sub-title{
	  margin-top: 50px;
}
.module-sub-title legend{
	font-size:16px;
}
#loading-wait{
	text-align:center;
}
#loading-wait .fa-spin{
	font-size:20px;
	margin-right:10px;
}
#address-add{
	cursor:pointer;
}
#edit-form{
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 4px;
	padding:20px;
	padding-top: 10px;
    padding-right: 30px;
	margin-top:5px;
	margin-bottom:30px;
	position:relative;
}
#edit-form h4{
	padding:15px 15px;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #F1F1F1;
	margin-bottom:25px;
}
#edit-form #wrap-loading h4{
	margin:7px 20px;
}
#wrap-loading{
	position:absolute;
	display:none;
	left:0px;
	z-index:999;
	top:0px;
	text-align:center;
	color:#000;
	opacity:0.8;
	font-size:30px;
	line-height:1400%;
	width:100%;
	height:100%;
	background:#fff;
	border-radius: 4px;
	transition: all 0.3s;
}
#drop-zone{
	border: 2px dashed #dcdcdc;
	border-radius: 4px;
	padding:20px 20px 10px 30px;
	background:#fff;
	color:#444;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:20px;
	position:relative;
}
#addNew{
	margin-top:15px;
}
#wrap-loading.active{
	display:block;
	background:#444;
}
#wrap-loading.inactive{
	display:block;
	opacity:1;
}
#wrap-loading.inactive .fa-spin{
	display:none;
}
.hide-it{
	display:none;
}

/* Gridly */
.gridly, .gridly > :not(.dragging) {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.gridly .dragging {
    z-index: 800; 
}
.gridly {
	position: relative; 
}
.gridly .brick {
	opacity: 1;
	cursor: pointer;
	position: relative;
	color:#fff;
}
.gridly .brick .delete {
	display: block;
	color: white;
	background: rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	position: absolute;
	text-align: center;
	line-height: 40px; 
}
.gridly .brick .delete:hover{
	background: rgba(255, 255, 255, 0.4);
}
.gridly .brick .edit{
	display: block;
	color: white;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	top: 41px;
	right: 0;
	position: absolute;
	text-align: center;
	line-height: 40px;
	font-size:16px;
}
.gridly .brick .edit:hover{
	background: rgba(255, 255, 255, 0.4);
}
.sort-above, .remove-row{
	margin-right:10px;
	text-align:center;
	cursor:pointer;
}
.add-link{
	cursor:pointer;
}
.add-link i{
	vertical-align: middle;
}
#loading-screen{
	text-align:center;
	padding:40px 0px;
	font-size:26px;
}
.gridly .brick.large {
      width: 300px;
      height: 300px; }
	.gridly .brick.middle {
      width: 300px;
      height: 140px; }
.gridly .brick.small {
	width: 220px;
    height: 220px;
}
.gridly .brick span{
	color:#fff;
}
.gridly .brick p{
	color:#fff;
}
.gridly .brick .title{
	color:#fff;
	font-size: 16px;
    padding: 10px 0px;
}
.gridly .brick.dragging {
	opacity: 0.8; 
}
.gridly .brick{
	background: #1abc9c;
}
.foot-wrap{
	padding:15px;
}
.gridly .brick:nth-child(20n + 2) {
  background: #16a085; }
.gridly .brick:nth-child(20n + 3) {
  background: #2ecc71; }
.gridly .brick:nth-child(20n + 4) {
  background: #27ae60; }
.gridly .brick:nth-child(20n + 5) {
  background: #3498db; }
.gridly .brick:nth-child(20n + 6) {
  background: #2980b9; }
.gridly .brick:nth-child(20n + 7) {
  background: #9b59b6; }
.gridly .brick:nth-child(20n + 8) {
  background: #8e44ad; }
.gridly .brick:nth-child(20n + 9) {
  background: #34495e; }
.gridly .brick:nth-child(20n + 10) {
  background: #2c3e50; }
.input-group-addon { }
.form-horizontal .group-addon .input-group-addon{
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.form-horizontal .group-addon .no-border-right button{
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	height:40px;
	border:1px solid #eaeaea;
}
.form-horizontal .input-group.group-addon .form-control{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.input-group { width: 100%; margin-bottom:5px; }
.special-group-on .input-group-addon{ width:50px; }
.border-dotted{
	border:2px dashed #d8d8d8;
}
#position-column_left, #position-column_right{
	background:#fff;
	min-height:300px;
	color:#c2c2c2;
	font-size:15px;
	text-align:center;
}
#position-header, #position-footer{
	background:#fff;
	min-height:50px;
	color:#c2c2c2;
	font-size:15px;
	text-align:center;
}
#overwrite{
	min-height:400px;
	background:#f5f5f5;
}
#overwrite .panel-heading{
	font-size:16px;
	background:#FF6C60;
	color:#fff;
	padding: 15px;
}
#overwrite .panel-heading a{
	color:#fff;
}
#advanced-css{
	min-height:300px;
	background:#f5f5f5;
	margin-top:20px;
}
#advanced-css .panel-heading{
	font-size:16px;
	background:#FF6C60;
	padding: 15px;
	color:#fff;
}
#position-content_top, #position-content_bottom{
	background:#fff;
	min-height:100px;
	color:#c2c2c2;
	font-size:15px;
	text-align:center;
}
#layout-header, #layout-footer{
	color:#c2c2c2;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.inner-box{
	margin-top:20px;
}
.inner-box .fa-plus{
	font-size:20px;
}
.extension-image{
	height:80px;
	width:80px;
	margin:10px auto;
}
.small-extension-image{
	height:40px;
	width:40px;
	margin:10px auto;
}
#banner-module-image{
	background:url(../image/banner.png) no-repeat;
}
#google_hangouts-module-image{
	background:url(../image/google_hangouts.png) no-repeat;
}
#html-module-image{
	background:url(../image/html.png) no-repeat;
}
#latest-module-image{
	background:url(../image/latest.png) no-repeat;
}
#newsletter-module-image{
	background:url(../image/newsletter.png) no-repeat;
}
#product_filter-module-image{
	background:url(../image/product-filter.png) no-repeat;
}
#announcement-module-image{
	background:url(../image/announcement.png) no-repeat;
}
#product_listing-module-image{
	background:url(../image/product_listing.png) no-repeat;
}
#slideshow-module-image{
	background:url(../image/slideshow.png) no-repeat;
}
#special-module-image{
	background:url(../image/special.png) no-repeat;
}
#recent_view-module-image{
	background:url(../image/recent_view.png) no-repeat;
}
#bestseller-module-image{
	background:url(../image/bestseller.png) no-repeat;
}
#blog_category-module-image{
	background:url(../image/blog_category.png) no-repeat;
}
#blog_archive-module-image{
	background:url(../image/blog_archive.png) no-repeat;
}
#category-module-image{
	background:url(../image/category.png) no-repeat;
}
#account-module-image{
	background:url(../image/account.png) no-repeat;
}
#affiliate-module-image{
	background:url(../image/affiliate.png) no-repeat;
}
#carousel-module-image{
	background:url(../image/carousel.png) no-repeat;
}
#zopim-module-image{
	background:url(../image/zopim.png) no-repeat;
}
#classic_slider-module-image{
	background:url(../image/classic_slider.png) no-repeat;
}
#highlight_slider-module-image{
	background:url(../image/highlight_slider.png) no-repeat;
}
#gallery_slider-module-image{
	background:url(../image/gallery_slider.png) no-repeat;
}
#showcase_slider-module-image{
	background:url(../image/showcase_slider.png) no-repeat;
}
.module-image{
	width:50px;
	margin-right:10px;
}
.extension-row{
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	cursor:pointer;
	transition: all 0.3s;
}
.extension-row:hover{
	opacity:0.6;
}
.extension-row a{
	font-size:12px;
	color:#444;
	cursor:pointer;
}
a.click-hover:hover{
	cursor:pointer;
	color:#444;
}
.specific-module{
	text-align:left;
	font-size:12px;
	position:relative;
	min-height:75px;
	background-color: #80CC82;
    color: #fff;
}
.specific-module.lm-status0{
	background:#D8D8D8;
}
.specific-module.lm-status0:after{
	content: "\f070";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 26px;
}
.specific-module:hover .edit-icon, .specific-module:hover .delete-icon, .specific-module:hover .sort-icon{
	display:inline-block;
	vertical-align:middle;
}
.specific-module .edit-icon, .specific-module .delete-icon, .specific-module .sort-icon{
	margin-left:5px;
	cursor:pointer;
	font-size:14px;
	display:none;
	position:absolute;
	right:5px;
	color:#fff;
	top:30px;
}
.specific-module .sort-icon{
	top:50px;
}
.specific-module .edit-icon{
	top:10px;
}
.panel-heading.sub-title{
	background:#fff;
	color:#444;
	padding-left:0px;
	margin-bottom:10px;
	margin-top:20px;
}
.panel-heading.sub-title h3{
	font-weight:600;
}
.another-map-class {
	width: 100%;
	height: 300px;
}
#checkout-setting h3{
	margin:0px;
	display:block;
}
#checkout-setting .panel-body{
	margin-bottom:30px;
}
#login-panel{
	background:none;
}
#login-panel .panel-heading{
	background:#41cac0;
	padding: 20px 15px;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	text-align:center;
}
#login-panel .panel-body{
	background:#fff;
	padding-top:25px;
}
.form-control{
	border: 1px solid #eaeaea;
	box-shadow: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	height: 40px;
}
.panel-body{
	padding:22px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
	border-radius: 5px;
    -webkit-border-radius: 5px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{
	border-radius: 5px;
    -webkit-border-radius: 5px;
}
#login-panel .panel-heading .panel-title{
	color:#fff;
	font-size: 18px;
}
#login-panel .help-block{
	margin-top:10px;
}
#login-panel .form-group{
	margin-bottom:18px;
}
#login-panel .help-block a{
	color:#B4BABD;
}
#login-panel .btn-login{
	background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}
#login-panel .btn-login:hover{
	background: #F19187;
	box-shadow: 0 4px #E4847B;
	transition: all 0.2s;
}
#login-panel .panel-heading .panel-title > i{
	margin-right:10px;
	vertical-align:middle;
	font-size: 22px;
}
.btn-primary{
	background-color: #41cac0;
    border-color: #41cac0;
    color: #FFFFFF;
	transition: all 0.3s;
}
.filter-a{
	cursor:pointer;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	background-color: #74DED6;
    border-color: #74DED6;
    color: #FFFFFF;
}
.btn-danger:hover{
	background-color: #F59F9F;
	border-color: #F59F9F;
}
.btn-info:hover{
	background-color: #81D5EF;
	border-color: #81D5EF;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding:15px 8px;
	border-top: 1px solid #EFEBEB;
}
.form-horizontal .control-label{
	text-align:left;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border:none;
}
.nav-tabs > li.active{
	border-bottom:4px solid #74DED6; 
}
.nav-tabs > li:hover:not(.active){
	border:none;
	border-bottom:4px solid #DEFFFC; 
}
.nav-tabs > li:hover:not(.active) > a{
	color: #1CB3A8;
}
.nav-tabs > li:hover > a{
	border:none;
}
.nav-tabs {
    border-bottom:1px solid #F1EEEE;
}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
	border:none;
    border-radius: 3px 3px 0 0;
	padding:15px 20px;
}
.nav > li > a:hover, .nav > li > a:focus{
	background:#fff;
}
.form-horizontal .control-label{
	font-weight:400;
	padding-left:0px;
}
.form-horizontal .form-group{
	padding-bottom:20px;
	margin-left:15px;
	margin-right:15px;
	border-bottom: 1px dashed #e7eaec;
	margin-bottom:20px;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  margin-bottom: 0px;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  padding: 8px 13px;
  width:100%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
#filter-module .bootstrap-tagsinput{
	max-width:300px !important;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  margin-bottom:5px;
  color: #638421;
  background: #cde69c;
  font-size:12px;
  font-weight:normal;
  display:inline-block;
  padding:8px 8px 8px 15px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.well{
}
.input-group.date .form-control{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.date .input-group-btn .btn-default{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding:10px 13px;
	border-color:rgb(236, 229, 229);
}
.alert-success{
	background-color: #D2F1B7;
    border-color: #D2F1B7;
    color: #73A24E;
}
.padding-top-addon.panel-body{
	padding-top:50px;
}
.fa.fa-minus-circle{
	cursor:pointer;
}
#form-layout-editor #layout-header, #form-layout-editor #layout-footer{
	border:none;
	background:#FF6C60;
	color:#fff;
	font-weight:normal;
}
#form-layout-editor .well{
	margin-bottom:15px;
	border:1px solid #EFEFEF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.modal-header, .modal-footer, .modal-body{
	padding:22px;
}
.table.table-hover > thead > tr > th{
	padding: 15px 8px;
    border-bottom: 1px solid #EFEBEB !important;
}
.table.table-hover > tbody > tr > td{
	padding: 15px 8px;
    border-top: 1px solid #EFEBEB !important;
}
.modal-header{
	border-bottom: 1px solid #F3F3F3;
}
.modal-footer{
	border-top: 1px solid #F3F3F3;
}
.table > tbody + tbody{
	border-top:none;
}
/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.red{
    background:url(../image/uparr-48-w.png) no-repeat center center rgba(255, 112, 93, 0.9); 
    border:none;
}
.sub-title-field{
	padding:0px 10px;
	margin-bottom:5px;
}
.sub-title-field legend{
	font-size:16px;
	font-weight:bold;
	padding:20px 0px;
}
#dash-order{
	background-color: #fff;
}
#dash-order a, #dash-sale a, #dash-customer a, #dash-online a{
	width:100%;
	height:100%;
	display:block;
	padding:25px 15px;
}
#dash-order .tile-body{
	line-height: 0px;
	padding:0px;
}
#dash-order .iconlic{
	background:#6ccac9;
	width: 40%;
	text-align:center;
	display:inline-block;
	transition: all 0.3s;
	border-radius: 3px 0px 0px 3px;
}
#dash-order .iconlic:hover,#dash-sale .iconlic:hover,#dash-customer .iconlic:hover,#dash-online .iconlic:hover{
	opacity:0.6;
}
#dash-order .wordinglic{
	width: 55%;
	display:inline-block;
	color: #c6cad6;
	font-size: 36px;
	line-height: 20px;
	padding-top: 30px;
    vertical-align: top;
	text-align:center;
}
#dash-order .iconlic i{
	opacity:1;
}
#dash-order .wordinglic p{
	font-size: 14px;
	margin-top:8px;
}
#dash-sale{
	background-color: #fff;
}
#dash-sale .tile-body{
	line-height: 0px;
	padding:0px;
}
#dash-sale .iconlic{
	background:#ff6c60;
	width: 40%;
	text-align:center;
	transition: all 0.3s;
	display:inline-block;
	border-radius: 3px 0px 0px 3px;
}
#dash-sale .iconlic i{
	opacity:1;
}
#dash-sale .wordinglic{
	width: 55%;
	display:inline-block;
	color: #c6cad6;
	font-size: 36px;
	padding-top: 30px;
    vertical-align: top;
	line-height: 20px;
	text-align:center;
}
#dash-sale .wordinglic p{
	font-size: 14px;
	margin-top:8px;
}

#dash-customer{
	background-color: #fff;
}
#dash-customer .tile-body{
	line-height: 0px;
	padding:0px;
}
#dash-customer .iconlic{
	background:#f8d347;
	width: 40%;
	text-align:center;
	transition: all 0.3s;
	display:inline-block;
	border-radius: 3px 0px 0px 3px;
}
#dash-customer .iconlic i{
	opacity:1;
}
#dash-customer .wordinglic{
	width: 55%;
	display:inline-block;
	color: #c6cad6;
	font-size: 36px;
	line-height: 20px;
	padding-top: 30px;
    vertical-align: top;
	text-align:center;
}
#dash-customer .wordinglic p{
	font-size: 14px;
	margin-top:8px;
}

#dash-online{
	background-color: #fff;
}
#dash-online .tile-body{
	line-height: 0px;
	padding:0px;
}
#dash-online .iconlic{
	background:#57c8f2;
	width: 40%;
	text-align:center;
	transition: all 0.3s;
	display:inline-block;
	border-radius: 3px 0px 0px 3px;
}
#dash-online .iconlic i{
	opacity:1;
}
#dash-online .wordinglic{
	width: 55%;
	display:inline-block;
	color: #c6cad6;
	font-size: 36px;
	line-height: 20px;
	padding-top: 30px;
    vertical-align: top;
	text-align:center;
}
#dash-online .wordinglic p{
	font-size: 14px;
	margin-top:8px;
}
/* Fix Modal Bootstrap too long height scroll problem */
.modal {
    overflow-y: scroll;
}
.no-border-tab a{
	border:none !important;
}
.order-special-tab .active a{
	border:none !important;
	background:#FF6C60 !important;
	color:#fff !important;
}
.nav-tabs.order-special-tab > li:hover:not(.active){
	border: none;
    border-bottom: 1px solid #FDD5D2;
}
.nav-tabs > li:hover:not(.active) > a{
	color: #FF6C60;
}
.nav-tabs.order-special-tab{
	margin-top:45px;
}
.nav-tabs.order-special-tab > li.active{
	border-bottom: none !important;
}
#tab-product-variation .box-variation:before{
	content: 'Price - 'counter(my-awesome-counter);
    background: url(../image/price-tag2.png) no-repeat;
    padding-top: 14px;
    text-align: right;
	padding-left: 50px;
    height: 42px;
    font-size: 18px;
	margin-left: 30px;
	margin-bottom: 20px;
    color: #FF6C60;
}
.row.box-weight:before{
	content: 'Weight Based Shipping - 'counter(my-awesome-counter2);
    background: url(../image/weight.png) no-repeat;
    padding-top: 14px;
    text-align: right;
	padding-left: 50px;
    height: 52px;
    font-size: 18px;
	margin-left: 10px;
	margin-bottom: 20px;
    color: #FF6C60;
}
.box-weight{
	padding-top:20px;
	padding-bottom:20px;
	counter-increment: my-awesome-counter2;
	border: 1px solid #F1EEEE;
	margin:0px;
	margin-bottom:20px;
	position: relative;
}
.box-weight .remove-button{
	position:absolute;
	right: 45px;
    top: 25px;
}
#tab-product-variation .remove-button{
	position:absolute;
	right: 45px;
    top: 25px;
}
#tab-product-variation .box-variation{
	padding-top:20px;
	padding-bottom:20px;
	counter-increment: my-awesome-counter;
	border: 1px solid #F1EEEE;
	margin:0px;
	margin-bottom:20px;
	position: relative;
}
#tab-product-variation .box-variation.active-variation{
	height:auto;
}
#tab-product-variation .sub-title-field:first-child{
	margin-top: -36px;
}
#tab-product-variation .sub-title-field{
	
}
#tab-product-variation .sub-title-field legend{
	padding: 5px 20px 5px 0px;
	display: inline-block;
	width:auto;
	margin-bottom:5px;
}
.form-horizontal #tab-product-variation .form-group{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:none;
}
.message-notification{
	
}

textarea {
	background: url(../img/keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    font-size: 13px;
    color: #222222;
    position: relative;
	padding:6px 12px;
	resize:none;
	width:96%;
	height:80px;
	outline:none;
}
.chat-description{
	padding:10px 0px 0px 0px;
	font-size:14px;
}
.chat-post-date{
	font-size: 12px;
	font-style: italic;
	font-family: Arial;
}
.chat-attachment > div{
	
}
.chat-attachment > div > a{
	display:inline-block;
	padding:10px 0px 10px 20px;
	background:url(../image/attachment.png) no-repeat left center;
	text-decoration:none;
}
.myself .chat-attachment > div > a{
	color:#fff;
}
.chat-attachment > div > a:hover{
	color:#000;
}
#comment-form{
	padding:20px 0px;
	float:left;
	width: 67%;
	margin-left: 2%;
	margin-bottom:50px;
}
#tab-chat-room #chat-history ul{
	margin:0;
	padding:0;
	list-style:none;
}
#tab-chat-room #chat-history{
	min-height:200px;
	padding-top:20px;
}
#tab-chat-room #chat-history.loading{
	position:relative;
	content:"";
	background:url(../image/loading2.gif) no-repeat center center;
}
#tab-chat-room #chat-history ul > li{
	margin-bottom:40px;
	color: #333;
	margin-left:70px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px -1px 2px #ccc;
	-moz-box-shadow: 0px -1px 2px #ccc;
	box-shadow: 0px -1px 2px #ccc;
	
	float: left;
	margin-right: auto;
	max-width: 80%;
	clear: both;
	padding:25px 30px;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#tab-chat-room #chat-history ul > li:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	border: 0;
	border-left-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #ededed;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	border: 0;
	border-left-width: 10px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #fff;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself:before, #tab-chat-room #chat-history ul > li.mycollege:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 40px;
	left: auto;
	border: 0;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #5a8f00;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself:after, #tab-chat-room #chat-history ul > li.mycollege:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: auto;
	right: 40px;
	border: 0;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #fff;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself.private_chat:before, #tab-chat-room #chat-history ul > li.mycollege.private_chat:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 40px;
	left: auto;
	border: 0;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #93a99f;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself.private_chat, #tab-chat-room #chat-history ul > li.mycollege.private_chat{
	background: #93a99f;
	border: none;
	margin-left:0px;
    float:right;
	margin-left: auto;
	text-align: left;
	margin-right:70px;
	position:relative;
	color: #fff;
	-webkit-box-shadow: 0 -1px 3px #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	box-shadow: 0 -1px 3px #ccc;
}
#tab-chat-room #chat-history ul > li.myself{
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
	background: -moz-linear-gradient(#b8db29, #5a8f00);
	background: -o-linear-gradient(#b8db29, #5a8f00);
	background: linear-gradient(#b8db29, #5a8f00);
	border: none;
	margin-left:0px;
    float:right;
	margin-left: auto;
	text-align: left;
	margin-right:70px;
	position:relative;
	color: #fff;
	-webkit-box-shadow: 0 -1px 3px #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	box-shadow: 0 -1px 3px #ccc;
}
#tab-chat-room #chat-history ul > li .chat-name{
	width:40px;
	height:40px;
	display: block;
	position:absolute;
	left:-84px;
	top:10px;
	/*font-family: 'fjalla_oneregular';*/
	text-align:center;
	/*line-height:50px;*/
}
#tab-chat-room #chat-history ul > li.myself .chat-name{
	width:40px;
	height:40px;
	display: block;
	left:auto;
	position:absolute;
	right:-50px;
	top:10px;
	font-family: 'fjalla_oneregular';
	text-align:center;
	line-height:50px;
	background:url(../image/myself.png) no-repeat;
}
#tab-chat-room #chat-history ul > li.mycollege{
	border: none;
	left:auto;
	margin-left:0px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
	background: -moz-linear-gradient(#b8db29, #5a8f00);
	background: -o-linear-gradient(#b8db29, #5a8f00);
	background: linear-gradient(#b8db29, #5a8f00);
    float:right;
	margin-left: auto;
	text-align: left;
	margin-right:70px;
	position:relative;
	color: #fff;
	-webkit-box-shadow: 0 -1px 3px #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	box-shadow: 0 -1px 3px #ccc;
}
#tab-chat-room #chat-history ul > li.mycollege .chat-name{
	width:40px;
	height:40px;
	display: block;
	position:absolute;
	right:-50px;
	top:10px;
	font-family: 'fjalla_oneregular';
	text-align:center;
	line-height:50px;
	color:#000;
	left:auto;
}
#comment-box{
	height:200px;
	background:#Fff;
	outline:none;
	padding:0px;
	width:100%;
	resize: none;
	padding: 2%;
	width: 96%;
}
#commnet-box-body{
	padding:8px;
}
#commnet-box-header:before{
	content:"\f044";
	font-family: FontAwesome;
	font-size:20px;
	color:#fff;
	position:absolute;
	right:10px;
}
#commnet-box-header{
	height:40px;
	position:relative;
	background: #363d4f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2M2Q0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODJlM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #363d4f 0%, #282e3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363d4f), color-stop(100%,#282e3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363d4f 0%,#282e3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363d4f 0%,#282e3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363d4f 0%,#282e3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #363d4f 0%,#282e3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363d4f', endColorstr='#282e3a',GradientType=0 ); /* IE6-8 */
	border-radius:8px 8px 0 0;
	-webkit-box-shadow: inset 0 1px 0 0 #686e7c;
	-moz-box-shadow: inset 0 1px 0 0 #686e7c;
	box-shadow: inset 0 1px 0 0 #686e7c;
	color:#fff;
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-family: 'fjalla_oneregular';
}
#comment-box-wrapper{
	width:100%;
	border: #0d0e13 solid 1px;
	position:relative;
	border-radius:8px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#submit-comment{
	display:block;
	position:absolute;
	right:10px;
	bottom:-50px;
	cursor:pointer;
}
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;
    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);
    width:25%;
	margin-top:20px;
    border-radius:3px;
	padding:2%;
	margin-left:1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	float:left;
}
#drop{
    background-color: #2E3134;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../image/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
	min-height:110px;
	padding-top:40px;
}
#drop a{
    background-color:#007a96;
    padding:12px 0px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
	width:100px;
    display:block;
    margin:0 auto;
    line-height:1;
	text-decoration:none;
}
#drop a:hover{
    background-color:#0986a3;
}
#drop input{
    display:none;
}
#upload ul{
    list-style:none;
    margin:0px;
	padding-left:0px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}
#upload ul li{
    background-color:#333639;
    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);
    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;
    position: relative;
}
#upload ul li input{
    display: none;
}
#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}
#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}
#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}
#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../image/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}
#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li.error p{
    color:red;
}
.sharing-box{
	display:none;
	position:absolute;
	padding:20px 10px;
	background:#fff;
	border: 1px solid #ccc;
	z-index:9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-box-shadow: 0 8px 12px -6px #000;
	   -moz-box-shadow: 0 8px 12px -6px #000;
	        box-shadow: 0 8px 12px -6px #000;
	min-width: 235px;
}
.sharing-box > div.list-sharing{
	padding-right:30px;
	position:relative;
	height:25px;
	line-height:25px;
	padding-left:5px;
}
.sharing-box > div.list-sharing:hover{
	background-color: #fff6d7;
}
.sharing-box > div.list-sharing + div.list-sharing{
	border-top: 1px solid #edd5d3;
}
.user_name_filter{
	margin-bottom:10px;
}
.sharing-button{
	text-decoration:none;
}
.sharing-button:active{
	color:#f45145
}
.sharing-button:hover{
	cursor:pointer;
}
.delete-sharing{
	width:25px;
	height:25px;
	position:absolute;
	right: 10px;
	top:0px;
	background:url(../image/delete.png) no-repeat center center;
}
.edit-chat{
	background:url(../image/edit-icon.png) no-repeat center center;
	width:30px;
	height:30px;
	position: absolute;
	right: -46px;
	top: 56px;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility:hidden;
}
.edit-chat:hover{
	opacity:0.5;
}
#tab-chat-room #chat-history ul > li.myself:hover .edit-chat{
	visibility:visible;
}
#tab-chat-room #chat-history ul > li.mycollege:hover .edit-chat{
	visibility:visible;
}
#tab-chat-room #chat-history ul > li.myself .edit-chat.save-chat{
	visibility:visible !important;
}
#tab-chat-room #chat-history ul > li.mycollege .edit-chat.save-chat{
	visibility:visible !important;
}
.edit-chat.save-chat{
	background:url(../image/save-icon.png) no-repeat center center;
}
.edit-chat.loading-chat{
	background:url(../image/spinner-mini.gif) no-repeat center center;
}
#chat-tools{
	padding:20px;
	padding-top:25px;
	padding-right:100px;
	text-align:right;
}
