body {
	background: #ecedf0;
	font-family: 'Archivo Narrow', sans-serif;
}

.row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.text-center {
	text-align: center;
}

.margin-10 {
	margin-top: 20px;
}

a:hover {
	text-decoration:none;
}

button:focus {outline:0 !important;}

.full {
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* ===========================================
	Wrappers and Toggles 
   ========================================= */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#side-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #side-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
		top: 50px;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* ===========================================
	Top Navigation 
   ========================================= */
.navbar {
	height: 65px;
	background: #fff;
	color: #333;
}

.navbar-nav>li>a {
	line-height: 35px;
	color: #333;
}

.navbar-nav li ul li a {
	font-size:17px;
}
#menu-toggle {
	width: 50px;
}

.navbar-right {
	margin-right: 10px;
}

.navbar-right img {
	border-radius: 50%;
	border: 2px solid #333;
	margin-top: -5px;
	margin-right: 7px; 
	width: 50px;
	height: 50px;
}

.navbar-right li a i {
	font-size: 16px;
}

.navbar-user {
	color: #333;
	font-weight: 800;
}

.nav-icon {
	color: #333;
}

.nav-icon:hover {
	color: #0CD7F2;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: #FF4D00;
	color: #fff;
}

/* LOGO */
.logo {
	position: relative;
	left: 15px;
	width: 250px;
	float:left;
}

