/* KinxPay Merchant 
 ------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: disc;
    display: block;
}

ol {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: decimal-leading-zero;
    display: block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* individual --------------------------------------- */

body {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    /* background: black; */
}

p {
    padding: -30px;
    font-size: 12px;
}

h2 {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

hr {
    padding: 0px;
}

div#bg {
    width: 100%;
}

div.clear {
    clear: both;
}

div.rel {
    position: relative;
}

.wrap {
    margin: 0px auto;
    height: auto;
    position: relative;
    padding: 0px !important;
    text-align: center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #4e15b3;
    padding: 10px 10px 10px 10px;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5;
    }

        .site-footer hr.small {
            margin: 20px 0;
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px;
    }

    .site-footer a {
        color: white;
        padding-bottom: 10px;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .footer-links li {
        display: block;
    }

    .footer-links a {
        color: white;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block;
    }

.site-footer .social-icons {
    text-align: right;
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d;
    }

.copyright-text {
    margin: 0;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px;
        }

    .social-icons a {
        background-color: #eceeef;
        color: #ffffff;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe;
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px;
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998;
    }

    .social-icons a.twitter:hover {
        background-color: #00aced;
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6;
    }

    .social-icons a.discord:hover {
        background-color: #ea4c89;
    }


#footer {
    background: #01321B;
    padding: 0 0 10px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: black;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                color: #fff;
                font-weight: 400;
                letter-spacing: 3px;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                color: #ecf5ff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #007bff;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #0067d5;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 8px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #ecf5ff;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #74b5fc;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: black;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: black;
                }

    #footer .copyright {
        text-align: center;
    }

        #footer .copyright a {
            text-align: center;
            color: white;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #f1f7ff;
    }

        #footer .credits a {
            color: #bfddfe;
        }

            #footer .credits a:hover {
                color: #f1f7ff;
            }

/* upper navigation */
div#nav1 {
    padding: 10px 20px;
    background: #fff;
    font-size: 11px;
    border-bottom: 5px solid green;
}

/* main navigation */
div#nav2 {
    padding: 20px;
    margin: 0 0 0px 0;
    background: #01321B;
    color: #fff;
}

    div#nav2 a {
        color: #fff;
        text-decoration: none;
    }

    div#nav2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 30px;
    }

        div#nav2 ul li {
            float: left;
            font-size: 16px;
            line-height: 22px;
            margin: 0 20px 0 0;
        }

/* sub navigation */
div#nav3 {
    position: relative;
    float: left;
    width: 170px;
    border-right: 1px solid #ccc;
}

    div#nav3 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div#nav3 ul li {
            padding: 2px 0px;
            font-weight: bold;
            border-bottom: 1px solid #ccc;
        }

            div#nav3 ul li a {
                display: block;
                padding: 11px 0 4px 0px;
                background-repeat: no-repeat;
                text-decoration: none;
                font-size: 14px;
                color: #01321B;
            }

                div#nav3 ul li a:hover {
                    color: #1c0a9b;
                }

/* sub navigation */
div#nav4 {
    position: relative;
    float: left;
}

    div#nav4 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div#nav4 ul li {
            padding: 2px 0px;
            border-bottom: 1px solid #ccc;
        }

div.nav5 {
    position: relative;
    text-align: left;
}

    div.nav5 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div.nav5 ul li {
            padding: 2px 0px;
        }

    div.nav5 span {
        font-weight: bold;
    }

/* content col with navi */
div#cnt {
    /* border-left: 1px solid #ccc; */
    margin: 0 0 0 185px;
    min-height: 450px;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div#cnt_wide {
    border-left: 1px solid #ccc;
    margin: 0 0 0 190px;
    width: 900px;
}

/* content */
div.cnt {
    /* border-left: 1px solid #ccc; */
    padding: 11px;
    text-align: center;
}

div#bottom {
    clear: both;
    font-size: 11px;
    color: #666;
    border-top: 1px solid #ccc;
}

    div#bottom div.pad {
        padding: 20px;
    }

div.box {
    background: #f3f3f3 url(box/big/m.gif) repeat-y scroll 0 100%;
    margin: 0 0 20px 0;
}

div.box2 {
    background: transparent url(box/big/o.gif) repeat-x scroll 0 0;
}

div.box3 {
    background: transparent url(box/big/u.gif) repeat-x scroll 0% 100%;
    padding: 0 1px 2px 1px;
}

