﻿/***********************************************************/
/***************        GENERAL STYLES        **************/
/***********************************************************/
body
{
    font: 11pt Arial,sans-serif;
    color: #494949;
    background: #fcfcfc;
    padding: 0px;
    margin: 0px;
}

body.touch 
{
	font: 12pt Arial,sans-serif;
}

ph
{
	color: #FEFEFE;
}

.themeBgd
{
    background-color: #fcfcfc;
}

div.titlebar
{
    background: #0194D9; 
    height: 26px;
    padding: 1px 1px 1px 5px;
    font-weight: bold;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FEFEFE;
}

div.titlebar.trans
{
    background: ;    
    position: relative;
    z-index: 1;
}

div.titlebar.trans:before 
{
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0194d9;
    content: ''; 
    opacity: 0.9;
}

div.titlebar.flash
{
    background: #78B0E0;
}

div.titlebar.trans.flash
{
    background: ;
}

div.titlebar.trans.flash:before
{
    background: #78B0E0;
}

div.content.trans
{
    background: ;    
    opacity: 0.75;
}

div.toolbar
{
    padding: 2px 5px 2px 5px;
}

/***************** MENU *****************/
div.menubarwrapper
{
    position: absolute;
    padding-top: 33px;
    color: #04407E;
    font-style: italic;
    font-weight: bold;
    font-size: 30pt;
    z-index: -1;
}

div.menubarouter
{
    overflow-x:auto;
    overflow-y:hidden;
    position: relative;
    top:1px;
    z-index: 1;
}

div.menubar
{
    height:36px;
    padding-left: 5px;
    vertical-align: bottom;
    white-space: nowrap;
    display: inline-block;
}

div.menubar div.menuitem
{
    text-align: center;
    font-size: 11pt;
    border-left: 1px Solid #404040;
    border-top: 1px Solid #404040;
    border-right: 1px Solid #404040;
    border-bottom: 1px Solid #404040;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 29px;
    padding: 3px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    height: 29px;
    /*background: #DDDDDD url(../css/EEOnline-Default/images/soft_dddddd.png) center repeat-x;*/
    background: #94D4F8 url(../css/EEOnline-Default/images/soft_93c4dd_light.png) 50% 50% repeat-x;
    margin-top: 2px;
}

div.menubar div.menuitem.selected
{
    cursor: default;
    height: 31px;
    margin-top: 0px;
    border-bottom: 1px Solid #fcfcfc;
    background: #fcfcfc;
}

div.submenubarouter
{
    overflow-x:auto;
    overflow-y:hidden;
}

div.submenubar
{
    background: #fcfcfc;
    height:68px;
    border: 1px Solid #404040;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 4px 0px 4px;
    vertical-align: bottom;
    white-space: nowrap;
    display: inline-block
}

    div.submenubar:before
    {
        z-index: -2;
        position: absolute;
        left: 0px;
        top: 28px;
        border-top: 10px solid #DDDDDD;
        width: 100%;
        height: 95px;
        border-bottom: 1px Solid #404040;
        content: '';
        background: #DDDDDD url(../images/logo.png) no-repeat top right;
    }

div.submenubar.dontfit:before
{
    z-index: -2;
    position: absolute;
    left: 0px;
    top: 28px;
    width: 100%;
    height: 105px;
    border-bottom: 1px Solid #404040;
    content: ''; 
    background: #dddddd;
}

div.submenubar div.menuitem
{
    text-align: center;
    width: 100px;
    font-size: 11pt;
    border-left: 1px Solid #404040;
    border-top: 1px Solid #404040;
    border-right: 1px Solid #404040;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 28px;
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    height: 59px;
    border-bottom: 1px Solid #404040;
    background: #94D4F8 url(../css/EEOnline-Default/images/soft_93c4dd_light.png) 50% 50% repeat-x;
    margin-top: 5px;
}

div.submenubar div.menuitem.selected
{
    cursor: default;
    height: 61px;
    margin-top: 3px;
    border-bottom: 1px Solid #fcfcfc;
    background: #fcfcfc;
}

div.menuitem:hover
{
    /*background: #eeeeee !important;*/
    background: #94D5F5 url(../css/EEOnline-Default/images/soft_0194d9_light.png) 50% 50% repeat-x !important;
}

