/*
- MOBILE
---------------------------------
*/

@media screen and (max-width: 767px) {

    body {
        padding-left: 0;
    }

    .navbar-fixed-top {
        margin-bottom: 0;
    }

    #page-container {
        box-shadow: none;
        border: none;
        width: 100%;
    }

    #header_menu .desktop {
        display: none;
    }

    #header_menu .mobile {
        display: block;
    }

    .hide_mobile {
        display: none;
    }

    .container {
        width: 100%!important;
        margin: 0;
    }

    #footer {
        padding-left: 20px;
    }

    #footer .span4 {
        text-align: left!important;
    }

    .vertical_separator {
        display: none;
    }

}

/*
- CONTAINER
---------------------------------
*/

#page-container {
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-top: 1px #B8B8BC solid;
}

/*
- UI
---------------------------------
*/

.hide {
    display: none;
}

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

.vertical_separator {
    width: 2px;
    border-right: 1px #EEE solid;
    height: 175px;
    margin: 0 auto;
}

.placeholder-space {
    text-align: center;
    font-size: 14px;
    background-color: #F5F5F5;
}

/*
- BUTTONS
---------------------------------
*/

.btn-separator:after {
    content: ' ';
    display: block;
    float: left;
    background: #ADADAD;
    margin: 0 10px;
    height: 29px;
    width: 1px;
}

/*
- MAIN NAV
---------------------------------
*/

.main-nav .btn-group {
    vertical-align:bottom;
    float:left;
    margin-right:5px;
    bottom:-1px;
}

.main-nav .btn-group.pull-right{
    float:right!important;
}

.main-nav .btn {
    border: 1px #347A34 solid;
    background: #347A34;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
- LOADING MODAL
---------------------------------
*/

#loading_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    z-index: 100000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}


/*
- CREATIVES
---------------------------------
*/

#creatives .item {
    max-width: 251px; min-width: 251px; margin-bottom: 10px; margin-left: 10px; padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height:10px;
    height:auto !important;
}

/*
- GRID
---------------------------------
*/

.container {
	padding: 10px;
}

/*
- LINKS
---------------------------------
*/

a.no-format {
    color: inherit;
}

a.no-format:hover {
    text-decoration: none;
}

/*
- NAVBAR
---------------------------------
*/

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 800!important;
}

.navbar .brand {
	padding-right: 20px;
}

.navbar ul.nav-main a {
	/*background-color: #4F4F4F;*/
}

.navbar .header-alert {
    background-color: #b94a48;
    color: #FFF;
    font-size: 14px;
}

.navbar .header-alert a {
    font-weight: bold;
    margin-top: 0;
    margin-left: 10px;
    text-transform: uppercase;
    color: inherit #503b18;
}
.navbar .navbar-secondary .btn.tab.selected,
.navbar .navbar-secondary .btn:hover,
.navbar .navbar-secondary .btn:hover a,
.navbar .navbar-secondary .btn:hover i,
.navbar .navbar-secondary .btn-group a:hover,
.navbar .navbar-secondary .btn-group a:hover i {
    background:white;
    color:black;
    text-shadow:none!important;
}
.navbar .navbar-secondary .btn:hover{
    padding-bottom:6px;
}
.navbar .navbar-secondary .btn.tab.selected{
    border:1px solid #347A34;
    border-bottom: 0px;
}
.navbar .navbar-secondary .container .btn-group .dropdown-menu li a:hover{
    background:#376ca4;
    color:white;
}
.navbar .navbar-secondary .btn.tab.selected{
    font-weight:bold;
}
.navbar .navbar-secondary .btn.tab.selected:hover{
    padding-bottom:6px;
}

/*
- SIDE NAV
---------------------------------
*/

.nav-pills span {
    color: #333;
}

.nav-pills > .active span {
    color: #FFF;
}

/*
- MARKETPLACE
---------------------------------
*/
#marketplace-explanation {
    background: url('https://thewisp.refersion.com/images/marketplace-promote-bg.jpg');
    padding: 30px 45px;
    margin-top: 5px;
}

