/*Blue*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
BODY {
    background-repeat: repeat-x;
    background-color: #fafafa;
    font-family: Lato, sans-serif;
    margin: 0px;
    font-size: 16px;
    color: #414141;
}

.reportingText {
    color: #444;
}

.reportingText a:link {
    color: #ED9F27;
    text-decoration: none;
    font-weight: normal !important;
}

.reportingText a:visited {
    color: #000;
    text-decoration: none;
}

.reportingText a:hover {
    color: #000000;
    text-decoration: none;
}

.reportingText a:active {
    color: #000000;
    text-decoration: none;
}

.TDPadding {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
}

a img {
    border: none;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
}

a:active {
    color: #000000;
}

a:hover {
    color: #000000;
}

.smalltext {
    color: gray;
    font-size: 9pt;
    line-height: 140%;
}

.smallredtext {
    color: red;
    font-size: 9pt;
    line-height: 140%;
}

.TableHeading {
    color: #ffffff;
    font-weight: bold;
    font-size: smaller;
}

.DBTD {
    font-size: 10px;
    border-width: 1px;
    border-style: none;
    border-collapse: collapse;
}

.alternatingitemstyle {
    background-color: #ffffff;
}

/* controls  the alternating row of the My Offers and Request Offers grids*/
.itemstyle {
    background-color: #efefef;
}

.commLink {
    text-decoration: underline;
}

STRONG {
    color: #2775a7;
}

input[type="text"],
input[type="password"] {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 0.3em;
    color: #121212;
    display: inline-block;
    font-size: 1em;
    height: 2em;
    margin-bottom: 0.3em;
    padding: 0 0 0.1em 0.8em;
}

textarea {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 0.3em;
    color: #121212;
    display: inline-block;
    font-size: 1em;
    height: 2em;
    margin: 0 0 .3em 0;
    padding: .2em 0 0 0.8em;

}

input[type="submit"],
.button input {
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 1.1em;
    height: 2em;
    line-height: 8px;
}

select[disabled="disabled"],
input[disabled="disabled"] {
    background-color: #eee;
}

select[type="text"],
select {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 0.3em;
    color: #121212;
    display: inline-block;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.3em;
    padding: 0.2em 0 0.3em 0;
}

input[type="checkbox"],
input[type="radio"] {
    /*height: 100%; */
    padding: 1px 0;
    margin: 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label,
input[type="checkbox"]+a,
input[type="radio"]+a {
    vertical-align: top;
    line-height: 1.2em;
    padding: 0 0 0 8px;
}

/* controls any H4 */
H4 {
    color: #666666;
}

/* Controls any table */
Table {
    font-size: 10pt;
}

/* controls  */
.tableHeader {
    color: #666666;
    background-color: #ddf5fd;
    font-weight: bold;
}

/* controls  */
a.HeaderLinkButton {
    color: #666666;
}

/* controls  */
.ReportTable {
    border-collapse: collapse;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-color: rgb(227, 234, 235) rgb(227, 234, 235) rgb(227, 234, 235) rgb(227, 234, 235);
}

/*This sets the header row of reporting grids*/
.HeaderRow {
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    background-color: #2775a7;
    border-collapse: collapse;
    vertical-align: bottom;
}

/* controls the data row of the My Offers and Request Offers grid*/
.DataRow {
    background-color: #cccccc;
    font-size: 8pt;
}

/* controls the alternating data row of the My Offers and Request Offers grid*/
.AlternatingDataRow {
    background-color: #ffffff;
    font-size: 8pt;
}

.FooterRow {
    background-color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    color: #999999;
}

.PagerLink {
    font-size: 8pt;
}

.PagerCurrentPage {
    font-size: 9pt;
    font-weight: bold;
}

.suspendedAffiliate {
    color: Red;
}

.reportTitle {
    font-size: 12pt;
    color: Red;
}

.dddate {
    width: 75px;
}

/* div that controls any core page */
.acpage {
    margin: 0 auto;
    width: 100%;
    background-color: #FFFFFF;
}

/* div that controls the header of any core page */
.acheader {
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    padding: 15px;
}

.acheader-content {
    width: 1250px;
    margin: 0 auto;
}

/* div that controls the body of any core page */
.acbody {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

/* div that controls the menu of any core page */
.acmenu {
    width: 100%;
    background-color: #1DAEEC;
    position: relative;
}

/* div that controls the content of any core page */
.accontent {
    width: 1350px;
    margin: auto;
    min-height: 500px;
}

/* div that controls the footer of any core page */
.acfooter {
    width: 100%;
    text-align: left;
    padding: 4em 1em;
    color: white;
    padding-left: 100px;
    margin-top: 10px;
}

/* div that controls the login page */
.acloginpage {
    width: 100%;
    margin: auto;
}

/* div that controls the header of login page */
.acloginheader {
    height: 100px;
    width: 100%;
}

/* div that controls the body of the login page */
.acloginbody {
    margin: 33px auto 0 auto;
    width: 100%;
}

/* div that controls the content of the login page */
.aclogincontent {
    width: 100%;
    margin: auto;
}

/* div that controls the footer of login page */
.acloginfooter {
    width: 100%;
}

/* div that controls any report page */
.acreportpage {
    width: 1000px;
    margin: auto;
}

/* div that controls the body of any report page */
.acreportbody {
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

/* div that controls the footer of any report page */
.acreportfooter {
    margin: 12px auto;
}

/* controls the right side of the offer pages */
.offerpagerightside {
    background-color: #e1e1e1;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
}

/* controls the hover over on a row */
.rowhover {
    background-color: #171E23;
}

/* controls the color on a selected row */
.rowhighlight {
    background-color: #2275A7;
}

.actermspage {
    margin: 0 auto;
    width: 100%;
}

.actermsbody {
    margin: 0 auto 20px auto;
    width: 960px;
    text-align: left;
}

/*-----------------CUSTOM---------------------------*/

#logo {
    float: left;
}

#nav {
    float: right;
    position: relative;
}

.menu-off,
.menu-on {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    height: 20px;
    background-color: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-on a,
.menu-on a:hover,
.menu-off a:hover {
    color:  #007aff;
    text-decoration: none;
    background: none;
    display: inline-block;
    padding: 12px;
    padding-bottom: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 90;
    padding-bottom: 0;
}

.menu-off a {
    color: #007aff;
    text-decoration: none;
    display: inline-block;
    padding: 12px;
    padding-bottom: 0;
}

#welcome {
    float: right;
    height: 16px;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #eee;
    font-size: 11px;
}

#welcome a {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase;
}

