﻿html, form
{
    height:100%;
}

body 
{
    margin:0px;
    padding:0px;
    height:100%;
    font-family: Arial;
    font-size: 12px;
}

h2, h3, h4
{
    margin-bottom: 5px;
}

#header 
{
    margin-bottom: 15px;
    border-bottom: 20px solid #C2BDAD;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#header .user-area
{
    display:inline-block;
    vertical-align: bottom;    
}

.top-menu
{
    margin: 0px;
    min-width: 500px;
    line-height: 0px;
}

.top-menu ul
{
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    line-height:20px;
    font-weight:bold;
}

.top-menu ul li
{
    display: inline-block;
    text-transform:uppercase;
}

.top-menu ul li a
{
    color: #61605D;
    padding: 15px 15px;
    display: block;
    text-decoration: none;
}

.top-menu ul li a:hover
{
    color: white;
    background-color: #FFBA54;
}

h2.pageHeader
{
    display: block;
    margin-top:0px;
    margin-bottom: 15px;
    color: #61605D;
    font-size: 25px;
    font-weight:normal;
    border-bottom: 4px solid #61605D;
}

a
{
    cursor:pointer;
    text-decoration: underline;
    color: #0000EE;
}

p
{
    font-family: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 175%;
}

#wrapper 
{
    margin: 0 auto;
    height: 100%;
    width: 1000px;
}

.alerts
{
    margin: 5px 0px 0px 0px;
}

.alert
{
    padding: 10px 15px;
    border-radius: 10px;
    border: 4px solid #EDD71A;
    background-color: #FDFBE8;
    margin-bottom: 10px;
}

#leftcolumn 
{
    width: 180px;
    float:left;
    padding: 0px 15px 0px 0px;
    margin-bottom: 15px;
    padding-left:10px;
}

#content 
{
    float: left;
    width: 765px;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-right:10px;
    min-height: 75%;
    border-left: 1px solid #CCCCCC;
}

#nav
{
    width: 100%;
    display: block;
}

#nav h3
{
    margin: 0px;
    color: #EF7C28;
    padding: 0px 5px 0px 0px;
}

#nav p
{
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 10px;
    display: block;
    clear: both;
}

#nav a
{
    color: inherit;
    text-decoration: none;
}

#nav a:hover
{
    text-decoration: underline;
}

#footer 
{
    border-top: 1px solid #CCCCCC;
    padding: 10px 0px;
    font-variant: small-caps;
}

input[type="text"], input[type="password"]
{
    margin: 3px 10px 10px 0px;
    width: 150px;
    border: 1px solid #666666;
    height: 22px;    
    line-height: 22px;
    padding-left: 5px;
}

input[type="text"]:focus, input[type="password"]:focus
{
    background-color: #CCEBCC;

}

select
{
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #666666;
    height: 26px;
    padding: 3px;
}

.DropDown
{
    margin: 3px 10px 10px 0px;
}

input[type="button"], input[type="submit"]
{
    border: 1px solid #666666;
    background-color: #EEEEEE;
    padding: 5px 15px 4px 15px;
    margin-bottom: 10px;
}

input[type="checkbox"]
{
    margin-right: 7px;
}

input[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:hover, input[type="submit"]:hover
{
    background-color: #CCEBCC;
}

input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover
{
    background-color: #EEEEEE;
}

.InputLabel
{
    font-variant:small-caps;
    letter-spacing: 2px;
    font-size: 14px;
}

/* For text under an InputLabel */
div.DisplayLabel
{
    display: inline-block;
    padding-top: 2px;
}

.SuccessMsg
{
    border-radius: 10px;
    border: 4px solid #005BB0;
    padding: 8px 8px 8px 42px;
    background-color: #E6EFF7;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    background-image: url('/hr/resources/img/icons/dialog-information-3.png');
    background-repeat:no-repeat;
    background-position: 10px center;
}

.ErrorMsg
{
    border-radius: 10px;
    border: 4px solid #D30C0C;
    padding: 8px 8px 8px 42px;
    background-color: #FEECEC;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    background-image: url('/hr/resources/img/icons/dialog-error-3.png');
    background-repeat:no-repeat;
    background-position: 10px center;
}

.MsgHideImage
{
    background-image: none;
    padding-left: 8px;
}

.GridView
{
    border-collapse:collapse;
    
}

.GridView th
{
    background-color: #C2BDAD;
    border: 1px solid #666666;
    padding: 7px;
}

.GridViewCentered th, .GridViewCentered td
{
    text-align: center;
}

.GridViewRowAlternate, .GridViewRowAlternate td
{
    background-color:#EDEBE6;
}

.GridView td:not(.PreviewPopupContent)
{
    padding: 7px;
    border: 1px solid #666666;
}

.GridView .ajax__calendar_container td
{
    border: 0px;
}

.NoTopOrBottomMargin
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div.TwoColumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

div.TwoColumn,
table.TwoColumn
{
    border-spacing: 0px;
}

div.GridRow
{
    display: grid;
    grid-template-columns: minmax(50px, 100px) auto;
}

div.LeftColumn,
div.RightColumn
{
    display: grid;
    align-items: center;
}

div.LeftColumn,
td.LeftColumn
{
    padding: 5px 5px 5px 0px;
    text-align: right;
    font-weight: bold;
}

div.RightColumn,
td.RightColumn
{
    padding: 5px;
}

.fitContent {
    width: fit-content;
    width: -moz-fit-content;
}

.Warning
{
    color: Red;
    font-weight: bold;
}

input[type="button"].SmallMargins, input[type="submit"].SmallMargins
{
    padding: 4px 5px;
    margin-top: 3px;
}

ul.LeftNavSubItems
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

ul.LeftNavSubItems li
{
    list-style-type: none;
}

.PopDownPanel
{
    background-color: White;
    -webkit-box-shadow: 0px 0px 7px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 7px 0px #000000; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
    padding: 15px;
}

.InfoPanel
{
    margin-bottom: 15px;
    clear:both;
}

.InfoPanel h3.title
{
    margin-top: 0px;
    color: #61605D;
    border-bottom: 1px solid #61605D;
    padding: 5px 0px;
}

.PreviewPanel h3
{
    margin-bottom: 15px;
    clear:both;
    margin-top: 0px;
    color: #61605D;
    border-bottom: 1px solid #61605D;
    padding: 5px 0px;
}

.Callout, .popout
{
    width: 275px;
    border: 4px solid #005BB0;
    border-radius: 10px;
    padding: 15px 15px 15px 45px;
    background-color:White;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 10px 0px #000000; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
    
    background-image: url('/hr/resources/img/icons/dialog-information-3.png');
    background-repeat:no-repeat;
    background-position: 10px center;
}

.popout {
    position: absolute;
    display: none;
    width: unset;
    text-align: left;
}

.CalloutLink
{
    text-decoration: underline;
}

.CalloutLink img
{
    vertical-align: bottom;
}

.PreviewPopup
{
    width: auto;
    border: 4px solid #000000;
    border-radius: 10px;
    padding: 15px;
    background-color:White;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 10px 0px #000000; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}

.Popup
{
    width: 500px;
    border: 4px solid #005BB0;
    border-radius: 10px;
    padding: 15px;
    background-color:White;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 10px 0px #000000; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}

.Popup h3
{
    margin-top: 0px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px 0px;
}

.PopupBackground
{
    background-color: #333333;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ThreeColumnSelect td
{
    width: 33%;
}

.Box
{
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
    border-color: #666666;
    height: 180px;
    width: 45.5%;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.ClockBox
{
    text-align:center;
    font-size:small;
}

.LeftBox
{
    float: left;
}

.RightBox
{
    float: right;
}

.GreenBox
{
    border: 4px solid #8DC63F;
    background-color: #F4F9EC;
}

.RedBox
{
    border: 4px solid #D30C0C;
    background-color: #FEECEC;
}

.Box img
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 15px;
    margin-bottom: 15px;

}

.spaceBottom
{
    margin-bottom:22px;
}

.spacer
{
    clear: both;
}

.RightSideArea
{
    float:right; 
    width:250px;
}

.MultipleInputsOnRow
{
    float:left;
}

.enhanced-tooltip
{
    display:block;
    position:absolute;
    background-color:white;
    padding:3px;
    border:1px solid #444444;
    z-index: 100;
    -ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Chrome, Safari, Opera */
    transform: scale(0.9, 0.9);
}

.schedule-cell {
    color: red !important;
    padding: 0px !important;
    font-size: 20px !important;
}

.half-day {
    padding: 3px !important;
    font-size: 12px !important;
}

.holiday {
    background-color: #98bfeb;
}

.weekend {
    background-color: rgb(172,172,172) !important;
}

.legend {
    align-items: center;
    display: flex;
}

.legend dt {
    width: 20px;
    height: 20px;
}

.legend dd {
    margin: 0 5px;
}

@media print
{
    #header
    {
        display:none;
    }
    
    #leftcolumn
    {
        display: none;
    }
   
    #content 
    {
        margin-left: 0px;
        border: 0px;
    }
}