div.box_small {
    background: #f3f3f3 url(box/small/m.gif) repeat-y scroll 0 100%;
    width: 240px;
    margin: 0 0 20px 0;
}

    div.box_small div.box2 {
        background: transparent url(box/small/o.gif) repeat-x scroll 0 0;
    }

    div.box_small div.box3 {
        background: transparent url(box/small/u.gif) repeat-x scroll 0% 100%;
        padding: 0 1px 2px 1px;
    }

div.options_marked div.box3 {
    padding: 10px;
}

div.options_page {
    position: absolute;
    right: 0;
    top: 0;
    width: 176px;
}

    div.options_page ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

        div.options_page ul li.previous {
            position: absolute;
            left: 0;
            top: 0;
        }

            div.options_page ul li.previous a {
                display: block;
                width: 29px;
                height: 29px;
                text-indent: -900em;
                background: #c00 url(page_options/previous.gif) no-repeat scroll 0 0;
            }

                div.options_page ul li.previous a:hover {
                    background-position: 0 -29px;
                }

        div.options_page ul li.current {
            text-align: center;
            text-transform: uppercase;
            height: 30px;
            margin: 0 auto;
            width: 114px;
            background: transparent url(page_options/current.gif) no-repeat;
        }

            div.options_page ul li.current label {
                margin: 0 auto;
                display: block;
                padding: 7px 0;
                font-size: 11px;
                font-weight: normal;
                line-height: 14px;
            }

            div.options_page ul li.current input {
                width: 30px;
                text-align: center;
                padding: 0;
                border: 0;
                background: none;
                font-size: 11px;
                font-weight: bold;
                line-height: 14px;
            }

        div.options_page ul li.next {
            position: absolute;
            right: 0;
            top: 0;
        }

            div.options_page ul li.next a {
                display: block;
                width: 29px;
                height: 29px;
                text-indent: -900em;
                background: #c00 url(page_options/next.gif) no-repeat scroll 0 0;
            }

                div.options_page ul li.next a:hover {
                    background-position: 0 -29px;
                }

#divClock {
    Color: black;
    float: right;
    display: block;
    font-size: 14px;
    margin-right: 10px;
}

#divBalance {
    display: inline-block;
}

.langsel {
    padding: 5px;
    margin-top: 8px;
    margin-right: 20px;
}

    .langsel:hover {
        background-color: lightgray;
    }

/* inputs */
input.normal {
    width: 150px;
}

input.clearform {
    color: #aaa;
}

input.button {
    border: 0;
    background: #d01818;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    line-height: 12px;
}

div.admin_post_title {
    margin: 0px 0 0 0;
    padding: 0px 7px;
    border: 1px solid #aaa;
    background: #fff;
}

input.post_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 100%;
    padding: 5px 0px;
    border: 0;
    background: none;
}

select {
    padding: 3px;
}

select, option {
    font-size: 11px;
    line-height: 14px;
    color: #555;
}

label {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #444;
}


/* tables ------------------------------------------------- */
.table_cell {
    text-align: center;
}

.tabletop {
    border: 1px;
    border-bottom: 1px solid #ccc;
}

table.table1 col.col_sel {
    width: 25px;
}

table.table1 col.col_sort {
    width: 37px;
}

table.table1 col.col_cmt {
    width: 50px;
}

table.table1 col.col_date {
    width: 70px;
}

table.table1 col.col_icon {
    width: 100px;
}

.table1 {
    padding: 0;
    border: 10px;
    margin: 0;
    color: #333;
}