#welcome a:hover {
    color: #eee;
}

.afid {
    color: #eee;
}

.manager-info {
    color: #444;
    margin-left: 12px;
    line-height: 18px;
    font-size: 16px;
}

.manager-info a {
    color: #2775a7;
    text-decoration: none
}

.manager-info a:hover {
    color: #888;
}

.home-stats {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.home-charts {
    float: right;
    width: 755px;
    margin-top: 11px;
}

.chart-back {
    width: 755px;
    height: 373px;
    background-image: url(http://images.linktrust.com/images/affiliatecentertemplates/template-ice/chart-back.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.chart-container {
    background-color: #FFF;
    float: left;
}

.graph-select-list {
    height: 22px;
    font-size: 10px;
    padding: 0px;
}

.left-content {
    margin: auto auto;
}

.stat-btn,
.stat-btn-on {
    float: right;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 10px;
    color: #BDBDBD;
}

.stat-btn a {
    text-decoration: none;
}

.stat-btn a:hover {
    color: #2775a7;
}

.stat-btn-on a {
    color: #2775a7;
}

.stat-btn-line {
    width: 1px;
    height: 10px;
    float: right;
    margin: 6px 6px 0 6px;
    background-color: #CBD3DB;
}

.section-head {
    color: #000;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 1em;
    height: 40px;
    font-size: 16px;
}

.section-head-noline {
    height: 29px;
    color: #666;
    font-size: 19px;
    text-shadow: 0 1px 0 #fff;
}

.payment-history {
    background-image: url(http://images.linktrust.com/images/affiliatecentertemplates/template-default2/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 16px;
    float: left;
    padding: 2px 14px 0 0;
    margin-left: 14px
}

.payment-history a {
    font-size: 13px;
    color: #2775a7;
    text-decoration: none;
    line-height: 11px;
}

.payment-history a:hover {
    color: #888;
}

.taxdoc {
    background-image: url(http://images.linktrust.com/images/affiliatecentertemplates/template-default2/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 16px;
    float: left;
    padding: 2px 14px 0 0;
    margin-left: 24px
}

.taxdoc a {
    font-size: 13px;
    color: #2775a7;
    text-decoration: none;
    line-height: 11px;
}

.taxdoc a:hover {
    color: #888;
}

.stat-data {
    color: #000000;
}

TABLE.mystats {
    margin: 5px 0pt 0pt 22px;
    color: #444;
    font-size: 13px;
}

/*------NEW OFFERS---------*/

.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;
}

.top-offers table,
.prioritized-offers table,
.new-offers table {
    width: 100%;
    font-size: 12px;
    color: #414141;
    border-collapse: collapse;
}

.top-offers-header,
.prioritized-offers-header,
.new-offers-header {
    font-size: 16px;
    letter-spacing: 1px;
}

.top-offers table thead tr,
.prioritized-offers table thead tr,
.new-offers table thead tr {
    padding: 1em;
    background: #354052;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-family: var(--font-source);
}

.top-offers table thead tr td,
.prioritized-offers table thead tr td,
.new-offers table thead tr td {
    padding: 0 10px;
    background-color: #354052;
    font-weight: normal;
    height: 60px;
}

.top-offers table tbody td,
.prioritized-offers table tbody td,
.new-offers table tbody td {
    padding: 10px 20px;
    font-size: 12px;
}

.top-offers table tbody td a,
.prioritized-offers table tbody td a,
.new-offers table tbody td a {
    color: #22A2DC;
    text-decoration: underline;
}

.top-offers table tbody td a:hover,
.prioritized-offers table tbody td a:hover,
.new-offers table tbody td a:hover {
    color: #6CD7F4;
}

.top-offers table tfoot td,
.prioritized-offers table tfoot td,
.new-offers table tfoot td {
    display: none;
}

.payout-text {
    color: #00931F;
}

tr.rowcolor td {
    background-color: #e8e8e8;
}

tr.altrow td {
    background-color: #ffffff;
}

.footer {
    height: 52px;
    color: #2F4457;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    padding-top: 9px;
}

.reportheader {
    color: #171E23;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
}

.myoffersdate {
    font-weight: bold;
}

.myofferslivestatus {
    font-weight: bold;
}

.myoffersexpiredstatus {
    color: #f58220;
}

.myofferspayout {
    font-weight: bold;
}

.requestofferspayout {
    font-weight: bold;
}

.requestoffersexpirartiondate {
    font-weight: bold;
}

.requestoffersdate {
    font-weight: bold;
}

.h-line {
    height: 0;
    border-bottom: 1px solid #ccc;
}

.v-line {
    width: 0;
    height: 100%;
    border-left: 1px solid #192836;
    border-right: 1px solid #324451;
}

.myoffersheaderrow,
.requestoffersheaderrow {
    background-color: #d1d1d1;
    font-weight: bold;
    color: #333;
}

.requestoffertableheader,
.myoffertableheader {
    color: #ddd;
}

.myaccounttext {
    color: #444;
}

.resultstext {
    color: #2275a7;
}

.ac-box-header {
    color: #000000;
    font-size: 16px;
    text-shadow: 0 1px 0 #fff;
    margin-left: 8px;
}

.ac-box {
    background-image: none;
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 22px 22px 12px;
    text-align: left;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.ac-tab-box {
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #d4d4d4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    padding: 22px 22px 12px;
    text-align: left;
    width: 1054px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.tab {
    background-color: #eee;
    background-image: none;
    border: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 0 1px -2px 0;
    text-align: center;
}

.tab-off {
    background-color: #eee;
    background-image: none;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 7px 22px 8px;
    text-decoration: none;
}

.tab-off:hover {
    color: #2775a7;
    display: block;
}

.tab-on {
    background-color: #fafafa;
    background-image: none;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #2775a7;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 0 2px -3px 0;
    padding: 7px 22px 8px;
    position: relative;
    text-align: center;
}

.expand,
.collapse,
.expand-all,
.collapse-all {
    background-color: #2775a7;
    border-radius: 9px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
    padding-top: 1px;
    text-align: center;
    width: 17px;
}

.expand:hover,
.collapse:hover,
.expand-all:hover,
.collapse-all:hover {
    background-color: #888;
}

.blade {
    background-image: -moz-linear-gradient(center top, #fff 0%, #dedede 100%);
    border: 1px solid #e6e6e6;
    color: #2775a7;
    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 #2775a7;
}

/* LOGIN */

.lscontent-box-tl {
    background-image: none;
    background-color: #fafafa;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    height: 37px;
    width: 10px;
}

.lscontent-box-tm {
    background-image: none;
    background-color: #fafafa;
    border-top: 1px solid #d8d8d8;
    padding: 6px 11px 0 14px;
}

.lscontent-box-tr {
    background-image: none;
    background-color: #fafafa;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    width: 10px;
}

.lscontent-box-ml {
    background-image: none;
    background-color: #fafafa;
    border-left: 1px solid #d8d8d8;
}

.lscontent-box-body {
    background-color: #fafafa;
    padding: 0 14px;
}

.lscontent-box-mr {
    background-image: none;
    background-color: #fafafa;
    border-right: 1px solid #d8d8d8;
}

.lscontent-box-bl {
    background-image: none;
    background-color: #fafafa;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    height: 15px;
    width: 10px;
}

.lscontent-box-bm {
    background-image: none;
    background-color: #fafafa;
    border-bottom: 1px solid #d8d8d8;
    height: 15px;
}

.lscontent-box-br {
    background-image: none;
    background-color: #fafafa;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    height: 15px;
}

.lsfloat-left {
    float: left;
}

.lsfloat-right {
    float: right;
}

.lssection-head {
    border-bottom: 1px dotted #ddd;
    color: #2775a7;
    font-size: 14px;
    font-weight: normal;
    height: 22px;
    margin-bottom: 11px;
    margin-top: 17px;
}

.lstop-margin {
    margin-top: 6px;
}

.lsheader-inside {
    color: #666;
    font-size: 19px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    padding: 3px 0;
}

.campaignperformancereporticon {
    width: 0 !important;
    background-image: none;
}

/* Added by LinkTrust */
.acheader {
    margin: 0 auto;
    height: 70px;
}

.acmenu {
    margin: 0 auto;
}

.hide,
.reportsMenu,
#Tab2,
#TabBox1>div:nth-child(1)>table>tbody>tr:nth-child(4),
#TabBox1>div:nth-child(2),
#TabBox1>div:nth-child(1)>table>tbody>tr:nth-child(5),
#ctl00_ContentPlaceHolder1_pnlDefault>table>tbody>tr:nth-child(2)>td>div>div:nth-child(1),
#ctl00_ContentPlaceHolder1_pnlDefault>table>tbody>tr:nth-child(1),
#Tab1,
#aspnetForm>div.acreportpage>div.acreportbody>table>tbody>tr:nth-child(1)>td>table>tbody>tr>td.paymenthistoryicon {
    display: none
}

html,
body,
p,
a,
html,
div,
span,
i,
ul,
li,
section,
table,
td,
thead,
tr,
.reset,
.lscontent-box-tl,
.lscontent-box-tm,
.lscontent-box-tr,
.lscontent-box-ml,
.lscontent-box-body,
.lscontent-box-mr,
.lscontent-box-bl,
.lscontent-box-bm,
.lscontent-box-br {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

h1,
.reportheader,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

th {
    font-weight: normal
}

section {
    display: block
}

.fa {
    color: #fff
}

body {
    background: #FCFCFC !important
}

.lscontent-box-tl,
.lscontent-box-tm,
.lscontent-box-tr,
.lscontent-box-ml,
.lscontent-box-body,
.lscontent-box-mr,
.lscontent-box-bl,
.lscontent-box-bm,
.lscontent-box-br {
    background: none;
    background-image: none;
    background-repeat: no-repeat
}

#ctl00_ContentPlaceHolder1_trLogin>div>table,
#ctl00_ContentPlaceHolder1_trSignup>div>table {
    background: white !important
}

#ctl00_ContentPlaceHolder1_trLogin>td>div>table,
#ctl00_ContentPlaceHolder1_trSignup>td>div>table,
#aspnetForm>div.acloginpage>div.acloginbody>div>table>tbody>tr:nth-child(2)>td>div>table {
    background: white !important
}

.aclogincontent>table {
    margin: 0 auto
}

.ac-box-header {
    color: #989898;
    font-size: 16px;
    margin: 0 0 0 0
}

.spacer {
    margin-bottom: 60px
}

.logo {
    float: left;
    padding-top: 5.5px;
    width: 220px
}

.logo img {
    width: 100%
}

@media screen and (min-width: 992px) {
    .navbar-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1250px;
        margin: 0 auto
    }
}

@media screen and (max-width: 991px) {
    .navbar-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.background-fade,
#ctl00_ContentPlaceHolder1_pnlResults>table:nth-child(5)>tbody>tr>td:nth-child(7)>table>tbody>tr:nth-child(2)>td>input,
#ctl00_ContentPlaceHolder1_pnlResults>table:nth-child(5)>tbody>tr>td:nth-child(7)>table>tbody>tr:nth-child(2)>td>input:hover,
input[type="submit"],
input[type="submit"]:hover {
    transition: background 80ms linear;
    -webkit-transition: background 80ms linear
}

.color-fade,
.icon-report,
.icon-report:hover {
    transition: color 80ms linear;
    -webkit-transition: color 80ms linear
}

body .nav-main li:hover .menu-icon {
    background: #3F3F3F
}

.mainContent {
    width: 1250px;
    margin: 0 auto;
    margin-top: 60px;
    padding-top: 20px
}

.border-box,
#ctl00_ContentPlaceHolder1_trLogin>div>table,
#ctl00_ContentPlaceHolder1_trSignup>div>table,
#ctl00_ContentPlaceHolder1_trLogin>td>div>table,
#ctl00_ContentPlaceHolder1_trSignup>td>div>table,
#aspnetForm>div.acloginpage>div.acloginbody>div>table>tbody>tr:nth-child(2)>td>div>table,
#TabBox1,
#form1>table>tbody>tr:nth-child(2)>td,
.acreportbody .modalPopup,
.accontent .modalPopup,
.modalPopup,
.ac-box {
    border: 1px solid #c4c4c4;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #c8c8c8;
    box-shadow: 0 0 5px #c8c8c8;
    margin-bottom: 20px;
    border-radius: 0;
    border-top: 2px solid #949494
}

.border-box h1,
#ctl00_ContentPlaceHolder1_trLogin>div>table h1,
#ctl00_ContentPlaceHolder1_trSignup>div>table h1,
#ctl00_ContentPlaceHolder1_trLogin>td>div>table h1,
#ctl00_ContentPlaceHolder1_trSignup>td>div>table h1,
#aspnetForm>div.acloginpage>div.acloginbody>div>table>tbody>tr:nth-child(2)>td>div>table h1,
#TabBox1 h1,
#form1>table>tbody>tr:nth-child(2)>td h1,
.acreportbody .modalPopup h1,
.accontent .modalPopup h1,
.modalPopup h1,
.border-box .reportheader,
#ctl00_ContentPlaceHolder1_trLogin>div>table .reportheader,
#ctl00_ContentPlaceHolder1_trSignup>div>table .reportheader,
#ctl00_ContentPlaceHolder1_trLogin>td>div>table .reportheader,
#ctl00_ContentPlaceHolder1_trSignup>td>div>table .reportheader,
#aspnetForm>div.acloginpage>div.acloginbody>div>table>tbody>tr:nth-child(2)>td>div>table .reportheader,
#TabBox1 .reportheader,
#form1>table>tbody>tr:nth-child(2)>td .reportheader,
.modalPopup .reportheader {
    line-height: 42px;
    color: #949494;
    font-size: 25px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #c4c4c4
}

.white {
    color: white
}

.menu-icon {
    padding-left: 13px;
    padding-right: 13px;
    height: 40px;
    display: block;
    float: left;
    line-height: 60px;
    padding-top: 20px;
    width: 17px
}

.menu-icon-text {
    padding-left: 5px
}

#allReports {
    padding-left: 13px
}

.firstcell,
.midcell,
.lastcell {
    font-weight: bold
}

.highcharts-container {
    position: static !important
}

#AffiliateICA14 {
    margin: 20px 0
}

.accontent {
    /* margin-top: 60px; */
    min-height: 500px;
}

.requestoffershyperlink,
.myoffershyperlink {
    font-size: 15px !important
}

#ctl00_ContentPlaceHolder1_pnlResults>table:nth-child(5)>tbody>tr>td:nth-child(7)>table>tbody>tr:nth-child(2)>td>input {
    background: #80c342
}

#ctl00_ContentPlaceHolder1_pnlResults>table:nth-child(5)>tbody>tr>td:nth-child(7)>table>tbody>tr:nth-child(2)>td>input:hover {
    background: #a7d57c
}

