body {
    font-family: 'Helvetica', 'Lato';
    font-size: 1.2em;
    background-color: whitesmoke;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/* Set widths on the form inputs since otherwise they're 100% wide */
/*
input,
select,
textarea {
    max-width: 280px;
}*/

.IDText {
    visibility: hidden;
    margin-bottom: 0px;
}
div.a {
    line-height: 200%;
}

.textbox {
    background: white;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #363636;
    outline: none;
    vertical-align: top;
    width: 280px;
    margin: 0 0 10px 0;
    padding: 5px;
    font-size: 1em;
}

.w-textbox {
    background: white;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #363636;
    outline: none;
    vertical-align: top;
    width: 90%;
    margin: 0 0 10px 0;
    padding: 5px;
    font-size: 1em;
}

li.right {
    float: right;
}

.lbltext {
    color: #000;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding-left: 20px;
}

nav {
    padding: 0px 0px 0px 0px !important;
}

    nav a {
        padding: 10px 8px 10px 8px !important;
    }

        nav a:hover {
            background-color: #565656 !important;
            color: #fff !important;
            padding: 10px 8px 10px 8px !important;
        }

/* from mac*/
p.p1 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    font-size: 1.2em;
    color: #000000
}

p.p2 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000
}

p.p3 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000;
    min-height: 12.0px
}

p.p4 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000;
    min-height: 1.1em
}

p.p5 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000
}

p.p6 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000;
    min-height: 12.0px
}

p.p7 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000;
    min-height: 11.0px
}

p.p8 {
    margin: 0.0px 0.0px 8.0px 0.0px;
    color: #000000;
    background-color: #ffffff;
    min-height: 12.0px
}
p.p9 {
    margin-left: 5em
}

span.s1 {
    text-decoration: underline
}

span.s2 {
    
}

span.s3 {
    
}

span.s4 {
    background-color: #ffffff
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.modalbackground {
    /*border: 1px solid #2F4F4F;
    	color: #999;*/
    background-color: #333;
    font-weight: bold;
    cursor: not-allowed;
    filter: Alpha(opacity=40);
    opacity: 0.5;
    width: inherit;
}

.modalPanel {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    padding: 3px;
    display: none;
}

.modalPanelShow {
    background-color: #fff;
    color: #111;
    border: 1px solid #333;
    padding: 3px;
    display: block;
}

.modalButton {
    visibility: hidden;
}

.modalHeader {
    width: 100%;
    background-color: #6927af;
    text-align: center;
    color: White;
}

.modalLbl {
    color: Gray;
    font-size: 1.4em;
    vertical-align: middle;
    padding: 10px 0px 0px 0px;
    display: inline-block;
    width: 300px;
}
.bg_color {
    background-color: rgb(67, 102, 217);
}
/*--------------------------
// For Please Wait ... Msg  
//-------------------------*/

#progressBackgroundFilter {
    /*  	position: absolute;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 160px;
    z-index: 1001;
    background-color: #fff;
    border-style: groove;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 980px) {
    .container {
        width: 80%;
    }

    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        margin-top: 40px;
        width: 100%;
        background: #fff url('../images/banner-bg-image-final-170pxH.jpg') right center no-repeat;
        background-size: auto 200px;
        min-height: 200px;
    }

        header #logo {
            display: block;
        }

            header #logo img {
                position: relative;
                vertical-align: middle;
                width: 40%;
                height: auto;
                padding-top: 28px;
            }
}


@media (max-width: 979px) and (min-width: 768px) {
    .container {
        width: 100%;
    }
    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        margin-top: 60px;
    }

        header .container {
            width: 100%;
            background: none;
            min-height: auto;
        }

        header #logo img {
            position: relative;
            vertical-align: middle;
            width: 100%;
            height: auto;
            padding-top: 10px;
            background-color: #003D74;
        }
}

@media (max-width: 767px) and (min-width: 480px) {
    .container {
        width: 100%;
    }
    .body-content {
        padding-left: 0;
        padding-right: 0;
    }
    header {
        margin-top: 130px;
    }

        header .container {
            width: 100%;
            background: none;
            min-height: auto;
        }

        header #logo img {
            position: relative;
            vertical-align: middle;
            width: 100%;
            height: auto;
            padding-top: 10px;
            background-color: #003D74;
        }
}
@media (max-width: 479px) {
    .container {
        width: 100%;
    }
    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        margin-top: 130px;
    }

        header .container {
            width: 100%;
            background: none;
            min-height: auto;
        }

        header #logo img {
            position: relative;
            vertical-align: middle;
            width: 100%;
            height: auto;
            padding-top: 10px;
            background-color: #003D74;
        }
}