html, body
{
    height: 100%;
}

.dialog
{
    display: none;
}



body
{
    background: #002663;
    color: #4a483f;
    font: 12px/20px Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

h1
{
    margin-bottom: 10px;
}

h1, h2, h3
{
    margin: 0;
    padding: 0;
}

h1
{
    margin-bottom: 10px;
}

p, ol, ul
{
    margin-top: 0;
}

ol, ul
{
    list-style: none;
    padding: 0;
}

p
{
    line-height: 180%;
}

strong
{
}

a
{
    color: #005992;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.container
{
    margin: 0px auto;
    width: 1000px;
}

.text-left
{
    text-align: left;
}

.vtop,
.vtop td
{
    vertical-align: top;
}

.h-spacing
{
    padding-left: 2px;
    padding-right: 2px;
}
.v-spacing
{
    padding-top: 2px;
    padding-bottom: 2px;
}

/* oepi-C1504-0111 added class for special notice */
.special-notice 
{
    color: Orange;
    position: relative;
    top: -10px;
}
/* code end */

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image
{
    display: inline-block;
}

.image img
{
    display: block;
    width: 100%;
}

.image-full
{
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image-left
{
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered
{
    display: block;
    margin: 0 0 2em 0;
}

.image-centered img
{
    margin: 0 auto;
    width: auto;
}

.imgButton
{
    cursor: pointer;
}

.imgButton img
{
    vertical-align: middle;
    margin-bottom: 4px;
}

a img
{
    border: none;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

.bullet
{
    list-style: disc outside none;
    padding: 20px;
}
/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button:hover
{
}

.button:active
{
}

.button-big
{
    font-size: 1.4em;
    font-weight: 900;
    padding: 1.6em 4em;
}

.button li
{
    float: left;
    position: relative;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title
{
    margin-bottom: 3em;
}

.title h2
{
    color: #323232;
    font-size: 2.8em;
    font-weight: 400;
}

.title .byline
{
    color: #6F6F6F;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper
{
}

#header
{
    background: url('/images/boat header.jpg') no-repeat;
    height: 54px;
    position: relative;
}

#featured
{
    background: white;
    border-bottom: 4px solid #002663;
}

/*********************************************************************************/
/* Navigation                                                                    */
/*********************************************************************************/

nav
{
}

nav ul ul
{
    display: none;
    width: 150px;
}

nav ul li:hover > ul
{
    display: block;
}


nav ul
{
    background: white;
    list-style: none;
    position: relative;
    display: inline-table;
}
nav ul:after
{
    content: "";
    clear: both;
    display: block;
}

nav ul li
{
    float: left;
    padding-right: 6px;
}

nav ul ul
{
    background: white;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    border: 1px solid black;
    margin-top: 1px;
}

nav ul ul li
{
    float: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    position: relative;
}

nav ul ul li a
{
    padding-left: 16px;
}

nav ul ul ul
{
    position: absolute;
    left: 100%;
    top: 0;
}

nav > ul > li + li::before
{
    content: " | ";
}

























#topMenuLeft
{
    float: left;
    text-align: left;
}



#topMenuItems, .main
{
    padding-top: 0.3em;
}

.main
{
    background: #FFF;
}

#topMenuItems a
{
    font-size: 1.1em;
    font-weight: bold;
}

#topMenuItems .selected
{
    color: Black;
    text-decoration: none;
}

#languageSwitch
{
    float: right;
    padding: 0.5em 0em;
}


#Login
{
    padding: 2em 0em;
}

.FixedLogin
{
    margin-left: 1ex;
    margin-top: 1ex;
    width: 150px !important;
}

#Login table
{
    margin: 0px auto;
    }

.leaveTableHeader
{
    text-align: left;
    vertical-align: top;
    width: 100px;
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
    left: 0;
    position: absolute;
    top: 1em;
    width: 100%;
}

#logo h1
{
    color: #FFF;
    display: inline-block;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
}

#logo a
{
    color: #FFF;
    text-decoration: none;
}



/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper
{
    background: #FFF;
}

#page
{
    overflow: hidden;
    padding: 0;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
    float: left;
    min-height: 450px;
    width: 1000px;
}

#leftMenu
{
    float: left;
    min-width: 150px;
}

.scrollableList {
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

#leftMenu a
{
    display: block;
    overflow: hidden;    
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
}

#leftMenu a:hover
{
    text-decoration: underline;
}

#leftMenu a.selected
{
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

#leftMenu ul li
{
    border-bottom: 1px solid Gainsboro;
}

.projectsList
{
    width: 100px;
}

#employees
{
    display: inline-block;
    float: left;
    margin-left: 18px;
    width: 800px;
}

.alternatingTable
{
    border-collapse: collapse;
}

.greyRow
{
    background: #E8E8E8;
}

.alternatingTable tr:nth-child(even)
{
    background: #E8E8E8;
}

.whiteRow
{
    background: #FFF;
}

.alternatingTable tr:nth-child(odd)
{
    background: #FFF;
}

.alternatingTable th
{
    background-color: #FFF;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
    overflow: hidden;
    padding: 5em 0em;
}

#copyright p
{
    color: #ACCFFF;
    font-size: 0.80em;
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
}

#copyright p.smallFooter a
{
    color: #ACCFFF;
    font-size: 0.90em;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
}

#copyright a
{
    color: #ACCFFF;
    text-decoration: none;
}

#copyright p.smallFooter a:hover
{
    color: white;
    font-weight: bold;
}

.right
{
    text-align: right;
}

.smallInput
{
    width: 30px;
}

.smallInputCheckbox {
    height: 21px;
    width: 21px;
    margin: 0px;
}

.bigInput
{
    width: 355px;
}

.bigInput select
{
    min-height: 300px;
}


.bigInputContainer
{
    height: 300px;
    overflow: auto;
    overflow-x: scroll;
    width: 355px;
}

.smallImg
{
    height: 12px;
    width: 12px;
}

.smallSelect
{
    width: 80px;
}

.smallText
{
    display: block;
    font-size: 0.8em;
    line-height: 10px;
    width: 40px;
}

.week-picker, .timepicker
{
    position: absolute;
}

.inputTime
{
    border: 0;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: collapse;
    width: 0;
}

.registrations
{
    display: inline-block;
    margin-top: 30px;
}

.registrations .margin
{
    margin-left: 40px;
}

.years { clear: both; text-align: center; }

.weeks
{
    margin-bottom: 10px;
    margin-left: 128px;
    margin-top: 12px;
}

.weekContainer
{
    float: left;
    overflow: hidden;
    width: 600px;
}

.shiftWeek
{
    float: left;
    cursor: pointer;
}

.weeks h2
{
    font-size: 1.5em;
    margin-bottom: 5px;
    margin-left: 350px;
    margin-top: 0px;
    text-align: left;
}

.weekTable
{
    border: 1px solid black;
    left: -20px;
    position: relative;
    table-layout: fixed;
    text-align: center;
}

.weekTable td
{
    border: 1px solid black;
    color: Gray;
}

.weekTable td:hover .weekNumber, .weekTable td.selected .weekNumber
{
    color: Black;
    cursor: pointer;
    font-size: x-large;
    font-weight: bold;
    padding: 0px;
}

.weekNumber
{
    display: block;
    font-size: large;
    margin-top: 5px;
}

.legend
{
    float: right;
    margin-top: -18px;
}

.firstDay
{
    font-size: x-small;
    margin: 18px;
}

select
{
    font-family: "Courier New" , Courier, monospace;
    width: 80px;
}


.employeeDetails
{
    float: left;
    margin-top: -27px;
    clear: both;
}

.blackText
{
    color: Black;
    font-weight: bold;
}

.disabledLink
{
    color: Gray;
    text-decoration: none;
}

.disabledLink:hover
{
    text-decoration: none;
}

#overlay
{
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0px;
    position: fixed;
    width: 100%;
    z-index: 20;
}

.midwidth
{
    display: inline-block;
    width: 130px;
}

.doublewidth
{
    display: inline-block;
    width: 442px;
}

.adminReportTable th, #detailsDialog th, #settingsTable th
{
    text-align: left;
}

.adminReportTable td
{
    margin-right: 10px;
}

.adminReportTable, .adminReportTable th, .adminReportTable td
{
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 2px;
}
.overflowtable 
{
    box-sizing: border-box;border: 0;display: block;width: 1000px;overflow-x: auto;
}

#detailsDialog th, #detailsDialog td
{
    vertical-align: top;
}

#detailsDialog td
{
}

#detailsDialog th
{
    width: 125px;
}

.active
{
}

.inactive
{
    color: red;
}

.question
{
}

.answer
{
    display: none;
    margin: 0 0 10px 10px;
}

.contact
{
    font-style: italic;
    font-weight: bold;
}

.backRed
{
    background-color: #F70606;
}
.backYellow
{
    background-color: Yellow;
}
.backGreen
{
    background-color: #C5FF09;
}
.backWhite
{
    background-color: White;
}
.backDefault
{
    background-color: #E8E8E8;
}

.foreRed
{
    color: #F70606;
}
.foreYellow
{
    color: #FFBF00;
}
.foreGreen
{
    color: #7FD70D;
}
.foreBlack
{
    color: Black;
}

.holiday 
{
    background-color: #befbef;
    background-image: url('images/party.png');
    font-weight: bold;
    color: black;
}

.holidayBorder
{
    border: 2px dotted #1ef1ef;
    background-color: #defdef;
}

.rosterFreeDay {
    background-color: salmon;
    font-weight: bold;
    color: black;
}

.rosterFreeDayBorder {
    border: 2px dotted rosybrown;
    background-color: salmon;
}

.approved {
    background-image: linear-gradient(45deg, #e8e8e8 25%, #cfcfcf 25%, #cfcfcf 50%, #e8e8e8 50%, #e8e8e8 75%, #cfcfcf 75%, #cfcfcf 100%);
}

#settingsTable .ui-datepicker
{
    margin-left: 80px;
    z-index: 1000;
}

.maxhours-label 
{
    display: none;
}