table.table1 th {
    background: #312f56;
    padding: 10px 3px;
    color: #f5f5f5;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

    table.table1 th span {
    }

        table.table1 th span.cmt {
            text-indent: -900em;
            display: block;
            width: 13px;
            height: 13px;
        }

table.table1 td {
    /* background: #f3f3f3; */
    /* border-bottom: 1px solid #5922df; */
    /* border-left: 1px solid #5922df; */
    /* border-right: 1px solid #5922df; */
    /* border-top: 1px solid #5922df; */
    padding: 9px 42px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: middle;
    background-color: white;
    color: black;
}

table.table1 tr.self td {
    background: #fff;
    color: #b42a2a;
}

table.table1 a.cmt {
    display: block;
    padding-left: 18px;
}

input.sel {
    padding: 0;
    margin: 0px 0 0 5px;
    width: 14px;
    height: 14px;
}

td input.sel {
    margin: 0px 0 -2px 5px;
}

table.table1 th.sel, table.table1 td.sel {
    padding: 0px 0 0 0px;
    vertical-align: middle;
}

table.table1 td.sort {
    padding: 0px 3px;
}

table.table1 td.icon {
    padding: 0px 3px;
    vertical-align: middle;
}

.tabletop {
    font-size: 14px;
    min-width: 500px;
}

    .tabletop td {
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

.tableGrid {
    font-size: 14px;
    min-width: 500px;
}

    .tableGrid td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

table.tableData {
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to right, #523694, #312f56);
    width: 100%;
    background: white;
}

    table.tableData th {
        background-image: linear-gradient(to right, #523694, #312f56);
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
        text-align: center;
    }

        table.tableData th span {
        }

    table.tableData td {
        border-bottom: 1px solid #5e4ebc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
    }


    table.tableData tr:nth-child(even) {
        background: #f9f7f7
    }

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    width: 47%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-full {
    width: 60%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-single {
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.container {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* width: 100%; */
    /* background-color: black; */
}

a.sort_asc {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: transparent url(images/asc.gif) no-repeat scroll 100% 3px;
    text-indent: -900em;
}

    a.sort_asc:hover {
        background: transparent url(images/asc.gif) no-repeat scroll 100% -15px;
    }

a.sort_desc {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: transparent url(images/desc.gif) no-repeat scroll 0% 3px;
    text-indent: -900em;
}

    a.sort_desc:hover {
        background: transparent url(images/desc.gif) no-repeat scroll 0% -15px;
    }

a.sort_up {
    display: block;
    float: left;
    width: 15px;
    height: 14px;
    background: transparent url(images/sort_up.gif) no-repeat scroll 50% 0px;
    text-indent: -900em;
    overflow: hidden;
}

    a.sort_up:hover {
        background: transparent url(images/sort_up.gif) no-repeat scroll 50% -14px;
    }

a.sort_down {
    display: block;
    float: left;
    width: 13px;
    height: 14px;
    background: transparent url(images/sort_down.gif) no-repeat scroll 50% 0px;
    text-indent: -900em;
    overflow: hidden;
}

    a.sort_down:hover {
        background: transparent url(images/sort_down.gif) no-repeat scroll 50% -14px;
    }

table.pop-up {
    display: none;
    position: absolute;
    padding: 5px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

#TabContainer1_header {
    height: 23px;
}


element.style {
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}

div.infolist {
    text-align: left;
}

.div-holding {
    vertical-align: middle;
    text-align: center;
    padding-left: 25px;
}

.div-holding-inner {
    float: none;
    padding: 0px 10px 0px 10px;
}

.baseinfo {
    float: left;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.icon-info {
    background-image: url(../../images/info.png);
}

.base-icon {
    float: left;
    width: 29px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    /* padding-right: 28px; */
}

.icon-btc {
    background-image: url(../../images/Icons/btc.png);
}

.icon-eur {
    background-image: url(../../images/Icons/eur.png);
}

.icon-usd {
    background-image: url(../../images/Icons/usd.png);
}

.icon-ghs {
    background-image: url(../../images/Icons/ghs.png);
}

.icon-cad {
    background-image: url(../../images/Icons/cad.png);
}

.center {
    text-align: center;
    display: none;
}

.notes_width {
    max-width: 500px;
}

.slicknav_menu {
    display: none;
}

.disclaimer {
    padding-left: 50px;
    padding-top: 75px;
    text-align: left;
    height: 1px;
    width: 100%;
}

@media screen and (max-width: 40em) {
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        margin: 0;
        padding: 0;
    }

    #nav3 {
        display: none;
    }

    div#cnt {
        margin: 0;
    }

    #divClock {
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    .tableGrid {
        font-size: 12px;
        min-width: 150px;
    }
}

.atestiframelink {
    font-size: 26px;
    color: rebeccapurple;
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 1000px;
}

table.tableData td.cellleft b, strong {
    font-weight: 700;
    Color: black;
}

td.cellleft {
    text-align: left;
}

    table.tableData td.cellleft span {
        margin: 5px;
        display: inline-block;
    }

td.cellright {
    text-align: right;
}
    table.tableData td.cellright span {
        margin: 5px;
        display: inline-block;
    }

td.cellmiddle {
    text-align: center;
}

    table.tableData td.cellmiddle span {
        margin: 5px;
        display: inline-block;
    }


button, html input[type=button], input[type=reset], input[type=submit], #hlTransactionSearch {
    color: white;
    background-color: #87CB28;
    border-radius: 5px;  
    margin-top: 20px;
}

#Label1 {
    color: black;
    display: none;
}

#Label4 {
    color: #1f2044;
    padding: 10px
}