input,
select {
    padding: 5px
}

td {
    padding: 4px
}

.getOffersHeading h1,
.getOffersHeading .reportheader,
.myOffersHeading h1,
.myOffersHeading .reportheader {
    padding-top: 22px;
    margin-bottom: -7px
}

input[type="submit"],
.button input {
    background: #1093d9;
    padding: 5px 15px;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 25px
}

input[type="submit"]:hover,
.button input:hover {
    background: #1093d9;
}

#ctl00_ContentPlaceHolder1_pnlDefault {
    width: 1250px;
    margin: 0 auto
}

#TabBox1 {
    border-radius: 0;
    padding-top: 32px;
    width: 1225px
}

#Tab1 {
    z-index: -1
}

#TabBox1>div:nth-child(1),
#TabBox1>div:nth-child(1)>table {
    width: 100% !important
}

.requestoffersheaderrow,
.myoffersheaderrow {
    background: #000000;
}

#ctl00_ContentPlaceHolder1_pnlResults>table:nth-child(5) {
    background: #fff;
    -webkit-box-shadow: 0 0 5px #c8c8c8;
    box-shadow: 0 0 5px #c8c8c8;
    border-radius: 0;
    border: 1px solid #c4c4c4
}

#ctl00_ContentPlaceHolder1_pnlResults {
    font-size: 14px
}

