body {
    margin: 0px;
    padding: 0px;
    height: auto;
}

table.layout {
    height: 100%;
}

.layout a:link, .layout a:visited, .main_content a:link, .main_content a:visited {
    color: #006699;
    font-weight: bold;
    text-decoration: none;
}

.layout a:hover, .main_content a:hover {
    color: #0099CC;
    font-weight: bold;
    text-decoration: none;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tab td {
    font-size: 10px;
}

.tab, .tab a:link, .tab a:visited {
    color: #ffffff;
    font-weight: bold;
}

    .tab a:hover {
        color: #ffcc00;
        text-decoration: none;
        font-weight: bold;
    }

.logout {
    font-size: 10px;
}

    .logout a:link, .logout a:visited {
        color: #666666;
        font-weight: normal;
    }

    .logout a:hover {
        color: #CC0000;
        font-weight: normal;
    }

.white_text {
    color: #FFFFFF;
}

.login_help a:link {
    color: #FFCC00;
}

.login_help a:visited {
    color: #FFCC00;
}

.login_help a:hover {
    color: #CCCCCC;
}

.bold {
    font-size: 100%;
    font-weight: bold;
    color: #006699;
    text-align: center;
}

.big_text {
    font-size: 80%;
}



/*----------------------------*/
.ImageSelectButton {
    background-color: #0061a7;
    border-radius: 3px;
    border: 0px solid #174d8c;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    margin-bottom: 0px;
}

    .ImageSelectButton:hover {
        background-color: #007dc1;
    }

/*----------------------------*/

.WarningImageSelectButton {
    background-color: #FF9933;
    border-radius: 3px;
    border: 0px solid #E68A00;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #CC7A00;
    margin-bottom: 0px;
}

    .WarningImageSelectButton:hover {
        background-color: #FFCC00;
    }
/*----------------------------*/


.SelectButton {
    -webkit-appearance: none;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background-color: #007dc1;
    border-radius: 4px;
    border: 1px solid #174d8c;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold !important;
    padding: 4px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    margin-bottom: 6px;
}

    .SelectButton:hover {
        background-color: #0061a7;
    }

    .SelectButton:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .SelectButton:disabled {
        border: 1px solid #dddddd;
        background-color: #cccccc;
        color: #dddddd;
        box-shadow: inset 0px 1px 0px 0px #ececec;
    }

.AccentButton {
    -webkit-appearance: none;
    box-shadow: inset 0px 1px 0px 0px #ff0080;
    background-color: #e50073;
    border-radius: 4px;
    border: 1px solid #cc0066;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold !important;
    padding: 4px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #99004c;
    margin-bottom: 6px;
}

    .AccentButton:hover {
        background-color: #d9006c;
    }

    .AccentButton:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .AccentButton:disabled {
        border: 1px solid #dddddd;
        background-color: #cccccc;
        color: #dddddd;
        box-shadow: inset 0px 1px 0px 0px #ececec;
    }

.WarningButton {
    -webkit-appearance: none;
    box-shadow: inset 0px 1px 0px 0px #ff7f01;
    background-color: #e57201;
    border-radius: 4px;
    border: 1px solid #cc6501;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold !important;
    padding: 4px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #994c00;
    margin-bottom: 6px;
}

    .WarningButton:hover {
        background-color: #d96c01;
    }

    .WarningButton:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .WarningButton:disabled {
        border: 1px solid #dddddd;
        background-color: #cccccc;
        color: #dddddd;
        box-shadow: inset 0px 1px 0px 0px #ececec;
    }

.DeEmphasizedButton {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #0d6efd;
    display: inline-block;
    color: #0d6efd !important;
    font-size: 12px;
    font-weight: normal !important;
    padding: 4px 20px;
    text-decoration: none;
    margin-bottom: 6px;
}

    .DeEmphasizedButton:hover {
        color: #0b5ed7 !important;
        background-color: #fff;
        border-color: #0b5ed7;
        box-shadow: inset 0 0 2px 0px #0d6efd;
    }

    .DeEmphasizedButton:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

    .DeEmphasizedButton:disabled {
        color: #dddddd !important;
        border-color: #dddddd;
        box-shadow: inset 0px 1px 0px 0px #ececec;
    }

.SecondaryButton {
    -webkit-appearance: none;
    box-shadow: inset 0px 0px 0px 0px #002952;
    background-color: #5CBD7D;
    border-radius: 5px;
    border: 1px solid #71C68D;
    display: inline-block;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: normal !important;
    padding: 3px 9px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #154682;
    margin-bottom: 6px;
}

    .SecondaryButton:hover {
        background-color: #007A00;
        -moz-box-shadow: inset 0px 0px 0px 0px #0061a7;
        -webkit-box-shadow: inset 0px 0px 0px 0px #0061a7;
        box-shadow: inset 0px 0px 0px 0px #0061a7;
    }

    .SecondaryButton:active {
        position: relative;
        top: 1px;
    }

/* platform get the app */
.PlatformGetTheApp {
    border-radius: 6px;
    background-color: #007dc1;
    padding: 0px;
}

    .PlatformGetTheApp:hover {
        background-color: #0061a7;
    }

    .PlatformGetTheApp:active {
        position: relative;
        top: 1px;
        left: 1px;
        background-color: #E65C00;
    }





/* pilot tell a pilot arrow box */

.ptap_arrow_box {
    position: relative;
    background: #fcb02b;
    border: 4px solid #c2e1f5;
    width: 700px;
    padding: 10px;
    border-radius: 5px;
}

    .ptap_arrow_box:after, .ptap_arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ptap_arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #fcb02b;
        border-width: 30px;
        margin-left: -30px;
    }

    .ptap_arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #c2e1f5;
        border-width: 36px;
        margin-left: -36px;
    }