.logo a {
  color: #333;
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo a:hover {
  color: #2172CC;
  background: none;
}

.logo img {
    margin-left: 50px;
    margin-top: -10px;
}

.language {
	margin-top: 17px;
}

.balance {
	margin-top: 20px;
	margin-right: 10px;
	font-size: 18px;
  padding: 0 15px 0 20px;
	color: #2BA802;
}

.white {
	color: #fff;
}

select {
	-webkit-appearance:none;
}

.lang-select {
	margin-top: 5px;
}
/* ===========================================
	Notifications 
   ========================================= */

.notifications ul>li {
	background: transparent;
	height: 35px;
	padding: 3px;
}

.notification-heading{
	color: #fff;
	margin-top: -6px;
}

.notification-heading>a{
	color: #fff !important;
}

.notification-heading a:hover{
	background: transparent !important;
}

.heading-danger {
	background: #BF2E35 !important;
}

.notification-time {
	background: #CDC8DB;
	color: #222;
	font-size: 10px;
	margin-top: 6px;
	padding: 0 3px 0 3px;
}

.navbar-default .navbar-nav>.open>a:focus {
	background: none;
}

.nav-account {
	min-width: 192px;
	margin: -10px -10px 0 0 !important;
}

.nav-danger .dropdown-menu {
	min-width: 390px;
}

.nav-danger .dropdown-menu h2 {
	float: left;
	font-size: 32px;
	font-weight: 800;
	margin-left: 20px;
}

.nav-danger .dropdown-menu h5 {
	float:right;
	font-size: 15px;
	font-weight: 600;	
	margin-top: 30px;
	margin-right: 10px;
}

.icon-danger {
	background: #BF2E35;
	color: #fff;
}

.dropbox img{
	border: 0;
	width: 35px;
	height: 35px;
}
 
/* ===========================================
	Sidebar Navigation 
   ========================================= */

.side-nav {
    position: relative;
    top: 68px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
	height: 88%;
}

.side-heading {
	color: #FC5800;
	font-weight: 400;
	margin-left: 20px;
	padding: 5px 0 3px 0;
}

.side-nav li {
   	width:250px;
    line-height: 45px;
		border-top: 1px solid #eaecf0;
    text-transform: uppercase;
		font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

.side-nav li a {
   color: #333;
}

.side-nav li a i{
   float: right;
   margin-right: 7px;
   font-size: 14px;
}

.side-nav li ul {
	list-style-type: none;
	padding: 0;
}

.side-nav li ul li {
	padding-left: 40px;
}

.side-nav img {
  border-radius: 50%;
  border: 2px solid #333;
  margin-top: -2px;
  margin-left: 20px;
  margin-right: 7px;
  width: 40px;
  height: 40px;
}

.side-nav .active {
	background: #E3E3E3;
}

.side-warning ul, .side-warning:hover{
	background: #FFC954;
}

.side-danger ul, .side-danger:hover{
	background: #EBEBEB;
}

.side-danger img {
	width: 35px;
	height: 35px;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus{
	color: #fff !important;
}

.stats-default i {
	font-size:14px;
	color: #680BB0;
	margin-left: 20px;
	margin-right: 15px;
}

.stats-danger i {
	font-size: 14px;
	color: #BF2E35;
	margin-left: 20px;
	margin-right: 15px;
}

.stats-text {
	font-size: 22px;
	font-weight: 800;
	color: #7D7D7D;
	text-shadow: 0px 1px 1px #000;
}

.side-nav li a:hover {
    text-decoration: none;
    color: #333;
    background: rgba(255,255,255,0.2);
}

.side-nav li a:active,
.side-nav li a:focus {
    text-decoration: none;
}

.ui-drop-hover {
    background-color: #8CED74 !important;
    border: 1px solid #bbb;
}

.small-text {
	color: #999;
	margin-left: 5px;
	margin-top: -10px;
	font-size: 10px;
}

.sales-profits i{
	float: left !important;
	color: #166BC7;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.sales-profits:hover {
	background: #E6E6E6;
}

.banners-logos i{
	float: left !important;
	color: #48008C;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.banners-logos:hover {
	background: #E6E6E6;
}

.affiliates i{
	float: left !important;
	color: #CC0808;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.affiliates:hover {
	background: #E6E6E6;
}

.referral-traffic i{
	float: left !important;
	color: #FF4D00;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.referral-traffic:hover {
	background: #E6E6E6;
}

.payouts i{
	float: left !important;
	color: #00695C;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.payouts:hover {
	background: #E6E6E6;
}

.paypal-setup i{
	float: left !important;
	color: #074C91;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.paypal-setup:hover {
	background: #E6E6E6;
}

.commission i{
	float: left !important;
	color: #F29705;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.commission:hover {
	background: #E6E6E6;
}

.website-integration i{
	float: left !important;
	color: #333;
	font-size: 35px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.website-integration:hover {
	background: #E6E6E6;
}

.menu-item i{
	float: left !important;
	color: #074A82;
	font-size: 18px !important;
	margin-left: 15px;
	margin-right: 5px !important;
}

.website-integration:hover {
	background: #E6E6E6;
}

.active {
	border-left:4px solid #FC5800;
	background: #F5F5F5 !important;
}

/* ===========================================
	Stat Boxes 
   ========================================= */

.stat-box {
	background: #fff;
	border: 1px solid #DEDEDE;
	height: 80px;
	border-radius: 10px;
}

.stat-box a{
	color: #333;
}

.stat-icon {
	float: left;
	color: #fff;
	font-size: 2.7em;
	text-align: center;
	height: 100%;
	width: 35%;
}

.stat-icon  i {
	position: relative;
	top: 10px;
}

.stat-data {
	float: left;
	width: 60%;
	margin-left: 5%;
}

.stat-data  h2{
	font-size: 24px;
	margin-top: 25px;
}

.stat-info {
	font-size: 13px;
}

.stats-default i {
	font-size:32px;
	color: #680BB0;
	margin-left: 20px;
	margin-right: 15px;
}

.stats-danger i {
	font-size:32px;
	color: #BF2E35;
	margin-left: 20px;
	margin-right: 15px;
}

.stats-text {
	font-size: 22px;
	font-weight: 800;
	color: #7D7D7D;
	text-shadow: 0px 1px 1px #000;
}

.stat-primary{
	background: #2d89ef;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.stat-default{
	background: #FF4D00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.stat-danger{
	background: #DB1212;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.stat-success{
	background: #25C720;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

/* ===========================================
	Login Form 
   ========================================= */


.login {
	background: #fff;
	margin-top: 100px;
}

.login-form {
	padding: 30px; 
}

.input-xlarge {
	font-size: 17px;
	width: 100%;
	height: 2.5em;
	padding: 5px;
}

.login-btn {
	float:right;
	margin-top: 40px;
	margin-bottom: 40px;
}

.inline {
	margin-left: 25px;
}
/* ===========================================
	Register Form 
   ========================================= */

.go-register {
	position: relative;
	top: 46px;
}

.terms {
	padding-top: 20px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.success-text {
	color: #80D134;
}

/* ===========================================
	Other Forms
   ========================================= */
.date-filter {
	font-size: 12px;
	margin-right: 10px;
}
input[type=date]{
	width: 110px;
	font-size:12px;
	height: 30px;
	color: #333;
}

.tier-levels {
	list-style-type: none;
	padding: 15px;
}

.tier-levels li {
	padding: 5px;
}

/* ===========================================
	Panels and Buttons
   ========================================= */
.panel-heading {
	color: #fff;
	font-size: 20px;
	height: 50px;
	padding: 12px 0 0 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.sub-heading {
	font-size: 13px;
	float: right;
	color: #fff;
	margin: 5px 15px 0 0;
}

.panel-content {
	font-size: 15px;
	padding: 20px;
}

.title-icon {
	margin: 0 10px 0 0;
}

.panel-primary {
	background: #0A5AA1;
}

.panel-default {
	background: #454545;
}

.panel-warning {
  background: #f6f6f6;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #DADADA;
	color: #0A5AA1;
}

.panel-success {
	background: #7BC456;
}


.btn {
	border-radius: 5px;
	border: 1px solid #E3E3E3;
}

.btn-primary, .btn-primary:hover {
	background: #2d89ef;
}

.btn-danger, .btn-danger:hover {
	background: #BF2E35;
}

.btn-default, .btn-default:hover {
	background: #81469E;
	color: #fff;
}

.btn-link {
	border:0;
}

.checkbox, .radio {
	display: inline;
}

.alert-default {
	background: #81469E;
	color: #fff;
}

.panel-default {
	background: #fff;
}

.red {
	color: red;
}

.green {
	color: green;
}

.upload-form {
	width: 200px;
}

.banners {
	width: 200px;
	height: auto;
}

.banner-code {
	width: 420px;
}

.void-row {
	background: #333;
}

.mr {
	margin-right: 10px;
}

.top-list img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
/* ===========================================
	Device Specific
   ========================================= */


@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 70px;
    }

    #side-wrapper {
        width: 250px;
    }

    #wrapper.toggled #side-wrapper {
        width: 66px;
    }

	#wrapper.toggled #side-wrapper .logo {
        display:none;
    }
	
	#wrapper.toggled #side-wrapper .side-heading {
        display:none;
    }
	
	#wrapper.toggled #side-wrapper .side-nav li a i{
        margin-left:16px;
				font-size: 33px !important;
    }
	
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
	
}

