﻿/*******************  CSS for StyleSheetCtrl.css **********************/
.Completer
{
    position: absolute;
    z-index: 57575699;
    text-align: left;
}
.SuggestRes
{
    list-style: none;
    background-color: #fff;
    padding: 0px;
    border: 0px solid #dddddd;
    width: 100%;
    border-collapse: collapse;
}
.SuggestRes td
{
    padding: 2px;
    line-height: 16px;
}
.SuggestRes td.Alt
{
    background-color: #fafafa;
}
.SelectedRes
{
    background-color: #bae9de;
}
.SuggestRes .SelectedRes td.Alt
{
    background-color: #bae9de;
}
.Page_PW
{
    position: absolute;
    left: 2px;
    top: 1px;
    width: 50px;
}

.Page_U
{
    background-image: url(Images/page_u.png);
    background-position: center;
    width: 8px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-top: 3px;
}
.Page_U.Page_S
{
    background-image: url(Images/page_s.png);
    cursor: default;
}
.Page_B
{
    margin-top: 1px;
    background-image: url(Images/p_b.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    margin-left: 6px;
    cursor: pointer;
}
.Page_N
{
    margin-top: 1px;
    background-image: url(Images/p_n.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    margin-left: 6px;
    cursor: pointer;
}
.Page_Info
{
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 10px;
    font-style: italic;
}


.DataHighLight, input[type=text].CtrlDisable.DataHighLight
{
    background-color: Yellow;
    border: 1px solid Yellow;
}
/* AutoComplete */
.ac_results
{
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    left: 0px;
}


.ac_results ul
{
    width: 100%;
    list-style-position: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li
{
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
    font: menu;
    font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
    line-height: 16px;
    overflow: hidden;
}
div.CalendarHeader
{
    width: 1070px;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #009ea0;
    border: none 1px gray;
}
/*    Calendar   */
.CalDetailBox
{
    padding: 20px;
    overflow-y: auto;
}
table.Calendar
{
    width: 1070px;
    margin: auto;
    border-collapse: separate;
}
table.Calendar td
{
    border: solid 1px transparent;
    height: 110px;
    vertical-align: top;
    border-bottom: dashed #dadad9 1px;
}

div.CalendarDetail
{
    position: relative;
}

table.Calendar th
{
    width: 14%;
    border-collapse: collapse;
    font-weight: normal;
    text-align: left;
}
table.Calendar td.CalContent
{
    background-color: #fff;
}
table.Calendar td.CalOffDayContent
{
    background-color: #f9f9f9;
}
table.Calendar td.CalNonContent
{
}

table.Calendar td.CalOffDayNonContent
{
}
table.Calendar ul
{
    margin: 0;
    padding: 0px;
}
table.Calendar li
{
    list-style-type: none;
    margin-top: 1px;
}
table.Calendar li.LiHead
{
    margin-top: 0px;
    font-weight: bolder;
    text-align: left;
    font-size: 10px;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 5px;
}
table.Calendar div.DivHead
{
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: 0;
    font-weight: bolder;
    text-align: left;
    font-size: 10px;
    background-color: #eeeeFF;
    cursor: pointer;
}
.DIVCalendarAdd
{
    padding: 0 0 0 0;
}
.AddCalendar
{
    width: 24px;
    height: 24px;
    background-color: #ff80ff;
    background-image: url(Images/AddCal.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.AddCalendarOffDay
{
    width: 24px;
    height: 24px;
    background-image: url(Images/AddCalOffDay.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
table.Calendar li.LiHeadSelect
{
    font-weight: bolder;
    text-align: left;
    font-size: 10px;
    background-color: #56d6c9;
    color: White;
    cursor: pointer;
}
table.Calendar Div.DivHeadSelect
{
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: 0;
    font-weight: bolder;
    text-align: left;
    font-size: 10px;
    background-color: #ffabab;
    cursor: pointer;
}
table.Calendar li.LiHead div
{
    top: 1px;
}
table.Calendar li.LiContent
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    padding: 2px 0px 2px 2px;
    cursor: pointer;
}
/*       */
ul.UlIn
{
    margin: 0;
    padding: 0px;
}
ul.UlIn li
{
    list-style-type: none;
    border: solid 1px gray;
}
li.LiInHead
{
    font-weight: bolder;
    text-align: left;
    background-color: #eeeeff;
    padding-left: 0px;
    padding-top: 0px;
}

li.LiInContent
{
    text-align: left;
    text-overflow: ellipsis;
    padding-left: 0px;
    padding-top: 0px;
    height: 30px;
}
/*  WF Sim */
.CalMoreDetail
{
    font-size: 10px;
    cursor: pointer;
}

div.WFDIV
{
    margin: 5px 5px 5px 5px;
    padding: 1px 1px 1px 1px;
}
div.Model, span.Model
{
    margin: 0 auto;
    width: 30%;
    background: #ffff99;
    border: solid 1px black;
    z-index: 30;
}
div.ModelApproved, span.ModelApproved
{
    margin: 0 auto;
    background: #d0f0d0;
    border: solid 1px black;
    z-index: 30;
}
div.ModelRejected, span.ModelRejected
{
    margin: 0 auto;
    background: #f0d0d0;
    border: solid 1px black;
    z-index: 30;
}
div.ModelDelete, span.ModelDelete
{
    margin: 0 auto;
    background: #f0f0f0;
    border: solid 1px black;
    z-index: 30;
}
div.ModelNotFound, span.ModelNotFound
{
    margin: 0 auto;
    background: #fed9af;
    border: solid 1px black;
    z-index: 30;
}
div.ModelUnauthorization, span.ModelUnauthorization
{
    margin: 0 auto;
    background: #fed9af;
    border: solid 1px black;
    z-index: 30;
}
.ModelHeader
{
    height: 30px;
    color: #f0f0f0;
    background-color: #104464;
    border: solid 1px black;
}

span.ShowUser
{
    width: 100%;
}
span.ShowUser div
{
}

.APPUser
{
    width: 24px;
    height: 24px;
    background-image: url(Images/business_user_accept.png);
    background-repeat: no-repeat;
    background-position: left;
}
.REJUser
{
    width: 24px;
    height: 24px;
    background-image: url(Images/business_user_reject.png);
    background-repeat: no-repeat;
    background-position: left;
}
.WAITUser
{
    width: 24px;
    height: 24px;
    background-image: url(Images/business_user.png);
    background-repeat: no-repeat;
    background-position: left;
}
.ModelLine
{
    position: relative;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
}
.ModelActive
{
    background-image: url(Images/active.gif);
    background-repeat: no-repeat;
    background-position: left;
}

a:hover
{
    text-decoration: none;
}

.tdLeft
{
    width: 50%;
}
.tdRight
{
    width: 50%;
}
.c_rounded_enable
{
    display: inline-block;
}
.c_rounded_corner
{
    border-collapse: collapse;
}
.tdLeft .c_rounded_corner
{
    text-align: right;
    margin: 0px 0px 0px auto;
}
.tdRight .c_rounded_corner
{
    text-align: left;
    margin: 0px auto 0px 0px;
}
A.ButtonStyle a:link
{
    text-decoration: none;
}
A.ButtonStyle a:hover
{
    text-decoration: none;
}
#ctl00_ContentHolder_lblMode
{
    display: none;
}
/* Focus Input */
input[type=text], select, input[type=password], textarea
{
}
input[type=text].Focus, input.Focus
{
}
option:hover
{
}

/*	Report  */

.ReportHelper
{
    display: none;
    position: absolute;
    margin: 0px;
    margin-left: -20px;
    padding: 0px;
    padding-top: 20px;
    background-image: url(images/pointer.gif);
    background-position: top left;
    background-repeat: no-repeat;
    list-style: none;
    z-index: 57575699;
}
.ReportHelper li
{
    background-color: #f0f0f0;
    padding: 5px;
}
.SearchCriteria
{
    margin-top: 10px;
}
.ReportInfo
{
    background-image: url(images/reportinfo.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.ActionPanel
{
    width: 100%;
}
.inputSearch
{
    padding-left: 10px;
    padding-right: 10px;
}
.ReportHelpSearch
{
    cursor: pointer;
    background-image: url(images/sMenu.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 20px;
    color: #909090;
}
table.tableReportHelp
{
    width: 100%;
    border-collapse: collapse;
}
.tableReportHelp td
{
    cursor: pointer;
    border: solid 1px #d0d0d0;
}
.tableReportHelp th
{
    background-color: #d0d0d0;
}
.tdFirst
{
    width: 150px;
    overflow: hidden;
}
.tableReportHelp .HL
{
    background-color: #ccc;
}
.MultiEmp .ME
{
    background-image: url(images/close_icon.gif);
    width: 16px;
    height: 16px;
}

.MultiEmp .post-tag
{
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #3E6D8E;
    font-size: 90%;
    line-height: 2.0;
    margin: 2px 2px 2px 0;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.MultiEmp .post-tag:hover
{
    background-color: #3E6D8E;
    border-bottom: 1px solid #37607D;
    border-right: 1px solid #37607D;
    color: #E0EAF1;
    text-decoration: none;
}


.HMultiSearch
{
    float: left;
    background-color: #f9f9f9;
}
.HMultiSearch .Shower
{
    min-width: 100px;
    empty-cells: show;
    line-height: 20px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 57575699;
    background-color: #f9f9f9;
}
.HMultiSearch .Shower .aHelpData
{
    border: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    margin: 4px;
}
.HMultiSearch .Shower .aHelpData .HelpDataDeleter
{
    float: right;
}
.HMultiSearch .Searcher
{
    margin-left: -1px;
    float: left;
    padding-left: 5px;
}
.HMultiSearch .HelpDataDeleter
{
    background-image: url(images/close_icon.gif);
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.HMultiSearch .ShowTag
{
    height: 20px;
    cursor: pointer;
}
.HMultiSearch > ul
{
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.HMultiSearch > ul > li
{
}
.HMultiSearch > ul > li > a
{
    text-decoration: none;
    empty-cells: show;
    margin-left: 5px;
}



/* CalendarAdd */
.TBCalendarDetail
{
    width: 100%;
    border-collapse: separate;
}
.HeadColumn
{
    width: 150px;
}

.CalAddOffDayNonContent
{
    background-color: #f0f0f0;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 12%;
}
.CalAddContent
{
    background-color: White;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 12%;
}
.CalAddOffDayContent
{
    background-color: #f1efb4;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 12%;
}

.CalAddNonContent
{
    height: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #f0f0f0;
}
.CalendarDetail
{
    position: relative;
}


.HeadDate
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #eeeeff;
    text-align: left;
    height: 20px;
    font-weight: bolder;
}

.HeadDateALLEvent
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: left;
    height: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.DIV_ALLEventDetailMain
{
    position: absolute;
    top: 23px;
    left: 5px;
    width: 545px;
    height: 260px;
    overflow: auto;
}
.TD_DayBoxDetailMain
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.DIV_EventSpace
{
    height: 12px;
    margin: 2px;
}
.DIV_EventMain
{
    position: relative;
    background-color: #99FF99;
    color: #444444;
    height: 36px;
    margin: 2px;
    text-align: left;
    padding: 1px 2px 2px 14px;
}
.DIV_More
{
    position: absolute;
    top: 122px;
    right: 5px;
    cursor: pointer;
    color: Blue;
}
.DIV_CalendarShowALLDayBar
{
    position: absolute;
    top: 283px;
    left: 0px;
    width: 100%;
    background-color: #555555;
    color: White;
    text-align: right;
    font-size: 11px;
}
.TD_AddButton
{
    background-image: url('Images/Addbutton.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center;
}
.DIV_IconLink
{
    background-image: url('Images/link.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 0px;
}
#DIV_SpaceCalendar
{
    border: 1px solid #808080;
}
.Icon1
{
    background-image: url('Images/Ico1.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.Icon2
{
    background-image: url('Images/tick.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

/* ------------------------------------------------------------------------------------- */

.Calendar_Other_Transection_DIV_ArrowSpace_L
{
    background-image: url('Images/Arrow.png');
    background-repeat: no-repeat;
    background-position: left;
    height: 10px;
}
.Calendar_Other_Transection_DIV_ArrowSpace_R
{
    background-image: url('Images/Arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 10px;
}
.Calendar_Other_Transection_DIV_Box
{
    position: relative;
    background-color: #dce6f2;
    height: 20px;
    width: 200px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #808080;
    cursor: pointer;
}

.Calendar_Other_Transection_DIV_Box_Space
{
    position: relative;
    background-color: #dce6f2;
    width: 200px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #808080;
    height: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #b2b2b2;
}

.Calendar_Other_Transection_DIV_Box_C1
{
    float: left;
    width: 90px;
    margin-left: 10px;
    margin-top: 5px;
}

.Calendar_Other_Transection_DIV_Box_C2
{
    float: left;
    width: 20px;
    margin-top: 5px;
    text-align: right;
    color: Red;
    font-weight: bold;
}

.Calendar_Other_Transection_DIV_Box_C3
{
    float: left;
    width: 70px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
    color: Gray;
}
.CalendarIconStar_L
{
    position: absolute;
    background-image: url('Images/star.png');
    background-repeat: no-repeat;
    top: 3px;
    left: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.CalendarIconStar_R
{
    position: absolute;
    background-image: url('Images/star.png');
    background-repeat: no-repeat;
    top: 3px;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.SlideCollapseUpButton
{
    background-image: url('Images/Collapse-Up.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 17px;
    height: 17px;
    float: right;
   /* margin-right: 10px; */
}

.SlideCollapseDownButton
{
    background-image: url('Images/Collapse-Down.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 17px;
    height: 17px;
    float: right;
    /* margin-right: 10px; */
}
.SlideHeader
{
    width: 100%;
    height: 24px;
}
.ClickForSlide .SlideCollapseUpButton.Hover
{
    background-image: url('Images/Collapse-UpOver.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 17px;
    height: 17px;
    float: right;
   /* margin-right: 10px; */
}
.ClickForSlide .SlideCollapseDownButton.Hover
{
    background-image: url('Images/Collapse-DownOver.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 17px;
    height: 17px;
    float: right;
   /* margin-right: 10px; */
}
.SlideMain
{
    border: none;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.ClickForSlide
{
    cursor: pointer;
    margin-top: 2px;
    float: right;
}
.ClickForSlide > span
{
    margin-left: 10px;
    margin: 0px auto;
}
.CheckHover
{
}
.txtStatusHide
{
    width: 3px;
}
.SlidePanel
{
    width: 98%;
}

.IconLoading
{
    background: url('images/loading.gif') no-repeat;
    width: 16px;
    height: 16px;    
}

.MessagePane
{
}
.MessagePane .MessageTab
{
    width: 100%;
    height: 25px;
    overflow: visible;
}
.MessagePane .MessageTab > div
{
    border: 1px solid #ccc;
    border-left: 0px;
    margin-bottom: -1px;
    border-bottom: none;
    padding: 5px;
    float: left;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #ccc;
}
.MessagePane .MessageTab > div.first
{
    border-left: 1px solid #ccc;
}

.MessagePane .MessageTab > div:hover
{
    border-bottom: none;
}
.MessagePane .MessageTab > div.Con
{
    border-right: none;
}
.MessagePane .MessageTab > div.Focused
{
    cursor: auto;
    color: #3c3c3b;
}
.MessagePane .MessageTab > div > div
{
    text-transform: uppercase;
    position: absolute;
    display: none;
}
.MessagePane .MessageTab > div.Focused > div
{
    background-color: #e8fcf6;
    display: block;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 6px;
    bottom: -3px;
}
.MessagePane .Sep
{
    clear: both;
    height: 0px;
    overflow: hidden;
    display: none;
}
.MessagePane .MessageContent
{
    clear: both;
    height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 2px solid #ccc;
}
.MessagePane UL
{
    padding: 0px;
    padding-left: 20px;
    margin-left: 20px;
}
.MessagePane UL LI
{
    margin: 0px;
    list-style-type: square;
}
.MessagePane UL LI UL LI
{
    list-style-type: disc;
}
.DelAttFile
{
    background-image: url('images/deleteFile.png');
}
.ColorPicker
{
    background-image: url('images/color.png');
}
.InformationIcon
{
    background-image: url(images/informationicon.png);
    background-repeat: no-repeat;
}

.loginDivAll .UserEmptyJPN
{
    background-image: url(images/bgUserBoxJPN.png);
    background-repeat: no-repeat;
}
.loginDivAll .PassEmptyJPN
{
    background-image: url(images/bgPassBoxJPN.png);
    background-repeat: no-repeat;
}

.ButtonConfig
{
    background-image: url(DIYReport/images/edit-15-green.png);
    background-repeat: no-repeat;
}

.X8Scroll
{
    padding-top: 20px;
}
.X8SrollTop
{
    z-index: 99;
    height: 20px;
    position: absolute;
    background-color: White;
    top: 0px;
    width: 100%;
}
.X8ScrollR
{
    width: 150px;
    float: right;
    height: 20px;
    margin-right: 5px;
}
.X8ScrollR > *
{
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
}
.X8ScrollL
{
    width: 140px;
    float: left;
    height: 20px;
    position: relative;
    margin-left: 5px;
}
.X8Scroll .pgbar
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #009ea0;
}
.X8Scroll .pgitem
{
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: #009ea0;
    top: 5px;
    margin-left: -5px;
}

.X8First
{
    background-image: url(images/first.png);
    background-repeat: no-repeat;
    background-position: center;
}
.X8Last
{
    background-image: url(images/last.png);
    background-repeat: no-repeat;
    background-position: center;
}
.X8Next
{
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    background-position: center;
}
.X8Back
{
    background-image: url(images/back.png);
    background-repeat: no-repeat;
    background-position: center;
}

.inDelete
{
    background-image: url(DIYReport/images/reject-15.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: auto;
}


/*******************  CSS for Calendar.css **********************/
div.calendar
{
    padding: 5px;
    color: #a9a9a9;
}

div.calendar.popup
{
    margin-left: -50px;
    margin-top: -105px;
    z-index: 880;
    background-color: #bae9de;
}

div.calendar table
{
    border-spacing: 0px;
    padding: 5px;
    margin: 5px;
}

div.calendar thead
{
}

div.calendar td, div.calendar th
{
    text-align: center;
}
div.calendar th
{
    border: none 0px;
    color: #a9a9a9;
}

div.calendar tr.days td.weekend
{
    color: #c9c9c9;
}

div.calendar td.title
{
    color: #009ea0;
}

div.calendar th
{
    font-weight: normal;
}

div.calendar tr.days td
{
    width: 2em;
    text-align: right;
    cursor: pointer;
    text-align: center;
}

div.calendar tr.days td:hover, div.calendar td.button:hover
{
    background-color: #009ea0;
    color: #fff;
    cursor: pointer;
}
div.calendar tr.days td:hover, div.calendar tr.days td.weekend:hover
{
    background-color: #009ea0;
    color: #fff;
}

div.calendar tr.days td:active div.calendar td.button:active
{
}

div.calendar tr.days td.selected
{
    background-color: #008789;
    color: #c9c9c9;
}


div.calendar tr.days td.today
{
    border-color: #6699aa;
}
.btnCalendar
{
    height: 20px;
    width: 20px;
    border-width: 0px;
    background: url(../../x8/style/images/calendar.png) no-repeat;
    background-position: top;
    cursor: pointer;
}
div.calendar tr.days td.otherDay
{
}


.TableCal
{
    margin: 0px;
    padding: 0px;
    border: none 0px;
    border-collapse: collapse;
}
.TableCal td
{
    padding: 0px;
    margin: 0px;
    border: none 0px;
}
/*-----------MDP-----------*/

div.calendar table.ui-datepicker-calendar
{
    margin-left: 0;
    margin-right: 0;
}
div.calendar .ui-datepicker-multi table.ui-datepicker-calendar
{
    margin-left: auto;
    margin-right: auto;
}
div.calendar div.ui-datepicker
{
    width: auto;
    padding: 5px;
    height: auto;
}
div.calendar div.ui-datepicker table
{
    width: auto;
}
div.calendar div.ui-datepicker th
{
    width: 2em;
    padding: 1px;
}
.ui-widget-content .ui-icon
{
    background-image: none;
    text-align: center;
    text-indent: 0;
    color: #a9a9a9;
}
.ui-datepicker .ui-datepicker-header a
{
    cursor: pointer;
}
.ui-datepicker table tr td span
{
    cursor: default;
}
.ui-datepicker td a, .ui-datepicker td span, .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-highlight, .ui-widget-content .ui-state-highlight
{
    text-align: center;
    color: #a9a9a9;
    background: none;
    border: none;
}
div.ui-datepicker-title span
{
    color: #009ea0;
}
table.ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
{
    background-color: #009ea0;
}
table.ui-datepicker-calendar td:hover a, .ui-datepicker .ui-datepicker-prev-hover span, .ui-datepicker .ui-datepicker-next-hover span
{
    color: #fff;
}
.ui-datepicker td span, .ui-datepicker td a
{
    padding: 0;
    line-height: 20px;
}
td.ui-state-highlight, .ui-widget-content td.ui-state-highlight
{
    border: none;
    background-image: none;
    background-color: #008789;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a
{
    color: #c9c9c9;
}
.ui-datepicker span
{
    text-transform: none;
    font-family: source_sans_proregular ,helvethaica;
    font-size: 12px;
}
.ctrlMultiCalendar table { border-collapse:collapse; }
.ctrlMultiCalendar tr td
{
    padding: 0px;
}
td.ui-datepicker-unselectable.ui-state-disabled.ui-state-highlight span
{
    color: #000000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(166, 167, 171);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(166, 167, 171);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(166, 167, 171);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(166, 167, 171);
}