#mainContent {
    width: 80%;
    max-width: 980px;
    margin: 0 auto;
}

#myModal {
    width: 80% !important;
    margin-left: 100px !important;
    left: 0px !important;
}

.qtip-font-size {
    font-size: 18px !important;
    line-height: 1em !important;
    text-align: justify !important; /*  default: left  */
    word-wrap: break-word;
}

.ui-tooltip, .qtip {
    max-width: 49% !important;
    font-size: 18px !important;
}

.qtooltip {
    font-size: 24px !important;
}

.ui-tooltip-content {
    text-align: justify !important;
}

.text-control {
    float: right;
}

.control-group {
    /*padding-bottom: 10px;
    width: 500px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    padding: 2rem 2rem;
*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-label {
}

.ui-tooltip-content-red {
    text-align: justify !important;
    background-color: #dc5757 !important;
    border-color: #dc5757 !important;
}

.modal.fade.in {
    top: 5%;
}

#customerActions a {
    width: 25%;
    float: left;
    display: block;
}

.jstree ul, .jstree li {
    position: unset;
    background: transparent;
}

.child_tbl tr td {
    border: none !important;
}

.child_tbl tr:hover {
    background-color: #eae7e7;
}

.expand-childs {
    cursor: pointer;
    font-weight: bold;
}

.je_container button {
    color: #fff;
    text-decoration: none;
    background-color: #56a1d5;
    font-size: 17px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    border: none;
    padding: 20px;
    /*width: 195px;
        background: #c53417;
        color: #fff;
        font-size: 20px;
        float: right;
        border-radius: 2px;*/
}

    .je_container button:hover {
        background-color: #00467f;
        color: #fff;
        transition: 1s all;
    }


/*SKM New Home page design*/
@import url("https://fonts.googleapis.com/css?family=Karla:300,400,700,900");

:root {
    /* HSV equivalents for the color palette */
    --color-primary: hsl(203, 60%, 58%);
    --color-secondary: hsl(208, 94%, 25%);
    --color-accent: hsl(36, 91%, 54%);
    --color-text: hsl(0, 0%, 20%);
    --color-bg-light: hsl(0, 0%, 98%);
    --color-bg-light-trans: hsla(0, 0%, 98%, 0.75);
    --color-bg-dark: hsl(0, 0%, 100%);
    --color-bg-dark-trans: hsla(0, 0%, 100%, 0.75);
    --font-base: 'Karla', Arial, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
}

body {
    background: var(--color-bg-dark)
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-base);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text);
    background: var(--color-bg-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    transition: opacity 0.2s ease;
    color: var(--color-primary);
}

    a:hover {
        opacity: 0.8;
    }

#header_content {
    display: none;
}

#intro {
    max-height: 200vh;
    position: relative;
}

    #intro .flexy {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 80%;
        margin: 0 10%;
    }

        #intro .flexy img, #intro .flexy .svg {
            width: 100%;
            max-width: 30vw;
        }

    #intro #logo {
        max-width: 300px;
    }

    #intro .svg {
        max-width: 400px !important;
    }

    #intro #cpaStamp {
        max-width: 200px;
    }

    #intro .style2 {
        float: right;
        border-radius: 2px !important;
        background: #424a56 none repeat scroll 0% 0%;
        color: #FFF;
        font-size: 17.305px;
        font-weight: bold;
        padding: 20px;
        max-width: 280px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
        display: block;
        transition: all 0.3s ease-in-out 0s;
        text-shadow: none;
        text-align: center;
        margin-right: 35.597px;
    }

        #intro .style2:hover {
            background: #DB3A1A;
            text-decoration: none;
            color: var(--color-text) !important
        }

    #intro .btn-primary + div {
        opacity: 0;
        transition: all 1s;
        position: fixed;
        /*    top: 2rem;*/
        bottom: 50%;
        right: 50%;
        max-width: 100vw;
        transform: translate(50%, 50%);
        background: var(--color-bg-dark-trans);
        padding: 2ch;
        border-radius: 2em;
        pointer-events: none;
    }

        #intro .btn-primary:hover + div, #intro .btn-primary + div:hover, #intro .btn-primary + div.in {
            opacity: 1;
            pointer-events: all;
        }

        #intro .btn-primary + div ul {
            list-style-type: disc;
            padding-left: 2ch
        }

#itseasy, #information, #joinlink {
    /*background: var(--color-bg-light);*/
}

#itseasy {
    text-align: center;
}

#information {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4rem;
    padding: 2rem 2rem;
}

    #information p {
        font-weight: bold
    }

#joinlink {
    text-align: center;
}

    #joinlink a {
        margin: 1em auto;
        display: inline-block
    }

.pull-right {
    float: right;
}

#demoModal .modal-header {
    padding: 15px;
    border-bottom: none;
    /* min-height: 16.42857143px; */
}