@media(max-width:955px) {
	.navbar-right {
		display: none;
	}
	.menu-toggle {
		float: right;
		margin-right: 18px;
		margin-top: -3px;
	}
}
.box {
	padding: 20px;
	background: #f6f6f6;
}
span.select-columns {
    margin-right: 25px;
}
.box label {
	display: inline-block;
}
.box label {
	margin-left: 15px;
}
.generated_code_span {
	display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.generated_code {
	width: 90%;
}
@media(max-width:1472px) {
	.generated_code {
		width: 87%;
	}	
}
@media(max-width:1579px) {
	.generated_code {
		width: 89%;
	}	
}
.iframe-generator h3 {
	text-decoration: underline;
	font-size: 21px;
}
.course-countainer {
	display: inline-block;
	padding: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 24%;
	background: #f6f6f6;
	vertical-align: middle;
	text-align: right;
}
.iframe-generator input[type=checkbox], .iframe-generator input[type=radio] {
    display: none !important;
}
.iframe-generator input[type="checkbox"] + label::after , .iframe-generator input[type="radio"] + label::after{
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    content: "";
    display: inline-block;
    font-size: 20px;
    height: 15px;
    margin-left: 13px;
    text-align: center;
    vertical-align: middle;
    width: 15px;
}
.iframe-generator input[type=checkbox]:checked + label:after, .iframe-generator input[type="radio"]:checked + label:after  {
    content: "\2714";
    color: #3eb721;
    background-color: #fff;
    text-align: center;
    line-height: 9px;
    text-shadow: 0px 0px 3px #eee;
}
.iframe-generator .dropdown select.selected_coupon {
    background: transparent;
    width: 297px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.iframe-generator .dropdown{
	width: 297px;
    overflow: hidden;
    background: no-repeat right #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: inset 0 2px 4px rgba(107, 105, 105, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 3px -9px #000000;
    -webkit-box-shadow: 0px 8px 3px -9px #000000;
    box-shadow: 0px 8px 3px -9px #000000;
}
.iframe-generator .dropdown {
    position: relative;
}
.iframe-generator .dropdown:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 6px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #333;
}
.iframe-generator select.selected_coupon > option {
	background: #D3D3D3;
	color: black;
}
select.affiliate-type {
	width: 300px;
	font-size: 25px;
	-webkit-appearance: menulist-button;
}
button.excel {
	font-size: 25px;
    color: #4db34d;
}
button.pdf {
	font-size: 25px;
    color: #d40c0c;
}
form.my-reports {
	display: inline-block;
    width: 50px;
}
form.my-reports button{
	border: none;
    background: transparent;
}
.center-it {
    position: fixed;
    z-index: 999;
    height: 400px;
    max-width: 635px;
    overflow: show;
    margin: auto;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 350px;
}
.loading-ns {
	display: none;
}
.loading-ns:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    opacity: 0.8;
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
    position: relative;
    margin-left: 50%;
    margin-top: 20px;
}
.lds-rolling div,
.lds-rolling div:after {
    border: 21px solid #18aace;
    border-top-color: transparent;
    border-radius: 50%;
    width: 350px;
    height: 350px;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 0.7s linear infinite;
  animation: lds-rolling 0.7s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.loading-ns span {
    color: #fff;
    font-size: 27px;
    text-align: center;
    display: block;
	margin-top: 50px;
}
@media only screen and (max-width: 480px) {
	.lds-rolling div,
	.lds-rolling div:after {
		width: 250px;
		height: 250px;
	}
	.lds-rolling {
		margin-top: 100px;
	}
	.loading-ns span {
		margin-top: 0px;
	}	
}
.disabled i {
	color: grey;
	cursor: not-allowed;
}
#sortable-cats .category-item {
	display: block;
    width: 96%;
    font-size: 22px;
    background: #f4f4f4;
    margin-bottom: 3px;
    padding: 10px 20px;
	cursor: pointer;
}
#sortable-cats .category-item-content {
    display: block;
    width: 100%;
}
#sortable-cats .filter_by_category {
	display: block;
    font-size: 25px;
	cursor: pointer;
}
.category-item-heading {
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.filter_by_category i.fa-angle-down {
    display: block;
    width: 66px;
    height: 55px;
    color: #fff;
    background: #333333;
    float: right;
    vertical-align: top;
    line-height: 56px;
    text-align: center;
    font-size: 48px;
    margin-top: -10px;
    margin-right: -20px;
}
.categories-filter {
	display: none;
}
.dataTables_length {
	margin-right: 10px;
}