#marketplace-explanation .marketplace-white-box {
    margin: 50px auto;
    background-color: #FFF;
    padding: 30px;
    max-width: 640px;
}

#marketplace-explanation .marketplace-logo, #marketplace-explanation .marketplace-body, #marketplace-explanation h4 {
    margin-bottom: 40px;
}

#marketplace-explanation .marketplace-body {
    text-align: justify;
    line-height: 24px;
}

/*
- SORTABLE
---------------------------------
*/

.sortable-dropbox {
    background-color: #FFF!important;
    height: 32px;
    border: 2px #EEEEEE dashed!important;
}

/*
- DONUTCHART
---------------------------------
*/

@media (max-width: 480px) {
    .donut_chart {
        margin-bottom: 20px;
    }
    .tier_field{ width:100%!important; padding:4px 0px!important; }
    .empty_tier_label{ display:none!important; }
    .tiers .span2, .tiers .span1, .tiers .span3{ margin-bottom:10px; }
}

.donut_chart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 65px;
}

.donut_chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.donut_chart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  width: 110px;
  font-weight: bold;
  font-size: 17px;
}
.donut_chart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*
- GRAPH
---------------------------------
*/

/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span {
    margin: 0;
    padding: 0;
}

/* Gradinet and Rounded Corners */
.graph-container, #tooltip, .graph-info a {
    background: #ffffff;
}

.graph-info a {
    position: relative;
    display: inline-block;
    float: left;
    height: 20px;
    padding: 7px 10px 5px 30px;
    margin-right: 10px;
    text-decoration: none;
    cursor: default;
}

/* Color Circles */
.graph-info a:before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.graph-info .visitors { border-bottom: 2px solid #71c73e; }
.graph-info .returning { border-bottom: 2px solid #77b7c5; }

.graph-info .visitors:before { background: #71c73e; }
.graph-info .returning:before { background: #77b7c5; }

#tooltip {
    position: absolute;
    display: none;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
}

/*
- TABS
---------------------------------
*/

.tab1 {
    list-style: none;
    overflow: hidden;
    margin: 0;
    margin-bottom: 20px;
    /*border-bottom: 1px #EEE solid;*/
}

.tab1 li {
    display: inline-block;
    line-height: 20px;
    border: 1px #EEE solid;
    border-bottom: none;
    background-color: #FCFCFC;
}

.tab1 li.active {
    background-color: #FFF;
    color: #333;
    border: 1px #D3D3D3 solid;
    border-bottom: none;
    border-top: 2px #3A71AC solid;
    background: rgba(237,234,237,1);
    background: -moz-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(245,245,245,0.79) 10%, rgba(248,248,248,0.15) 40%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,234,237,1)), color-stop(10%, rgba(245,245,245,0.79)), color-stop(40%, rgba(248,248,248,0.15)), color-stop(100%, rgba(255,255,255,0.15)));
    background: -webkit-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(245,245,245,0.79) 10%, rgba(248,248,248,0.15) 40%, rgba(255,255,255,0.15) 100%);
    background: -o-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(245,245,245,0.79) 10%, rgba(248,248,248,0.15) 40%, rgba(255,255,255,0.15) 100%);
    background: -ms-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(245,245,245,0.79) 10%, rgba(248,248,248,0.15) 40%, rgba(255,255,255,0.15) 100%);
    background: linear-gradient(to bottom, rgba(237,234,237,1) 0%, rgba(245,245,245,0.79) 10%, rgba(248,248,248,0.15) 40%, rgba(255,255,255,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeaed', endColorstr='#ffffff', GradientType=0 );
}

.tab1 li a {
    color: #777;
    padding: 20px 35px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.tab1 li a:hover {
    color: #333;
    text-decoration: none;
}

.tab1 li.active a {
    color: #333;
}

.tab1 li.active a i {
    color: #3A71AC;
}

.tab1.four-tabs li {
    width: 24.5%;
}

@media (max-width: 767px) {
    .tab1.four-tabs li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.tab2 a {
      text-decoration: none;
}

.tab2 {
    list-style: none;
    padding-left: 10px;
    line-height: 29px;
    height: 37px;
    overflow: hidden;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}
.tab2 li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 1px;
    padding: 8px 20px;
    line-height: 20px;
}
.tab2 a {
      color: #555;
      text-decoration: none;
}
.tab2 li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
    font-weight: bold;
}
.tab2:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: 1;
}
.tab2 li:before,
.tab2 li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tab2 li:before {
    left: -6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tab2 li:after {
    right: -6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tab2 li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tab2 li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}


/*
- CONTAINER SHADOW
---------------------------------
*/

.shadow {
    position: relative;
    top: -20px;
    height: 15px;
}
.shadow:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(155,155,0, 0.25);
    border-radius: 50% / 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
    clip: rect(19px, auto, 50px, 0);
}