/*simple tabs*/
ul.simple_tabs {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    ul.simple_tabs li.lp_tab {
        font-family: 'Segoe UI', Arial, sans-serif;
        margin-left: 5px;
        margin-right: -3px;
        text-align: center;
    }

        ul.simple_tabs li.lp_tab a {
            background-color: #5C85AD;
            color: #FFFFFF;
            display: block;
            height: 20px;
            padding: 0 8px;
            min-width: 80px;
            border-radius: 4px 4px 0 0;
        }

            ul.simple_tabs li.lp_tab a:hover {
                background-color: #33CCFF;
                color: #FFE6CC;
            }

            ul.simple_tabs li.lp_tab a.active {
                color: #FFD633;
                background-color: #29A3CC;
            }
/*end of simple tabs*/


/* progress animation */
.fountainG {
    position: relative;
    width: 240px;
    height: 29px;
}

.fountainG_N {
    position: absolute;
    top: 0;
    width: 29px;
    height: 29px;
    border-radius: 19px;
    animation: bounce_fountainG 1.3s infinite;
    background-color: #12246B;
    transform: scale(.3);
}

    .fountainG_N:nth-child(1) {
        left: 0;
        animation-delay: 0.52s;
    }

    .fountainG_N:nth-child(2) {
        left: 30px;
        animation-delay: 0.65s;
    }

    .fountainG_N:nth-child(3) {
        left: 60px;
        animation-delay: 0.78s;
    }

    .fountainG_N:nth-child(4) {
        left: 90px;
        animation-delay: 0.91s;
    }

    .fountainG_N:nth-child(5) {
        left: 120px;
        animation-delay: 1.04s;
    }

    .fountainG_N:nth-child(6) {
        left: 150px;
        animation-delay: 1.17s;
    }

    .fountainG_N:nth-child(7) {
        left: 180px;
        animation-delay: 1.3s;
    }

    .fountainG_N:nth-child(8) {
        left: 210px;
        animation-delay: 1.43s;
    }

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #12246B;
    }

    100% {
        transform: scale(.3);
        background-color: #2A679C;
    }
}
/* end of progress animation */


/* affiliate program notification */
.affiliate-program-notification-bar {
    padding: 5px 10px 20px;
    background-color: #1b9d2c;
    font-family: Segoe, Verdana, sans-serif;
    font-size: 12px;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: -15px;
}

    .affiliate-program-notification-bar .message-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .affiliate-program-notification-bar .message-container .message {
            color: #fff;
        }

        .affiliate-program-notification-bar .message-container .details-link {
            display: block;
            width: 80px;
            margin: auto 10px;
            font-size: 8pt;
            text-decoration: none;
            color: #0e6a2e;
            transition: all ease-in-out 0.2s;
        }

            .affiliate-program-notification-bar .message-container .details-link:active {
                opacity: 0.3;
            }

    .affiliate-program-notification-bar .detailed-explanation-container {
        overflow: auto;
        text-align: left;
        background-color: rgb(15, 117, 137);
        color: #fff;
        height: 0px;
        opacity: 0;
        margin: 0;
        padding: 0;
        transition: all ease-in-out 0.4s;
    }

        .affiliate-program-notification-bar .detailed-explanation-container[data-expanded='yes'] {
            height: 200px;
            opacity: 1;
            padding: 5px 10px;
            margin: 6px 0;
        }
/* end of affiliate program notification */

/* unified FAQ system */
a.pseudo:hover {
    color: inherit;
}
/* end of unified FAQ system */