.requestoffertableheader,
.myoffertableheader {
    color: white;
    font-size: 15px;
    font-weight: normal
}

.alternatingitemstyle {
    background: #F2F2F2
}

.itemstyle:hover {
    background: #ffffe4 !important
}

.alternatingitemstyle:hover {
    background: #ffffe4 !important
}

#ctl00_ContentPlaceHolder1_pnlDefault>table>tbody>tr:nth-child(2)>td {
    padding: 0
}

.reportsList li {
    display: inline-block;
    list-style-type: none;
    width: 150px;
    height: 150px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #c8c8c8;
    box-shadow: 0 0 5px #c8c8c8;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    vertical-align: top;
    transition: background 80ms linear;
    -webkit-transition: background 80ms linear;
    margin: 20px
}

.reportsList li a {
    width: 150px;
    height: 125px;
    display: block;
    padding-top: 23px;
    text-decoration: none;
    color: black
}

.reportsList li>div {
    border-top: 2px solid #949494
}

.reportsList li:hover {
    transition: background 80ms linear;
    -webkit-transition: background 80ms linear;
    background: #F2F2F2
}

.reportsList .big-icon {
    color: #ababab;
    font-size: 58px
}

.reportsList {
    border-top: 1px solid #949494
}

.reportText {
    height: 45px;
    margin-top: 9px
}