/*
- AFFILIATE REGISTRATION PAGE
---------------------------------
*/

.main-aff-reg {
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border: 4px solid rgb(184, 184, 188);
    border: 4px solid rgba(184, 184, 188, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
}

.main-aff-reg input.required, .main-aff-reg textarea.required, .main-aff-reg label.required, .mail-aff-reg select.required {
    /*background: #FFF url("https://thewisp.refersion.com/images/asterisk_icon.png") right 50% no-repeat;*/
}

.main-aff-reg .checkbox {
    margin-bottom: 20px;
}

.main-aff-reg .icon-asterisk {
    font-size: 11px;
}

.main-aff-reg input, .main-aff-reg textarea {
    padding: 10px!important;
}

.main-aff-reg .customSelect {
    padding: 10px;
    background-color: #ffffff!important;
    border: 1px solid #cccccc;
    background: url("https://thewisp.refersion.com/images/dropdown_arrow.png") 98% center no-repeat;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.main-aff-reg input, .main-aff-reg textarea {
    font-size: 16px;
}

.main-aff-reg table {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.main-aff-reg table td {
    border-left: 1px solid #dddddd;
}

.main-aff-reg .accordion-toggle {
    font-weight: bold;
}

.top-bar a.login {
    font-size: 15px;
    color: #000;
    background-color: #F9F9F9;
    padding: 8px 12px;
    margin-right: -10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*
- MODAL
---------------------------------
*/

.modal-backdrop { z-index: 850!important; }
.modal { z-index: 900!important; }
.modal-large { width: 960px; margin-left: -480px; }
.modal-large .modal-body { max-height: 500px; }

/* Fix modal position for small screen sizes (https://www.pivotaltracker.com/story/show/136281939) */
.modal { position: absolute; top: 10%; }

@media (min-height: 40em) {
    .modal {
        position: fixed;
    }
    .modal-body {
        max-height: 35em; /* This should be less than the min-height in the media query. */
        overflow-y: auto;
    }
}

/* Ugly modal fix for when session dies */
.modal .container, .modal .navbar-static-top .container,
.modal.navbar-fixed-top .container,
.modal.navbar-fixed-bottom .container {
    width: auto;
}


/*
- MODAL PREVIEW
---------------------------------
*/

.modal-preview .body {
    border: 3px #6EB95E solid;
    background: #FFF;
    background: -moz-linear-gradient(#fff, #ccc);
    background: -webkit-linear-gradient(#fff, #ccc);
    background: -o-linear-gradient(#fff, #ccc);
    padding: 15px;
}

.modal-preview .title {
    height: 25px !important;
}

.modal-preview .block {
    display: block;
    height: 15px;
    background-color: #4D8141;
}

.modal-preview .text, .modal-preview .button {
    background-color: #9E9E9E;
    margin-top: 10px;
    width: 90% !important;
    height: 10px !important;
}

.modal-preview .box {
    margin-top: 10px;
    width: 90% !important;
    border-style: dashed;
    border-width: 2px;
    border-color: #4D8141;
    background-color: #FFF;
    height: 35px;
}

.modal-preview hr {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #D5D5D5;
    margin: 10px 0;
}

/*
- PAYMENT CONFIRMATION
---------------------------------
*/

.total-payment-confirmation .number.total {
    padding-bottom: 10px;
    color: #46a546;
    border-bottom: 1px #46a546 solid;
    margin-bottom: 14px;
    font-weight: 200;
}

.total-payment-confirmation .number {
    color: #3A71AC;
    font-size: 50px;
    font-weight: 100;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0px;
}

.total-payment-confirmation .number i[class="icon-chevron-right"] {
    font-size: 30px;
    position: relative;
    top: -7px;
}

.total-payment-confirmation .vertical_separator {
    height: 105px;
    border-right: 1px #E3E3E3 solid;
}

.total-payment-confirmation p {
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size: 12px;
}

.payment-options .option .logo {
    margin: 15px 0 30px;
}

.payment-options .option .action {
    margin-bottom: 20px;
}

.payment-options .option .info {
    margin-bottom: 0;
}

/*
- REGISTRATION
---------------------------------
*/

.nav-pills li a input[type="radio"] {
    display: none;
}

/*
- TRACKING INSTALLATION
---------------------------------
*/

#installation .option {
    border-bottom: 1px #C0C0C0 solid;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

#installation .option.last {
    border-bottom: 0;
    padding-bottom: 0;
}

#installation .option a.header i {
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
}

#installation .option a.header, #installation .option a.header:hover {
    display: block;
    text-decoration: none;
    color: inherit;
}

#installation .option .instructions {
    margin-top: 20px;
    display: none;
    padding: 10px 12px;
    background-color: #F5F5F5;
}

/*
- TIMELINE (ACTIVITY)
---------------------------------
*/

div.activity {
	line-height: 22px;
	font-size: 16px;
	margin-top: 20px;
}

/*
div.activity .icon-user, div.activity .icon-shopping-cart {
	color: #3A71AC;
}
*/

div.activity .dash {
	margin-left: 10px;
	font-size: 14px;
	color: #DDDDDD;
}

div.activity .date {
	margin-left: 10px;
	width: 50px;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	height: 11px;
	line-height: 12px;
}

div.activity .message {
	font-size: 14px;
}

div.activity .number {
	font-size: 16px;
	font-weight: bold;
	color: #347A34;

}

/*
- RIBBON
---------------------------------
*/

.ribbon-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 90;
}

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -11px;
    right: -11px;
}

.ribbon-green {
    font: bold 11px Sans-Serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #6DB85C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6DB85C), to(#5FA050));
    background-image: -webkit-linear-gradient(top, #6DB85C, #5FA050);
    background-image:    -moz-linear-gradient(top, #6DB85C, #5FA050);
    background-image:     -ms-linear-gradient(top, #6DB85C, #5FA050);
    background-image:      -o-linear-gradient(top, #6DB85C, #5FA050);
    color: #FFF;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top:   4px solid #6e8900;
    border-left:  4px solid transparent;
    border-right: 4px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

.ribbon-wrapper-blue {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -11px;
	right: -11px;
}

.ribbon-blue {
	font: bold 11px Sans-Serif;
	color: #333;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #3A6FAC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3A6FAC), to(#3A4BAC));
	background-image: -webkit-linear-gradient(top, #3A6FAC, #3A4BAC);
	background-image:    -moz-linear-gradient(top, #3A6FAC, #3A4BAC);
	background-image:     -ms-linear-gradient(top, #3A6FAC, #3A4BAC);
	background-image:      -o-linear-gradient(top, #3A6FAC, #3A4BAC);
	color: #FFF;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-blue:before, .ribbon-blue:after {
	content: "";
	border-top:   4px solid #34589B;
	border-left:  4px solid transparent;
	border-right: 4px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon-blue:before {
	left: 0;
}

.ribbon-blue:after {
	right: 0;
}

/*
- SPEECH BUBBLE
---------------------------------
*/

.bubble {
    width: 100%;
    position: relative;
    /*height: 120px;*/
    padding: 6px 8px;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 7px 8px 0;
    border-color: transparent #F5F5F5;
    display: block;
    width: 0;
    z-index: 1;
    left: -7px;
    top: 6px;
}


/*
- EFFECTS
---------------------------------
*/

div.box-layered-paper {
	border: 1px solid #e3e3e3;
	padding-left: 10px;
	border-radius: 0px;
	background: #F5F5F5;
	margin-bottom: 20px;
	padding-top: 10px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
}

div.affiliate-box {
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    margin-bottom: 20px;
    background-position: 10px;
    background-repeat: no-repeat;
}

div.user-card .name {
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px;
    display: block;
}

div.user-card p {
    margin: 0;
}

div.panel {
	background-color: #F5F5F5;
	border: 1px #EEEEEE solid;
	padding: 9px;
	margin-bottom: 20px;
	font-size: 14px;
}

div.panel-yellow {
	border: 1px solid #fbeed5;
	background-color: #fcf8e3;
}

div.panel h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

div.panel-small {
	font-size: 12px;
	border: none;
	background: transparent;
	margin: 0;
}

div.action-panel-blue {
    background-color: #F7F9FC;
    color: #3a71ac;
    text-align: center;
    border-radius: 0px;
    border: 1px #3a71ac solid;
}

div.action-panel-green {
    background-color: #F3F9F5;
    color: #46a546;
    text-align: center;
    border-radius: 0px;
    border: 1px #46a546 solid;
}

/*
- BOOTSTRAP PANELS (BTPANEL)
---------------------------------
*/

.btpanel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  /*border-radius: 4px;*/
}

.btpanel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
}

.btpanel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btpanel-primary {
  border-color: #3A71AC;
}

.btpanel-primary .btpanel-heading {
  color: #ffffff;
  background-color: #3A71AC;
  border-color: #3A71AC;
}

.btpanel-success {
  border-color: #d6e9c6;
}

.btpanel-success .btpanel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.btpanel-warning {
  border-color: #fbeed5;
}

.btpanel-warning .btpanel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.btpanel-danger {
  border-color: #eed3d7;
}

.btpanel-danger .btpanel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.btpanel-info {
  border-color: #3A71AC;
}

.btpanel-info .btpanel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/*
- TABLE
---------------------------------
*/

table.table-minimal thead th {
    font-weight: bold;
    background-color: white!important;
    background-image: none;
    color: #333;
    text-shadow: none;
}

table.table-minimal, table.table-no-box-shadow {
	box-shadow: none;
	margin-bottom: 10px;
}

table tr td.table-row-selected {
    border-top: 1px #B5B5B5 solid;
    border-left-color: #eee!important;
    border-right-color: #eee!important;
    background-color: #f9f9f9!important;
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 60%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(60%, rgba(246,246,246,1)), color-stop(100%, rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 60%, rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 60%, rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 60%, rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(246,246,246,1) 60%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0 );
}

table tr.table-row-mf-link a.table-show-more-info, table tr.table-row-mf-link a.table-show-more-info:hover {
    color: #333;
    text-decoration: none;
}

table tr.table-row-mf-link {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 5px;
    overflow: none;
    padding-bottom: 15px;
}

table tr.table-row-mf-link a.table-show-more-info {
    font-size: 11px;
    font-weight: bold;
    background: #eee!important;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline;
    width: 100px;
    padding: 5px 15px;
    position: relative;
    top: 8px;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.70);
    -moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.70);
    box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.70);
    z-index: 800!important;
    color: #333;
    text-decoration: none;
}

table tr.table-row-mf-link-selected {
    color: #333;
    background: rgba(238,238,238,1)!important;
    border-top: 2px #848484 solid;
    border-bottom: 1px #848484 solid;
}

table td.table-expandable-panel {
    padding: 0px;
}

.border-top-none {
    border-top: none!important;
}

table th.headerSortDown:after,
table th.headerSortUp:after{
  content: ' ';
  position: relative;
  left: 2px;
  border: 6px solid transparent;
}
table th.headerSortDown:after{
  top: 10px;
  border-top-color: silver;
}
table th.headerSortUp:after{
  bottom: 10px;
  border-bottom-color: silver;
}
table th.headerSortDown,
table th.headerSortUp{
  padding-right: 10px;
}
table th.sortable{
  cursor:pointer;
}

table td.no-top-td-border {
    border-top: 0;
}

/*
- TEXT
---------------------------------
*/

.font-12px {
    font-size: 12px;
}

.font-10px {
    font-size: 10px;
}

.label {
    border-radius: 0!important;
}

.label-large {
    font-size: 20px;
    padding: 5px 7px;
    line-height: 23px;
}

.label-medium {
    font-size: 15px;
    padding: 4px 6px;
    line-height: 17px;
}

h3 span.label {
    font-size: 26px;
    line-height: 32px;
    padding: 2px 8px;
    margin-top: 10px;
}

h3.affiliate-name {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 span.label {
    font-size: 34px;
    line-height: 40px;
    padding: 2px 8px;
}

h1.affiliate-name {
    margin-bottom: -10px;
}

h1.affiliate-name img {
    /*
    -moz-box-shadow: 1px 1px 2px 1px #8D8D8D;
    -webkit-box-shadow: 1px 1px 2px 1px #8D8D8D;
    box-shadow: 1px 1px 2px 1px #8D8D8D;
    */
}

.truncate {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fake_input {
    background-color: #FFF;
    border: 1px #9E9F9C solid;
    padding: 4px 10px 4px 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
}

#header_menu .mobile a.btn {
    color: #333;
}

#header_menu .mobile a.btn:hover {
    text-decoration: none;
}

td.no-padding-no-line-height {
    padding: 0;
    line-height: 0px;
}

.no-spacing {
    font-size: 0;
}

/*
- SUPPORT MODAL
---------------------------------
*/

.support-modal-header{
    color:#FFF;
    text-align:center;
    background-color:#6DB85B;
    height: 105px;
}
.support-modal-header h3{
    margin:20px 0;
    padding-bottom:20px;
    font-size: 28px;
}

#support-modal-form {
    padding: 0 26px;
}

.support-modal-team-member{
    margin-left:0;
}

.support-modal-team-member{
    color:#333;
}

.support-modal-divider{
    border-bottom:2px solid #efefef;
    text-align:center;
}

.support-modal-divider > span {
    position:relative;
    top:10px;
    color:#a4a4a4;
    font-weight:100;
    background-color:#FFF;
    padding: 5px;
    letter-spacing: 0.15em;
}

.support-modal-resource-list{
    margin:20px auto;
}
.support-modal-resource-list:nth-child(2){
    /*margin:0px 15px;*/
}

.support-modal-resource{
    border:2px solid #c6e2f3;
    border-radius:3px;
    display:inline-block;
    padding:10px;
    font-weight:700;
    text-align:center;
    width:24%;
    cursor:pointer;
    margin:0 3%;
}

.support-modal-resource:hover{
    border:2px solid #006eb3;
    transition:all .2s linear;
}

.support-modal-resource > a {
    text-decoration:none;
    color:#333;
}

.support-modal-resource > i {
    color:#c6e2f3;
}

/*
- FOOTER
---------------------------------
*/

#footer {
	margin-top: 20px;
}

/*
- PACE LOADER
---------------------------------
*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 5px;
  background: #3a71ac;

  -webkit-transition: -webkit-transform .3s, width 1s;
  -moz-transition: width 1s;
  -o-transform: width 1s;
  transition: transform .3s, width 1s;

  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);

  pointer-events: none;
}

.pace.pace-active .pace-progress {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
- MOBILE MENU
---------------------------------
*/

.slicknav_menu {
    display:none;
}

@media screen and (max-width: 767px) {
    /* #menu is the original menu */
    .mobile_menu {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }
    .main-nav .container {
        display: none;
    }
}

/*
- PROCESS BAR
---------------------------------
*/

.bar a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

/*
- BLINK
---------------------------------
*/

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.filters-search-form #from, .filters-search-form #to, .filters-search-form select[name=status],
.filters-search-form select[name=type], .filters-search-form #offer_id{ height:41px; }
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown{ border:1px solid #ccc; border-radius:0px; }

.sorting_form table thead tr th.sortable.active i{ padding-left:10px; }
.edit_cfi{ width:82px; max-width:82px; }
.edit_cfi input, .edit_cfi a.btn{ margin-bottom:0px; }

.tiers{ background-color:#D8D8D8; padding:10px; }
.tiers .span1, .tiers .span2, .tiers .span3{ margin-left:0px; }
.tiers input[type=text], .tiers .control-group, .tiers .input-prepend{ margin-bottom:0px; }
.tier_amount_from, .tier_amount_to{ min-width:120px; }
.overlapping_row{ background-color:#f2dede!important; }
.tiers_table{ box-shadow:none!important; margin-bottom:25px; float:left; background-color:transparent!important; }
.tiers_table thead tr th, .tiers_table thead tr th:hover{ background-color:transparent!important; background-image:none!important; text-shadow: none!important; color:black; }
.tiers_table tbody tr td{ background-color:#d8d8d8; }
.required_tier_value, .required_value{ border:1px solid red!important; }
.white-bg{ background-color:transparent!important; }
.add_offer_tier, .delete_offer_tier{ display:inline-block; padding-left:10px; }
.delete_offer_tier{ color:red!important; }
.overlapping_tier{ border:1px solid #F9A125!important; }
#offer_settings_form textarea{ resize:none!important; }

.shopify_discount_application{ display:inline-block; width:auto; }
.shopify_discount_application:first-child{ margin-right:10px; }

.shopify_trial_response{ display:none; }

/** Payments Admin **/
.payment_amount{ display:inline-block; min-width:150px; }

/*
- COMMISSION STRUCTURE
---------------------------------
*/
.offers-table-header {
    border-bottom: 1px solid #d8d8d8;
	padding-bottom: 4px;
	margin-bottom: 12px;
}

.user_affected {
	padding: 20px 0;
}

.offer-25-percent {
	width: 24%;
	display: inline-block;
	padding-left: 15px;
}

.offer-50-percent {
	width: 35%;
	display: inline-block;
	padding-left: 15px;
}

.offers-amount .input-prepend input,
.offers-amount .input-append input {
	vertical-align: unset;
	width: 100%;
	max-width: 180px;
}

.offers-currency-input {
	margin-bottom: 0;
}

/*
- MOBILE MEDIA QUERIES
---------------------------------
*/

@media screen and (max-device-width: 480px){
    .tiers_table tbody tr td select{ margin-top:20px!important; }
    .tiers_table tbody tr td input, .tiers_table tbody tr td select{ width:100%!important; padding-left:0px; padding-right:0px; }
    #tiers_modal{ width:100%; max-width:100%; margin-left: 0px; left:0px; }
}

@media screen and (min-device-width:481px) and (max-width:768px) {
    .tiers_table tbody tr td select, .tiers_table tbody tr td input{ width:100%!important; padding-right:0px; padding-left:0px; }
    .tiers_table tbody tr td select{ margin-top:20px; }
    #tiers_modal{ width:100%; max-width:100%; margin-left:0px; left:0px; }
    #tiers_modal .modal-body .table{ margin-bottom:0px; }
}

@media screen and (max-device-height: 320px) {
    #tiers_modal{ top:0px!important; }
}

@media screen and (min-device-width:769px) and (max-device-width: 979px){
    .nav-pills > li > a{ font-size: 1.5vw; }
}

@media screen and (max-width:767px){
    body{ padding:0px; }
    .main-aff-reg{ box-shadow:none; border:none; padding:0px; width:100%; }
    .hide-on-mobile { display:none!important; }
    .main-aff-reg h4{ width:96%; margin-left:3%; }
    .main-aff-reg label, input[type=submit]{ width:96%!important; margin-left:2%; }
    .main-aff-reg input[type=submit]{ margin-bottom:10px; margin-top:10px; }
	.main-aff-reg form .control-group { width: 90%; margin: 0 auto; }
    .main-aff-reg .controls{ width:100%; float:left; }
    .main-aff-reg .controls .customSelect{ width:96%!important; max-width:100%; margin-left:2%!important; float:left; padding:10px 0px 10px 0px; }
	.main-aff-reg textarea{ padding: 0px !important;}
    .main-aff-reg input, textarea{ padding-right:0px!important; padding-left:0px!important; float:left; margin-left:2%; width:96% !important; }
    .container{ padding:0px; }
    .accordion-inner{ padding-right:0px; padding-left:0px; }
    #accordion2{ float:left; margin-top:0px!important; width:96%; margin-left:2%; }
	.g-recaptcha{margin:0 auto; display:inline-block}
}