
.dropdown-to-right{
	left: inherit !important;
	right: 0px !important;
}

.balance-dropdown{
	width:initial !important;
	padding: 30px; 

	text-align: center;
}

.balance-dropdown>.balance-header>button{

	margin: 10px 30px; 

}


.nav-link.non-logged{
	color: rgba(255,255,255,0.7) !important;
}

.nav-link.non-logged:hover{
	color: rgba(255,255,255,1) !important;
}

.campaign-dropdown{
	margin-left: 15px;
	white-space: nowrap;
}

.campaign-dropdown>.dropdown-menu{
	border-radius: 0px;
	max-height: 500px;
	overflow-y: auto;
}



/* actual dropdown animation */
.dropdown .dropdown-menu {
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.show .dropdown-menu {
    max-height: 400px;
    opacity: 1;
}


.balance-header{
		padding: 8px 15px;
	margin: 5px 0px;
}

.balance-header.active, .balance-header:active{
    color: #fff;
    text-decoration: none;


    background-color: #37d893 !important;
}
.balance-header:hover{
	    text-decoration: none;
    background-color: #eaeaea;
	cfont-weight: bold;
	cursor: pointer;
}

.campaign-dropdown>.dropdown-menu>.dropdown-item.active, .campaign-dropdown>.dropdown-menu>.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #37d893 !important;
}



.campaign-dropdown>.dropdown-menu>.dropdown-item:hover {
    text-decoration: none;
    background-color: #cdf5e4;
}
.campaign-selector, .campaign-leave{
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(0,0,0,0.2);
	border-radius: 0px;
	color: #FFF;
}

.campaign-leave{
	margin-left:5px;
}

.campaign-selector:focus, .campaign-leave:focus{
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(0,0,0,0.2);
	border-radius: 0px;
	color: #FFF;
}


.fileinput-preview{
	border-radius: 0.25rem;
}

input[type="file"].form-control{
	  height: calc(1.6em + 1.25rem + 2px) !important;
}

.container-fluid{
	margin-top:15px;
}

.sidebar-hide-nested>a{
	cursor: context-menu;
}
.sidebar-hide-nested>.nav-link,.sidebar-hide-nested>.nav-link:hover, .sidebar-hide-nested.active{
	background-color: transparent !important;
}
.sidebar-hide-nested>.nav-link{
	margin-bottom:0px !important;
}
.sidebar-hide-nested>a>i{
	color: #777980;
}
.sidebar-hide-nested>a>p{
	color: #777980;
}
.sidebar-hide-nested>a>p>i{
	color: #777980;	
	opacity: 0;
}


.nav-sidebar .nav-item > .nav-link {
  xmargin-bottom: 0rem;
}
.nav-sidebar .nav-item > .nav-link {
  xmargin-bottom: 0.2rem;
}

.supervisor-back-btn{
	position: fixed;
	bottom: 80px;
	right: 20px;
}

.toast-top-right {
    top: 62px !important;
    right: 12px;
}

#toast-container .toast-warning{
	xcolor: #1a1a1a !important;
	font-weight: normal;
}

#toast-container>.toast-warning{
    -webkit-filter: invert(100%);
    filter: invert(100%);
	background-color: #0012b5;
}

#toast-container>.toast-warning>.toast-title{
	font-weight: normal !important;
}

ul{
	list-style-type: square;
}

.table-filters{
	margin-top:15px;
	margin-bottom: 15px;
}

.btn{
	xborder-radius: 0px !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	box-shadow: none !important;
}

.btn-secondary{
	background-color:#222d32 !important;
	color: #FFF !important;
}
.btn-secondary:hover{
	background-color:#4d6251 !important;
}
.btn-secondary.active{
	background-color:#2c3e2f !important;
}
.btn-primary{
	background-color:#fff !important;
}

