﻿:root {
    --ink: #172033;
    --muted: #6b7280;
    --line: #dce3ea;
    --paper: #ffffff;
    --field: #f8fafc;
    --accent: #0f766e;
    --accent-dark: #115e59;
    --warn: #b42318;
    --wash: #edf7f5;
}


html,
body {
    font-family: 'Fira Sans', "Segoe UI", sans-serif;    
    /*background-color: #f4f6f9;*/
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.16), transparent 35%), linear-gradient(315deg, rgba(22, 78, 99, 0.12), transparent 42%), #f5f7fb;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #222;
    letter-spacing: 0.3px;
    -webkit-text-size-adjust: none;
}

.page-container {
    padding: 15px;
}

.body-bg {
    background-color: #E7ECEF !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-head {
    background-color: #0184f2 !important;
    color: #fff !important;
}

.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;
}

.pad0 {
    padding: 0 !important;
    min-width: 120px;
}

.pad5 {
    padding: 5px !important;
}

.pad10 {
    padding: 10px !important;
}

.pad-top5 {
    padding-top: 5px !important;
}

.pad-btm5 {
    padding-bottom: 5px !important;
}

.pad-top10 {
    padding-top: 10px !important;
}

.pad-btm10 {
    padding-bottom: 10px !important;
}

.pad-tb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pad-tb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pad-lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pad-lr5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pad5l {
    padding-left: 5px;
}

.pad3l {
    padding-left: 3px;
}

.pad2l {
    padding-left: 2px;
}

.pad-l15 {
    padding-left: 15px;
}

.pad-r15 {
    padding-right: 15px;
}

.pad-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-b-5,
.padb10 {
    padding-bottom: 20px;
}

.border-ccc {
    border: 1px solid #CCC;
}

.border {
    border: 1px solid #666;
}

.noborder {
    border: 0;
}

.tborder {
    border: 1px solid #E7ECEF;
}

.bBorder {
    border-bottom: 1px solid #E7ECEF;
}

.bottomHead {
    border-bottom: 2px solid #E7ECEF;
}

.b-radius5 {
    border-radius: 5px !important;
}

.b-radius10 {
    border-radius: 10px !important;
}

.nobradius {
    border-radius: 0 !important;
}

.w-200 {
    width: 200px !important;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.minw150 {
    min-width: 150px;
}

.white {
    color: #ffffff !important;
}

.navyblue {
    color: #337ab7 !important;
}

.huge {
    font-size: 1.2rem !important;
}

.big {
    font-size: 0.98rem !important;
}

.bold {
    font-weight: 600 !important;
}

.bld {
    font-weight: 500 !important;
}

.short {
    font-size: 0.98rem !important;
    font-weight: 500 !important;
}

a {
    background-color: transparent;
    text-decoration: none;
}

input,
button,
textarea,
a,
label,
select {
    font-family: inherit;
    font-weight: 400;
}

::placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #888;
    font-size: 0.98rem;
    letter-spacing: 0.8px;
}

:-ms-input-placeholder {
    color: #888;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.8px;
}

::-ms-input-placeholder {
    color: #888;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.8px;
}

textarea,
.txtClass,
.dtLeft,
.dtRight,
.txtDate,
.dateRange {
    box-sizing: border-box;
    background-color: #f8fafc !important;
    outline: none;
    transition: border-color .1s ease-in-out, box-shadow .2s ease-in-out;
    color: #222;
}

textarea {
    padding: 3px 5px;
    font-size: 0.98rem !important;
    letter-spacing: 0.8px;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    line-height: 1.9;
    cursor: text;
}

    textarea:focus {
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
        background-color: #fff;
    }

    .txtClass,
    .dtLeft,
    .dtRight {
        padding: 4px 5px;
        font-size: 1.045rem !important;
        letter-spacing: 0.8px;
        border: 1px solid #aaa;
        box-shadow: inset 0 0 0 transparent;
        line-height: 1.85;
        cursor: text;
    }

.txtClass {
    border-radius: 0.25rem;
    word-break: break-all;
    transition: border-color .2s, box-shadow .2s;
}

.txtClass:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    background-color:#fff!important;
}