#Label5 {
    color: #1f2044;
    padding: 20px
}

#lblWelcomeMessage {
    color: black;
}

.invoice-box {
    max-width: 800px;
    margin: auto;
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #1f2044;
    /* background: #1f204429; */
}

    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
        border-collapse: collapse;
        color: red;
    }

        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
            color: #1f2044;
        }

        .invoice-box table tr td:nth-child(2) {
            text-align: right;
        }

        .invoice-box table tr.top table td {
            padding-bottom: 20px;
        }

            .invoice-box table tr.top table td.title {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        .invoice-box table tr.information table td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.heading td {
            /* background: #eee; */
            border-bottom: 6px solid black;
            font-weight: bold;
            color: black;
        }

        .invoice-box table tr.details td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2) {
            border-top: 2px solid #eee;
            font-weight: bold;
        }

.overlay {
    display: none;    
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/Updater.gif") center no-repeat;
}

.invoice-box.loading {
    overflow: hidden;
}
    .invoice-box.loading .overlay {
        display: block;
    }

.nolist {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

#divSuccess {
    Color: black;
    border-style: solid;
    font-size: 15px;
}

#spanReceivedAmount {
    color: green;
}

#spanExpectedAmount {
    color: red;
}

#uploadDocs #upload-docs-form {
    margin: 20px 0 0;
}

#divAmountText {
    color: black;
}

.divHelp {
    margin: 0 10px 0 10px;
}

    .divHelp p {
        margin: 5px 14px 21px 29px;
        font-size: 18px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        line-height: 1.42857143;
        color: #333;
        width: 80%;
    }

    .divHelp h1 {
        margin: 20px 8px 10px 15px;
        color: black;
    }

    .divHelp h2 {
        margin: 20px 8px 10px 15px;
        Font-size: 16PX;
        color: black;
    }

    .divHelp h3 {
        margin: 20px 8px 10px 15px;
        color: black;
    }

    .divHelp h4 {
        margin: 20px 8px 10px 15px;
    }

    .divHelp h6 {
        margin: 20px 8px 10px 15px;
        font-size: 45px;
        color: black;
    }

    .divHelp ol {
        margin: 10px 8px 10px 30px;
        list-style-type: decimal;
    }

    .divHelp img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.helpImages {
    width: 80%;
}

#btnGoTransactions {
    margin: 0;
}

#hlTransactionSearch {
    margin: 0px;
    padding: 7px;
}

#btnGoInvoices {
    margin-left: 15px;
}

.navbar-default {
    height: 86px;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        color: #1c0a9b;
    }

#hlCustomerDetails {
    color: red;
}

.divAddressBox {
    max-width: 95%;
}

#lblUpdateInvoiceResults {
    margin-left: 26px;
}

#lblInvoiceStatus {
    font-weight: bold;
    color: green;
}

.divterms {
    margin: 0 10px 0 10px;
}

    .divterms p {
        margin: 5px 14px 21px 29px;
        font-size: 18px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        line-height: 1.42857143;
        color: #333;
        width: 80%;
    }

    .divterms h1 {
        margin: 20px 8px 10px 15px;
        color: black;
    }

    .divterms h3 {
        margin: 20px 8px 10px 15px;
        color: black;
    }

    .divterms h4 {
        margin: 20px 8px 10px 15px;
    }

    .divterms h6 {
        margin: 20px 8px 10px 15px;
        font-size: 45px;
        color: black;
    }

.divHelp ol {
    margin: 10px 8px 10px 30px;
    list-style-type: decimal;
}

.divHelp img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.infolist p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #333;
}

div.infolist h1 {
    margin: 20px 8px 10px 15px;
    color: black;
}

div.infolist h2 {
    color: black;
}

div.infolist h3 {
    margin: 20px 8px 10px 15px;
    color: black;
}

div.infolist h4 {
    margin: 20px 8px 10px 15px;
}

div.infolist h6 {
    margin: 20px 8px 10px 15px;
    font-size: 45px;
    color: black;
}