.active .bs-stepper-circle {
    background-color: #0891cc !important;
	opacity: 0.7;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus{
	border-color:#0891cc !important;
	color:#0891cc !important;
}

.btn-primary:hover{
	background-color:#10a8e8 !important;
	color: #FFF !important;
}

.page-link {
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
  outline: none !important;
  box-shadow: none !important;
}

.page-link:hover {
  color: #10a8e8;
  background-color: #f1f1f1;
  xborder-color: #0891cc;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item.active .page-link {
  color: #10a8e8;
  background-color: #fff;
  border-color: #05ce776e;
}

.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.toggler-holder{
	float: left;
	width: 200px;
	margin: 10px;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
border-color: rgba(0,0,0,0.2) !important;
    box-shadow: none !important;
	background-color: #0891cc  !important;
	xopacity: 0.7;
    xbackground-color: #337ab7;
    xborder-color: #2e6da4;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before{
	border-color: #0891cc  !important;
}

.error{
	color: red;
}

input.error{
	border-color: red;
}

.success{
	color: green;
}

.box-body.pad-20{
	padding: 20px;
}
.box-body.pad-35{
	padding: 35px;
}

.w-100{
	width:100%;
}

.inline-input-margin{
	margin-left:10px;
	margin-right: 25px;
}.integration-module-box.disabled{
	xborder-top-color: #e5e5e5 !important;
	opacity: 0.6;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: 0.5s;
}

.integration-module-box.disabled:hover{
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.integration-module-box>.box-body>.enable-btn{
	opacity: 0;
	transition: 0.5s;
}

.integration-module-box.disabled:hover>.box-body>.enable-btn{
	opacity: 1;
}

.integration-module-box.enabled{
	xborder-top-color: #8aa4af;
}

.integration-module-box.disabled>.box-header>.box-title{
	xcolor: #CCC;
}
.integration-module-box>.box-header>.box-title{
	font-size: 18px;
}
.integration-module-box>.box-header>small{
	color: #CCC;
}
.skin-classic .main-sidebar .brand-link {
    xbackground-color: #05ce78;
    color: #ffffff;
    border-bottom: 0 solid transparent;
    text-align: center;
}

.navbar-classic{
    xbackground-color: #04a862;
}


.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
    height: initial;
    xbackground-color: #0ec074;
}/*
$hx-secondary-h: #25678c;
$hx-main: #039dcc;
$hx-accent: #35cdfb;
$hx-dark: #00556f;
$hx-navbar: #3ca3dd;
*/

.main-header {
  xborder-bottom: 1px solid rgba(228, 228, 228, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar-perm-types {
  color: #4b646f;
  font-size: 12px;
  width: 100%;
  background-color: #1a2226;
  padding: 10px 15px;
  text-align: left;
  text-transform: uppercase;
}

.sidebar-perm-scope {
  text-decoration: none !important;
  width: 100%;
  xborder-bottom: 1px solid rgba(0, 0, 0, 0.2);
  xborder-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 10px 15px;
  padding-left: 30px;
  xbackground-color: rgba(0, 0, 0, 0.4);
}

.sidebar-perm-scope.active {
  border-bottom: 3px solid #04a862;
  color: #FFF;
}

.role-holder {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #7899a7;
}

.content-header {
  margin-top: 15px;
}

.box-body {
  padding: 30px;
}

.label-box {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px 2px 6px;
}

.label-box.orange {
  background-color: #FFA000;
}

.label-box.red {
  background-color: #e74c3c;
}

.label-box.blue {
  background-color: #3498db;
}

.label-box.green {
  background-color: #34db69;
}

.label-box.primary {
  background-color: #089aef;
}

.label-box.secondary {
  background-color: #0880c5;
}

.label-box.accent {
  background-color: #2cb2ff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #04a862 !important;
  border-color: #038f53 !important;
  color: #fff;
  padding: 0 10px;
  margin-top: 0.31rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFF !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #000 !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 98, 168, 0.2);
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container .select2-selection--multiple {
  xmin-height: 37px;
  padding-bottom: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple.select2-lg,
.select2-container .select2-selection--multiple.select2-lg {
  min-height: 80px;
}

.cart-sidebar-quanity {
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: default;
}

.cart-controls-sidebar {
  cursor: pointer;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 3px;
}

.cart-controls-sidebar:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #089aef;
}

.fa-times.cart-controls-sidebar {
  color: #FFF;
}

.fa-times.cart-controls-sidebar:hover {
  background-color: #e74c3c;
}

.control-sidebar,
.control-sidebar::before {
  bottom: calc(3.5rem + 1px);
  display: none;
  right: -450px;
  width: 450px;
  transition: right 0.3s ease-in-out, display 0.3s ease-in-out;
}