.dtLeft {
    border-radius: 0.25rem 0 0 0.25rem !important;
    width: 160px;
    word-break: break-all;
}

.dtRight {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    width: 160px;
    word-break: break-all;
}

.txtDate {
    width: 165px;
    padding: 4px;
    font-size: 0.98rem;
    letter-spacing: 0.5px;
    color: #777;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
    line-height: 1.5;
}

.dateRange {
    background-color: #fff;
    width: 197px;
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
}

.ddlClass {
    width: 200px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 12px;
}

.ddlOthers {
    border-radius: 3px;
    padding: 0;
    width: 200px;
    font-size: 15px;
    line-height: 1.4;
    border: 1px solid #c2c2a3;
}

input[type=text]:focus,
textarea:focus {
    /*border: 1px solid #000000;*/
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    background-color: #fff !important;
}

.checkbox {
    padding: 2px 3px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #3c464f;
    font-family: inherit;
    display: inline-block;
    position: relative;
}

.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;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

.btnClass {
    padding: 6px 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    background-image: none;
    /*background-color: #2563eb;
    border: 1px solid #2088cb;*/
    background-color: #1f5c7a;
    border-color: #154360;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 0.98rem;
    letter-spacing: 0.8px;
    transition: background 0.4s;
}

    .btnClass:hover {
        background-color: #000;
    }

.btn-skip {
    background-color: #FFFFFF;
    color: #1f5c7a;
    border: 1px solid #1f5c7a;
    border-radius: 6px;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 500;
}

    .btn-skip:hover {
        color: #222;
        border: 1px solid #000;
    }

.btn-primary {
    background-color: #154360;
    border-color: #154360;
    color: #FFFFFF;
}

.btnPrivate {
    padding: 6px;
    font-weight: 500;
    line-height: 1.32857143;
    text-align: center;
    background-color: #f00;
    border: 1px solid #2088cb;
    border-radius: 4px;
    color: #fff;
    font-size: 0.98rem;
    letter-spacing: 0.8px;
}

.btnGray {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background-color: #666;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 10px;
    cursor: pointer;
    /*width: 54px;*/
    word-break: keep-all;
}

    .btnGray:hover {
        background-color: #333;
        color: #fff;
    }

.btnBlank {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.32857143;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    width: 112px;
    word-break: keep-all;
}

.btnCreate {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    background-color: #00AA00;
    border: 1px solid #2088cb;
    border-radius: 4px;
    color: #fff;
    font-size: 0.98rem;
    cursor: pointer;
    font-family: inherit;
}

    .btnCreate:hover {
        background-color: green;
        color: #fff;
        border-color: #000;
    }

.btnEdit {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    background-color: #FFF;
    border: 1px solid #2088cb;
    border-radius: 4px;
    color: #FFA500;
    font-size: 0.98rem;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
}

    .btnEdit:hover {
        background-color: #FFA500;
        color: #fff;
        border-color: #ccc;
    }

.btnSmall {
    display: inline-block;
    padding: 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;
    }

.btnOthers {
    display: inline-block;
    padding: 6px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #2980B9;
    border-color: #154360;
    color: #FFFFFF;
    font-size: 15px;
}

.btn-adv {
    color: #5EB96A;
    border: 1px solid #5EB96A !important;
    width: 140px;
    text-align: center;
}

    .btn-adv:hover {
        color: #FFFFFF;
        background-color: #5EB96A;
    }

.btn-aff {
    color: #369BEE;
    border: 1px solid #369BEE !important;
    width: 140px;
    text-align: center;
}

    .btn-aff:hover {
        color: #FFFFFF;
        background-color: #369BEE;
    }

.btn-edit,
.btn-update,
.btn-cancel {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    border: none;
}

.btn-edit {
    background: #007bff;
}

.btn-update {
    background: #28a745;
}

.btn-cancel {
    background: #dc3545;
}

.row-expired {
    background: #F5CBA7 !important;
}

.row-paused {
    background: #FDEBD0 !important;
}

.row-deleted {
    background: #FADBD8 !important;
}

.row-pending {
    background: #FCF3CF !important;
}

