body {
    background: #fff !important;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.page-header {
    padding-bottom: 9px;
    margin: 25px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header-hpl {

    border-bottom: none;
}

.navbar-inverse {
    border: none;
}

.navbar-fixed-top {
    z-index: 98;
}

.hand-cursor {
    cursor: pointer;
}

.form-signin {
    max-width: 410px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    /*  height: auto; */
    padding: 5px;
    @include box-sizing(border-box);

}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.top-left-menu {
    font-size: 20px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 7px;
}

.menu-seprator {

    margin-top: 10px;
}

/* Banner set page start*/
.avatar-icon {
    max-width: 50px;
    max-height: 50px;
}

/* Banner set page end*/

.tt-query {
    -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);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.tm-tag {
    color: #555555;
    background-color: #f5f5f5;
    border: #bbbbbb 1px solid;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0 5px 5px 0;
    padding: 4px;
    text-decoration: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
}

.tm-tag .tm-tag-remove {
    color: #000000;
    font-weight: bold;
    margin-left: 4px;
    opacity: 0.2;
}

.tm-tag .tm-tag-remove:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
}

.tm-tag.tm-tag-warning {
    color: #945203;
    background-color: #f2c889;
    border-color: #f0a12f;
}

.tm-tag.tm-tag-error {
    color: #84212e;
    background-color: #e69ca6;
    border-color: #d24a5d;
}

.tm-tag.tm-tag-success {
    color: #638421;
    background-color: #cde69c;
    border-color: #a5d24a;
}

.tm-tag.tm-tag-info {
    color: #4594b5;
    background-color: #c5eefa;
    border-color: #5dc8f7;
}

.tm-tag.tm-tag-inverse {
    color: #cccccc;
    background-color: #555555;
    border-color: #333333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.tm-tag.tm-tag-inverse .tm-tag-remove {
    color: #ffffff;
}

.tm-tag.tm-tag-large {
    font-size: 16.25px;
    border-radius: 4px;
    padding: 11px 7px;
}

.tm-tag.tm-tag-small {
    font-size: 11.049999999999999px;
    border-radius: 3px;
    padding: 2px 4px;
}

.tm-tag.tm-tag-mini {
    font-size: 9.75px;
    border-radius: 2px;
    padding: 0px 2px;
}

.tm-tag.tm-tag-plain {
    color: #333333;
    box-shadow: none;
    background: none;
    border: none;
}

.tm-tag.tm-tag-disabled {
    color: #aaaaaa;
    background-color: #e6e6e6;
    border-color: #cccccc;
    box-shadow: none;
}

.tm-tag.tm-tag-disabled .tm-tag-remove {
    display: none;
}

input[type="text"].tm-input {
    margin-bottom: 5px;
    vertical-align: middle !important;
}

.control-group.tm-group {
    margin-bottom: 5px;
}

.form-horizontal .control-group.tm-group {
    margin-bottom: 15px;
}

.tt-hint {
    visibility: hidden;
}

span.tag {

    border: 1px solid #a5d24a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #cde69c;
    color: #638421;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;

}

.controls {
    padding: 2%;
    background: #333;
    color: #eee;
}

label {
    font-weight: 300;
    margin: 0 .4em 0 0;
}

button {
    display: inline-block;
    padding: .4em .8em;
    background: #666;
    border: 0;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
}

button.active {
    background: #68b8c4;
}

button:focus {
    outline: 0 none;
}

button + label {
    margin-left: 1em;
}

.container {
    padding: 2% 2% 0;
    text-align: justify;
    font-size: 0.1px;
    -webkit-backface-visibility: hidden;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.container .mix,
.container .gap {
    display: inline-block;
    width: 49%;
}

.container .mix {
    text-align: left;
    background: #03899c;
    margin-bottom: 2%;
    display: none;
}

.container .mix.category-1 {
    border-top: 2px solid limegreen;
}

.container .mix.category-2 {
    border-top: 2px solid yellow;
}

.container .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 700;
}

.container .mix:before {
    content: '';
    display: inline-block;
    padding-top: 60%;
}

@media all and (min-width: 420px) {
    .container .mix,
    .container .gap {
        width: 32%;
    }
}

@media all and (min-width: 640px) {
    .container .mix,
    .container .gap {
        width: 80.5%;
        height: 10%;
    }
}

.loginSubmit {
    margin-top: 15px;
}

.box {
    width: 100%;
    min-height: 50px;

}

.accordion-content-list {
    width: 100%;
    float: left;

    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 10px;
}

