.logo-color{

}

.btn-facebook {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b4b90;
    *background-color: #133783;
    background-image: -moz-linear-gradient(top, #3b5998, #133783);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
    background-image: -webkit-linear-gradient(top, #3b5998, #133783);
    background-image: -o-linear-gradient(top, #3b5998, #133783);
    background-image: linear-gradient(to bottom, #3b5998, #133783);
    background-repeat: repeat-x;
    border-color: #133783 #133783 #091b40;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active,
    .btn-facebook.active,
    .btn-facebook.disabled,
    .btn-facebook[disabled] {
        color: #ffffff;
        background-color: #133783 !important;
        *background-color: #102e6d !important;
    }

    .btn-facebook:active,
    .btn-facebook.active {
        background-color: #0d2456 \9 !important;
    }




body .nav-sidebar > li > a{
	padding-left: 5px !important;
	margin-bottom: 5px !important;
}
body .nav-sidebar .subtitle{
	background: #222;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
	padding-left: 10px;
	color: #fed136;
}

.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


#upsell-editor .editor-row {
	padding: 0px 5px 10px 5px;
}
#upsell-editor label.normal {
	font-weight: normal;
	font-size: 12px;
}

.panel-heading form.pull-right {
	top:-2px;

	position: relative;
}
.form-group .form-control {
	margin-bottom: 10px;
}
.search-form {
	margin-right: 10px;
	position: relative;
	top:-1px;
}
.btn-xs {
    padding: 1px 5px;
}
.product-load-a {
	margin-right: 10px;
}
#product-data {
	position: relative;
}
.loader-overflow {
	background: rgb(0,0,0,0.4);
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;

}
.loader,
.loader:before,
.loader:after {
  background: #1abc9c;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;

}
.loader {
  color: #1abc9c;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  left:50%;
  top:0px;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.ui-menu .ui-menu-item {
	padding:2px;
}
.ui-widget.ui-widget-content {
	border:1px solid #cccccc;
	border-radius: 3px;
}
.ui-menu .ui-menu-item a{
	display: block;
	border-radius: 0px;
	padding: 2px;
	font-size: 11px;
}
.ui-menu .ui-menu-item a:hover,.ui-menu .ui-menu-item a.ui-state-focus
,.ui-menu .ui-menu-item a.ui-state-active {
	text-decoration: none;
	background: #1abc9c;
	font-weight: normal;
}

#sidebar,#sidebar ul#dock {
	width: 160px;
}
#tools {
	margin-left: 160px;
}
#content {
	left: 160px;
}
#sidebar ul#dock li.launcher {
	padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-top: 5px;


}
#sidebar ul#dock li.launcher.active {
	background: #1a242f;
}
#sidebar ul#dock {
	text-align: left;
	margin-top: 10px;
}
#sidebar ul#dock li.launcher > a {
	display: block;
	font-size: 14px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;


}
#sidebar ul#dock li.launcher a > i {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;

}
#sidebar ul#dock li.launcher:hover::before, #sidebar ul#dock li.launcher.active::before {
	margin-top: 6px;
}

#sidebar .divider {
	 border-bottom: 1px solid #1a242f;
    line-height: 0;
    margin-bottom: 8px;
}

#content form .form-group label {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
#content form .form-group label span {
	color: red;
}
#content form .form-control {
	border: none;
	border-bottom: 2px solid #17a689;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 5px;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	padding-left: 0px;
}
#content form .form-control:focus {
	border-bottom: 2px solid #000;
	box-shadow: none;
}
.navbar-default {
	padding-right: 1%;
	padding-left: 0;
}
.order-table thead td {
	cursor: pointer;
}
body.login .wrapper .brand h1 .logo-icon {
	background: none;
	border-radius: 0px;
	padding:0px;
}
body.login .wrapper .brand h1 .logo-icon img {
	width: 100%;
}
a.navbar-brand {
	font-weight: bold;
	color: #1abc9c !important;
}
.navbar-brand {
	padding-left:0 !important;
	    top: -3px;
    position: relative;
}
.navbar-brand img {
	width: 60px;
	display: inline-block;
	position: relative;
	top: -1px;
}
#upsell-editor .editor-row label.title {

	display: block;
	color: #1abc9c;
	background: #1a242f;
	padding: 5px 5px;

}
#upsell-editor .editor-row {
	border-top: 1px dashed #787878;
	border-bottom: 1px dashed #787878;
	border-left: 1px dashed #787878;
	padding: 0px;
	margin-bottom: 10px;


}
#accordion {
	margin-bottom: 10px;
}
#accordion .card {
	overflow: hidden;

}
#accordion .card-block{
	border-bottom: 1px solid #2c3e50;
}
#accordion h5 {
	background: #2c3e50;
	padding: 10px;
	margin-top: 0px;
	font-weight: normal;
}
#accordion h5 a{
	color: #ecf0f1;
	text-decoration: none;
	display: block;
}
#accordion .card-block {
	padding-left: 10px;
	padding-bottom: 10px;
}
#accordion h5 a:hover,#accordion h5 a:active,#accordion h5 a:focus{
	color: #ecf0f1;
	outline: none;
	text-decoration: none;
}

#upsell-editor .left-bar {
	border-right: 1px dashed #787878;
	height: 500px;
	padding-right: 0px;
	padding-top: 0px;
}

#upsell-editor .right-bar {
	height: 500px;
	padding-left:0px;
	border-top: 1px dashed #787878;
	border-bottom: 1px dashed #787878;

}

#content form .input-group .form-control.jscolor {
	border: 0px;
	height: 22px;
	border-width: none;
	margin:0px;
	padding:0px;
	text-align: center;
	font-weight: normal;
	border:1px solid #eee;
}

#content form .input-group {
	margin-bottom: 5px;
	padding-right: 10px;
}



@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.panel-pricing {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.panel-pricing:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
	padding: 20px 10px;
}
.panel-pricing .panel-body {
    font-size: 20px !important;
}
.panel-pricing .panel-body p {
    margin: 0;
}
.panel-pricing .panel-heading .fa {
	margin-top: 10px;
	font-size: 58px;
}
.panel-pricing .list-group-item {
	color: #777777;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
	background-color: #f0f0f0;
	font-size: 40px;
	color: #777777;
	padding: 20px;
	margin: 0px;
}


#wrapper {
	left: 0 !important;
	right: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
}

body .label-new.label-success {
	background: green !important;
}
body .label-new.warning {
	background: red !important;
}

.table-fixed tbody {

	width: 100%;
}


.spend-monitor {
	background: red;
	border-radius: 1px;
	width: 100%;
	height: 5px;
}
.spend-monitor div {
	background: green;
	border-radius: 1px;
	
	height: 5px;
}