.btnStatus,
.btnEnable,
.btnDisable,
.btnPending,
.btnDeleted {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500 !important;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.btnStatus,
.btnEnable,
.btnDisable,
.btnPending {
    padding: 4px 2px;
    width: 54px !important;
    font-size: 10px;
    letter-spacing: 0.8px;
}

.btnDeleted {
    padding: 6px;
    width: 70px;
    font-size: 12px;
}

.btnStatus {
    color: #fff;
}

    .btnStatus.enable,
    .btnEnable {
        background-color: #0bc65a;
        color: #fff;
    }

    .btnStatus.disable,
    .btnDisable {
        background-color: #EE6A6A;
        color: #fff;
    }

    .btnStatus.pending,
    .btnPending {
        background-color: #FFDE00;
        color: #444;
    }

    .btnStatus.deleted {
        background-color: #FF4500;
        color: #fff;
    }

.btnDeleted {
    background-color: #FFDE00;
    color: #DE3163;
}

    .btnStatus:hover,
    .btnEnable:hover,
    .btnDisable:hover,
    .btnPending:hover,
    .btnDeleted:hover {
        opacity: 0.85;
    }

.btnApprove {
    display: inline-block;
    padding: 6px 14px;
    min-width: 80px;
    text-align: center;
    color: #ffffff !important;
    background: linear-gradient(180deg, #22c55e, #16a34a);
    border: 1px solid #15803d;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(21, 128, 61, 0.18);
}

    .btnApprove:hover {
        background: linear-gradient(180deg, #16a34a, #15803d);
        color: #ffffff !important;
    }

.btnReject {
    display: inline-block;
    padding: 6px 14px;
    min-width: 80px;
    text-align: center;
    color: #ffffff !important;
    background: linear-gradient(180deg, #ef4444, #dc2626);
    border: 1px solid #b91c1c;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(185, 28, 28, 0.18);
}

    .btnReject:hover {
        background: linear-gradient(180deg, #dc2626, #b91c1c);
        color: #ffffff !important;
    }

.login-bottom {
    height: 30px;
    line-height: 20px;
    text-align: center;
}

    .login-bottom .txt {
        color: #aaaaaa;
        vertical-align: middle;
    }

    .login-bottom .line {
        display: inline-block;
        width: 500px;
        border-top: 1px solid #eeeeee;
    }

.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;
}

.lblClass {
    padding: 1px;
    font-size: 12px;
    color: #3c4043;
}

.lblClassBold {
    font-weight: 500;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #3c4043;
}

.lblClassRpt {
    font-weight: 600;
    color: #34495E;
    font-size: 1.125rem !important;
    line-height: 1;
}

.lblClassL {
    padding: 2px;
    line-height: 1.8;
    font-size: 16px;
    color: #3c4043;
}

.lblClassD {
    padding: 2px;
    line-height: 2;
    color: Black;
    font-size: 16px;
}

.lblClassDim {
    font-weight: 500;
    padding: 2px;
    color: #666;
}

.lblClassDim1 {
    font-weight: 500;
    padding: 6px 0;
    color: #666;
}

.lblClassHigh {
    font-weight: 500;
    padding: 2px;
    font-size: 14px;
    line-height: 1.25pt;
    color: #4d627b;
}

.lblRpt {
    margin-bottom: 0;
    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;
}

.lblReport {
    line-height: 1;
    font-size: 1.15rem;
    color: #666;
    padding-top: 8px;
}

.lblTitle,
.lblHead {
    line-height: 1.5;
    font-size: 1.045rem;
    color: #222;
    letter-spacing: 0.5px;
}

.lblTitle {
    padding: 2px 3px;
}

.lblHead{
    margin-bottom:4px;
    display:block;
    font-weight:700;
}


.lblTitleS {
    padding: 2px 3px;
    line-height: 1.5;
    font-size: 0.65rem !important;
    color: #3c464f;
    font-weight: 500;
}

.lblTitleG {
    margin-bottom: 0;
    padding: 2px 3px;
    line-height: 1.2;
}

.lblTitleV {
    color: #85929E;
    margin-bottom: 0;
    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: 0;
    letter-spacing: .6px;
}

.lnkClass {
    line-height: 1.2;
    color: #2563eb !important;
    font-size: 1.115rem;
    -webkit-text-size-adjust: none;
    transition: color .3s;
    word-break: break-word;
}

    .lnkClass:hover {
        text-decoration: none;
        /*color: #369BEE;*/
        color:#222;
    }

.lnkGrdClass {
    line-height: 1.2;
    color: #007bff !important;
    font-size: 0.98rem;
    -webkit-text-size-adjust: none;
    transition: color .3s;
    word-break: break-all;
    min-width: 180px;
    max-width: 200px;
}

.lnkClassBig {
    line-height: 1.2;
    color: #007bff;
    word-wrap: break-word;
    font-size: 13px;
}

    .lnkClassBig:hover {
        text-decoration: underline;
        color: rgb(0, 123, 255);
    }

.table {
    width: 100%;
    border: 0;
    background-color: #fff;
    border-collapse: collapse;
}

.table-content {
    padding: 0 5px;
    background-color: #fff;
}

.table-details > table > tbody > tr:nth-child(even),
.oddeven > table > tbody > tr:nth-child(even),
.evenodd > table > tbody > tr:nth-child(odd),
.evenoddul > ul:nth-child(odd),
.oddevenul > ul:nth-child(even) {
    background-color: #f4f4f4;
}

table.tdClass td,
table.formLabel td {
    padding: 2px 3px;
    line-height: 1.5;
    font-size: 0.98rem;
    color: #222;
    letter-spacing: 1px;
}

table.trBorder tr {
    border-bottom: 1px solid #E7ECEF;
}

    table.trBorder tr:last-child {
        border-bottom: none;
    }

table.td tr > td {
    height: 25px;
}

/*.grdheadClass {
    font-weight: 500 !important;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1;
    border-color: #ccc;
    height: 25px;
    letter-spacing: 0.8px;
}*/

    /*.grdheadClass th {
        color: #000 !important;
        line-height: 1;
        font-weight: 700 !important;
        background-color: #e2e3e5;
        background: -moz-linear-gradient(top, #e2e3e5, #F8FAFC);
        background: -webkit-linear-gradient(top, #e2e3e5, #F8FAFC);
        background: -o-linear-gradient(top, #e2e3e5, #F8FAFC);
        letter-spacing: 0.8px;
        font-size: 1rem;
        height: 25px;
    }*/

    /*.grdheadClass th {
        color: #fff !important;
        background: linear-gradient(to bottom, #1e3a5f, #16324f);
        border: 1px solid #28476b;
    }

        .grdheadClass th a {
            color: #333 !important;
            line-height: 1.1;
            letter-spacing: 0.8px;
            font-weight: 500;
        }*/

.grdheadClass {
    font-weight: 600 !important;
    padding-left: 0;
    font-size: 0.98rem;
    line-height: 1.2;
    border-color: #d6dbe1;
    height: 30px;
    letter-spacing: 0.4px;
}

    .grdheadClass th {
        color: #222 !important;
        line-height: 1.2;
        font-weight: 500 !important;
        background-color: #e5e6e7;
        background: linear-gradient(to bottom,#e5e6e7, #a7abae);
        border: 1px solid #d6dbe1;
        letter-spacing: 0.5px;
        font-size: 1.25rem;
        padding: 8px 4px;
        vertical-align: middle;
    }

        .grdheadClass th a {
            color: #334155 !important;
            line-height: 1.2;
            letter-spacing: 0.3px;
            font-weight: 600;
            text-decoration: none;
        }

            .grdheadClass th a:hover {
                color: #1d4ed8 !important;
            }

.grdfootClass {
    background-color: #EEEEEE;
    font-weight: 500 !important;
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 1;
    border-color: #ccc;
    height: 35px;
    letter-spacing: 0.8px;
    color: #222;
}

.grdData {
    padding: 12px 10px;
    font-size: 1.035rem !important;
    line-height: 1.5;
    color: #000;
    white-space: normal;
    -webkit-text-size-adjust: none;
    border-collapse: collapse;
    height:35px;
}

    .grdData:hover {
        background-color: #EAF2FF;
    }

.rowClass {
    font-weight: 400;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.lblData {
    font-weight: 500;
    padding: 4px;
    font-size: 12px;
    color: #666;
}

.lnkData {
    background-color: #fff;
    font-weight: 500;
    color: #00F;
    padding: 4px;
    font-size: 16px;
    line-height: 1.1;
}

/* Base text style */
.headClass,
.subheadClass,
.subheadTitle {
    padding-left: 4px;
    line-height: 1.4;
    font-weight: 500;
    color:#222;
}

/* Head */
.headClass {
    padding: 5px 2px;
    font-size: 1.625rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Subhead */
.subheadClass {
    font-size: 1.325rem;
}

/* Title */
.subheadTitle {
    background-color: #fff;
    font-size: 1rem;
}

/* Secondary head */
.headClass1 {
    padding-left: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #222;
    background-color: transparent;
}

.pager {
    letter-spacing: 10px;
    line-height: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}

#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 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

    .pagingDiv a:hover {
        background: #fefefe;
    }

    .pagingDiv a.active,
    .pagingDiv span {
        color: #f0f0f0;
        background: #616161;
    }

.zoom-container,
#zoom-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

#large-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#custom-target-container {
    position: relative;
    width: 500px;
    height: 300px;
    border: 2px solid #ccc;
}

    #custom-target-container .swal2-container {
        position: absolute !important;
    }

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    opacity: 0.6;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
}

.popup-inner {
    max-width: 80%;
    width: 90%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease 0.25s all;
    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 {
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }

.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: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0 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;
}

.card {
    position: relative;
    display: flex;
    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;
}

.error {
    color: #e74c3c;
    font-weight: 500;
    font-size: 1.3rem;
}

.success {
    font-weight: 500;
    font-size: 1.3rem;
    color: #08A04B;
    padding: 4px;
    background-color: transparent;
}

.active {
    line-height: 1;
    padding: 4px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.26);
    color: #fff;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.wordbreak,
.breakall,
.ofClass,
.ofUrl,
.crClass,
.cidClass,
.pbuClass,
.urlClass,
.adClass,
.ipClass,
.pbClass,
.pcidClass,
.lnkGrdClass {
    word-break: break-all;
}

.wordbreak {
    min-width: 120px;
}

.wordbrk200 {
    word-break: break-all;
    min-width: 200px;
}

.wordbreaks,
.breakword {
    word-break: break-word;
    min-width: 50px;
}

.breakwords {
    word-break: break-word;
    min-width: 120px;
}

.ofClass {
    min-width: 150px;
    max-width: 180px;
    text-overflow: ellipsis;
}

.ofUrl {
    min-width: 170px;
    max-width: 200px;
    padding: 2px;
}

.convClass {
    min-width: 100px;
    max-width: 120px;
}

.revClass {
    min-width: 100px;
    max-width: 120px;
}

.crClass {
    min-width: 60px;
    max-width: 200px;
}

.dtClass {
    min-width: 80px;
    max-width: 85px;
    word-break: break-word;
    line-height: 1.25;
}

.cidClass {
    min-width: 160px;
    max-width: 160px;
}

.pbuClass,
.urlClass {
    min-width: 200px;
    max-width: 250px;
}

.adClass {
    min-width: 110px;
    max-width: 130px;
    padding: 0 2px;
}

.ipClass {
    min-width: 90px;
    max-width: 100px;
}

.pbClass {
    min-width: 60px;
    max-width: 120px;
}

.pcidClass {
    min-width: 120px;
    max-width: 140px;
}

.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,
.payout {
    color: #FF9900;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.profit {
    color: #009933;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
}

.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;
}

.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,
.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;
}

.customer-table tr {
    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: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(0,212,255,1) 35%, rgba(0,212,255,1) 100%);
}

.icon-caret-up {
    color: #ccc;
    cursor: pointer;
    left: -5px;
    position: relative;
    top: -3px;
}

.trReport > td > ul > li {
    line-height: 1;
    font-size: 1.325rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.table-details-border > table > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
}

.shortcut {
    font-size: 11px !important;
    font-weight: 500;
    background-color: #fff;
}

.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;
}

