﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face {
    font-family: 'text-security-disc';
    src: url(../../Content/Fonts/text-security-disc.eot);
    src: url(../../Content/Fonts/text-security-disc.eot?#iefix) format('embedded-opentype'), url(../../Content/Fonts/text-security-disc.woff) format('woff'), url(../../Content/Fonts/text-security-disc.ttf) format('truetype'), url(../../Content/Fonts/text-security-disc.svg#text-security) format('svg');
}

input.password {
    font-family: 'text-security-disc';
    width: 85%;
    margin-right: 2em;
}

body {
    background-color: #FFFFFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #00265C;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    /*  border-bottom: 1px solid #5c87b2; */
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e8eef4;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}

p#logo, h1#logo {
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
}

#logo a {
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

#logo img {
    width: 176px;
    height: 30px;
}

#mainContent {
    padding: 30px 0px 15px 0px;
    background-color: #FFF;
    /*  border-bottom: 3px groove #4b6f92; */
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    text-align: left;
}

.columnsContainer {
    position: relative;
}

a.link-button {
    color: white;
    padding: 8px 20px;    
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(lightgrey, dimgrey);    
}

.leftColumn {
    width: 17%;
    margin-right: 3%;
    float: left;
    text-align: left;
}

.rightColumn {
    float: right;
    width: 80%;
    text-align: left;
}

#footer {
    color: #999;
    padding: 5px 0 0 0;
    border-top: 1px solid #5C87B2;
    text-align: center;
    line-height: normal;
}

    #footer p {
        padding: 5px 0;
        margin: 0;
    }

/* MAIN MENU   

----------------------------------------------------------*/
ul#mainMenu {
    /* border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

    ul#mainMenu li {
        display: inline;
        list-style: none;
    }

        ul#mainMenu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            /*  background-color: #e8eef4; */
            /* color: #034af3; */
            background-color: #BDC8CA;
            color: #00265C;
        }

            ul#mainMenu li a:hover {
                background-color: #FFF;
                text-decoration: none;
            }

            ul#mainMenu li a:active {
                /*    background-color: #a6e2a6;*/
                background-color: #F89828;
                text-decoration: none;
            }

        ul#mainMenu li.selected a {
            background-color: #FFF;
            color: #000;
        }

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn ul {
    margin: 0;
    padding: 0 0 0 0;
}

    .leftColumn ul li {
        list-style: none;
        margin-top: 5px;
        line-height: normal;
    }

        .leftColumn ul li a {
            list-style: none;
            padding: 5px;
            border: 1px solid #e8eef4;
            line-height: normal;
            display: block;
            text-decoration: none;
            /*background-color: #e8eef4;*/
            background-color: #BDC8CA;
            color: #00265C;
            font-size: .9em;
            _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
        }

            .leftColumn ul li a:hover {
                text-decoration: none;
                background-color: #FFF;
                border-color: #e2e7ed;
            }

            .leftColumn ul li a:active {
                text-decoration: none;
                /*background-color: #a6e2a6;*/
                background-color: #F89828;
                border-color: #a6e2a6;
                color: #FFF;
            }

        .leftColumn ul li ul li {
            margin-left: -10px;
            padding-left: 30px;
        }

.leftColumn h2 {
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    border-color: #5C87B2;
    /*background-color: #5C87B2;*/
    background-color: #00265C;
    color: #FFF;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

table#BigTable {
    background-color: #FFFFFF;
    width: 400px;
}

td.unknown {
    background-color: Gray;
}

tr.odd td {
    background: #e8eef4
}

tr.odd .column1 {
    background: #e8eef4;
}

.column1 {
    background: #e8eef4;
}

thead th {
    background: #f4f9fe;
    text-align: center;
    font: bold Verdana, Helvetica, Sans-Serif;
    color: #66a3d3;
}

tfoot th {
    background: #f4f9fe;
    text-align: center;
}

    tfoot th strong {
        font: bold 1.2em Verdana, Helvetica, Sans-Serif;
        margin: .5em .5em .5em 0;
        color: #66a3d3;
    }

    tfoot th em {
        color: #f03b58;
        font-weight: bold;
        font-size: 1.1em;
        font-style: normal;
    }

.mybutton {    
    width: fit-content;
    max-width: 100%;
}

#container {
    border: 1px solid #000000;
    width: 450px;
}

.frmStep {
    border: 1px dashed #999999;
}