#MainTable>tbody>tr:nth-child(2)>td {
    padding: 0
}

#aspnetForm>div.acpage>div.acbody>div.accontent>table.maintablebgcolor {
    width: 1250px;
    margin: 0 auto
}

#aspnetForm>div.acpage>div.acbody>div.accontent>table>tbody>tr:nth-child(2)>td>table {
    width: 100%
}

.campaignperformancereporticon+td {
    padding: 0
}

#aspnetForm>table>tbody>tr:nth-child(1)>td>table {
    width: 100%
}

.ReportDefaultHeader a,
.ReportCurrencyHeader a,
.ReportStatHeader a,
.ReportDefaultHeader {
    color: white;
    font-size: 13px;
    font-weight: bold
}

.icon-report {
    color: #3F3F3F;
    padding: 2px;
    padding-right: 4px;
    font-size: 15px !important
}

.icon-report:hover {
    color: #727272
}

#aspnetForm>div.acreportpage>div.acreportbody>table>tbody>tr:nth-child(5)>td>div.ac-box>table:nth-child(2)>tbody>tr:nth-child(1)>td {
    font-size: 14px
}

.dailybreakoutreporticon+td {
    padding: 0
}

#ctl00_ContentPlaceHolder1_ddlSubId1,
#ctl00_ContentPlaceHolder1_ddlSubId2 {
    min-width: 200px
}