.lblCurrency {
    display: inline-block;
    width: 30px;
    border: 1px solid #aaa;
    border-right: 0;
    line-height: 1.49;
    padding: 0.499rem;
    border-radius: 5px 0 0 5px;
}

.rightColumn {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 70%;
    background: #FEF9E7;
}

.leftColumn {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30%;
    background: #FEF9E7;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.content {
    height: 210px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
}

ul.horizontal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    ul.horizontal-list li {
        margin-right: 3px;
        padding-left: 0;
        vertical-align: middle;
        height: auto;
    }

label.required_field::after,
.required_field_manual::after {
    content: "*" !important;
    font-weight: bold !important;
    font-size: 18px;
    color: red !important;
    margin-left: 3px;
    position: absolute;
}

.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;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

    .slider.round {
        border-radius: 18px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}


.Initial {
    display: block;
    padding: 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;
    height: 33px;
}

    .Initial:hover {
        color: #0096FF;
    }

.Clicked {
    float: left;
    display: block;
    background: url("../Images/SelectedButton.png") no-repeat right top;
    padding: 4px 25px;
    font-weight: 600;
    background-color: #fff;
    line-height: 30px;
    color: #0096FF;
    cursor: pointer;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-thickness: 1.5px;
    transition: 2000ms;
}