div.infolist ul {
    margin: 0px 0px 0px 49px;
    Font-size: 16px;
    color: black;
}

div.infolist ol {
    margin: 10px 8px 10px 30px;
    list-style-type: decimal;
    color: black;
    font-size: 15px;
}

div.infolist img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#txtbxAddress {
    width: 350px;
    font-size: 12px;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 5px 0;
    background: #fff;
}

    #header.header-scrolled,
    #header.header-pages {
        height: 80px;
        padding: 0;
    }

    #header .logo h1 {
        font-size: 36px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #00366f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 7px 0;
        max-height: 56px;
    }

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    background: url("../images/Landing.png") center bottom no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 100px 0;
    height: 555px;
    /* background-color: #dee2e6; */
}

    #intro .intro-img {
        width: 20%;
        float: right;
    }

    #intro .intro-info {
        width: 78%;
        /* float: left; */
        z-index: 1;
        margin-left: 606px;
    }

        #intro .intro-info h2 {
            color: #fff;
            /* margin-bottom: 40px; */
            font-size: 48px;
            font-weight: 700;
            z-index: 1;
        }

            #intro .intro-info h2 span {
                color: #74b5fc;
                text-decoration: underline;
            }

        #intro .intro-info .btn-get-started,
        #intro .intro-info .btn-services {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 0 20px 20px 0;
            color: black;
        }

        #intro .intro-info .btn-get-started {
            background: #007bff;
            border: 2px solid #007bff;
            color: #fff;
        }

            #intro .intro-info .btn-get-started:hover {
                background: none;
                border-color: #fff;
                color: #fff;
            }

        #intro .intro-info .btn-services {
            border: 2px solid #fff;
        }

            #intro .intro-info .btn-services:hover {
                background: white;
                color: #fff;
            }


        #intro .intro-info p {
            color: white;
            font-size: 22px;
            width: 379px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .main-nav a {
            display: inline-block;
            position: relative;
            color: #5e2bb8;
            padding: 25px 15px;
            transition: 0.3s;
            font-size: 16px;
            font-weight: 500;
        }

            .main-nav a:hover,
            .main-nav .active > a,
            .main-nav li:hover > a {
                color: #74b5fc;
                text-decoration: none;
                transform: scale(1.05);
            }

        .main-nav .drop-down ul {
            display: block;
            position: absolute;
            left: 0;
            top: calc(100% + 30px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 0.3s;
        }

        .main-nav .drop-down:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .main-nav .drop-down li {
            min-width: 180px;
            position: relative;
        }

        .main-nav .drop-down ul a {
            padding: 10px 20px;
            font-size: 13px;
            color: #004289;
        }

            .main-nav .drop-down ul a:hover,
            .main-nav .drop-down ul .active > a,
            .main-nav .drop-down ul li:hover > a {
                color: #007bff;
            }

        .main-nav .drop-down > a:after {
            content: "\f107";
            font-family: FontAwesome;
            padding-left: 10px;
        }

        .main-nav .drop-down .drop-down ul {
            top: 0;
            left: calc(100% - 30px);
        }

        .main-nav .drop-down .drop-down:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
        }

        .main-nav .drop-down .drop-down > a {
            padding-right: 35px;
        }

            .main-nav .drop-down .drop-down > a:after {
                content: "\f105";
                position: absolute;
                right: 15px;
            }

.introvideo-container {
    width: 100%;
    padding-top: 4%;
    height: 0px;
}

.introvideo {
    width: 50%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
    padding: 78px 17px 0px 10px;
}

.container .intro-info {
    z-index: 1;
    position: relative;
}

.withVideo h2, .withVideo p {
    /* text-shadow: 2px 2px 0px black; */
    color: black !important;
    z-index: 99;
}

.withVideo h3, .withVideo p {
    text-shadow: 2px 9px 8px #f8f9fa;
    color: black;
    z-index: 99;
    font-size: 55px;
}


.withVideo a {
    color: white !important;
    background-color: black;
    cursor: hand;
    border-radius: 8px;
    width: 236px;
    border-color: black;
}

.divcustommessages {
    float: none;
    padding-bottom: 40px;
}


#txtbxCustomerEmail, #txtbxInvoiceID, #txtbxAmountFIAT {
    color: red;
}

#txtbxAmount, #txtbxCustomerEmail, #txtbxReceiverNote {
    margin-top: 3px;
}

