﻿

html, body {
    font-family: 'Fira Sans'; /*Lato, Helvetica, Arial, sans-serif;*/
    border-collapse: collapse;
    border: 0px;
    background-color: #f5f5f5;
    font-size: 0.805rem;
    font-weight: 500;
    padding: 0px;
    margin: 0;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.6px;
    color: #444;    
}

* {
    list-style: none;
}

input,text,button,textarea,a,label {
    font-family: 'Fira Sans';
    font-weight:500;
}

textarea {
    font-weight: 500;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 5px;
    font-size: 1.05rem !important;
    letter-spacing: 0.8px;
    color: #777;
    background-color: #fff !important;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .1s ease-in-out,box-shadow .2s ease-in-out;
    outline: none;
    line-height: 1.90;
    cursor: text;
}

ul.horizontal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    ul.horizontal-list li {
        margin-right: 3px;
        padding-left: 0px;
        vertical-align:middle;
        height:auto;
    }


/*a {
    color: rgb(23, 162, 184);
}*/
h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

/*label {
    color: #666;
    font-weight: 700;
}
li > label {
    display: block;
    margin-bottom: 2px;
    margin-left: 3px;    
    list-style-type: none;
}*/

.clickBG {
    background: linear-gradient(to bottom, #1adace 0%, #0fb9de 100%);
    background-color: #1adace;
}

.convBG {
    background: linear-gradient(to bottom, #00c0ff 0%, #2493fa 100%);
    background-color: #2493fa;
}

.pbBG {
    background: linear-gradient(to bottom, #edbb99 0%, #d35400 100%);
    background-color: #d35400;
}

.revBG {
    background: linear-gradient(to bottom, #af7ac5 0%, #7646f1 100%);
    background-color: #7646f1;
}

.payBG {
    background: linear-gradient(to bottom, #b7950b 10%, #b9770e 100%);
    background-color: #b7950b;
}

.payoutBG {
    background: linear-gradient(to bottom, #00DDBB 0%, #28a745 100%);
    background-color: #28a745;
}

.profitBG {
    background: linear-gradient(to bottom, #00DDBB 0%, #28a745 100%);
    background-color: #28a745;
}

.liveOfferBG {
    background: linear-gradient(to bottom, #718fdb 0%, #7646f1 100%);
    background-color: #7646f1;
}

a:hover {
    /*color: rgb(0, 123, 255);*/
}

.border{
    border:1px solid #666;
}

.noborder {
    border: 0px solid #666;
}

.white {
    color: #ffffff !important;
}

.navyblue {
    color: #337ab7 !important;
}

.huge {
    font-size: 1.2rem !important;
}

.big {
    font-size: 1.0rem !important;
}

.bold{
    font-weight:600!important;
}

.bld{
    font-weight:600!important;
}

.overflow {    
    overflow: hidden;
    text-overflow: ellipsis;
}

.tborder {
    border: 1px solid #E7ECEF;
}

.table-content {
    padding: 0px 5px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.pager {
    letter-spacing: 10px;
    line-height: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}

/*table>tr.even, table>tr:not(.odd):nth-child(even) {
    background-color: #f5f8fa;
}

tr:nth-child(even) {background-color: #f2f2f2;}*/

.tr {
    border-bottom: 1px solid #d0d0d0;
}

.table-details > table > tbody > tr:nth-child(even) {
    background-color: #f2f2f2;
}

.oddeven > table > tbody > tr:nth-child(even) {
    background-color: #f4f4f4;
}

.evenodd > table > tbody > tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.evenoddul>ul:nth-child(odd) {
    background-color: #f4f4f4;
}

.oddevenul > ul:nth-child(even) {
    background-color: #f4f4f4;
}

.icon-caret-up {
    color: #ccc;
    cursor: pointer;
    left: -5px;
    position: relative;
    top: -3px;
}
    .bottomHead {    
    border-bottom: 2px solid #E7ECEF;
}

.selectbox {
    background: #fff;
    color: #1d3b4a;
    padding: 8px;
    line-height: 18px;
    border-radius: 4px;
    border-width: 0 1px 4px;
    box-sizing: border-box;
}

.linearbg1 {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(0,212,255,1) 35%, rgba(0,212,255,1) 100%);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Fira Sans';
    color: #999;
    /*opacity: 1; /* Firefox */
    font-size: 0.98rem;
    letter-spacing: 0.5px;
    font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    font-family: 'Fira Sans';
    font-size: 0.98rem;
    letter-spacing: 0.5px;
    font-weight: 500;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    font-family: 'Fira Sans';
    font-size: 0.98rem;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.rptClick {
    color: #000080 !important;
    white-space: nowrap;
}

.rptConv {
    color: #007bff !important;
    white-space: nowrap;
}

.rptPB {
    color: #A93226 !important;
    white-space: nowrap;
}

.rptRev {
    color: #7646f1 !important;
    white-space: nowrap;
}

.rptPayout {
    color: #FF7F50 !important;
    white-space: nowrap;
}

.rptProfit {
    color: #28B463 !important;
    white-space: nowrap;
}

.rptMgr {
    color: #FFFFFF !important;
    white-space: nowrap;
    font-size:20px !important;
    font-weight:600;
}

.minw150 {
    min-width: 150px;
}

.btn-adv {
    color: #5EB96A;
    border: 1px solid #5EB96A !important;
    width: 140px;
    text-align: center;
}

.btn-aff {
    color: #369BEE;
    border: 1px solid #369BEE !important;
    width: 140px;
    text-align: center;
}

    .btn-aff:hover {
        color: #FFFFFF;
        background-color: #369BEE;
    }

.btn-adv:hover {
    color: #FFFFFF;
    background-color: #5EB96A;
}

.tracking{
    background-color:#fff;
}

.tracking:hover
{
    background-color:#000;
    color:#fff;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.login-bottom .txt {
    color: #aaaaaa;
    vertical-align: middle;
}

.login-bottom .line {
    display: inline-block;
    width: 500px;
    border-top: 1px solid #eeeeee;
}

.login-bottom {
    height: 30px;
    line-height: 20px;
    text-align: center;
}

a {
    background-color: transparent;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    position: relative;
}

.active {
    line-height: 1.0;
    border: 0px solid #000;
    padding: 4px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.26);
    color: #fff;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-infoclick {
    background-color: #28a745 !important;
}

.bg-infoconv {
    background-color: #48C9B0 !important;
}

.bg-infoprofit {
    background-color: #28a745 !important;
}

.bg-infopb {
    background-color: #F1948A !important;
}

.bg-inforev {
    background-color: #009bff !important;
}

.bg-infopay {
    background-color: #BB8FCE !important;
}

.bg-infolive {
    background-color: #ffc107 !important;
}

.bg-infodt {
    background-color: #00CCFF !important;
}

.bg-infoimpr {
    background-color: #dc3545 !important;
}

.h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0;
    white-space: nowrap;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.table {
    width: 100%;
    border: 0px;
    cellpadding: 0px;
    cellspaccing: 0px;
    background-color: #fff;
    border-collapse: collapse;
}

.loginlogo {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .5pt;
    line-height: 50px;
    text-transform: uppercase;
    height: 60px;
    color: #369BEE;
    word-break:keep-all;
    min-width:300px;
}

.circlebtn {
    background: lightblue;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    border: none;
    text-decoration: none;
    padding: 11pt;
    font: normal normal normal 14px/1.5 FontAwesome !important;
}

.circle {
    background: #3498DB;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border: none;
    text-decoration: none;
    padding: 3pt;
    font: normal normal normal 14px/1.5 FontAwesome !important;
    color: #ffffff;
}

.ajax__combobox_itemlist {
    word-spacing: normal;
    break-word: break-word;
    white-space: pre-wrap;
    width: 250px;
    position: absolute;
    display: inline-block;
    direction: ltr;
}

.ajax__combobox_inputcontainer {
    border-spacing: 0;
    top: 0px !important;
    break-word: break-word;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 2px 0;
    border: solid 2px #7F9DB9;
    /*border-right: 0px none;*/
    padding: 4px;
    font-size: 13px;
    position: relative;
    border-radius: 4px 0px 0px 4px;
    box-shadow: inset 0 1px 4px #ddd;
    width: 250px;
    z-index: 1;
    word-break: break-all;
    top: 0px;
    break-word: break-word;
    white-space: pre-wrap;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 2px 0;
    padding: 4px;
    /*background-image: url(windows-arrow.gif); */
    background-position: center;
    border: solid 2px #7F9DB9;
    /*border-left:0px solid;*/
    border-radius: 0px 4px 4px 0px;
    box-shadow: inset 0 1px 4px #ddd;
    font-size: 13px;
    width: 30px !important;
    top: 0px;
    height: 16px;
    z-index: 1;
    top: 0px !important;
    break-word: break-word;
    white-space: pre-wrap;
}

.WindowsStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
    font-size: 13px;
    z-index: 1;
    word-break: break-all;
    width: 410px !important;
}


/* mouse over link 
a:hover {
   color:#fff;
   background-color: #6699FF;
}
*/

text: hover {
    background-color: Navy;
}


select {
    /*max-width:200px;*/
    word-break: break-all;
}

submit: hover {
    background-color: Navy;
}

.padding-b-5 {
    padding-bottom: 20px;
}

.padb10 {
    padding-bottom: 20px;
}

.pad5l {
    padding-left: 5px;
}

.pad3l {
    padding-left: 3px;
}

.pad2l {
    padding-left: 2px;
}

.ofClass {
    min-width: 130px;
    width: 150px;
    word-break: break-word;
    text-overflow:ellipsis;
    /*padding:0px 2px;*/
}

.ofUrl {
    min-width: 170px;
    max-width: 200px;
    word-break: break-all;
    padding: 2px;
}

.convClass {
    min-width: 100px;
    max-width: 120px;
}

.revClass {
    min-width: 100px;
    max-width: 120px;
}

.crClass {
    min-width: 60px;
    max-width: 200px;
    word-break: break-all;
}

.dtClass {
    min-width: 65px;
    max-width: 70px;
    word-break: break-word;
    line-height:1.25;
}

.cidClass {
    min-width: 110px;
    max-width: 150px;
    word-break: break-word;
}

.pbuClass {
    min-width: 200px;
    max-width: 250px;
    word-break: break-all;
}

.adClass {
    min-width: 110px;
    max-width: 130px;
    word-break: break-all;
    padding: 0px 2px;
}

.ipClass {
    min-width: 90px;
    max-width: 100px;
    word-break: break-all;
}

.pbClass {
    min-width: 60px;
    max-width: 120px;
    word-break: break-all;
}

.pcidClass {
    min-width: 120px;
    max-width: 140px;
    word-break: break-all;
}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }


h2 {
    color: #666;
}

.short{
    font-size:1.0rem!important;
    font-weight:500!important;
}

.rev {
    color: #0033CC;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.click {
    color: #800000;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.conv {
    color: #009933;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.pb {
    color: #FF9900;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.payout {
    color: #FF9900;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.profit {
    color: #009933;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.lblClassBold {
    font-weight: 500;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #3c4043;
}

.lblClassRpt {
    font-weight: 600;
    color: #34495E;
    font-size: 1.325rem!important;
    line-height: 1.0;
}

.user-profile {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 5px #ddd;
}

.lblClass {    
    padding: 1px;
    font-size: 12px;
    color: #3c4043;
}

.lblClassL {    
    padding: 2px;
    line-height: 1.8;
    font-size: 16px;
    color: #3c4043;
}

.lblClassD {
    padding: 2px;
    line-height: 2;
    color: Black;
    font-size: 16px;
}

.shortcut {
    font-size: 11px!important;
    font-weight: 500;
    background-color:#fff;
}

.lnkClass {
    line-height: 1.2;
    color: #007bff; /*#283747;#337ab7;*/
    word-wrap: break-word;
    font-size: 1.05rem;
    -webkit-text-size-adjust: none;
    font-family: inherit;
}

    .lnkClass:hover {
        text-decoration:underline;
        /*color: #00e;*/
    }

.lnkClassBig {
    line-height: 1.2;
    color: #007bff;
    word-wrap: break-word;
    font-size: 13px;
}



.lnkClassBig:hover {
    text-decoration: underline;
    color: rgb(0, 123, 255);
}

.lblClassDim {
    font-weight: 500;
    padding: 2px;
    color: #666;
}

.lblClassDim1 {
    font-weight: 500;
    padding: 6px 0px;
    color: #666;
}

.lblClassHigh {
    font-weight: 500;
    padding: 2px;
    font-size: 14px;
    line-height: 1.25pt;
    color: #4d627b;
}

.rowClass {
    font-weight: 400;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.dateClass {
    color: #666;
    border-radius: 3px;
    padding: 0px;
}

.ddlClass {
    width: 200px;
    margin: 2px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 12px;
}

.ddlOthers {
    border-radius: 3px;
    padding: 0px;
    width: 200px;
    font-size: 15px;
    line-height: 1.4;
    border: 1px solid #c2c2a3;
}

.width20 {
    width: 20%;
}

.width40 {
    width: 40%;
}

.rightColumn {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 70%;
    background: #FEF9E7;
}

.leftColumn {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30%;
    background: #FEF9E7;
}

.grdheadClass {
    font-weight: 600 !important;
    padding-left: 0px;
    font-size: 0.975rem;
    line-height: 1.0;
    border-color: #ccc;
    height: 25px;
    letter-spacing: 0.8px;
}

    .grdheadClass th {
        color: #222 !important;
        line-height: 1.0;
        font-weight: 600 !important;
        /*background-color: #369BEE;*/
        background: -moz-linear-gradient(top, #fefefe, #e1e1e1);
        background: -webkit-linear-gradient(top, #fefefe, #e1e1e1);
        background: -o-linear-gradient(top, #fefefe, #e1e1e1);
        letter-spacing: 0.8px;
        font-size: 1.1rem;
        height: 25px;
    }

        .grdheadClass th a {
            color: #222 !important;
            line-height: 1.1;
            letter-spacing: 0.8px;
        }

.grdfootClass {
    background-color: #EEEEEE;
    font-weight: 600!important;
    font-size: 1.2rem;
    color: #444;
    height: 30px;
}

.lblRpt {
    margin-bottom: 0px;
    padding-top: calc(.325rem + 1px);
    padding-bottom: calc(.325rem + 1px);
    padding-left: calc(.175rem + 1px);
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    color: #62778c;
}

.checkbox {
    /*margin-bottom: 0px;*/
    /*padding-top: calc(.325rem + 1px);
    padding-bottom: calc(.325rem + 1px);
    padding-left: calc(.175rem + 1px);*/
    padding: 2px 3px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #3c464f;
}

.lblReport {
    /*padding: 2px 3px;*/
    line-height: 1.0;
    font-size: 1.15rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-top:8px;
}

.lblTitle {
    /*margin-bottom: 0px;*/
    /*padding-top: calc(.325rem + 1px);
    padding-bottom: calc(.325rem + 1px);
    padding-left: calc(.175rem + 1px);*/
    padding: 2px 3px;
    line-height: 1.5;
    font-size: 1.015rem;
    color: #444;
    font-weight:500;
    letter-spacing:1px;
}

.lblTitleS {
    /*margin-bottom: 0px;*/
    /*padding-top: calc(.325rem + 1px);
    padding-bottom: calc(.325rem + 1px);
    padding-left: calc(.175rem + 1px);*/
    padding: 2px 3px;
    line-height: 1.5;
    font-size: 0.65rem !important;
    color: #3c464f;
    font-weight: 500;
}

.lblTitleG {
    margin-bottom: 0px;
    padding: 2px 3px;
    line-height: 1.2;
    /*font-size: 12px;*/    
    /*font-weight: 500;*/
}

.lblTitleV {
    color: #85929E;
    margin-bottom: 0px;
    padding-top: calc(.325rem + 1px);
    padding-bottom: calc(.325rem + 1px);
    padding-left: calc(.175rem + 1px);
    line-height: 1.5;
    font-size: 12px;
}

.lblTitleNP {
    line-height: 1.5;
    font-size: 0.90rem;
    color: #283747;
    font-weight: 500;
}

.lblTitleD {
    font-weight: 500;
    color: #3c4043;
    padding: 0px;
    letter-spacing: .6px;
}

.nobradius {
    border-radius: 0.0rem !important;
}

.btn-xsml {
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 600;
    background-color: #4e656f !important;
    border-color: #4e656f !important;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    /* min-width: 80px; */
    text-align: center;
    white-space: nowrap;
}

.dateRange {
    background-color: #fff;
    width: 200px;
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
}

.txtClass {    
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 5px;
    font-size: 1.025rem !important;
    letter-spacing: 0.8px;
    color: #444;
    background-color: #fff !important;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .1s ease-in-out,box-shadow .2s ease-in-out;
    outline: none;
    line-height: 1.90;
    cursor: text;
}

input[type=text]:focus {
    border: 1px solid #000000;
    background-color: #ffffff;
}

textarea:focus {
    border: 1px solid #000000;
    background-color: #ffffff;
}

.txtClass:hover {
    color: #2C3E50;
    background-color: #fff;
    border: 1px solid #524CDF;
}

.grdData {
    padding: 12px 10px;
    font-size: 1.0rem !important;
    line-height: 1.5;
    /*word-break: break-all;*/
    /*color: #444;*/
    white-space: normal;
    -webkit-text-size-adjust: none;
    font-family: 'Fira Sans', sans-serif;
}

    .grdData:hover {
        background-color: #AED6F1;
    }


    .lblData {
        font-weight: 500;
        padding: 4px;
        font-size: 12px;
        color: #666;
    }

.lblBold {
    font-weight: 600;
    font-size: 16px;
}

.lnkData {
    background-color: #fff;
    font-weight: 500;
    color: #00F;
    padding: 4px;
    font-size: 16px;    
    line-height: 1.1;
}

.headClass {
    padding: 5px 2px;
    font-size: 1.45rem;
    line-height: 1.4;
    font-weight: 500;
    background-color: #fff; /*#F7F7F7*/
    color: #444;
    letter-spacing: 1.0px;
    white-space: nowrap;
    font-family: 'Fira Sans', sans-serif;
}

.headClass1 {
    background-color: transparent;
    padding-left: 4px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}

.subheadClass {
    background-color: #FFF; /*#F7F7F7*/
    padding-left: 4px;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 500;
    color: #444;
    height: 20px;
    font-family: 'Fira Sans', sans-serif;
}

.btn-primary {
    background-color: #154360;
    border-color: #154360;
    color: #FFFFFF;
}

.btnClass {   
    padding: 6px;
    font-weight: 600;
    line-height: 1.32857143;
    text-align: center;
    box-shadow:none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #2896dd;
    border: 1px solid transparent;
    border-color: #2088cb;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.8px;   
    transition: background 0.01s;
}

    .btnClass:hover {
        cursor: pointer;
        background-position: 100% 100%;
        background-color: #2471A3;
    }

.btnPrivate {
    padding: 6px;
    font-weight: 600;
    line-height: 1.32857143;
    text-align: center;
    box-shadow: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #f00;
    border: 1px solid transparent;
    border-color: #2088cb;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.8px;
    transition: background 0.01s;
}

.btnGray {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.32857143;
    text-align: center;
    color: #fff;
    background-color: #666;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 11px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

    .btnGray:hover {
        background-color: #000;
        color: #fff;
    }

.btnCreate {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 12px 5px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #F8F9F9;
    border: 1px solid transparent;
    border-color: #2088cb;
    border-radius: 4px;
    color: #2896dd;
    font-size: 11px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    font-family:'Fira Sans'
}

    .btnCreate:hover {
        background-color: #1F87DC;
        color: #fff;
        border-color: #000;
    }



.btnSmall {
    display: inline-block;
    padding: 1px 3px 1px 3px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;    
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #369BEE;    
    color: #FFFFFF;
    font-size: 12px;
}

    .btnSmall:hover {
        border: 1px solid #369BEE;
        background-color: #1F87DC;
        color: #FFFFFF;
    }

.btnGrd {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #369BEE;
    color: #FFFFFF;
    font-size: 12px;
}

    .btnGrd:hover {
        border: 1px solid #369BEE;
        background-color: #1F87DC;
        color: #FFFFFF;
    }

.btnEnable {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #0bc65a;
    color: #fff;
    font-size: 12px;
    border-color: #ccc;
    width:65px;
}

    .btnEnable:hover {
        background-color: #009000;
        color: #fff;
    }

.btnDisable {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #EE6A6A;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    border-color: #ccc;
    width: 65px;
}

.btnDisbale:hover {
    background-color: #f53434;
    color: #fff;
}

.btnPending {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #FFDE00;
    color: #444;
    font-size: 12px;
    cursor: pointer;
    border-color: #ccc;
    width: 65px;
}

    .btnPending:hover {
        background-color: #FFCC99;
        color: #444;
    }

.btnDeleted {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #FFDE00;
    color: #DE3163;
    font-size: 12px;
    cursor: pointer;
    border-color: #ccc;
    width: 65px;
}

    .btnDeleted:hover {
        background-color: #FFCC99;
        color: #DE3163;
    }

    

.btnOthers {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #2980B9;
    border-color: #154360;
    color: #FFFFFF;
    font-size: 15px;
}

.error {
    color: #e74c3c;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 30px;
}

.success {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 30px;
    color: #4AA02C;
    padding: 4px;
}

.wordbreak {
    word-break: break-all;
    min-width: 120px;
}

.wordbrk200 {
    word-break: break-all;
    min-width: 200px;
}


.wordbreaks {
    word-break: break-word;
    min-width: 50px;
}

.breakword {
    word-break: break-word;
    min-width: 50px;
}
.breakwords {
    word-break: break-word;
    min-width: 120px;
}

.pad0 {
    padding: 0px;
    min-width: 120px;
}




.txtDate {
    width: 160px;
    font-weight: 500;    
    padding: 4px;
    font-size: 0.98rem;
    letter-spacing: 0.5px;
    color: #444;
    background-color: #fff !important;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .1s ease-in-out, box-shadow .2s ease-in-out;
    outline: none;
    line-height: 1.5;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}


/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
    max-width: 80%;
    width: 90%;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }



.content {
    height: 210px;
}

a {
    text-decoration: none;
}


.container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
}

.nav-fostrap {
    display: block;
    margin-bottom: 15px 0;
    /*background: #FFFFFF;
  background-color: #000000;
  background: rgb(2,0,36);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,228,222,1) 0%, rgba(0,212,255,1) 100%);
  background:linear-gradient(90deg,#D4AC0D 46%,#B7950B 85.09%);*/
    background: linear-gradient(90deg,#FFD008 46%,#B7950B 100%);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 3px 3px 0px 0px;
    font-size: 12px;
    cursor: pointer;
    color: #000080;
}

    .nav-fostrap ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        font-size: 12px;
        cursor: pointer;
    }

    .nav-fostrap li {
        list-style-type: none;
        padding:8px 20px;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;        
        color: #ECF0F1;
        font-size: 12px;
        cursor: pointer;
    }

        .nav-fostrap li a {
            padding: 8px 20px;
            color: #00529c;            
            display: inline-block;
            outline: 0;
            line-height: 1.5;
            font-size: 1.2rem;
            cursor: pointer;
            letter-spacing: 0.5px;
            font-weight:400;
        }

            .nav-fostrap li a i {
                color: rgba(255,255,255,0.8);
            }

        .nav-fostrap li.Dashboard a i {
            color: #7E5109 !important;
        }

        .nav-fostrap li.Dashboard.active a i,
        .nav-fostrap li.Dashboard a:hover i {
            color: #F4D03F !important;
        }

        .nav-fostrap li.Offers a i {
            color: #9400D5 !important;
        }

        .nav-fostrap li.Offers.active a i,
        .nav-fostrap li.Offers a:hover i {
            color: #EE82EF !important;
        }

        .nav-fostrap li.Affiliates a i {
            color: #FF00FF !important;
        }

        .nav-fostrap li.Affiliates.active a i,
        .nav-fostrap li.Affiliates a:hover i {
            color: #00FFFF !important;
        }

        .nav-fostrap li.Advertisers a i {
            color: #FF8C00 !important;
        }

        .nav-fostrap li.Advertisers.active a i,
        .nav-fostrap li.Advertisers a:hover i {
            color: #ffba66 !important;
        }

        .nav-fostrap li.Profile a i {
            color: #FF8C00 !important;
        }

        .nav-fostrap li.Profile.active a i,
        .nav-fostrap li.Profile a:hover i {
            color: #ffba66 !important;
        }

        .nav-fostrap li.Logout a i {
            color: #D35400 !important;
        }

        .nav-fostrap li.Logout.active a i,
        .nav-fostrap li.Logout a:hover i {
            color: #ffba66 !important;
        }

        .nav-fostrap li.Reports a i {
            color: #000000 !important;
        }

        .nav-fostrap li.Reports.active a i,
        .nav-fostrap li.Reports a:hover i {
            color: #DFFF00 !important;
        }

        .nav-fostrap li.Tools a i {
            color: #F5660A !important;
        }

        .nav-fostrap li.Tools.active a i,
        .nav-fostrap li.Tools a:hover i {
            color: #F5A30A !important;
        }

        .nav-fostrap li.Settings a i {
            color: #161616 !important;
        }

        .nav-fostrap li.Settings.active a i,
        .nav-fostrap li.Settings a:hover i {
            color: #FFA500 !important;
        }

        .nav-fostrap li span:hover {
            color: #FFFFFF !important;
        }

        .nav-fostrap li:hover ul.dropdown {
            display: block;
        }

        .nav-fostrap li ul.dropdown {
            position: absolute;
            display: none;
            width: 225px;            
            background-color: #000;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            padding-top: 0;
            font-size: 1.2rem;
            z-index: 1000;
        }

            .nav-fostrap li ul.dropdown li {
                display: block;
                list-style-type: none;
                background-color: #2980B9;
                font-size: 1.2rem;
                width: 100%;
            }

                .nav-fostrap li ul.dropdown li a {
                    padding: 8px 20px;
                    color: rgba(255,255,255,0.8);
                    display: inline-block;
                    outline: 0;
                    line-height: 1.5;
                    font-size: 1.2rem;
                    white-space: nowrap;
                    width: 82%;
                }

                .nav-fostrap li ul.dropdown li:hover a {
                    background-color: #2980B9;
                    color: #ff0 !important;
                    display: block;
                }

                .nav-fostrap li ul.dropdown li:last-child a {
                    border-bottom: none;
                }

        .nav-fostrap li:hover a {
            background-color: #2980B9;
            color: #ffffff !important;
            font-size: 1.2rem;
            white-space: nowrap;
            cursor: pointer;
            display: block;
        }

        .nav-fostrap li:hover table {
            background: #2980B9;
            color: #fff !important;
            font-size: 1.2rem;
            white-space: nowrap;
            cursor: pointer;
            display: block;
        }

        .nav-fostrap li:first-child:hover a {
            border-radius: 3px 0 0 3px;
        }

        .nav-fostrap li ul.dropdown li:hover a {
            background: rgba(0,0,0, .1);
            font-size: 1.2rem;
        }

        .nav-fostrap li ul.dropdown li:first-child:hover a {
            border-radius: 0;
        }

        .nav-fostrap li:hover .arrow-down {
            border-top: 5px solid #fff;
        }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 12px;
    right: -5px;
    content: '';
    color: #fff;
}

.title-mobile {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.Initial {
    display: block;
    padding: 4px 25px 4px 25px;
    float: left;
    background: url("../Images/InitialImage.png") no-repeat right top;
    font-weight: 600;
    line-height: 30px;
    color: #5F6A6A;
    cursor:pointer;
    font-size:1.1rem;
    letter-spacing:0.5px;
}

    .Initial:hover {        
        color:#000;
    }

.Clicked {
    float: left;
    display: block;
    background: url("../Images/SelectedButton.png") no-repeat right top;
    padding: 4px 25px 4px 25px;
    font-weight: 600;
    background-color: #fff;
    line-height: 30px;
    color: #0000FF;
    cursor: pointer;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 1200px) {

    .container {
        width: 100%;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#gvDetails {
    margin: 20px auto 0 auto;
}

    #gvDetails > tbody > tr:nth-child(1) {
        background-color: #0f40e0;
    }

    #gvDetails > tbody > tr:not(:nth-child(1)) {
        background-color: #ff6a00;
    }

    #gvDetails > tbody > tr.pagingDiv {
        background-color: #f2f2f2;
    }

        #gvDetails > tbody > tr.pagingDiv table {
            padding-left: 10px;
            width: 35%;
        }

            #gvDetails > tbody > tr.pagingDiv table td {
                display: inline;
            }

.pagingDiv a, .pagingDiv span {
    display: inline-block;
    padding: 6px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

    .pagingDiv a:hover {
        background: #fefefe;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
        background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    }

    .pagingDiv a.active {
        border: none;
        background: #616161;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }

.pagingDiv span {
    color: #f0f0f0;
    background: #616161;
}