.affoffer-alert .alert-info {
    background-color: #e0edfd;
    border-color: #c5d9f3;
    color: #666;
    font-weight: 700;
    min-height: 60px;
    padding: 20px;
    margin-bottom: 15px;
}

.action-wrapper {
    position: relative;
}

.action-btn {
    background: none;
    border: 1px solid #808080;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    border-radius: 5px;
}

    .action-btn:hover {
        background-color: darkgray;
    }

.action-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 120px;
    z-index: 1000;
    text-align: left;
}

.action-item {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

    .action-item:hover {
        background: #f5f5f5;
    }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.tracking {
    background-color: #fff;
}

    .tracking:hover {
        background-color: #000;
        color: #fff;
    }

#dvLoading {
    background: url(loader.gif) no-repeat center center;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.tag-icon {
    display: inline-block;
    position: relative;
    top: -0.1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    border-radius: 4px;
    background-position: center center;
    background-size: 100% 100%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0);
    line-height: 100px;
    vertical-align: middle;
}

.ui-widget-overlay {
    background: url(overlay.png) repeat;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
}

.title-mobile {
    display: none;
}

.circlebtn {
    background: lightblue;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 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;
    padding: 3pt;
    font: normal normal normal 14px/1.5 FontAwesome !important;
    color: #ffffff;
}

