﻿body {
    background: #fff;
    font-size: 0.7em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.alert-light {
    color: #000;
    background-color: #fff;
    border-color: #8d1b3d;
}

.max-175 {
    max-width: 175px; 
}

/* Overlay hidden by default */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1040; /* just below the sidebar */
}

#leftNev {
    transition: left 0.3s ease;
}

/* Mobile full screen */

@media (min-width: 768px) {
    main {
        border-left: 1px solid #000; /* adjust color/thickness as needed */
        padding-left: 1rem; /* optional spacing */
    }
}

@media (max-width: 767.98px) {
    #leftNev {
        position: fixed;
        top: 0;
        left: -100%; /* hidden */
        width: 100%; /* full screen */
        height: 100%;
        background: #fff;
        z-index: 1051;
        padding: 2rem 1rem;
    }

        #leftNev.active {
            left: 0;
        }

        /* Close button */
        #leftNev .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 2rem;
            text-decoration: none;
            color: #000;
        }
}

/* Default: hide close button */
#closeNav {
    display: none;
}

/* Show close button only on mobile */
@media (max-width: 767.98px) {
    #closeNav {
        display: block;
    }
}

@media (max-width: 767.98px) {
    #leftNev {
        position: fixed;
        top: 0;
        left: -100%; /* hidden */
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1051;
        padding: 2rem 1rem;
        overflow-y: auto; /* 👈 enable vertical scrolling */
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    }

        #leftNev.active {
            left: 0;
        }
}

