﻿/* #region Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    border: 0;
    font-size: 100%;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

    a img {
        border: none;
    }

button {
    cursor: pointer;
    display: block;
}
/* this keeps a vertical scroll on the side always */

html {
    overflow: -moz-scrollbars-vertical;
}

html {
    overflow-x: auto;
}

/* #endregion */

/* #region General */

body {
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
    BODY.pop-back {
        padding-top: 33px;
    }

.mcbody {
    background-color: #f4f4f4;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: url("http://images.linktrust.com/images/merchantcentertemplates/template1/mc-bg.gif");
    background-repeat: repeat-x;
}
.mccontent {
    width:1100px;
    margin:33px auto;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

a {
    color: #1b4c7f;
    text-decoration: underline;
}

    a:hover {
        color: #1b61a9;
    }

.grey-text {
    color: #888;
}

.right-margin {
    margin-right: 12px;
}

.left-margin {
    margin-left: 12px;
}

.top-margin-large {
    margin-top: 20px;
}

.top-margin {
    margin-top: 12px;
}

.bottom-margin {
    margin-bottom: 12px;
}

.top-margin-small {
    margin-top: 6px;
}

.bottom-margin-small {
    margin-bottom: 6px;
}

.bottom-margin-large {
    margin-bottom: 20px;
}

.left-bold {
    color: #222;
    font-weight: bold;
    text-align: left;
}

.right-bold {
    color: #222;
    font-weight: bold;
    text-align: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

div.button-small input {
    background-image: url(/Content/images/button_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0 5px 2px 5px;
}

div.button {
    background-image: url(/Content/images/button_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 1px #424143 solid;
    border-left: 1px #939598 solid;
    border-radius: 5px;
    border-right: 1px #424143 solid;
    border-top: 1px #939598 solid;
    height: 23px;
    margin: 2px;
    text-align: center;
}

div.button-disabled {
    background-image: url(/Content/images/button_bg-disabled.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 1px #bbb solid;
    border-left: 1px #ccc solid;
    border-radius: 5px;
    border-right: 1px #ccc solid;
    border-top: 1px #ddd solid;
    height: 23px;
    text-align: center;
}

/*div.button input:disabled, div.button-green input:disabled, div.button-disabled, div.button-disabled:hover {
    height: 28px;
    border-radius: 4px;
    background-color: #86a5ba;
    background-color: rgba(134, 165, 186, 0.38);
    opacity: .8;
    cursor: default;
}*/

div.button input {
    background-image: url(/Content/images/button_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 10px 2px 10px;
}

div.button-disabled input {
    background-image: url(/Content/images/button_bg-disabled.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border: 0;
    color: #fff;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 10px 2px 10px;
}

textarea[readonly] {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 3px;
    vertical-align: top;
}

input[readonly] {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 3px;
}

.readonly {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

input[type='checkbox'] {
    line-height: 12px;
    margin: 2px 4px 3px 0 !important;
    padding-bottom: 4px;
    vertical-align: baseline;
}

.checkBoxDiv {
    height: 20px;
}

.checkBoxLabel {
    position: relative;
    bottom: 2px;
    left: 3px;
}

input[type='radio'] {
    line-height: 14px;
    margin: 2px 4px 3px 0;
    padding-bottom: 4px;
    vertical-align: baseline;
}

.radioButtonDiv {
    height: 20px;
}

.radioButtonLabel {
    position: relative;
    bottom: 1px;
    left: 3px;
    padding-right: 25px;
}

select {
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 3px;
    vertical-align: top;
}

select[readonly] {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 3px;
    vertical-align: top;
}

.hidden {
    display: none;
}

.hover-info {
    position: absolute;
    background-color: #FFF;
    border: solid 1px #424143;
    border-radius: 5px;
    padding: 8px 10px;
    z-index: 2000;
    display: none;
    -moz-box-shadow: 3px 3px 4px #777;
    -webkit-box-shadow: 3px 3px 4px #777;
    box-shadow: 3px 3px 4px #777;
}

/*drag box from Master-7.5 PartnerCenter*/

.drag_drop_box {
    font-size: 1.25rem; /* 20 */
    background-color: white;
    position: relative;
}

    .drag_drop_box.has-advanced-upload {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
    }

    .drag_drop_box.is-dragover {
        outline-offset: -20px;
        outline-color: #c8dadf;
        background-color: #fff;
    }
    /*.drag_drop_box__dragndrop,
.drag_drop_box__icon
{
	display: none;
}*/
    .drag_drop_box.has-advanced-upload .drag_drop_box__dragndrop {
        display: inline;
    }

    .drag_drop_box.has-advanced-upload .drag_drop_box__icon {
        width: 100%;
        height: 80px;
        fill: #92b0b3;
        display: block;
        margin-bottom: 40px;
    }

    .drag_drop_box.is-uploading .drag_drop_box__input,
    .drag_drop_box.is-success .drag_drop_box__input,
    .drag_drop_box.is-error .drag_drop_box__input {
        visibility: hidden;
    }

.drag_drop_box__uploading,
.drag_drop_box__success,
.drag_drop_box__error {
    display: none;
}

.drag_drop_box.is-uploading .drag_drop_box__uploading,
.drag_drop_box.is-success .drag_drop_box__success,
.drag_drop_box.is-error .drag_drop_box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}

.drag_drop_box__uploading {
    font-style: italic;
}

.drag_drop_box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY( -50% ) scale( 0 );
    }

    75% {
        -webkit-transform: translateY( -50% ) scale( 1.1 );
    }

    to {
        -webkit-transform: translateY( -50% ) scale( 1 );
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY( -50% ) scale( 0 );
    }

    75% {
        transform: translateY( -50% ) scale( 1.1 );
    }

    to {
        transform: translateY( -50% ) scale( 1 );
    }
}

.drag_drop_box__restart {
    font-weight: 700;
}

    .drag_drop_box__restart:focus,
    .drag_drop_box__restart:hover {
        color: #39bfd3;
    }

.js .drag_drop_box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .js .drag_drop_box__file + label {
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

        .js .drag_drop_box__file + label:hover strong,
        .drag_drop_box__file:focus + label strong,
        .drag_drop_box__file.has-focus + label strong {
            color: #39bfd3;
        }

    .js .drag_drop_box__file:focus + label,
    .js .drag_drop_box__file.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .js .drag_drop_box__file + label * {
        /* pointer-events: none; */ /* in case of FastClick lib use */
    }

.no-js .drag_drop_box__file + label {
    display: none;
}

.no-js .drag_drop_box__button {
    display: block;
}

.drag_drop_box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

    .drag_drop_box__button:hover,
    .drag_drop_box__button:focus {
        background-color: #0f3c4b;
    }

.content-wrapper {
    width: 1230px;
    margin: 0 auto;
}

.content-box-short-top {
    background-image: url(/Content/images/content-box-short-top.png);
    background-repeat: no-repeat;
    height: 10px;
    margin-top: 9px;
    padding: 0 24px;
    width: 996px;
}

.content-box-bottom {
    background-image: url(/Content/images/content-box-bottom.png);
    background-repeat: no-repeat;
    height: 15px;
    margin-bottom: 3px;
    width: 1043px;
}

.content-box-bottom-login {
    background-image: url(/Content/images/content-box-bottom.png);
    background-repeat: no-repeat;
    height: 15px;
    margin-bottom: 3px;
    width: 720px;
    padding: 0px 23px 0 0;
    background-size: contain;
}

.content-body {
    background-color: #fafafa;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 0 24px 0 24px;
    width: 993px;
}

.content-body-login {
    background-color: #fafafa;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 0 24px 0 24px;
    width: 693px;
}


.content-box-top {
    padding: 12px 23px 0 0;
    width: 1043px;
    height: 25px;
    background-image: url(/Content/images/content-box-top.png);
    background-repeat: no-repeat;
}

.content-box-top-login {
    padding: 12px 23px 0 0;
    width: 720px;
    height: 15px;
    background-image: url(/Content/images/content-box-top.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.content-body-wrapper {
    width: 1043px;
}

.content-box-short-tl {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-short-tl.png);
}

.content-box-short-tm {
    height: 15px;
    background-image: url(/Content/images/content-box-short-tm.png);
    background-repeat: repeat-x;
}

.content-box-short-tr {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-short-tr.png);
}

.content-box-tl {
    height: 37px;
    width: 10px;
    background-image: url(/Content/images/content-box-tl.png);
}

.content-box-tm {
    background-image: url(/Content/images/content-box-tm.png);
    background-repeat: repeat-x;
    padding: 6px 11px 0 14px;
}

.content-box-tr {
    width: 10px;
    background-image: url(/Content/images/content-box-tr.png);
}

.content-box-ml {
    background-image: url(/Content/images/content-box-ml.png);
    background-repeat: repeat-y;
}

.content-box-body {
    background-color: #fafafa;
    padding: 0 14px;
}

.content-box-mr {
    background-image: url(/Content/images/content-box-mr.png);
    background-repeat: repeat-y;
}

.content-box-bl {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-bl.png);
}

.content-box-bm {
    height: 15px;
    background-image: url(/Content/images/content-box-bm.png);
    background-repeat: repeat-x;
}

.content-box-br {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-br.png);
}

.section-head {
    height: 24px; 
    color: #1b4c7f; 
    font-size: 14px; 
    border-bottom: 1px dotted #d3d3d3;
}

.section-left {
    float: left;
    margin-top: 12px;
}

.section-left-border {
    float: left;
    margin-top: 12px;
    padding-right: 30px;
    border-right: 1px dotted #d3d3d3;
}

.section-right {
    float: right;
    margin-top: 12px;
}

.section-right-border {
    float: right;
    padding-left: 30px;
    margin-top: 12px;
    border-left: 1px dotted #d3d3d3;
}

.whitebox {
    background-color: #fff;
    padding: 6px 12px 12px 12px;
    border: 1px solid #d3d3d3;
    margin-bottom: 12px;
    border-radius: 6px;
}

.greybox {
    background-color: #f2f2f2;
    padding: 12px;
    border: 1px solid #d3d3d3;
    margin-bottom: 2px;
    border-radius: 6px;
}

.blade {
    background-image: url(/Content/images/blade-bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #e6e6e6;
    color: #1b4c7f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    width: 100%;
}

    .blade:hover, .blade-notif:hover, .blade-pop:hover {
        border: 1px solid #4f86c0;
    }

.blade-icon-expanded {
    background: url(/Content/images/icon_expanded.png) no-repeat center left;
    width: 17px;
}

.blade-icon-collapsed {
    background: url(/Content/images/icon_collapsed.png) no-repeat center left;
    width: 17px;
}

.criteria-wrapper {
    clear: right;
    margin: 10px 0 0 0;
    width: 1043px;
}

.criteria-body {
    display: inline-block;
    width: 100%;
}

.criteria-column {
    display: inline-block;
    margin: 10px 0 0 0;
    vertical-align: top;
    width: 49%;
}


.footer {
    border-top: 1px dotted #d3d3d3;
    color: #999;
    font-size: 10px;
    height: 33px;
    line-height: 28px;
    margin-top: 22px;
    text-align: center;
}

.greybox-small {
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    margin-bottom: 2px;
    padding: 0 0 5px 0;
}

.small-grey {
    color: #999;
    font-size: 10px;
}

.medium-grey {
    color: #999;
    float: none;
    font-size: 12px;
}

.copyright {
    text-align: center;
    font-size: 8pt;
    color: #999999;
    margin: 12px auto;
}
/* #endregion */

/* #region Tables */

.reportTable {
    width: 100%;
    border-collapse: collapse;
}

.table-head td, .table-head th {
    background-image: url(/Content/images/table-head.png);
    background-repeat: no-repeat;
    color: #a6d2ff;
    font-size: 11px;
    font-weight: bold;
    height: 36px;
    line-height: 12px;
    padding: 0 8px 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.table-head-doublerow td, .table-head-doublerow th {
    background-image: url(/Content/images/table-head.png);
    background-repeat: no-repeat;
    color: #cdcdcd;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 12px;
    padding: 0 8px 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.repeat-head td {
    background-image: url(/Content/images/table-head.png);
    background-position: center;
    background-repeat: no-repeat;
}

.firstcell {
    background-position: left;
    border-right: 1px solid #666364;
    padding-right: 6px;
}

    .firstcell a, .midcell a, .midcell-bottom a, .repeat-head td a, .repeat-head th a {
        color: #cdcdcd;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

        .firstcell a span, .midcell a span, .midcell-bottom a span, .repeat-head td a span, .repeat-head th a span {
            color: #999;
            font-size: 11px;
            text-decoration: none;
        }
        
            .firstcell a:hover span, .midcell a:hover span, .midcell-bottom a:hover span, .repeat-head td a:hover span, .repeat-head th a:hover span {
                color: #bbb;
            }

.firstcell-top {
    background-position: left top;
    border-right: 1px solid #6d6a6b;
    text-align: center;
    border-bottom: 1px solid #777;
}

.midcell {
    background-position: center;
    border-right: 1px solid #6d6a6b;
    padding-right: 6px;
}

.midcell-top {
    background-position: center top;
    border-bottom: 1px solid #777;
    border-right: 1px solid #6d6a6b;
    text-align: center;
}

.midcell-bottom {
    background-position: center bottom;
    border-right: 1px solid #6d6a6b;
    text-align: center;
}

.lastcell {
    background-position: right;
    padding-right: 6px;
}

.lastcell-top {
    background-position: right top;
    border-bottom: 1px solid #777;
    text-align: center;
}

.lastcell-bottom {
    background-position: right bottom;
    text-align: center;
}

    .lastcell a, .lastcell-bottom a {
        color: #B8D651;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

        .lastcell a span, .lastcell-bottom a span {
            color: #999;
            font-size: 11px;
            text-decoration: none;
        }

        .lastcell a:hover, .lastcell-bottom a:hover {
            color: #E0F48E;
        }

            .lastcell a:hover span, .lastcell-bottom a:hover span {
                color: #bbb;
            }

.table-normal {
    border-collapse: collapse;
    width: 100%;
}

.table-foot td {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    height: 25px;
    padding: 0 15px;
}

    .table-foot td a {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        text-decoration: underline;
    }

        .table-foot td a:hover {
            color: #B8D651;
            font-weight: bold;
            text-decoration: underline;
        }

.table-body td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    height: 48px;
    padding: 4px 6px;
    vertical-align: top;
    white-space: nowrap;
}

.table-body-normal td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 6px;
    white-space: nowrap;
    vertical-align: top;
}

tr.table-body-normal {
    height: 25px;
}

.table-body-light td, .table-body-links td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 6px;
    vertical-align: top;
    white-space: nowrap;
}

tr.table-body-light {
    height: 39px;
}

.table-body-light a {
    color: #222;
    text-decoration: underline;
}

.table-body-links a {
    color: #1b4c7f;
    text-decoration: underline;
}

    .table-body-links a:hover {
        color: #1b61a9;
        text-decoration: underline;
    }

.normal-row td {
    background-color: #f7f7f7;
}

.alt-row td {
    background-color: #f1f1f1;
}

.currency-row td {
    background-color: #1b4c7f;
    color: #fff;
    font-weight: bold;
}

.normal-subrow td {
    background-color: #f2f8ff;
}

.alt-subrow td {
    background-color: #e8f2fc;
}

.total-row td {
    background-color: #ddd;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 6px;
    vertical-align: top;
    white-space: nowrap;
}

.highlight-row td {
    background-color: #FFF3D2;
}

.selected-row td {
    background-color: #22A2DC;
    color: #fff;
}

TR.template-row td {
    height: 162px;
    vertical-align: middle;
}

TR.photo-row td {
    height: 90px;
    vertical-align: middle;
}

td.firstcellnochild {
    background-position: left;
    border-right: 1px solid #666364;
    padding-left: 10px;
    padding-right: 6px;
}

td.right-seperator {
    border-right: 1px #ccc solid;
}

td.right-seperator-white {
    border-right: 1px #aaa solid;
}

td.blank-start {
    background-color: #fff;
    background-image: none;
}

/* #endregion */

/* #region Icons */

.icon-collapsed {
    background-image: url(/Content/images/sprite-report-icons.png);
    background-position: -78px -51px;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

.icon-expanded {
    background-image: url(/Content/images/sprite-report-icons.png);
    background-position: -78px -68px;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}


.icon-processing {
    background-image: url(/Content/images/processing.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
}

.icon-loading {
    background-image: url(/Content/images/processing.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

a.icon-delete, a:hover.icon-delete {
    color: transparent;
    text-decoration: none;
}

/* #endregion */

.red, .red, a.red {
    color: #BE1E2D;
}

.rpt-green-link {
    color: #008000 !important;
    line-height: 20px !important;
}

.rpt-red-link {
    color: #BE1E2D !important;
    line-height: 20px !important;
}

.rpt-gold-link {
    color: #d89800 !important;
    line-height: 20px !important;
}

.rpt-col-line {
    border-right: 1px #ccc solid !important;
}

.rpt-cat-box {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 291px;
    padding-right: 8px;
}

.tiny-btn {
    font-size: 10px;
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}

a .tiny-btn {
    font-size: 10px;
    color: #1b4c7f;
    text-decoration: none;
}

a:hover .tiny-btn {
    color: #1b61a9;
    background-color: #fff;
}

.tiny-btn-green {
    font-size: 10px;
    background-color: #1b4c7f;
    border: 1px solid #1b4c7f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}

a .tiny-btn-green {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

a:hover .tiny-btn-green {
    color: #fff;
    background-color: #1b4c7f;
}

.thirdpartydivs {
    padding-right: 15px;
}

.report-content {
    margin: 4px 0 0 40px;
    min-height: 700px;
}

.report-criteria-wrapper {
    width: 1043px;
    margin: 10px 0 0 0;
    clear: right;
}

.page-title {
    color: #555555;
    font-size: 20px;
}

TABLE.reset-table {
    border-spacing: 0;
    padding: 0;
}

.day-on {
    background-color: #4f86c0;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 4px;
    height: 15px;
    display: inline-block;
}

.expand-all, .collapse-all {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 12px;
    height: 12px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    background-color: #6497cb;
    text-align: center;
    display: inline-block;
}

    .expand-all:hover, .collapse-all:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.expand, .collapse {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 17px;
    height: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #4f86c0;
    text-align: center;
    display: inline-block;
    padding-top: 1px;
    line-height: 15px;
}

    .expand:hover, .collapse:hover {
        background-color: #1b61a9;
        cursor: pointer;
    }

.right-margin-small {
    margin-right: 6px;
}

.left-margin-small {
    margin-left: 6px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.cell-space5 {
    border-spacing: 5px;
    padding: 0;
}
.center {
    text-align:center;
    margin:0 auto;
}
.box {
    background-color: #FAFAFA;
    border: 1px solid #D4D4D4;
    border-radius: 7px;
    padding: 12px 22px 22px;
    text-align: left;
}

.orange-label {
    color: #1b61a9;
    font-weight: bold;
    padding-bottom: 6px;
}

.suspendedAffiliate {
    color: #dc143c;
}

.mchead {
    width:1100px;
    margin:0 auto;
    height:100px;	
}

.mctitle {
    margin:0 auto;
    font-size: 40px;
    color: #bbb;
    padding-top: 22px;
    font-family: 'Oswald',Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
}

.mcuser {
    float: right;
    margin-top: 53px;
    color: #aaa;
}

    .mcuser a {
        color: #22A2DC;
        text-decoration: none;
    }

        .mcuser a:hover {
            color: #aaa;
        }

.logout {
    border: 1px solid #aaa;
    border-radius: 9px;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 10px;
    text-align: center;
    width: 15px;
    font-family: verdana,Helvetica,sans-serif;
    margin-top: 4px;
}

    .logout:hover {
        border: 1px solid #22A2DC;
        color: #22A2DC;
    }

    .logout a {
        color: #aaa;
    }

        .logout a:hover {
            color: #22A2DC;
        }

.mcfooter {
    width:1100px;
    margin:44px auto;
    color: #888888;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
}

.h-line {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.validation-summary-errors {
    background-color: #fff7b5;
    color: #890822;
    font-size: 9pt;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 2px;
    text-align: center;
    list-style: none;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.nav-wrapper {
    width: 100%;
    height: 20px;
    background-color: #BBB;
    margin-bottom: 20px;
}


.nav {
    float: left;
}

.nav-link {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
    padding: 0 22px 0 22px;
    font-weight: bold;
    letter-spacing: 1px;
    border-right: 1px solid #979797;
}

    .nav-link:hover {
        background-color: #979797;
    }
 

/* #region Flexbox */
.flexbox-vertical {
    display: flex;
    flex-direction: column;
}

.flexbox-vertical-reversed {
    display: flex;
    flex-direction: column-reverse;
}

.flexbox-horizontal {
    display: flex;
    flex-direction: row;
}

.flexbox-horizontal-reversed {
    display: flex;
    flex-direction: row-reverse;
}

.flexbox-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-no-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.flexbox-justify-center {
    display: flex;
    justify-content: center;
}

.flexbox-justify-start {
    display: flex;
    justify-content: flex-start;
}

.flexbox-justify-end {
    display: flex;
    justify-content: flex-end;
}

.flexbox-justify-space-around {
    display: flex;
    justify-content: space-around;
}

.flexbox-justify-space-between {
    display: flex;
    justify-content: space-between;
}

.flexbox-align-center {
    display: flex;
    align-items: center;
}

.flexbox-align-start {
    display: flex;
    align-items: flex-start;
}

.flexbox-align-end {
    display: flex;
    align-items: flex-end;
}

.flexbox-align-stretch {
    display: flex;
    align-items: stretch;
}

.flexbox-align-baseline {
    display: flex;
    align-items: baseline;
}

.flexbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexchild-align-start {
    align-self: flex-start;
}

.flexchild-align-end {
    align-self: flex-end;
}

.flexchild-align-center {
    align-self: center;
}

.flexchild-align-stretch {
    align-self: stretch;
}
/* #endregion */

/* #region Grid */
.grid {
    display: grid;
}

.grid-space5 {
    display: grid;
    grid-gap: 5px 5px;
}

.grid-algin-center {
    display: grid;
    align-content: center;
}

.grid-justify-center {
    display: grid;
    justify-content: center;
}

.grid-center {
    display: grid;
    justify-content: center;
    align-content: center;
}

/* The Following are styles which are applied to commonly used cells*/
.gridcell-textbox-label {
    justify-self: end;
    padding-top: 6px;
}

.gridcell-justify-left {
    justify-self: start;
}

.gridcell-justify-right {
    justify-self: end;
}

.gridcell-justify-center {
    justify-self: center;
}
/* #endregion */

.CategorySelectList ul, .CategorySelectList li {
    list-style: none;
    display: block;
    padding-left: 0;
    margin: 3px;
}

/* #region Page Side Nav */

.sidenav-section-head {
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color: #BBB;
    color: #1b4c7f;
    padding-left: 12px;
    font-size: 12px;
    float: left;
    width: 165px;
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 1px;
}

.sidenav-section-foot {
    height: 12px;
    background-color: #BBB;
    float: left;
    width: 165px;
}

.sidenav-container {
    float: left;
    width: 162px;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #424143;
    text-decoration: none;
    text-transform: uppercase;
}



.right-content {
    width: 900px;
    float: left;
    margin: 0 0 25px 25px;
}

.sidenav-menu-item a, .side-menu-on a {
    display: block;
    height: 30px;
    line-height: 24px;
    color: #424143;
    background-color: #ebebec;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 156px;
    border-left: solid 1px #e6e6e6;
}

.side-menu-on a {
    height: 28px;
    width: 155px;
    color: #f58220;
    background-color: #fafafa;
    border-left: solid 1px #e6e6e6;
    /*border-right: solid 1px #e6e6e6;*/
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 1px;
}

    .sidenav-menu-item a div, .side-menu-on a div {
        float: left;
        padding-left: 0;
        padding-top: 3px;
    }

        .sidenav-menu-item a div span, .side-menu-on a div span {
            float: left;
            width: 123px;
            overflow-y: hidden;
            white-space: nowrap;
            padding-top: 3px;
            text-align: left;
        }

.sidenav-menu-item a:hover {
    background-color: #fafafa;
    color: #666;
    text-decoration: none;
    border-right: solid 1px #e6e6e6;
    width: 154px;
}

.sidenav-menu-item img, .side-menu-on img {
    border: none;
    padding-top: 3px;
}

.sidenav-menu-item {
    border-bottom: 1px solid #e6e6e6;
    font-size: 11px;
    color: #666;
}

.sidenav-menu-item-arrow {
    display: none;
}

.side-menu-on-arrow {
    height: 19.2px;
    width: 19.8px;
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
    position: relative;
    left: 150px;
    top: 4.2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.sidenav-menu-item-indented a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #424143;
    background-color: #F4F4F4;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

    .sidenav-menu-item-indented a div, .side-menu-on-indented a div {
        float: left;
    }

    .sidenav-menu-item-indented a:hover {
        background-color: #d3d3d3;
        color: #666;
        text-decoration: none;
    }

.sidenav-menu-item-indented, .side-menu-on-indented {
    border-bottom: 1px solid #fff;
    font-size: 11px;
    color: #666;
}

.sidenav-menu-item img.addOn_icon, .sidenav-menu-item:hover img.addOn_icon {
    float: right;
    height: 9px;
    width: 13px;
    margin-top: 5px;
    background-image: url(/Content/images/icon_blue_lightning.png);
}

.sidenav-menu-item:hover .addOn_icon, .sidenav-menu-item:hover img.addOn_icon {
    background-image: url(/Content/images/icon_white_lightning.png);
}

.menu-icon {
    height: 22px;
    padding-top: 3px;
    text-align: center;
    width: 25px;
}

    .menu-icon img {
        float: left;
        margin: 0 auto;
        padding-right: 4px;
    }

/* #endregion  Page Side Nav */

/* #region adding tabs from PC */

.tab-box {
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    /*this is throwing an error not sure how to fix at the moment so i just commenting it out*/
    /*background-image: url(/Content/images/box-bg.gif);*/
    background-repeat: repeat-x;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 22px;
    text-align: left;
    float: left;
    z-index: 99;
}

.tab {
    font-size: 13px;
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    /*this is throwing an error not sure how to fix at the moment so i just commenting it out*/
    /*background-image: url(/Content/images/box-bg.gif);*/
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    float: left;
    margin: 0 1px -3px 0;
    font-size: 13px;
}

    .tab a {
        color: #666;
        display: block;
        padding: 7px 22px 8px 22px;
        text-decoration: none;
    }

        .tab a:hover {
            color: #000;
            display: block;
        }

.tab-on {
    font-size: 13px;
    color: #000;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #ebebec;
    /*this is throwing an error not sure how to fix at the moment so i just commenting it out*/
    /*background-image: url(/Content/images/tab-on-bg.gif);*/
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 7px 22px 8px 22px;
    text-align: center;
    float: left;
    margin: 0 1px -3px 0;
    z-index: 1;
    position: relative;
}

    .tab-on a {
        text-decoration: none;
    }

.ac-tab-box {
    /*width: 800px;*/
    border: 1px solid #d4d4d4;
    background-color: #EBEBEC;
    background-repeat: repeat-x;
    /*border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
    padding: 22px 22px 12px;
    text-align: left;
    float: left;
    z-index: 99;
}

.label-column {
    line-height: 24px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}


/* #endregion */

.grid-listing {
    width: 225px;
    margin-right: 19px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

.grid-listing-box {
    border: 1px solid #e9e9e9;
    background-color: #fefefe;
    background-image: url(/Content/images/box-bg-light.png);
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
}

.grid-listing-button-box-background {
    width: 218px;
    height: 210px;
    background-color: #fdfdfd;
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 200;
    opacity: 0.8;
    border: solid 1px #ddd;
    display: none;
}

.grid-listing-button-box {
    z-index: 201;
    width: 140px;
    position: absolute;
    top: 30px;
    left: 50px;
    /*transform: translate(-50%);*/
    display: none;
}

    .grid-listing-button-box input {
        border-radius: 20px;
        width: 150px;
        height: 30px;
        cursor: pointer;
    }

.flag-featured {
    height: 25px;
    width: 95px;
    position: absolute;
    top: -2px;
    left: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-featured.png');
    background-repeat: no-repeat;
}

.flag-my-offer {
    height: 15px;
    width: 68px;
    position: absolute;
    background-size: 100% 100%;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-right-blue.png');
    background-repeat: no-repeat;
}

.flag-denied-offer {
    height: 45px;
    width: 85px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-denied-offer.png');
    background-repeat: no-repeat;
    padding-top: 5px;
}

.flag-pending-offer {
    height: 45px;
    width: 85px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-pending-offer.png');
    background-repeat: no-repeat;
    padding-top: 5px;
}

.flag-copied-offer {
    height: 25px;
    width: 75px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-copied-offer.png');
    background-repeat: no-repeat;
    padding-top: 5px;
}

.preapproved-offer {
    height: 15px;
    width: 98px;
    padding: 5px;
    position: absolute;
    background-size: 100% 100%;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-preapproved-offer.png');
    background-repeat: no-repeat;
}

.flag-right-red {
    height: 20px;
    width: 75px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-right-red.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    background-size: 100% 100%;
}

.flag-left-red {
    height: 20px;
    width: 75px;
    position: absolute;
    top: -2px;
    left: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-left-red.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.flag-right-blue {
    height: 20px;
    width: 75px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-right-blue.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    background-size: 100% 100%;
}

.flag-right-green {
    height: 20px;
    width: 75px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    padding-top: 5px;
    background-size: 100% 100%;
    background-image: url('/Content/images/flag-right-green.png');
    background-repeat: no-repeat;
}

.flag-right-orange {
    height: 20px;
    width: 75px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-right-orange.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    background-size: 100% 100%;
}

.flag-right-yellow {
    height: 20px;
    width: 75px;
    position: absolute;
    top: -2px;
    right: -3px;
    z-index: 2;
    background-image: url('/Content/images/flag-right-yellow.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    background-size: 100% 100%;
}

.flag-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 25px;
}


.grid-listing-image-container {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 200px;
}

    .grid-listing-image-container img {
        width: 200px;
        height: 200px;
        margin: 1px;
        background-color: transparent;
    }

.grid-listing-offerName {
    /*color: rgb(39, 88, 196);*/
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    height: 17px;
    overflow: hidden;
}

.grid-listing-adSpaceName {
    color: rgb(39, 88, 196);
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    height: 17px;
    overflow: hidden;
}

.grid-listing-offerDetails {
    /*color: rgb(39, 88, 196);*/
    font-size: 12px;
    margin-top: 3px;
    height: 45px;
    width: 215px;
    overflow: hidden;
}

.grid-listing-adSpaceDetails {
    color: rgb(39, 88, 196);
    font-size: 12px;
    margin-top: 3px;
    height: 45px;
    width: 215px;
    overflow: hidden;
}

.grid-listing-offerCategory {
    color: rgb(101, 103, 104);
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    height: 15px;
}

.grid-listing-offerPayout {
    color: #72AD43;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 21px;
    height: 28px;
}

.grid-listing-offerPayoutRating {
    color: #72AD43;
    font-size: 12px;
    font-weight: bold;
}

.hide-element {
    display: none;
}

.grid-view-icon, .list-view-icon {
    /*background-color: #D3D3D3;*/
    float: right;
    height: 26px;
    width: 26px;
}

.grid-view-icon, .list-view-icon {
    background-color: #f5f5f5;
    float: right;
    height: 26px;
    width: 26px;
    cursor: pointer;
    border: solid 1px #82c644;
    border-radius: 5px;
}

.grid-view-icon:hover, .list-view-icon:hover {
    background-color: #fff;
}

.view-icon-active, .view-icon-active:hover {
    background-color: #eeeeee;
    opacity: 0.7;
    cursor: default;
}

.grid-view-icon img {
    background-image: url('/Content/images/icon_grid.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px;
    height: 20px;
    width: 20px;
}

.list-view-icon img {
    background-image: url('/Content/images/icon_listing.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px;
    height: 20px;
    width: 20px;
}

.flag-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 25px;
}

.tab-box-white {
    border: 1px solid #d4d4d4;
    background-color: #FFF;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 22px 22px 12px;
    text-align: left;
    float: left;
    z-index: 99;
}
.featured-background-color {
    background-color: #FFF3D2 !important;
}