.ajax__combobox_itemlist {
    word-spacing: normal;
    white-space: pre-wrap;
    width: 250px;
    position: absolute;
    display: inline-block;
    direction: ltr;
    border-color: #7F9DB9;
    font-size: 13px;
    z-index: 1;
    word-break: break-all;
}

.ajax__combobox_inputcontainer {
    border-spacing: 0;
    top: 0 !important;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 2px 0;
    border: solid 2px #7F9DB9;
    padding: 4px;
    font-size: 13px;
    position: relative;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 1px 4px #ddd;
    width: 250px;
    z-index: 1;
    word-break: break-all;
    top: 0;
    white-space: pre-wrap;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 2px 0;
    padding: 4px;
    background-position: center;
    border: solid 2px #7F9DB9;
    border-radius: 0 4px 4px 0;
    box-shadow: inset 0 1px 4px #ddd;
    font-size: 13px;
    width: 30px !important;
    height: 16px;
    z-index: 1;
    top: 0 !important;
    white-space: pre-wrap;
}

.WindowsStyle .ajax__combobox_itemlist {
    width: 410px !important;
}

h2 {
    color: #666;
}

h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.my-custom-swal-popup {
    font-size: 1.2rem !important;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .pad-l15 {
        padding-left: 5px;
    }

    .pad-r15 {
        padding-right: 5px;
    }

    .pad-lr15 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .width30 {
        width: 2%;
    }

    .width40 {
        width: 96%;
    }
}