#grid {
    border: 1px solid;
    padding: 2px;
    border-collapse: collapse;
}

    #grid thead {
        background-color: #F89828;
        font: Verdana, Helvetica, Sans-Serif;
        font-size: 70%;
        color: #00265C;
        font-weight: bold;
        border: 1px solid;
    }

    #grid td {
        font-family: Verdana, Helvetica, Sans-Serif;
        font-size: 70%;
        color: #00265C;
        border: 1px solid;
    }

        #grid td.upper {
            font-family: Verdana, Helvetica, Sans-Serif;
            font-size: 100%;
            color: #00265C;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
        }

        #grid td.bottom {
            font-family: Verdana, Helvetica, Sans-Serif;
            font-size: 100%;
            color: #00265C;
            border-top: 0px;
            border-bottom: 0px;
            border-left: 0px;
            border-right: 0px;
        }
        #grid td.centered{
            text-align: center;
        }

.error {
    color: #cc0000;
}
.multiLineError {
    color: #cc0000;
    white-space: pre-line; /* Respect \n for line breaks and wrap text */
    word-wrap: break-word; /* Ensure long words wrap to the next line */
    display: block; /* Make label a block-level element */
}

.warn {
    color: #724000;
}

.informationGreen {
    color: #00AF00;
}

.oddtr {
    background-color: #EFF1F1;
}

.eventr {
    background-color: #F8F8F8;
}

.trover {
    background-color: #BDC8CA;
}

.trclick {
    background-color: #BDC8CA;
}

/* DIALOG */
.modalDialog {
    background: #F9F9F9;
    border: solid thin;
}

.ui-dialog-titlebar {
    padding: .5em .3em .4em 1em;
    background: #95CBE9;
    margin-bottom: 5px;
    border-bottom: solid thin;
    position: relative;
}

.ui-dialog-title {
    float: left;
    font-family: Arial;
    font-weight: bold;
    color: black;
}

.ui-dialog-titlebar-close {
    background: #EFD279;
    font-weight: bolder;
    font-style: normal;
    position: relative;
    left: 320px;
    border: solid thin;
    padding: 1px 4px 1px 4px;
    text-decoration: none;
}

.ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog-buttonpane {
    margin: 0 0 .5em .5em;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .3em .3em .1em 0;
    padding: .1em .2em .1em .2em;
    line-height: 1.2em;
    width: auto;
    overflow: visible;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    background-image: url(../../Content/Images/lightgrayBkgd.gif);
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    margin: 0px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #003366;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 14px 0px 10px 0px;
    color: #090;
}

#container {
    width: 100%;
    margin-top: 30px;
    border: none;
}

#leftCol {
    width: 18%;
    float: left;
    padding-left: 40px;
    text-align: left;
}

#rightCol {
    width: 76%;
    float: right;
    padding-right: 20px;
    text-align: left;
}

#leftWrap {
    width: 60%;
    float: left;
    background-image: url(../../Content/Images/lightgreenBkgd.gif);
    background-repeat: repeat-x;
    height: 200px;
}

#rightWrap {
    width: 40%;
    float: right;
    background-image: url(../../Content/Images/lightgreenBkgd.gif);
    background-repeat: repeat-x;
    height: 200px;
}

#formContainer {
    width: 940px;
    padding-left: 40px;
    margin-top: 15px;
}

#loginWrap {
    width: 500px;
    height: 180px;
    background-color: #f3f4f3;
    padding-top: 35px;
    border: 1px solid #c7cec6;
}

#parentContainer {
    width: 1500px;
    background-color: #ffffff;
}

#navbar {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

    #navbar ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #navbar li {
        margin: 0px;
        padding: 0px;
        display: inline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
    }

        #navbar li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #ffffff;
            padding: 3px 14px;
            text-decoration: none;
        }

            #navbar li a:hover {
                color: #ffffff;
                background-color: #309454;
                padding: 3px 14px;
                text-decoration: none;
            }

#footerContent {
    width: 900px;
    text-align: left;
    padding: 40px;
}

.footer {
    background-image: url(../../Content/Images/footer.jpg);
    background-repeat: no-repeat;
    height: 57px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #efefef;
    text-align: left;
    line-height: 18px;
    padding: 30px 0px 0px 40px;
}

.logo {
    width: 142px;
}

.logoHeader {
    height: 91px;
}

.EnrollmentItem {
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    padding: 0px 0px 20px 20px;
}

.EnrollmentItem2 {
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    padding: 20px 0px 20px 20px;
}

.section_container {
    right: 0;
    text-align: center;
}


.left {
    float: left;
    padding-right: 10px;
}

.right {
    float: right;
}

/* Chat button */
div#lhnHocButton.lhnslide {
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    right: 83%;
    height: 48px;
    top: 80%;
    left: 15px;
}

/* How can we help you chat window location */
div#lhnHocInvite {
    position: fixed;
    overflow: hidden;
    right: 70%;
    bottom: 0px;
    z-index: 99999;
    top: 80%;
    left: 15px;
}

.ExtraInfo {
    border-radius: 25px;
    border: 2px solid;
}


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

        .ui-widget input.password {
            font-family: 'text-security-disc';
            margin-right: 2em;
        }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }


/*.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }*/