#txtbxReceiverNote {
    width: 357px
}

#txtbxAddress {
    width: 240px;
}

.btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 1px 36px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: black;
    border: 2px solid black;
    background-color: #99ffcc;
}

    .btn-services:hover {
        background-color: black;
        color: white;
    }

.AccountActive {
    color: green;
}

.AccountNotActive {
    color: red;
    font-weight: bold;
}

.expectedamount {
    width: 90px;
}

#btnCopyAmount, #btnCopy {
    color: black;
    font-size: 10px;
    width: 80px;
    padding: 1px;
}

#divCurrencyText {
    margin-top: 30px;
}


@media (max-width: 574px) {
    .chart-container {
        width: 98%;
        margin-left: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
    }

    .invoice-box {
        font-size: 12px;
        padding: 7px;
        margin: 10px;
    }

    #txtbxAmount, #txtbxCustomerEmail, #txtbxReceiverNote {
        margin-top: 3px;
    }

    #txtbxReceiverNote {
        width: 300px
    }

    #txtbxAddress {
        width: 240px;
    }

    #tblPayNow {
        display: block;
    }

        #tblPayNow td {
            display: inline-block;
        }

    canvas {
        min-height: 200px;
    }

    .invoice-box table tr td:nth-child(2) {
        text-align: left;
    }

    .invoice-box table td {
        padding: 1px;
    }

    .introvideo {
        /* height: 33%; */
        width: 574px;
    }

    .introvideo-container {
        padding-top: 0;
    }

    #statistics {
        border-radius: 20px;
        margin: 5px;
    }

    .input-group-text {
        display: flex;
        align-items: center;
        padding: $input-group-addon-padding-y $input-group-addon-padding-x;
        @include font-size($input-font-size);
        line-height: $input-line-height;
        color: $input-group-addon-color;
        text-align: center;
        white-space: nowrap;
        background-color: $input-group-addon-bg;
        border: $input-border-width solid $input-group-addon-border-color;
        @include border-radius($input-border-radius);
    }

    .table1 {
        width: 100%;
    }

    td {
        display: block;
        width: 100%;
    }

    tr {
        display: block;
        margin-bottom: 30px;
    }

    div#bg {
        width: 95%;
        margin-left: 5px;
    }
}

#form2 {
    font-family: 'Montserrat';
    color: #0f0927;
    font-size: 20px;
    width: 100%;
    position: relative;    
    padding: 0px 0px 97px 0px;
    height: 563px;    
}

#dgCurrencies_lbUpdateCurrency_0 {
    color: purple;
}

#lnkbtnForgotPassword {
    color: #1F2044;
}

#hlInvoiceIdentifier, #lnkbtnPickDueDateInvoice, #lnkbtnPickDateStartInvoices, #lnkbtnPickDateStopInvoices {
    color: #1F2044;
}

#btnGo, #btnCancel {
    
}

    #btnGo, #btnCancel :hover {
        
    }

.card-form-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.card-wrapper {
    width: 100%;
    display: flex;
}

.cardtext {
    display: block;
    width: 95%;   
    margin-top: 10px;
    font-size: 14px;
}

.cardsubmit {
    display: block;
    height: 60px;
    width: 100%;
    border: none;
    background-color: #3C8DC5;
    color: #fff;
    margin-top: 2px;
    cursor: pointer;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

    .cardsubmit:hover {
        background-color: #6FB7E9;
        transition: 0.3s ease;
    }

.card-column-left {
    width: 45%;
    float: left;
}

.card-column-right {
    width: 45%;
    float: right;
}

#divPurchasePanelPayment {
    margin-top: 20px;
    margin-bottom: 50px;
}

#imgCompanyLogo {
    max-width: 150px;
}

@media screen and (max-width: 772px) {
    .card-form-container {
        width: 325px;
    }

    .card-wrapper {
        width: 90%;
    }

    .purchase_panel {
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media (max-width: 574px) {

    div.cnt {
        padding: 1px;
    }

    .card-form-container {
        width: 325px;
    }

    .card-wrapper {
        width: 90%;
    }

    .purchase_panel {
        padding: 0px 5px;
    }

    .invoice-box {
        font-size: 12px;
        padding: 7px;
        margin: 10px;
    }

    #txtbxAmount, #txtbxCustomerEmail, #txtbxReceiverNote {
        margin-top: 3px;
    }
}
