html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: bold;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-- start editing from here --*/
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*-- end reset --*/
body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 3em;
    text-align: center;
    color: #ffeb3b;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}
/*-- main --*/
.mainLoginDiv {
    padding: 0;
}

.mainLogin-info {
    margin: 0em auto 0em;
    /*border: 10px solid #ccc;
    */
    width: 90%;
}

.login-left {
    float: left;
    width: 70%;
    background: url(f5_home_web.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 619px;
    position: relative;
}

.login-right {
    float: right;
    width: 30%;
    background: #fff;
}

.login-left-text h2 {
    font-size: 2em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 15px;
}

.login-left-text img {
    width: 33%;
}

.login-left-text p {
    font-size: .9em;
    color: #fff;
    line-height: 1.8em;
    margin: 1.5em 0;
    background: rgba(0, 0, 0, 0.38);
    padding: .5em;
}

.login-left-text h3 {
    font-size: 3em;
    color: #FFEB3B;
    font-family: Arial, Helvetica, sans-serif;
}

.login-left h6 {
    font-size: 0.8em;
    background: rgba(0, 0, 0, 0.62);
    font-weight: 200;
    letter-spacing: 4px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

    .login-left h6 a {
        color: #fff;
        display: block;
        padding: .8em 0;
    }

        .login-left h6 a i.fa {
            margin-right: 1em;
        }
/*-- logintuser form --*/
.user-bounding {
    padding: 2.5em 2em 0 2em;
}

    .user-bounding aside {
        font-size: 1em;
        padding-bottom: .3em;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        color: #555555;
    }

.user-details {
    width: 100%;
    text-align: left;
    margin-bottom: 1.5em;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    transition: 300ms ease;
}

    .user-details input {
        width: 100%;
        letter-spacing: 1px;
        font-size: 1em;
        padding: 0.6em 1em;
        outline: none;
        box-sizing: border-box;
        border: 1px solid #d1d1d1;
        border-radius: 5px;
    }

        .user-details input.error {
            border: 1px solid #c2313c;
            box-shadow: 0 4px 8px 0 rgba(238, 76, 87, 0.3);
            outline: none;
        }

    .user-details .expiration {
        width: 50%;
        float: left;
        padding-right: 5%;
    }

    .user-details .cvv {
        width: 45%;
        float: left;
    }

    .user-details aside a {
        color: #0871ff;
        text-decoration: underline;
    }

.login-right input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 0.8em;
    -webkit-appearance: none;
    background: #77787b;
    border: 2px solid #77787b;
    cursor: pointer;
    margin: 2px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    border-radius: 3px;
    text-transform: uppercase;
}

    .login-right input[type="submit"]:hover {
        background: #77787b;
        color: #fff;
    }

.frmText {
    /*padding-top: 5px;
    */
    color: #95867d;
    font-size: 0.8em;
    float: left;
    margin: 10px 0 22px 0;
}

.footerLogin {
    float: left;
    width: 100%;
    margin: 20px 10px 10px 10px;
    color: #555555;
}

    .footerLogin .trbClick {
        float: left;
        font-size: 0.75em;
        margin: 0 0 30px 0;
    }

    .footerLogin a.click {
        color: #0871ff;
        text-decoration: underline;
    }

.copyR {
    font-size: 0.75em;
    clear: both;
    float: left;
}
/*-- //logintuser form --*/
/*-- //main --*/
/*-- responsive-design --*/
@media(max-width: 1366px) {
    .mainLogin-info {
        width: 90%;
    }
}

@media(max-width: 1080px) {
    .mainLogin-info {
        width: 90%;
    }

    .mainLoginDiv {
        padding: 0;
    }

    h1 {
        font-size: 2.6em;
        letter-spacing: 2px;
    }

    .login-right {
        clear: both;
        width: 100%;
    }

    .login-left {
        width: 100%;
    }

    .user-bounding {
        width: 50%;
        margin: 0 auto 2em auto;
    }

    .footerLogin .trbClick {
        margin: 0 0 15px 0 !important;
    }
}

@media(max-width: 991px) {
    .user-bounding aside {
        font-size: 1em;
    }

    .login-left-text h2 {
        font-size: 1.5em;
    }

    .login-left {
        min-height: 410px;
    }

    .mainLogin-info {
        margin: 0em auto 0em;
    }
}

@media(max-width: 800px) {
    h1 {
        font-size: 2.4em;
    }

    .mainLogin-info {
        width: 90%;
    }

    .login-left-text h3 {
        font-size: 2.5em;
    }
}

@media(max-width: 736px) {
    .login-right {
        width: 100%;
    }

    .login-left {
        width: 100%;
        min-height: 394px;
    }

    .mainLogin-info {
        padding: 0em;
    }

    .user-bounding {
        padding: 2em 1.8em;
    }

    .login-left-text {
        padding: 1.8em;
    }
}

@media(max-width: 667px) {
    .user-bounding {
        padding: 1.8em 1.5em;
    }

    .login-left {
        background-position-y: -150px;
    }

    .login-left, .login-right {
        width: 100%;
        min-height: inherit;
        float: none;
    }

    .mainLogin-info {
        width: 90%;
    }

    .login-left-text img {
        width: 17%;
    }

    .login-left-text h2 {
        font-size: 1.3em;
    }

    .login-left-text h3 {
        margin-bottom: 0.8em;
    }

    .user-details {
        margin-bottom: 1em;
    }
}

@media(max-width: 568px) {
    .mainLoginDiv {
        padding: 0;
    }

    h1 {
        font-size: 2em;
    }

    .mainLogin-info {
        width: 90%;
    }

    .login-left-text {
        padding: 1.5em;
    }

        .login-left-text p {
            font-size: .8em;
        }

        .login-left-text h3 {
            margin-bottom: 1.2em;
            font-size: 2em;
        }

    .login-left h6 {
        letter-spacing: 2px;
    }

    .mainLogin-info {
        margin: 0em auto;
    }

    .login-left {
        display: none;
    }

    .user-bounding {
        width: 90%;
        margin: 0 auto;
    }

    .frmText {
        margin-top: 3px;
    }
}

@media(max-width: 414px) {
    .login-right input[type="submit"] {
        font-size: 0.9em;
    }

    .mainLogin-info {
        width: 90%;
    }
}

@media(max-width: 384px) {
    .user-bounding {
        padding: 1.6em 1.2em;
    }

    .mainLogin-info {
        width: 79%;
    }

    .mainLogin-info {
        margin: 0em auto;
    }

    .user-bounding aside {
        font-size: 1em;
    }
}

@media(max-width: 320px) {
    h1 {
        font-size: 1.7em;
        letter-spacing: 1px;
    }

    .login-left-text {
        padding: 1.2em;
    }

    .mainLogin-info {
        padding: 0.8em;
        width: 83%;
        margin: 0em auto;
    }

    .user-bounding aside {
        font-size: 1em;
    }

    .login-left-text h2 {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .login-left-text p {
        margin: 1em 0;
    }
}
/* Onedrive popup */
@media (max-width: 600px) and (max-height: 510px) {
    .login-left {
        display: none;
    }

    .logo-login {
        padding-top: 0.5rem !important;
    }

    .user-bounding {
        padding: 1em 1em 0 1em;
        width: 80%;
    }

    .user-bounding {
        padding: 1em 2em 0 2em;
    }

    .logo-login {
        text-align: center;
        padding: 0.5em 0em 0em 0em;
    }
}
/*-- //responsive-design --*/
.logo-login {
    text-align: center;
    padding: 2.5em 2em 0 2em;
}
/*.fa {
    color: #06F;
    font-size: 16px !important;
}
*/
.info:before {
    content: "i";
    left: 3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #2385BA;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    /*vertical-align: middle;
    */
}
/*SHADOW - NOT USED-------------------------*/
/*.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    padding: 5px;
    background-color: white;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
*/
/*SHADOW - NOT USED-------------------------*/
/*HELP Section------------------------------*/
/*From the Old CSS file - apm.css*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    padding: 16px;
    border: 1px solid #a39b86;
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 90%;
    font-size: 1.0em;
}

    .white_content h2 {
        font-size: 1.5em;
        font-weight: bold;
        padding: 5px;
        background: #ede9e0;
        color: #50463f;
    }

    .white_content p {
        padding: 5px 0;
    }

ol.numberx {
    padding: 0px 10px;
    margin: 10px;
    /*font-size: 11px;
    */
}

ul.listx {
    padding: 0px 10px;
    margin: 10px;
}

ol.numberx li {
    padding: 3px 0;
    line-height: 1.4em;
}

a.closeBtn {
    color: #FF0000;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 2px 2px 2px;
    border: 1px solid red;
}

    a.closeBtn:hover {
        transform: scale(1.1);
        border: 2px solid red;
        font-weight: bold;
    }

.dvScroll {
    overflow: auto;
    width: 100%;
    height: 90%;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

    .dvScroll hint {
        font-style: italic;
        font-size: 0.8em;
        color: #0009ba;
        text-align: right;
        float: right;
    }

    .dvScroll.info:before {
        content: "i";
        left: 3px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        line-height: 18px;
        text-align: center;
        color: #fff;
        background: #2385BA;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        display: inline-block;
        vertical-align: middle;
    }
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.0em;
    transition: 0.4s;
}

    button.accordion:after {
        content: '\002B';
        font-size: 13px;
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: "\2212";
    }

    button.accordion.active, button.accordion:hover {
        background-color: #ddd;
    }

div.panel {
    padding-top: 10px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-weight: normal;
}

    div.panel ul {
        padding: 0px 10px;
        margin: 10px;
    }

    div.panel li {
        padding: 3px 0;
        line-height: 1.4em;
        list-style: disc;
    }

    div.panel b {
        color: #0015ff;
    }

    div.panel i {
        /*color: #0015ff;
    */
        font-style: italic;
        font-weight: normal;
    }

    div.panel a {
        color: #0015ff;
        text-decoration: underline;
        font-weight: normal;
    }
/*Close Button CSS*/
.round-button {
    width: 1.5em;
    float: right;
    cursor: pointer;
}

.round-button-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 2px solid red;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 3px gray;
}

    .round-button-circle:hover {
        background-color: red;
        border: 2px solid #cfdcec;
    }

.round-button a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: red;
    font-family: Verdana;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
}

    .round-button a:hover {
        color: white;
    }

hint {
    font-style: italic;
    font-size: 0.8em;
    color: #0009ba;
    text-align: right;
    float: right;
}
/*HELP Section------------------------------*/
