.admin-container {
    background-color: #364150 !important;
}

.navbar-admin {
   color: #b4bcc8;
}

.navbar-admin a{
    display: block;
    padding: 7px 10px;
    color: #b4bcc8;
    font-size: 1.1em;
    border-top: 1px solid #3d4957;
}

.navbar-admin li.active > a {
    font-weight: bold;
    color: #fff;
}

.navbar-admin  .submenu li.active a {
    font-weight: bold;
    color: #E2C822;
}

.navbar-admin li{

}

.navbar-admin a:hover {
    background-color: #333;
}

.manage-store-type .box .description{
	font-weight: normal;
}

.amount-zero{
	color: #1BD20E;
}
.amount-minus{
	color: #E66B67;
}
.amount-plus{
	color: #72B0F1;
}
.collapse-down-row{
	cursor:pointer;
	cursor:hand;
}
.account-type-business{
	/*color:#003C7D;*/
}
.commission-table .margin-left{
	margin-left:20px;
}
.commission-table .month-width td{
	width:170px;
}
.billing-details{
	margin-bottom: 7px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #AFAFAF !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #AFAFAF !important;
   opacity:  1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #AFAFAF !important;
   opacity:  1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #AFAFAF !important;
}

#frm-managePaymentMethodForm .input{
	width: 200px;
	display: inline-block;
}

.nav.account-type{
	border-bottom: 10px solid #527FB0;
}

.nav.account-type li.active a,
.nav.account-type li a:hover{
	background-color: #527FB0;
	color: #fff;
	border: 1px solid #527FB0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.nav.account-type a div{
	font-size: 12px;
	text-align: center;
}
.modal-account .modal-dialog{
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 1.2em;
}
.modal-account h1,
.modal-account p,
.modal-account div{
	text-align: center;
}
.modal-account div.text-left{
	text-align: left;
}
.month-payment-status,
.month-payment-status option{
	color: black;
}
.strike{
	text-decoration: line-through;
}
.commission-pagination .details a{
	color:#000;
}
.commission-pagination .details i{
	font-style: normal;
}
#frm-exportForm{
	margin-left: 20px;
}
#frm-exportForm,
#frm-exportForm .form-group{
	display:inline-block;
}
#nestable img.access{
	width:13px;
	height:13px;
}

.input-inline{
	display: inline-block;
	width: auto;
}
.short-label label{
	width: 80px;
}
#modalCategoryAccess .top{
	background-color: #000;
	color: #fff;
	padding: 7px;
}
#modalCategoryAccess b{
	color: #911C05;
}
#categoryBoxesTray a.access-restricted{
	background: url('../images/no_access_red_small.png') 0 3px no-repeat;
}

#categoryBoxesTray a{
	display: block;
	margin-bottom:2px;
	padding-left:18px;
}
.gray{
	color: gray;
}
.red{
	color: red;
}
.table-transaction .top,
.table-sold .top{
	background-color: #ecf5ff !important;
}
.table-transaction .bottom > td,
.table-sold .bottom > td{
	border-bottom:1px solid black !important;
}
.filter-library-category .level-0{
	height: 1.8em;
	overflow:hidden;
	margin-bottom: 1em;
}
.filter-library-category .level-1{
	display: none;
	padding-left: 20px;
}
.filter-library-category .level-1 .level-1{
	padding-left: 20px;
}
.filter-library-category .facet{
	/*padding-left: 60px;*/
}
.filter-library-category label{
	padding:0 0 0 0px;
	color: #000;

}

.trackingInfo .input-group-addon{
	font-size: 0.8em;
}

.trackingInfo  .form-control {
	max-width: 180px;
}

.filter-library-category .folder-name{
	display:inline-block;
	padding: 4px;
	margin-bottom: 0px;
	display:inline-block;
	width: 100%;
}
.filter-library-category .folder-name,
.filter-library-category .folder-name a{
	background-color: #6F2D6D;
	display:block;
	color: #fff;
	width: 100%;
	
}
.filter-library-category a:visited,
.filter-library-category a:focus,
.filter-library-category a:active{
	text-decoration: none;
	border-bottom: 0;
}

.filter-library-category .filter-library-category a,
.filter-library-category .filter-library-category i,
.filter-library-category .filter-library-category .folder-name{
	background-color: #B14BAF;
}
.filter-library-body{
	margin-top: 1em;
	display: none;
}
#frm-sellForm .variations .panel-heading{
	background-color: gray;
}
#frm-sellForm .variations .panel-heading i{
	color: #5BC0DE;
}

.variation-header a{
	text-decoration: none !important;
}
.variation-header span{
	display:inline-block;
	padding: 0.3em;
	margin-right: 3em;
	color: #CACACA;
}
.variation-header span.first{
	background-color: #CACACA;
	color: #fff;
	margin-right: 0;
}
.variation-header span.peak{
	background-color: #CACACA;
	color: #fff;
}
.variation-header .active{
	font-weight: bold;
	color: #000;
}
.variation-notice{
	border:2px solid green;
	line-height: 1em;
	margin-bottom: 2em;
}
.variation-notice span{
	background-color: green;
	position:relative;
	margin-top:-1px;
	padding-left: 0.4em;
	color: #fff;
	width: 2em;
	height: 2em;
	line-height: 2em;
}
.account-content a:not(.btn){
	color: #0909A3;
	text-decoration: underline;
}
.account-content a:not(.btn):hover{
	text-decoration: none;
}
.ui-datepicker{ /* must go over modal */
	z-index:9000 !important;
}
.shippto-btn{
	border:3px solid red;
	background-color: #fff;
}
#frm-setDiscountForm .input-group{
	width:100px;
}
#product-detail-tabs .ui-widget-header{
	background: transparent;
	background-color: #EEEEEE;
	border:0;
}
#product-detail-tabs li.ui-state-active {
	border-bottom:0;
}
#product-detail-tabs .ui-state-active a,
#product-detail-tabs .ui-state-hover a{
	background-color: #F3F3F3;
	border: 1px solid gray !important;
	border-bottom: 1px solid #F3F3F3 !important;
}
#product-detail-tabs .product{
	border:1px solid gray;
}
.remove-second-category:hover i{
	color: red;
}
#frm-managePaymentMethodForm .input-group{
	max-width: 200px;
}
#frm-managePaymentMethodForm th{
	width: 40%;
}
.no-text-decoration{
	text-decoration: none !important;
}
.dotted-text{
	text-decoration: underline;
	text-decoration-style:dotted;
}
.rating.set {
    font-size: 2em;
    color: #ccc;
	cursor: pointer;
	cursor: hand;
}

.rating .selected {
    color: #436CD7;
}

.float-right {
	float: right;
}

.error li {
	display: inline-block;
	background-color: #f00;
	color: #fff;
	padding: 5px;
}