.accordion-content-list-seprator {
    width: 100%;
    float: left;
    color: #008c99;
}

.accordion-content-list-seprator hr {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #008c99;
}

.login-logo {
    width: 165px;
    height: 56px;
    margin-bottom: 12px;
}

.btn-primary {
    background-color: #008c99;
}

.navbar {
    min-height: 52px;
}

.jplist-panel input[type="text"] {
    width: 185px;
}

.is-really-hot {
    background-color: #99e699;
}

.bSetDataRow {
    width: 100%;
    float: left;
    border-bottom: #008c99 1px solid;
}

#status {
    color: red;
    font-size: 19px;
}

.ui-dialog-titlebar-close {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
}

.ui-dialog-titlebar-close:hover {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

.filesSetControls {
    margin-top: 10px;
}

.filesSetControlsRight {
    float: right;
    margin-right: 120px;
    margin-top: 15px;
}

.filesSetControlsLeft {
    float: left;
    margin-top: 15px;
}

.bannerSetListFilter {
    margin-top: 20px;
}

.banner-set-filter-input {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.singlePreview {

    float: left;
    margin-right: 30px;
    margin-bottom: 30px;

}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 25px;
    pointer-events: none;
    z-index: 3;
}

.banner-set-filter-div {
    width: 100%;
    position: relative;
    padding-left: 120px;
}

.list-down-icon {
    z-index: 2;
    margin-top: 10px;
    position: absolute;
    /* left: 30%; */
    left: 295px;
}

.ui-widget-overlay {
    position: fixed
}

.shareLinkTextDiv {
    float: right;
}

.shareLabel {
    cursor: pointer;
}

.shareLabel:hover {
    color: #68b8c4;
    cursor: pointer;

}

.jplist-panel {
    margin-left: 25%;
}

.rte-zone2 {
    width: 500px;
    margin: 0;
    padding: 0;
    border: 1px #999 solid;
    clear: both;
    height: 200px;
    display: block;
}

.clear-both {
    clear: both;
}

#sortableProdcutGrid {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortableProdcutGrid li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 45px;
}

#sortableProdcutGrid li span {
    position: absolute;
    margin-left: -1.3em;
}

#sortableProdcutGrid li .ui-icon-close {
    position: relative;
    float: right;

}

#articleImageGalleryThomann ul {
    list-style-type: none;
    display: inline-block;
}

#articleImageGalleryThomann li {
    width: 85px;
    height: 110px;
    float: left;
    text-align: center;
}

#articleImageGalleryThomann li a img {
    border: solid 1px black;
}

#articleImageGalleryThomann a {
    margin: 3px 5px 3px 0;
}

.inputThArticleInfoSingleImage {
    max-width: 64px;

}

.editProdcutFromChannel {
    margin-left: 5px;
}

#sortableProdcutGrid li .ui-icon-pencil {
    position: relative;
    float: right;
    margin-left: 10px;

}

#articleImageGalleryUpload {

    position: absolute;
    top: 900px;
    left: 350px;
}

#imageSourceSelectionContainer {
    min-height: 200px;
}

.channelProductsListElementProductName {
    margin-left: 5px;
}

.BannerFileMedia {
    display: flex;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

#channelProductAssignmentAccordion .ui-accordion-content {
    overflow: hidden;
    padding: 1em 0em;
}

.channelSlectedImageContainer {
    float: left;
    margin-right: 5px;
}

.channelProductsListElement {
    cursor: move;

}

.removeProdcutFromChannel, .editProdcutFromChannel {
    cursor: hand;
!important
}

.ui-accordion .ui-accordion-contentt {
    padding: 5px;
}

.status-banner {

    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    padding: 5px;
    text-shadow: none;

}

#inputChannelDescription {

    width: 100%;
}

.panel-primary {
    border-color: #008c99 !important;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #008c99;
    border-color: #008c99;
}

.divBannerSetPreviewFilters {
    margin-bottom: 25px;
}

span.detailedPerformanace {
    cursor: pointer;
}

#groupsLabelLayer {
    display: block;
    position: absolute;
    z-index: 100;
}

.gr-sorting {
    z-index: 100;
    cursor: pointer;
}

.gr-sorting .fa-sort {
    float: right;
}

.groupsLabelLayerTop {
    height: 50px;
}

.groupsLabelLayerBottom {

    position: absolute;

    bottom: 0;
}

.gr-label-inner {

    height: 51px;
    float: left;
    width: 104px;
    border-right: 1px solid #bfbfbf;
    padding: 5px;

}