.btn-link-hjv {
    font-weight: 400;
    color: #8d1b3d;
    text-decoration: none;
    padding: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #8d1b3d; /* maroon border */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
    .btn-link-hjv:hover {
        color: #8d1b3d;
        text-decoration: none;
    }

.btn-subm-hjv {
    border: none;
    background-color: rgb(38, 114, 236);
    min-width: 80px;
    width: auto;
    padding: 4px 20px 6px 20px;
    border-style: solid;
    border-width: 1px;
    transition: background 0s;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 11px;
}
    .btn-subm-hjv:hover {
        text-decoration: underline;
        border: none;
        background-color: rgb(38, 114, 236)!important;        
        min-width: 80px;
        width: auto;
        padding: 4px 20px 6px 20px;
        border-style: solid;
        border-width: 1px;
        transition: background 0s;
        color: rgb(255, 255, 255);
        cursor: pointer;
        margin-bottom: 8px;
        font-size: 11px;
    }

    .hjv-box {
        border: solid 1px #8d1b3d;
        padding: 10px;
    }

/* step start  */
.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.step-number {
    background-color: #82002C;
    color: white;
    font-weight: bold;
    font-size: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.step-content h3 {
    margin: 0;
    font-size: 12px;
}

.step-content p {
    margin: 6px 0 0 0;
    font-size: 12px;
}
.extra-text {
    margin-top: 10px;
    font-size: 12px;
}

/* step end */


form {
    min-height: 500px;
}
.menu {
    background-color: #8D1B3D;
    height: 50px;
}

    .menu .o365cs-nav-rightAlign {
        background-color: #8D1B3D;
        text-align: right;
    }

.o365cs-topnavText,
.o365cs-topnavText:hover {
    color: #ffffff;
}

.o365button {
    background-color: transparent;
    padding: 0 0;
    border-width: 0;
}

.o365cs-me-tile-nophoto {
    border-left: 1px solid #fff;
    border-left-color: rgba(255,255,255,0.3);
}

.o365button:focus,
.o365button div:focus,
.o365button span:focus {
    outline: none;
}

.o365cs-me-tile-nophoto-username-container {
    max-width: none;
    display: table-cell;
    height: 50px;
    padding-left: 5px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

.o365cs-me-tile-nophoto-username {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 5px;
}

span.o365cs-me-tile-nophoto-down {
    font-size: 16px !important;
    padding: 0px 14px 1px 14px;
    display: table-cell;
}

span.wf-o365-downcarat:before {
    font-family: 'FontAwesome';
    content: '\f0d7';
}

.ms-fcl-nt,
.ms-fcl-nt-h:hover {
    color: #A6A6A6;
}

.o365cs-nav-contextMenu {
    background-color: #ffffff;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-width: 180px;
    max-width: 375px;
    clip: rect(0,10000px,10000px,-10px);
    outline: 0;
}

    .o365cs-nav-contextMenu .o365cs-contextMenuItem,
    .o365cs-nav-contextMenu .o365cs-contextMenuInactiveItem {
        display: block;
        padding: 10px 30px;
        font-family: Verdana,Tahoma,Sans-Serif !important;
        font-size: 15px;
        text-align: left;
        outline-offset: -1px;
        color: #444444;
    }

    .o365cs-nav-contextMenu .o365cs-contextMenuItemHover {
        background-color: #cde6f7;
        background-color: rgba(205, 230, 247, 0.50);
    }

    .o365cs-nav-contextMenu .o365cs-contextMenuSeparator {
        border-top-style: solid;
        border-top-width: 1px;
        border-color: #EAEAEA;
    }

button.o365cs-spo-topbarMenuOpen {
    background-color: #ffffff;
    color: #444444 !important;
    border-color: #dedede;
}

.wrapper {
    background: #ececec;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper-page,
.wrapper-header,
.wrapper-footer {
    min-width: 320px;
    max-width: 960px;
    width: 960px;
    margin: 0 auto;
    background: #fff;
    background-color: #fff
}

.wrapper-header {
    position: relative;
    font-size: 120%;
}

.logo {
    margin: 10px 0 10px 10px;
    display: block;
    float: left;
}

a img {
    border: 0;
}

.topimage-overlay {
    width: 604px;
    left: 355px;
    display: block;
    background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll -240px 0 transparent;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.fm-logo {
    position: relative;
    z-index: 2;
    margin-right: 22px;
    display: block;
    float: right;
}

.topimage-control-header {
    width: 604px;
    left: 356px;
    display: block;
    height: 120px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}


.navigation-top {
    background: #8d1b3d url(/Content/images/sprite-background-bars.png) repeat-x 0 -30px;
    background-color: #8D1B3D;
    width: 77.08%;
    min-height: 30px;
    padding-right: 0;
    position: relative;
    z-index: 2;
    clear: left;
    display: block;
    float: left;
}

    .navigation-top > ul {
        width: 100%;
        height: 30px;
        overflow: hidden;
        margin: 0;
        padding: 0 10px;
        list-style-type: none;
    }

    .navigation-top li {
        display: block;
        float: left;
    }

    .navigation-top a {
        padding: 0 10px;
        line-height: 30px;
        text-decoration: none;
        color: #fff;
        font-size: 12.8px
    }

.wrapper-end {
    border-bottom: 30px solid transparent;
    border-bottom-color: #8D1B3D;
    width: 0;
    height: 0;
    clear: none;
    border-right: 55px solid transparent;
    overflow: visible;
    display: block;
    float: left;
    z-index: 4;
    position: relative;
}

.end {
    background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 55px;
}

.wrapper-search {
    right: 10px;
    top: 97px;
    position: static;
    width: 100%;
    height: 30px;
    background: white url(/Content/images/sprite-background-bars.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) repeat-x 0 -60px;
    display: block;
    float: left;
    z-index: 2;
    border: 0;
}

    .wrapper-search #SRSB {
        margin-top: 5px;
        float: right;
    }

.ms-sbtable-ex {
    border-collapse: collapse;
    float: left;
}

.ms-sbtable {
    color: #000;
    font-family: verdana, tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    border-width: 0px;
}

.ms-sbcell {
    width: auto;
    padding: 0;
}

.ms-sbgo {
    padding: 0 5px 0 0;
    width: 30px !important;
}

#SRSB input {
    width: 164px !important;
    height: 22px;
}

input[type=password], input[type=file], textarea, .ms-inputBox {
    padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #444;
}

.ms-sbplain {
    border: solid 1px #b6babf !important;
    border-right: none !important;
    border-collapse: collapse;
    font-size: 10.5pt;
    padding: 6px 2px 7px 10px;
    font-family: verdana, tahoma, sans-serif;
    background: url(/Content/images/bgximg.png?rev=40) repeat-x -0px -511px;
    background-color: #fff;
    height: 17px;
    display: block;
}

.wrapper-tools {
    right: 10px;
    top: 116px;
    width: 100%;
    height: 30px;
    position: static;
    border: 0;
    background: transparent;
    display: block;
    float: left;
    overflow: hidden;
    z-index: 2;
}

    .wrapper-tools .breadcrumb {
        width: auto;
        height: 30px;
        font-size: 11.7333px;
        line-height: 33px;
        color: #666;
        overflow: hidden;
        display: block;
        float: left;
        padding: 0 0;
        margin-bottom: 0;
        list-style: none;
        background-color: #ffffff;
        border-radius: 0;
    }

        .wrapper-tools .breadcrumb span:first-child {
            margin: 0 0 0 5px;
        }

        .wrapper-tools .breadcrumb a:visited {
            color: #666;
            text-decoration: underline;
        }

        .wrapper-tools .breadcrumb a:link {
            color: #666;
            text-decoration: underline;
        }

        .wrapper-tools .breadcrumb a {
            margin: 0;
            color: #666;
        }

    .wrapper-tools .tools {
        width: auto;
        margin: 0 10px 0 0;
        display: block;
        float: right;
    }

        .wrapper-tools .tools a img {
            vertical-align: inherit;
        }

        .wrapper-tools .tools a:first-child {
            margin: 10px 0 0 0;
        }

        .wrapper-tools .tools a {
            width: 14px;
            height: 14px;
            margin: 10px 0 0 9px;
            display: block;
            float: left;
        }

    .wrapper-tools .addthis {
        font-size: 12px;
        border: 0;
        width: 58px;
        padding-left: 8px;
        display: block;
        float: left;
    }

    .wrapper-tools a.aboutus {
        background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll -870px -16px transparent;
    }

    .wrapper-tools a.language {
        background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll -55px 0 transparent;
        width: 18px;
    }

    .wrapper-tools a.read-loud {
        background: transparent url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat -93px -16px;
        margin-left: 10px;
        display: block;
    }

    .wrapper-tools a.send-to-friend {
        background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll -74px 0 transparent;
        width: 18px;
    }

    .wrapper-tools a.sitemap {
        background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll -74px -16px transparent;
    }

    .wrapper-tools a.print {
        background: url(/Content/images/sprite-elements.png?iKw9dqrJ+rJNS0iwWFn+dLdeuj0ehRejY+a4tbuuPnARqhEzTuW97wbH8CcjobGNyQqVq7J19FXoMwotQ9DBg) no-repeat scroll -93px 0 transparent;
    }

    .wrapper-tools a.rss {
        background: url(/Content/images/disabledrss.png) no-repeat scroll 0px 0px transparent;
    }

.wrapper-footer {
    width: 100%;
    clear: both;
    padding-top: 10px;
    display: block;
    background-color: #fff;
}

    .wrapper-footer a:link {
        color: #666;
        text-decoration: underline;
    }

    .wrapper-footer a:visited {
        color: #666;
        text-decoration: underline;
    }

    .wrapper-footer a:hover {
        color: #666;
        text-decoration: none;
    }

    .wrapper-footer a:active {
        color: #666;
        text-decoration: none;
    }

    .wrapper-footer .footerContainer {
        margin: 0 1.04% 15px 1.04%;
        line-height: 1.6;
        padding: 0 1.04%;
        text-align: center;
        color: #666;
        font-size: 10.267px;
    }

    .wrapper-footer .footerContainer {
        /*background: url("../img/sprite-background-bars.png") repeat-x scroll 0 -111px #ECECEC;*/
        background: url("/Content/images/sprite-background-bars-footer.png") no-repeat scroll 0 0 #ECECEC;
        background-position: 0 100%;
        line-height: 1.6;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.footerContent {
    text-align: center;
    margin: 0 auto;
}

.wrapper-footer .footerContainer span {
    white-space: nowrap;
}

@media screen and (max-width:480px) {
    /*.wrapper-footer p*/
    .wrapper-footer .footerContainer {
        background-image: none;
    }

    .footerContent {
        max-width: 350px;
    }
}
input {
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 8px;
}

    input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 0px;
    }

    span.submit, input[type="submit"] {
        border: none;
        background-color: rgb(38, 114, 236);
        min-width: 80px;
        width: auto;
        padding: 4px 20px 6px 20px;
        border-style: solid;
        border-width: 1px;
        transition: background 0s;
        color: rgb(255, 255, 255);
        cursor: pointer;
        margin-bottom: 8px;
        -ms-user-select: none;
        -moz-transition: background 0s;
        -webkit-transition: background 0s;
        -o-transition: background 0s;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        input[type="submit"]:hover, span.submit:hover {
            background: rgb(212, 227, 251);
        }

    input.text {
        height: 28px;
        padding: 0px 3px 0px 3px;
        border: solid 1px #BABABA;
    }

        input.text:focus {
            border: 1px solid #6B6B6B;
        }

a.btn-primary {
    padding: 4px 20px;
    text-decoration: none;
}

select {
    height: 28px;
    min-width: 60px;
    max-width: 100%;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    padding: 2px;
    font-family: inherit;
}

.contentAreaMain {
    min-height: 500px;
}

#Message {
    color: red;
}

