﻿/*******************  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;
}
/*  ----------------------- CTRL DateRangePicker ------------------------------   */
.date-picker
{
	width:170px;
	height:25px;
	padding:0;
	border:0;
	line-height:25px;
	padding-left:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	cursor:pointer;
	color:#303030;
	position:relative;
	z-index:2;
}
.date-picker-wrapper
{
	position:absolute;
	z-index:1;
	/* border:1px solid #bfbfbf; */
	background-color:#bae9de;
	 padding: 0px 7px; 
	font-size:12px;
	line-height:20px;
	color:#aaa;
	font-family:Arial;
	/*  box-shadow:3px 3px 10px rgba(0,0,0,0.5);  */
	box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper { position: relative; box-shadow: none;}
.date-picker-wrapper.single-date {
	width:auto;
}
.date-picker-wrapper.no-shortcuts { padding-bottom:12px;}
.date-picker-wrapper.no-topbar { padding-top:12px;}
.date-picker-wrapper .footer
{
	font-size:11px;
	padding-top: 3px;
}
.date-picker-wrapper b
{
	color:#009ea0;
	font-weight:700;
}
.date-picker-wrapper a 
{
	color: rgb(107, 180, 214);
	text-decoration:underline;
}
.date-picker-wrapper .month-name
{
  text-transform: uppercase;
  color:#009ea0;
}
.date-picker-wrapper .month-wrapper
{
	/* border:1px solid #bfbfbf; */
	border-radius:3px;
	background-color:#bae9de;
	/* padding:5px; */
	cursor:default;
	position:relative;
	_overflow:hidden;
}
.date-picker-wrapper .month-wrapper table
{
	width:190px;
	float:left;
}
.date-picker-wrapper .month-wrapper table.month2
{
	width:190px;
	float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td
{
	vertical-align:middle;
	text-align:center;
	line-height:14px;
	margin : 0px;
	padding : 0px;
}
.date-picker-wrapper .month-wrapper table .day
{
	padding:5px 0;
	line-height:1;
	font-size:12px;
	margin-bottom:1px;
	/* color:#c9c9c9; */
	cursor:default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth
{
	color:#999;
	cursor:default;
}
.date-picker-wrapper .month-wrapper table .day.checked
{
	background-color: #008789;
	/* opacity:0.5; */
}
.date-picker-wrapper .month-wrapper table .week-name
{
	height:20px;
	line-height:20px;
	font-weight:100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip { cursor:help !important;}
.date-picker-wrapper .time label { white-space:nowrap; }
.date-picker-wrapper .month-wrapper table .day.toMonth.valid
{
	/* color:#333; */
	cursor:pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering
{
	background-color: #008789;
	/*  opacity:0.5;  */
}

.day.toMonth:hover
{
    background-color: #009ea0;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth { display:none; }

.date-picker-wrapper .month-wrapper table .day.real-today { background-color: #008789; }
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering { background-color #008789; }


.date-picker-wrapper table .caption
{
	height:40px;
}
.date-picker-wrapper table .caption .dcpkrnext,
.date-picker-wrapper table .caption .dcpkrprev
{
	padding:0 5px;
	cursor:pointer;
}
.date-picker-wrapper table .caption .dcpkrnext:hover,
.date-picker-wrapper table .caption .dcpkrprev:hover
{
	background-color:#009ea0;
	color:white;
}
.date-picker-wrapper .gap
{
	position: relative;
	z-index: 1;
	width:15px;
	height: 100%;
	background-color:red;
	font-size:0;
	line-height:0;
	float: left;
	top: -5px;
	margin: 0 10px -10px;
	visibility: hidden;
	height: 0;
}
.date-picker-wrapper .gap .gap-lines { height: 100%; overflow:hidden; }
.date-picker-wrapper .gap .gap-line { height:15px;width:15px; position:relative;  }
.date-picker-wrapper .gap .gap-line .gap-1 { z-index:1; height:0; border-left:8px solid white; border-top:8px solid #eee;border-bottom:8px solid #eee; }
.date-picker-wrapper .gap .gap-line .gap-2 { position:absolute; right:0; top:0px; z-index:2; height:0; border-left:8px solid transparent; border-top:8px solid white; }
.date-picker-wrapper .gap .gap-line .gap-3 { position:absolute; right:0; top:8px; z-index:2; height:0; border-left:8px solid transparent; border-bottom:8px solid white; }
.date-picker-wrapper .gap .gap-top-mask { width: 6px; height:1px; position:absolute; top: -1px; left: 1px; background-color: #eee; z-index:3; }
.date-picker-wrapper .gap .gap-bottom-mask { width: 6px; height:1px; position:absolute; bottom: -1px; left: 7px; background-color: #eee; z-index:3; }

.date-picker-wrapper .selected-days
{
	display:none;
}
.date-picker-wrapper .drp_top-bar
{
	line-height:40px;
	height:30px;
	position:relative;
}
.date-picker-wrapper .drp_top-bar .error-top { display:none; }
.date-picker-wrapper .drp_top-bar .normal-top { display:none; }
.date-picker-wrapper .drp_top-bar .default-top { display:block; }

.date-picker-wrapper .drp_top-bar.error .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display:block; color:red; }

.date-picker-wrapper .drp_top-bar.normal .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display:block; }

.date-picker-wrapper .drp_top-bar .apply-btn
{
	position:absolute;
	right: 0px; 
	top: 6px;
	padding:3px 5px;
	margin:0;
	font-size:12px;
	border-radius:4px;
	cursor:pointer;
	
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	color:white;
	line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled
{
	cursor: pointer;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
	position: relative;
}
.date-picker-wrapper.single-month .time { display:none; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
}
.date-picker-wrapper .time1, .time2 {
	width: 180px;
	padding: 0 5px;
	text-align: center;
}
.date-picker-wrapper .time1 {
	float: left;
}
.date-picker-wrapper .time2 {
	float: right;	
}
.date-picker-wrapper .hour, .minute {
	text-align: right;
}
.date-picker-wrapper .hide {
	display: none;
}

.date-picker-wrapper .first-date-selected { background-color:#008789 !important; color:white !important;   }
.date-picker-wrapper .last-date-selected {background-color:#008789 !important; color:white !important;  }
.date-picker-wrapper .date-range-length-tip { position:absolute; margin-top:-4px; margin-left:-8px; box-shadow:0 0 3px rgba(0,0,0,.3); display:none;background-color:yellow; padding:0 6px; border-radius:2px; font-size:12px; line-height:16px; 
-webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.3)); 
    -moz-filter: drop-shadow(0 0 3px rgba(0,0,0,.3)); 
    -ms-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 0 3px rgba(0,0,0,.3)); 
    filter: drop-shadow(0 0 3px rgba(0,0,0,.3));  }
.date-picker-wrapper .date-range-length-tip:after { content:''; position:absolute; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid yellow; left:50%; margin-left:-4px; bottom:-4px; }

#wrapper
{
	width:800px;
	margin:0 auto;
	color:#333;
	font-family:Tahoma;
	line-height:1.5;
	font-size:14px;
}
.demo { margin:30px 0;}
.date-picker-wrapper .month-wrapper table .day.lalala { background-color:orange; }
.options { display:none; border-left:6px solid #8ae; padding:10px; font-size:12px; line-height:1.4; background-color:#eee; border-radius:4px;}
.date-picker-wrapper.date-range-picker19 .day.first-date-selected { background-color: red !important; }
.date-picker-wrapper.date-range-picker19 .day.last-date-selected { background-color: orange !important; }
.date-picker-wrapper .drp_top-bar .apply-btn{
    display:none;
}
div.gap{
    visibility:hidden;
}
div.gap-lines{
    visibility:hidden;
}
.date-picker-wrapper .gap{
    background-color:transparent;
}

/*  ------------------- CTRL PICK SELECTED -------------------------  */
.bsmContainer {
  /* container that surrounds entire bsmSelect widget */
}

.bsmSelect {
  /* the newly created regular 'select' */
  display: inline;
}

.bsmOptionDisabled {
  /* disabled options in new select */
  color: #999;
}

.bsmHighlight {
  /* the highlight span */
  float: right;
  padding: 0;
  margin: 0 0 0 1em;
}

.bsmList {
  /* html list that contains selected items */
  margin: 0.25em 0 1em 0;
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmListItem {
  /* li item from the html list above */
  position: relative;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: #ddd;
  border: 1px solid #bbb;
  width: auto;
  margin: 0 0 -1px 0;
  line-height: 1em;
}

.bsmListItem:hover {
  background-color: #e5e5e5;
}

.bsmListItemLabel {
  /* this is a span that surrounds the text in the item, except for the remove link */
  padding: 5px;
  display: block;
}

.bsmListSortable .bsmListItemLabel {
  cursor: move;
}

.bsmListItemRemove {
  /* the remove link in each list item */
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}

.bsmScrollWorkaround {
  /* Fix a bug when the 'html' element has an overflow set to either 'scroll' or 'auto' on FF. */
   padding-bottom: 1px;
   overflow: auto;
}

.bsmHighlight {
  color: #777;
}

.bsmSelect {
  margin: 1em 0 0.25em 0;
}

#footer, #footer li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

#footer {
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-top: 2em;
}

.copyright {
  font-size: 10px;
}

.bsmListSortableCustom li {
  cursor: move;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 2px 0;
}

/* custom */


.bsmList-custom-user {
  /* html list that contains selected items */
  margin: 0.25em 0 0.25em 0;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmList-custom-pass {
  /* html list that contains selected items */
  margin: 0.25em 0 0.25em 0;
  display: block;
  padding-left: 0;
  list-style: none;
}


.bsmListItem-custom {
  /* li item from the html list above */
  margin: 0 5px 5px 0;
  padding: 5px 10px 5px 10px;
  list-style: none;
  background: #ddd;
  border: 1px solid #bbb;
  line-height: 1em;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

.bsmListItem-custom:hover {
  background-color: #e5e5e5;
  box-shadow: 0 0 3px #aaa;
  -webkit-box-shadow: 0 0 3px #aaa;
  -moz-box-shadow: 0 0 3px #aaa;
}

.bsmListItemLabel-custom {
  padding-right: 5px;
}

.bsmListItemRemove-custom {
  text-decoration: none;

}
.circleimg 
{
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    overflow:hidden;
}

/*-------------- Time Picker ----------------*/
.timepicker .input-group-addon {
	cursor: pointer;
}
.timepicker-moving {
	cursor: pointer;
}
div.timepicker.popup {
	width: 190px;
	height: 190px;
	position:absolute;
	z-index: 880;
}
div.timepicker.popup .popover-title 
{
    width: 60px;
	color: #009ea0;
	position: relative;
	font-weight: bold;
	margin: 0px auto;
	top: 78px;
	z-index: 1;
}

div.timepicker.popup .popover-title span {
    font-size: 25px;
    cursor: pointer;
}

div.timepicker.popup .popover-title.active,
div.timepicker.popup .popover-title:hover {
	color: #00c1b5;
}

div.timepicker.popup .popover-content {
	background-color: #bae9de;
	height: 190px;
	position: relative;
	top: -33px;
}
div.timepicker.popup .ampm {
	position: absolute;
	cursor: default;
}

.timepicker-plate {
	width: 170px;
	height: 170px;
	overflow: visible;
	position: relative;
	margin: 0px auto;
	top: 10px;
    background-repeat: no-repeat;
}

.timepick-background-1 
{
    background-image: url('Images/timePicker-Clock_1.png');
}
.timepick-background-2 
{
    background-image: url('Images/timePicker-Clock_2.png');
}
.timepicker-canvas,
.timepicker-dial {
	width: 170px;
	height: 170px;
	position: absolute;
}
.timepicker-tick {
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.timepicker-am-pm-div {
	text-align: center;
}

.timepicker-span-am-pm {
	color: rgb(0, 135, 137);
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -30px;
}

.timepicker-am-pm-div span {
	cursor: pointer;
}

.btnTimePicker
{
    height: 20px;
    width: 20px;
    border-width: 0px;
    background: url(../../x8/style/images/timepicker.png) no-repeat;
    background-position: top;
    cursor: pointer;
}

.timepicker-Hours
{
    background: url('Images/timePicker-Hours.png') no-repeat;
}
.timepicker-Hours-Hover
{
    background: url('Images/timePicker-Hours-Hover.png') no-repeat;
}
.timepicker-Hours:hover
{
    background: url('Images/timePicker-Hours-Hover.png') no-repeat;
}

.timepicker-Mintues
{
    background: url('Images/timePicker-Minutes.png') no-repeat;
}
.timepicker-Mintues-Hover
{
    background: url('Images/timePicker-Minutes-Hover.png') no-repeat;
}
.timepicker-Mintues:hover
{
    background: url('Images/timePicker-Minutes-Hover.png') no-repeat;
}

::-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);
}
.popover-title
{
    display: none;
}
.popover.right > .arrow
{
    border-right-color: transparent;
}
.popover
{        
    background:rgb(232, 252, 246);
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 1px;
    text-align: left;
    background-clip: padding-box;
    border-radius: 6px;
    white-space: normal;
}

.popover > .arrow:after
{
    border-color: transparent;
    border-width: 11px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow
{
    border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover-content
{
    padding: 9px 14px;
}
.popover.top {
  margin-top: -15px;
}
.popover.right {
  margin-left: 15px;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-left: -15px;
}
.popover.right > .arrow:after
{
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
    .popover.right > .arrow:after
    {
        border-right-color: #e8fcf6;
    }
.popover.right > .arrow
{
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}    
    .popover.left > .arrow:after
    {
        border-left-color: #e8fcf6;
    }
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in
{
    opacity: 1;
}