div.menuitem.selected:hover
{
    background: #fcfcfc !important;
}

div.menuitem.selected.changed, div.menuitem.changed
{
    font-weight: bold;
}

div.menuitemstatic
{
    text-align: center;
    width: 100px;
    font-size: 11pt;
    border-left: 1px Solid #404040;
    border-top: 1px Solid #404040;
    border-right: 1px Solid #404040;
    border-bottom: 1px Solid #404040;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 24px;
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
    height: 87px;
    background: #DDDDDD url(../css/EEOnline-Default/images/soft_dddddd.png) center repeat-x;
    margin-left: 3px;
    position: relative;
    z-index: 1;
}

div.menuitemstatic.selected
{
    cursor: default;
    border-bottom: 1px Solid #fcfcfc;
    background: #fcfcfc;
    height: 89px;
}

div.menuitemstatic:hover
{
    background: #eeeeee !important;
}

div.menuitemstatic.selected:hover
{
    background: #fcfcfc !important;
}

/*************** END MENU ***************/

div.centered
{
    position: absolute;
    overflow: hidden;
}

div.pageContent
{
    position: relative;
    overflow: auto;
    width: 100%;
    border-top: 1px Solid #fcfcfc;
}

div.container
{
    position: absolute;
    overflow: hidden;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.container div.titlebar 
{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

div.container div.content
{
    border-left: 3px Solid #0194d9;
    border-bottom: 3px Solid #0194d9;
    border-right: 3px Solid #0194d9;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 15px 15px 18px -10px #808080;
    background-color: #fcfcfc;
}

div.container div.content.flash
{
    border-left: 3px Solid #78B0E0;
    border-bottom: 3px Solid #78B0E0;
    border-right: 3px Solid #78B0E0;
}

.button
{
    border: 1px Solid #999999;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 7px 2px 3px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F1F1F1 url(../css/EEOnline-Default/images/soft_f1f1f1.png) 50% 50% repeat-x;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.button.touch 
{
	padding: 10px 7px 6px 3px;
}

div.button>img
{
    vertical-align: -2px;
}

.inactivebutton
{
    cursor: default;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.inactivebutton.touch 
{
	padding: 10px 7px 6px 3px;
}

.button:hover
{
    background: #ECF4FA url(../css/EEOnline-Default/images/hard_0194d9_light.png) 50% 50% repeat-x;
    background-position: center;
    border: 1px solid #A3B7D2;
    color: #ffffff;
}

.button:active
{
    background: #A3B7D2 url(../css/EEOnline-Default/images/soft_0194d9_light.png) 50% 50% repeat-x;
    background-position: center;
    border: 1px solid #0194d9;
    padding: 5px 6px 1px 4px;
    color: #494949;
}

.button:active.touch
{
    padding: 10px 6px 4px 4px;
}

.button.logout
{
    text-decoration: none;
    color: #494949;
    font-weight: normal;
    font-size: 11pt;
}

.button.logout:hover
{
    background: #DDDDDD url(../css/EEOnline-Default/images/soft_dddddd.png) 50% 50% repeat-x;
    border: 1px solid #888888;
}

.button.logout:active
{
	background: #f1f1f1 url(../css/EEOnline-Default/images/soft_f1f1f1.png) 50% 50% repeat-x;
	padding: 3px 8px 3px 2px;
}

.btnClose
{
    position: relative;
    top: 5px;
    left: 17px;
    cursor: pointer;
}

.btnClose:hover
{
    box-shadow: 0px 0px 8px 2px #FF5050;
}

a
{
    color: #494949;
}

a:active
{
    color: #494949;
}

a:hover
{
    color: #494949;
}

a:visited
{
    color: #494949;
}

a.button
{
    text-decoration: none;
}

.likeLink
{
    text-decoration: underline;
    cursor: pointer;
    color: #494949;
}

div.noBreakField
{
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.noBreakFieldHeight
{
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
}

td.noBreakField
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.icon
{
    width: 90px;
    height: 93px;
    margin: 1px;
    border: 0px;
    padding: 0px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

div.icon>div
{
    overflow: hidden;
    font-size: 10pt;
    padding: 4px 2px 4px 2px;
    border: 1px Solid Transparent;
    border-radius: 4px;
    cursor: default;
}

div.detail
{
    border: 1px Solid Transparent;
    border-radius: 4px;
    cursor: default;
}

div.icon>div:hover, div.detail:hover
{
    background-color: #ECF4FA;
    border: 1px Solid #CCE1F3;
}

div.icon>div.selected, div.detail.selected
{
    background-color: #CCE1F3;
    border: 1px Solid #78B0E0;
}

div.icon>div>div
{
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
	word-wrap: break-word;
	white-space: pre-line;
	margin-top: 3px;
	border: 0px;
	padding: 0px;
	line-height: 16px;
}

td.detail
{
    font-size: 11pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.header td.detail
{
    font-weight: bold;
}

table.header, td.header
{
    /*background: #DDDDDD url(../css/EEOnline-Default/images/soft_dddddd.png) center repeat-x;*/
    background: #94D4F8;
    border-radius: 4px;
    border: 1px Solid #888888;
}

.headerError
{
    background: #DDDDDD url(../css/EEOnline-Default/images/soft_dddddd.png) center repeat-x;
    border: 1px Solid #888888;
}

.greenball 
{
    width:20px;
    height:20px;
    border-radius:10px;
    font-size:small;
    font-weight:bold;
    color:#FFFFFF;
    background-color: #0aa908;
    background:-webkit-gradient(linear, left top, left bottom, from(#59e738), to(#0aa908));
    line-height: 20px;
}

h3
{
    margin: 5px 0px 3px 8px;
}

td>h3
{
    margin: 4px 0px 2px 0px;
}

.red
{
    color: Red;
}

.green
{
    color: Green;
}

.borderedsection 
{
    border: 2px Solid #94d4f8;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #F8F8F8;
    padding: 4px;
    margin: 8px;
}

td.collapsed
{
    width: 9px;
    background-image: url(../images/imgCollapsed.png);
    background-position: center;
    background-repeat: no-repeat;
}

td.expanded
{
    width: 9px;
    background-image: url(../images/imgExpanded.png);
    background-position: center;
    background-repeat: no-repeat;
}

div.heading
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

.ui-autocomplete-loading
{
	background: white url('../images/imgLoading.gif') right center no-repeat;
}

.ui-menu-item.touch div
{
	height:35px;
	line-height:35px;
}

/***********************************************************/
/***************     INPUT CONTROL STYLES     **************/
/***********************************************************/

input[type=text], input[type=password]
{
	font: 11pt Arial;
	color: #494949;
	border: 1px Solid #94d4f8;
	height: 26px;
	padding-left: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}

input[type=text].hoverbox, input[type=password].hoverbox
{
    border: 1px Solid Transparent;
	background-color: #fcfcfc;
}

input[type=text].hoverbox:hover, input[type=text].hoverbox.active, input[type=password].hoverbox:hover, input[type=password].hoverbox.active
{
    border: 1px Solid #94d4f8;
	background-color: #ffffff;
}

input[type=text].touch, input[type=password].touch
{
    height: 36px;
    font: 12pt Arial;
}

.txtField
{
    font: 11pt Arial;
    color: #494949;
    border: 1px Solid #94d4f8;
    height: 22px;
    padding-left: 4px;
    padding-top: 5px;
    width: 100%;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
}

select
{
    font: 11pt Arial;
	color: #494949;
	border: 1px Solid #94d4f8;
	height: 25px;
}

option
{
    font: 11pt Arial;
}

input[type=button]
{
	font: 11pt Arial;
	color: #494949;
	padding: 4px 30px 4px 30px;
}

input[type=submit]
{
	font: 11pt Arial;
	color: #494949;
	padding: 4px 30px 4px 30px;
}

textarea
{
	font: 11pt Arial;
	color: #494949;
	border: 1px Solid #94d4f8;
	padding: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
}

textarea.hoverbox
{
    border: 1px Solid Transparent;
	background-color: #fcfcfc;
}

textarea.hoverbox:hover, textarea.hoverbox.active
{
    border: 1px Solid #94d4f8;
	background-color: #ffffff;
}

textarea.touch
{
    font: 12pt Arial;
}

/*
select, select:focus, textarea, input[type=text], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{ 
    font-size: 16px;
} */

/************** JS PICKER STYLES **************/
.jcp_SecOut, .jcp_SecOutDis 
{
	white-space: nowrap;
	border: 1px Solid White;
	padding: 0px 20px 0px 1px;
	background-image: url(../images/imgSeparator.png?ver=29);
	background-position:center right;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 1px;
	display: inline-block;
	cursor: default;
}

.jcp_SecOut:hover, .jcp_LastSecOut:hover
{
	border: 1px Solid #94d4f8;
	background-image: url(../images/btnDropDown.png?ver=29);
}

.jcp_LastSecOut, .jcp_LastSecOutDis
{
	white-space: nowrap;
	border: 1px Solid White;
	padding: 0px 20px 0px 1px;
	background-position:center right;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 1px;
	display: inline-block;
	cursor: default;
}

.jcp_Itm
{
	cursor: pointer;
}

.jcp_Itm:hover
{
	background-color: #eae0d5;
}

.jcp_Ttl
{
	cursor: pointer;
	padding-right: 20px;
	background-image: url(../images/imgUpLevel.png?ver=29);
	background-position: center right;
	background-repeat: no-repeat;
}

.jcp_Ttl:hover
{
	background-color: #eae0d5;
}

/*************** HOME SECTIONS ***************/
table.homeHeader
{
    font-weight: bold;
}

table.homeHeader, td.homeHeader
{
    background: #dddddd url(../css/EEOnline-Default/images/soft_dddddd.png) center repeat-x;
    border-radius: 4px;
    border: 1px Solid #888888;
}

.homeSection {
	display: inline-block;
	vertical-align:top;
	padding: 3px;
	margin: 5px;
	background: #ffffff;
	border: 2px solid #0094da;
	border-radius: 5px;
}

/*************** Space Table Rows ***************/
.tblSpace tr:not(:first-child)
{
    height: 26px;
}

.qBox
{
    display: inline-block;
    vertical-align:top;
    min-height: 85px;
    margin: 2px;
    border: 1px Solid #0194D9;
    border-radius:5px 5px 5px 5px;
}

/*************** TIME PICKER ***************/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/*************** Selector Boxes ***************/
td.selector
{
    padding:5px;
    border:2px Solid #94D4F8;
    border-radius: 8px;
    color:#7F7F7F;
    cursor:pointer;
}

td.selector:hover
{
    padding:5px;
    border:2px Solid #76A9C6;
    border-radius: 8px;
    background-color:#F4FAFA;
}

td.selected, td.selected:hover
{
    padding:5px;
    border:2px Solid #0194D9;
    border-radius: 8px;
    background-color:#DEF2FC;
    color:#494949;
}

td.selector > div 
{
    height:92px;
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
}

td.selector select
{
    color:#7F7F7F;
    cursor:pointer;
    max-width:100%;
}

td.selector:hover select
{
    background-color:#F4FAFA;
    border-color:#76A9C6;
}

td.selected select, td.selected:hover select
{
    background-color:#DEF2FC;
    border-color:#0194D9;
    color:#494949;
}

/*********** Please Wait Styles **********/
#divWait {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
}

#divWait div {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#divWait div:first-child {
  background-color: White;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  z-index: 2001;
}

#divWait div:last-child {
  cursor: wait;
  z-index: 2002;
}

#divWait table {
  height: 100%;
  width: 100%;
}

#divWait table td {
  text-align: center;
}
/*********** End Please Wait Styles **********/

/*********** Start Success Popup **********/
div.successPopup {
    position: fixed;
    top: 30%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    background-color: #e0edcf;
    color: #658934;
    border: 1px Solid #658934;
    text-align: center;
    padding: 8px;
    opacity: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 1900;
}
    
div.successPopup i {
        font-size: 60px;
    }
    
    div.successPopup b {
        font-size: 1.5em;
    }

    div.successPopup.large {
        height: 120px;
        width: 120px;
        padding: 18px 0px;
    }
/*********** End Success Popup **********/