.pricing-box .featcontent .feat-list li {
    font-size: 18px !important;
    font-style: normal !important;
}

.pricing-box .price .duration {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-box .featcontent .feat-list li {
    padding: 10px;
}

.get-started:hover {
    text-decoration: none;
    color: #fff;
    background: #DB3A1A;
}

.get-started:hover, .get-started:active, .get-started:visited {
    text-decoration: none;
    color: #fff;
}

.hidden {
    display: none;
}

#logo {
    width: 30%;
}

#form #profit_content input {
    font-size: 2rem;
}

#form #profit_content input, #form #profit_content label {
    height: 3rem !important;
    width: calc(50vw - 1.75rem);
    margin: 0.5rem;
}

#profit_content label, #divtxtPassword {
    cursor: auto;
    user-select: none;
    min-width: 46%;
}

#divtxtPassword {
    color: var(--color-text);
}

a[data-target=".tnc.modal"] {
    cursor: pointer;
}

#TNCButton {
    font-size: 2em;
    margin-top: 2rem;
    display: inline-block;
}

.fade {
    pointer-events: none;
    opacity: 0;
    transition: all 1s;
}

    .fade.in {
        pointer-events: all;
        display: block;
        opacity: 1;
    }

#instructions {
    padding-left: 1rem;
    padding-top: 3rem;
    font-size: 1.5rem
}

.xdivider {
    margin: 40px 0px;
}

#footer {
    text-align: center;
}

.footer {
    padding: 30px 0;
    background: var(--color-bg-light);
}

.footer-nav {
    font-size: 16px;
    color: #000;
}

    .footer-nav ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .footer-nav li {
        display: inline-block;
        text-align: right;
        padding: 0;
    }

        .footer-nav li:after {
            content: '|';
            margin: 0 10px;
            color: var(--color-text)
        }



        .footer-nav li:last-child:after {
            content: '';
            margin: 0px 0px;
        }

    .footer-nav a {
        color: var(--color-text);
        text-decoration: none;
    }

        .footer-nav a:hover {
            color: #f87c45;
        }


.social-icons {
    font-size: 20px;
    padding: 15px 0;
}

    .social-icons ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .social-icons li {
        display: inline-block;
        margin: 0 10px;
    }



        .social-icons li:last-child {
            margin: 0px 0px;
        }

    .social-icons a {
        color: #b2b2b3;
        text-decoration: none;
    }

        .social-icons a:hover {
            color: #f87c45;
        }

.copyright {
    font-size: 16px;
    color: #777;
    text-align: center;
}

#txtFaxDiv {
    position: absolute;
    left: -9999px;
}

/* Responsive Adjustments */
@media screen and (max-width: 800px) {
    .rememberBox {
        margin: 0 10%;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #form #profit_content .control-group > input, #form #profit_content .control-group > div.control-group > label {
        width: calc(100vw - 1rem);
    }

    .control-group > div {
        width: calc(100vw - 3rem);
        margin: .5rem;
    }

    #form #profit_content .control-group > div :is(input, label) {
        width: 100%;
        margin: 0;
    }

    #mytopmenu {
        display: inherit !important;
        position: absolute;
        right: 1em;
        top: 9px;
        line-height: 1;
        letter-spacing: -1px;
        padding: 0;
        margin: 0;
        z-index: 9999;
    }

    .topMenuOpen {
        display: block !important;
    }

    #nav {
        /*opacity: 0;*/
        z-index: 1;
        right: 0;
    }

        /*#nav:after {
        content: " ";
        padding: 2rem;
        display:table-cell;
        clear: both;
    }*/

        #nav ul {
            margin-top: 0;
            /*background: var(--color-bg-light);*/
            padding-left: 7px;
        }

            #nav ul li, header:hover nav {
                opacity: 1;
            }


            #nav ul #home, #intro .content :is(a,.intro2) {
                /*display: none;*/
            }

    .blue {
        background: inherit;
        color: black !important;
    }
    /* success message overlay*/

    .success .text-msg {
        font-size: 24px;
    }

    /*----- Pricing section ----*/
    .pricing-box {
        margin-bottom: 20px;
    }

        .pricing-box:last-child {
            margin-bottom: 0px;
        }

    #contact .fa-envelope ~ a {
        font-size: 4.5vw !important;
    }
}

@media screen and (min-width: 1025px) {

    #form #profit_content .control-group > :is(input, label, div) {
        width: calc(25vw - 1.5rem);
        margin: .5rem;
    }

    #form #profit_content .control-group > div :is(input, label) {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .rememberBox {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .banner .carousel-fade .carousel-inner .item {
        background-attachment: scroll;
    }
}

@media (orientation: portrait) {
    #intro {
        max-height: 200vh;
        position: relative;
    }
}

@media (orientation: landscape) {
    #intro {
        max-height: 200vw;
        position: relative;
    }
}