.subidbreakoutreporticon+td {
    padding: 0
}

#ctl00_ContentPlaceHolder1_divReportData {
    font-size: 12px
}

.creativebreakoutreporticon {
    display: none
}

#aspnetForm>div.acreportpage>div.acreportbody>table>tbody>tr:nth-child(1)>td {
    padding: 0
}

input[disabled="disabled"] {
    border: 1px solid darkgrey
}

textarea[disabled="disabled"] {
    background: #e1e1e1
}

#main {
    margin: 0 auto !important
}

#form1 ul li {
    list-style-type: none
}

#WzTtDiV {
    border: 1px solid #c4c4c4 !important
}

#WzBoDy {
    background: white !important;
    border: 0;
    border-style: none !important
}

#WzBoDyI {
    font-family: quicksand, sans-serif !important;
    font-size: 11px !important
}

.acreportbody {
    width: 1250px;
    margin: 0 auto
}

.HeaderRow {
    background: #3F3F3F;
    color: white
}

#aspnetForm>div.acpage>div.acbody>div.accontent>table:nth-child(1) {
    width: 1250px;
    margin: 0 auto
}

.acreportbody .modalPopup,
.accontent .modalPopup,
.modalPopup {
    padding: 12px;
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modalSearchGridHeaderPagerStyle>td>table>tbody>tr>td>a,
.modalSearchGridHeaderPagerStyle>td>table>tbody>tr>td>span {
    color: #949494 !important;
    font-size: 15px
}

.modalSearchGridHeaderPagerStyle>td>table>tbody>tr>td>a:visited {
    color: #949494 !important
}

.modalSearchGridHeaderPagerStyle:nth-child(1) {
    background: #3F3F3F
}

.modalBackground {
    background-color: black !important
}

.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px
}

