/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
body {
	margin-top: 100px;
	background-color: #fff;
}
ul {
	list-style: none;
}
a:focus {
	outline: none !important;
}
@media (min-width: 768px) {
	body {
		margin-top: 50px;
	}
}
#wrapper {
	padding-left: 0;
	position:relative;
}
#page-wrapper {
	width: 100%;
	padding: 0;
	background-color: #fff;
}
.huge {
	font-size: 50px;
	line-height: normal;
}
@media (min-width: 768px) {
	#wrapper {
		padding: 20px;
	}
}
/* Top Navigation */
.top-nav {
	padding: 0 15px;
}
.top-nav > li {
	display: inline-block;
	float: left;
}
.top-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #999;
}
.top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
	color: #fff;
	background-color: #000;
}
.top-nav > .open > .dropdown-menu {
	float: left;
	position: absolute;
	margin-top: 0;
	border: 1px solid rgba(0,0,0,.15);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-nav > .open > .dropdown-menu > li > a {
	white-space: normal;
}
ul.message-dropdown {
	padding: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
li.message-preview {
	width: 275px;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
li.message-preview > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
li.message-footer {
	margin: 5px 0;
}
ul.alert-dropdown {
	width: 200px;
}
/* Side Navigation */
.navbar-header {
	padding-left: 15px;
}
@media (min-width: 768px) {
	.side-nav {
		background: #222;
		padding-left: 15px;
	}
	.side-nav > li {
		padding: 0 10px;
	}
	.side-nav li a:hover, .side-nav li a:focus {
		outline: none;
		background-color: #000 !important;
	}
}
.side-nav > li > a {
	padding: 8px 10px;
}
.side-nav > li > ul {
	padding: 0;
}
.side-nav > li > ul > li > a {
	display: block;
	padding: 5px 10px 10px 14px;
	text-decoration: none;
	color: #999;
}
.side-nav > li > ul > li > a:hover {
	color: #fff;
}
/* Flot Chart Containers */
.flot-chart {
	display: block;
	height: 400px;
}
.flot-chart-content {
	width: 100%;
	height: 100%;
}
/* Custom Colored Panels */
.huge {
	font-size: 40px;
}
.panel-green {
	border-color: #5cb85c;
}
.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}
.panel-green a {
	color: #5cb85c;
}
.panel-green a:hover {
	color: #3d8b3d;
}
.panel-red {
	border-color: #d9534f;
}
.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}
.panel-red a {
	color: #d9534f;
}
.panel-red a:hover {
	color: #b52b27;
}
.panel-yellow {
	border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}
.panel-yellow a {
	color: #f0ad4e;
}
.panel-yellow a:hover {
	color: #df8a13;
}
.filter-wrapper {
	margin: 0px 0 20px 0;
}
.filter-wrapper .form-group {
	margin: 0 10px 0 0;
	float: left;
}
/*16-11-2014*/
#wrapper.login {
	padding-left: 0 !important;
}
#login {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 490px;
}
#login-form {
	background: none repeat scroll 0 0 #fff;
	margin: 20px 0 0;
	padding: 20px;
	width: 450px;
	float:left;
	box-shadow: 0 0 8px 2px #aaaaaa;
}
.page-header {
	border-bottom: 1px solid #ccc;
}
/* error formating */
.form-group.error label {
	color: #a94442;
}
.form-error {
	border: 1px solid #a94442;
}
.form-group .error-message {
	color: #a94442;
}
.btn-cancel {
	margin-left: 5px;
}
.table {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.table td {
	font-size: 13px;
}
.panel .table {
	border: none;
}
.table  th {
	border-bottom: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	background: #eee;
}
.panel .table th {
	border-top: 0 !important;
}
.search-btns {
	margin-top: 25px;
}
.paginate-count {
	float: left;
	font-weight: bold;
}
.pagination {
	margin: 0;
}
.dropdown-menu .divider {
	margin: 3px 0;
}
.dropdown-menu li a:hover {
	color: #428bca !important;
}
.dropdown-menu > li > a {
	padding-left: 10px;
}
.order-detail {
	padding-left: 0 !important;
	color: #777;
}
.order-detail div {
	line-height:20px;
}
.order-detail .label {
	color: #777;
	font-weight: bold;
	font-size: 13px;
}
.widget_heading {
	background: linear-gradient(to bottom, #222222 0%, #222222 0%, #222222 0%, #222222 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #222222;
	border-bottom-right-radius: 5% 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	height: 40px;
}
.widget_heading {
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
}
.widget_container {
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	margin-bottom: 20px;
	min-height: 20px;
	overflow: hidden;
	padding: 20px 20px 10px;
	width: auto;
}
div.shadow {
	background: none repeat scroll 0 0 #fbfbfb;
}
.infoblock {
	border-radius: 4px;
	display: block;
	padding: 10px;
	text-align: center;
}
.widget_container li {
	background: none repeat scroll 0 0 #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 9px;
	width: 30%;
	float: left;
}
.widget_container ul {
	border: medium none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.infoblock p {
	font-weight: 400;
}
.action-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.action-list li {
	margin-bottom: 5px;
}
.action-list .btn {
	padding: 3px 8px;
	cursor: pointer;
	min-width: 105px;
}
.table-panel ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
.table-panel ul li {
	font-weight: normal;
	line-height: 25px;
}
.small-loader {
	background: url(../../img/ajax/loader_round.gif) no-repeat;
	width: 16px;
	height: 16px;
}
.content-loader {
	background: url(../../img/ajax/loader_round_48_48.gif) no-repeat;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
.tin_number {
	color: #777;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: -8px;
	width: 100%;
}
.modal-custom .close {
	opacity: 1;
}
.modal-custom .alert {
	padding: 10px;
}
.modal-body .spinner {
	height: 11px;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 16px;
	background: url('../../img/ajax/facebook_loader.gif') no-repeat;
}
.modal-body .spin-text {
	text-align: center;
	color: #453C2D;
	font-size: 11px;
}
.icon-spinner {
	background: url('../../img/ajax/loader_round.gif') no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
#activityLoader {
	background: none repeat scroll 0 0 #dddddd;
	border-radius: 0 0 10px 10px;
	bottom: 0;
	color: #000000;
	height: 30px;
	left: 45%;
	padding: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 200px;
	display: none;
}
#activityLoader .spin {
	background: url('../../img/ajax/facebook_loader.gif') no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
}
.modal-header .close {
	font-size: 26px;
	margin: 12px 10px;
}
.modal-body {
	max-height: 580px;
	overflow-y: auto;
	font-size: 13px;
}
.modal-footer {
	padding: 8px;
}
.ui-autocomplete {
	z-index: 11111 !important;
}
.form-group p {
	color: #808080;
	font-size: 10px;
	margin-top: 2px;
}
.close {
	color: inherit;
}
.navigation {
	border-top: 1px solid #999;
	float: left;
	width: 100%;
}
.navigation .dropdown-menu {
	left: 10px;
	background: #222
}
.navigation .dropdown-menu a {
	padding: 5px 10px;
}
.navigation .dropdown-menu a:hover {
	color: #fff !important;
	padding: 5px 10px;
}

.label {
	font-size: 85%
}
.alert {
	padding: 12px;
}
.nav.blue {
	margin-top: 10px;
}
.nav.blue a {
	border-radius: 0;
}
.nav.blue li a:hover {
	background: #428bca;
	border-color: #357ebd;
	color: #fff !important;
}
.nav.blue li.active {
	background: #fff;
}
.nav.blue li.active a {
	color: #333;
}
.error-sku {
	color: #a94442;
	font-size: 11px;
	font-weight: bold;
	padding: 0 9px;
	text-align: left;
	float: left;
}
.ui-menu .ui-menu-item a {
	border-top: 1px solid #aaa;
}
.spiner-ui-blocker {
	height: 100%;
	opacity: 0.2;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
/**************Image Preview**********************/
#image-preview img {
	max-width: 75px;
	max-height: 75px;
}
.alert span.error {
	font-size: 11px;
	display: block;
	margin-left: 17px;
}
.form-note {
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
}
.glyphicon.spin {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
from {
	transform: scale(1) rotate(0deg);
}
to {
	transform: scale(1) rotate(360deg);
}
}
@-webkit-keyframesspin2 {
from {
	-webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
/**Responsive css*/
@media (min-width: 521px) {
	.actions {
		margin: 20px 0 20px -17px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	.col-lg-6, .col-md-6 {
		float: left;
		width: 50%;
	}
	.col-lg-4 {
		width: 33.3333%;
		float: left;
	}
}
@media (min-width: 300px) {
	.col-lg-4 {
		width: 33.3333%;
		float: left;
	}
}
#wrapper {
	padding-top: 20px;
}
.navbar-inverse .top-nav .dropdown-toggle {
	min-width: 171px;
}
ul.links li {
	float: left;
	margin-left: 10px;
}
ul.links {
	margin-top: 10px;
}
#pageContent .navbar-collapse {
	padding: 0;
}
.tab-content.new-orders {
	margin-top: 50px;
}
.btn-left {
	margin-bottom: 10px;
}
.checkbox-wrapper {
	border: 1px solid #ccc;
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.summary {
	margin: 0;
	padding: 8px;
	color: #777777;
}
.summary .title {
	font-weight: bold;
	margin-bottom: 8px;
}
.summary ul {
	margin: 0;
	padding: 0;
}
.summary li {
	line-height: 22px;
}
.summary li:last-child {
	border-bottom: none;
}
.summary .column {
	border-right: 1px solid #dddddd;
}
.summary .column:last-child {
	border-right: none;
}
.app-icon {
	font-size: 20px;
}
.chzn-container-multi .chzn-choices {
	padding: 7px !important;
}
.order-detail .label-text{color:#fff;}
.footer-brand-text{color:#eee;font-size:11px;text-transform:capitalize;font-weight:bold;background:#101010;padding:10px 0;}
.footer-brand-text p{margin:0;}

#loadingBar .bar {
	background: rgba(9, 179, 239, 0.9);
	position: fixed;
	z-index: 10002;
	left: 0;
	height: 4px;
	width: 10%;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}
#loadingBar{
	width: 100%;
	position: absolute;
	top: 0px;
	margin: 0;
	left: 0;
	right: 0;
}
.loader-items{
    left:45%;
    display:flex;
    position:absolute;
    width:100px;
    top:20px;
}
.loader-items .loader-ui-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-items .item-2 {
  background: rgba(30, 80, 226);
  background-color: #7ecfee;
}

.loader-items .item-3 {
  background: rgba(30, 80, 226);
  background-color: #1da9df;
}
.loader-items .item-1 {
  background: rgba(30, 80, 226, 0.9);
  background-color: #afe0f3;
}
.loader-items .loader-ui-item:before {
  content: '';
  width: 20px;
  height: 20px;
  opacity: 0.7;
  border-radius: 50%;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  transition: 0.5s all ease;
  transform: scale(1);
}
.loader-items .item-1:before {
  background-color: #afe0f3;
  animation-delay: 200ms;

}
.loader-items .item-2:before {
  background-color: #7ecfee;
  animation-delay: 400ms;
}
.loader-items .item-3:before {
  background-color: #1da9df;
  animation-delay: 600ms;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.returns li{float:left;width:49%;margin:5px 10px 5px 0;padding:5px 10px;background:#ddd;border-radius:5px;color:#777;}
.returns li.info{;background:#5bc0de;color:#fff;}
.page-header{margin-top:20px;}
.navbar-insta{background:linear-gradient(to right, rgba(9, 179, 239, 0.9) 0%, rgba(30, 80, 226, 0.9) 100%);}
.navbar-insta a,.navbar-insta li a{color:#fff;}
.navbar-insta li a:hover,.navbar-insta .dropdown.open > a,.navbar-insta .open a{background:rgba(9, 179, 239)!important;color:#fff!important;}
.navbar-insta .dropdown-menu{background:rgba(9, 179, 239)!important;}
.navbar-insta .dropdown-menu a hover{color:#fff!important;background:rgba(9, 179, 239)!important;}
.table-form td{padding:5px!important;}
.table-form td .form-control{height:32px;}
.product-autocomplete {font-size:12px;}
.form-style-base {
	position: absolute;
	top: 0px;
	z-index: 999;
	opacity: 0!important;
	height: 100%;
	width: 95%;
	cursor: pointer;
}
.photo-upload-wrapper{ 
	font-size:12px;
	text-align:left;
	position:relative;
} 
.photo-upload-wrapper .fa-camera{ 
	font-size:26px!important;
	color:#fff;
}
.verified .fa{
	font-size:16px;
	color:green;
	vertical-align:middle;
}
.verified{color:green;font-weight:bold!important;font-size:12px;vertical-align:middle;}
tr.credit-note td {
	font-size:11px;
	font-style:italic;
}
.unverified .fa{
	font-size:16px;
	color:#d9534f;
	vertical-align:middle;
}
.unverified{color:#d9534f;font-weight:bold!important;font-size:12px;vertical-align:middle;}