.gr-inner {
    width: 104px;
}

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #a19b9e;
    border-top: 2px solid #a19b9e;
    font-weight: bold;
}

/* alternating column backgrounds */
.vis-time-axis .vis-odd {
    background: #f9f9f9;
}

.ui-tooltip, .arrow:after {
    background: #f9f9f9;
    border: 2px solid #bfbfbf;
}

.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 5px;
    font: 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px #f9f9f9;

    max-width: 450px;
    width: 450px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #f9f9f9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.toolTipContentTop {
    text-align: center;
    line-height: 20px;
}

.toolTipContent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.toolTipContent ul li {
    float: left;
}

.toolTipContent ul li a {
    display: block;
    padding: 8px;
    background-color: #dddddd;
}

.vis-item.summaryEvent {
    background-color: #666;
    border-color: #a19b9e;
    color: #fff;

}

.summaryEvent .summaryElement {

    display: inline-block;
    min-width: 230px;
}

.summaryEvent .summaryValue {
    font-weight: bold;
    margin-left: 5px;
}

td.details-control:after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';

    float: left;
    color: grey;
    cursor: pointer;
}

tr.shown td.details-control:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    color: grey;
}

.setDetailedPerformanceTable .setDetailedPerformanceHead {

    background-color: #666;
    border-color: #a19b9e;
    color: #fff;
}

table.dataTable.display tbody tr table tr:hover {
    background: #f9f9f9;

}

table.dataTable.display tbody tr table tr.setDetailedPerformanceHead:hover {
    background-color: #666;

}

.highcharts-tooltip > span {
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

#bannerSetPerformanceTable .shown {
    font-weight: bold;
}

.vis-group .floatingHeader {
    position: fixed;
    top: 271px;
    right: 208px;

}

.vis-group .floatingHeader .vis-item-content {
    left: 0px !important;
}


.graph {
    width: 100px;
    height: 25px;
    background: white;
    border: 1px solid #888;
    position: relative;
}

.performance-bar {
    height: 23px;
}

.bar-impressions {

    background: rgb(144, 238, 144);
}

.bar-clicks {

    background: rgb(240, 230, 140);
}

.bar-ctr {

    background: rgb(255, 160, 122);
}

.bar-net {

    background: rgb(0, 138, 230);
}

#loading, #loading123, #bannerSitePerformanceTable_processing, #bannerSetPerformanceTable_processing {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.performance-bar p {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 25px;
}

input[name=inputImageSourceSlectionOptions] {
    cursor: pointer;
}

.config-promo-select-prod {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.promo-pic-row {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 10px;
    margin-top: 10px;
}

span.tag a {
    cursor: pointer;
}

#setPerformanceFiltersDiv .list-down-icon {
    left: 465px;

}

#sitePerformanceFiltersDiv .list-down-icon {
    left: 335px;
}

#dailyPerformanceFilters .list-down-icon {
    left: 37%;
}

.filter-arrow-down {
    background: url('../images/template/arrow_down.png') no-repeat right center;
}

#thoHotProductListTable_length {
    margin-left: 10px;
}

.bSetDataCol img {
    height: auto;
}

/* --------------------- Image Selection --------------------- */

#image-gallery .image-item {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

#image-gallery .image-item .image-menu {
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    vertical-align: middle;
}

#image-gallery .image-item .zoom-icon {
    font-size: 18px;
}

#image-gallery .image-item .select-icon {
    cursor: pointer;
    display: inline-block;
    color: #008c99;
    margin-left: 3px;
}

#image-gallery .image-item .select-icon:first-child {
    margin-left: 0;
}

#image-gallery .image-item .select-icon:hover,
#image-gallery .image-item .select-icon.selected {
    color: #133049;
}

#image-gallery .image-item:hover {
    border: 1px solid #0000b8;
}

#image-gallery .image-item.active {
    border: 1px solid #ff0000;
}

#image-selection div {
    vertical-align: top;
    display: inline-block;
    position: relative;
    line-height: 80px;
    min-width: 80px;
    min-height: 80px;
}

#image-selection div:after {
    content: "";
    display: block;
    position: absolute;
    height: 45px;
    bottom: 0;
    left: 0;
    color: #008c99;
}

#image-selection #selected-image-1:after {
    content: "1";
}

#image-selection #selected-image-2:after {
    content: "2";
}

#image-selection #selected-image-3:after {
    content: "3";
}

#image-selection div img {
    vertical-align: center;
    max-width: 80px;
    max-height: 80px;
    margin: 0 5px;
}