.navbar-brand img.logo {
    padding: .5em;
    max-width: 200px
}

button.navbar-toggler {
    outline: none !important;
    border: none !important
}

.hero__wrapper {
    margin-top: 60px
}

.my-container {
    position: relative;
    background: #5C97FF;
    overflow: hidden
}

.my-container h1,
.my-container .reportheader {
    padding: 50px 100px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    z-index: 2;
    position: relative;
    color: #fff
}

.my-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.6
}

div.linktrust-card {
    margin: 1.5em 0;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
}

div.linktrust-card__header {
    padding: 0.5em;
    background: #007aff;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-family: var(--font-source);
}

div.linktrust-card__body {
    padding: 1em;
    background: white
}

div.linktrust-card__body small {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(158, 168, 173, 0.9);
    font-family: var(--font-source)
}

div.linktrust-card__body p {
    color: #4D565C
}

div.linktrust-card__footer {
    padding: 1em;
    border-top: 1px solid #E8E8E8
}

div.linktrust-card__footer .icon__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.linktrust-card__footer .icon__box .icon {
    margin: 0 .65em;
    padding: .65em;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

div.linktrust-card__footer .icon__box .icon a svg {
    font-size: 1.35em;
    color: white;
    border-radius: 10px
}

div.linktrust-card__footer .icon__box .icon--facebook {
    background: #425A95
}

div.linktrust-card__footer .icon__box .icon--twitter {
    background: #60A5DB
}

div.linktrust-card__footer .icon__box .icon--instagram {
    background: #C1558B
}

div.linktrust-card__footer .icon__box .icon--linkedin {
    background: #4875B4
}

div.linktrust-card__footer .icon__box .icon--envelope {
    background: #CD5542
}

div.linktrust-card__footer .icon__box .icon:hover {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}

footer {
    background: #1DAEEC;
    padding: 4em 1em;
    color: white
}

.footer-col {
    margin: 1em 0
}

.footer-col h6 {
    font-weight: 700;
    text-transform: uppercase
}

.footer-col ul {
    list-style: none
}

@media (max-width: 576px) {
    .my-container img {
        height: 100%;
        width: 100%
    }

    .my-container h1,
    .my-container .reportheader {
        padding: 40px;
        text-align: left
    }

    div.linktrust-card {
        margin: 1.25em .45em
    }
}

body {
    background: #fafafa;
    font-family: var(--font-source)
}

table {
    font-family: var(--font-source)
}

.message-list {
    list-style: none;
}

.message-list-item {
    border-bottom: solid 1px #CCC;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.message-list-item[onclick]:hover {
    cursor: pointer;
    background-color: rgba(250, 250, 250, 0.9);
}

.message-from {
    color: rgba(158, 168, 173, 0.9);
    float: left;
    font-weight: bold;
}

.message-date {
    color: rgba(158, 168, 173, 0.9);
    font-weight: bold;
    font-size: 10px;
    float: right;
    line-height: 25px;
}

.message-subject {
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
}

.email-frame {
    width: 100%;
    height: 520px;
    border: none;
}

.email-view {
    position: absolute;
    top: 25px;
    width: 500px;
    margin: 0 auto;
}

.email-from {
    color: rgba(158, 168, 173, 0.9);
    float: left;
    font-weight: bold;
}

.email-date {
    color: rgba(158, 168, 173, 0.9);
    font-weight: bold;
    float: right;
}

.email-subject {
    width: 100%;
    font-size: 1.5em;
}

.email-view {
    position: fixed;
    top: 50px;
    width: 800px;
    background-color: #DDD;
    z-index: 2000;
    border: solid 1px #AAA;
    left: 30%;
    height: 600px;
}

.email-body {
    padding: 10px;
    min-height: 400px;
    max-height: 400px;
    overflow: auto;
}

.modal-bg {
    background-color: #FAFAFA;
}

.modal-container {
    padding: 22px;
}

.fixed-top {

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}

.modal {
    border-radius: 0;
}

.modal-header {
    background-color: #354052;
    border-color: #354052;
    border-radius: 0;
    cursor: default;
}

.modal-body {
    border: 3px solid #354052;
    border-bottom: none;
}

.modal-footer {
    border: 3px solid #354052;
    border-radius: 0;
    border-top: none;
}

.dailybreakoutheatmap {
    padding-top: 23px;
    height: 306px !important;
    padding-left: 12px;
}

.table-head td,
.table-head th {
    background-color: #354052;
    color: #cdcdcd;
    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-color: #354052;
    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;
}

.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;
}

.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;
}

input.small.date {
    width: 98px;
}

.box {
    background-color: #FFF;
    border: 1px solid #D4D4D4;
    padding: 12px 22px 2px;
    text-align: left;
}

.tiny-btn {
    font-size: 10px;
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    padding: 2px 5px;
}

a .tiny-btn {
    font-size: 10px;
    color: #1b4c7f;
    text-decoration: none;
}

a:hover .tiny-btn {
    color: #1b61a9;
    background-color: #fff;
}

.offerDetails {
    width: 100%;
    margin-bottom: 5px;
    margin-top: -7px;
    background-color: #fCfCfC;
    border: solid 1px #DDD;
    border-top: none;
    padding: 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.offer-creative-search {
    width: 100%;
    margin-bottom: 5px;
    margin-top: -7px;
    background-color: #fCfCfC;
    border: solid 1px #DDD;
    border-top: none;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ctl00_ContentPlaceHolder1_scSignup_SignupPanel {
    border: 1px solid #c4c4c4;
    padding: 10px;
    /*margin: 10px;*/
    background: white;
    box-shadow: 0 0 5px #c8c8c8;
    margin-bottom: 20px;
    border-radius: 0;
    border-top: 2px solid #949494;
}

input#btnRunReport {
    margin-bottom: 4px;
}

.mystat {
    font-size: 200%;
}

.flex-column {
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
}

.flex-row {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}

.flex-card {
    width: 30%;
}

.flex-stat-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 24px;
}

.stat-card {
    width: 170px;
    height: 120px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #007aff;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    margin: 0px 4px;
}

.chart-card {
    width: 350px;
    height: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #007aff;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    margin: 0px 4px;
}

.stat-card-stat {
    font-size: 200%;
    margin: auto;
}

#LeadDetailsWithPipelineStage {
    text-align: center;
}

#LeadDetailsWithPipelineStage > .error {
    color: red;
    font-weight: bold;
}

#LeadDetailsWithPipelineStage > div:first-child {
    display: flex;
    justify-content: flex-end;
}

#LeadDetailsWithPipelineStage > div:first-child > a {
    margin: 0px 6px;
    margin-bottom: 2px;
    text-decoration: underline;
    font-size: 12px;
    color: black;
}

#LeadDetailsWithPipelineStage table {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

#LeadDetailsWithPipelineStage > div:first-child > a:hover {
    color: #2775a7;
}

#LeadDetailsWithPipelineStage td {
    border: 1px solid #000000;
    width: 14%
}

#LeadDetailsWithPipelineStage thead {
    font-weight: bold;
    background-color: black;
    color: white;
}

#LeadDetailsWithPipelineStage > .token-pages {
    margin-top: 8px;
}

#LeadDetailsWithPipelineStage > .token-pages > a {
    color: black;
}

#LeadDetailsWithPipelineStage > .token-pages > a:hover {
    color: #2775a7;
}

#LeadDetailsWithPipelineStage > .token-pages > .active-page {
    color: #2775a7;
}

#LeadDetailsWithPipelineStage > div:first-child > .active_date {
    color: #2775a7;
}

.stat-date-div {
    display: flex;
    justify-content: right;
}

#qrCode {
    display: flex;
    justify-content: center;
}

#qrCode > img{
    width: 175px;
}
.qrCode_Row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
}

#downloadQRCode {
    margin-top: 8px;
    background-color: #007aff;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 4px 8px;
}

.tracking-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}