@CHARSET "ISO-8859-1";

body {
	margin: 0;
	background: none repeat scroll 0 0 #FFFFFF;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #333333;
}

img {
	border: none;
}

a {
	color: #000000;
}

#main {
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -25px;
	text-align: left;
	width: 100%;
}

/* Header */

#header {
	position: relative;
	height: 90px;
	padding: 5px 10px;
}

#header .logo {
	background: url(/javax.faces.resource/default/images/logo.png.jsf?ln=css&v=4_2_0_170309) repeat scroll 0 0 #FFFFFF;
	width: 173px;
	height: 88px;
}

#header .title {
	bottom: 0px;
	right: 15px;
	position: absolute;
	font-size: 1.4em;
	display: block;
}

#header .title .site {
	display: none;
}

/* Connection Status */
#header .iceOutConStat {
	position: absolute;
	right: 40px;
	top: 10px;
}

#header .iceOutConStat div {
	position: absolute;
	width: 25px;
	height: 25px;
}

#header .iceOutConStatInactv {
	background: url("default/images/connect_idle.gif") repeat scroll 0 0 #FFFFFF;
}

#header .iceOutConStatActv {
	background: url("default/images/connect_active.gif") repeat scroll 0 0 #FFFFFF;
}

#header .iceOutConStatCaution {
	background: url("default/images/connect_caution.gif") repeat scroll 0 0 #FFFFFF;
}

#header .iceOutConStatDisconnect {
	background: url("default/images/connect_disconnected.gif") repeat scroll 0 0 #FFFFFF;
}

/* Message (this will only show the error icon and hovering will display the error) */
span.message-icon, span.message-iconError {
	background: url(/C4cDdow/javax.faces.resource/default/icons/error.png.jsf?ln=css&v=4_2_0_170309) no-repeat scroll 0 0 transparent;
	font-size: 0px;
	height: 16px;
	width: 16px;
	display: block;
}

/* Messages */
.messages {
	margin: 0px 10px;
}

.messages ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.messages ul span {
	display: block;
	border: 1px solid #CCC;
	margin: 5px 0px;
	padding: 5px;
}

.messages ul span.iceMsgsInfo, .messages.info {
	background: none repeat scroll 0 0 #99FF66;
	border: 1px solid #339900;
}

.messages ul span.iceMsgsWarn, .messages.warn {
	background: none repeat scroll 0 0 #FFEE66;
	border: 1px solid #FF9966;
}

.messages ul span.iceMsgsError, .messages ul span.iceMsgsFatal, .messages.error {
	background: none repeat scroll 0 0 #FF9999;
	border: 1px solid #FF0000;
}

#content {
	padding: 5px;
}

/* Form */
table.form {
	border-collapse: collapse;
	margin: 5px;
}

table.form .formCol {
	padding: 0;
}

table.form tr {
	height: 30px;
}

table.form tr.label {
	font-weight: bold;
}

table.form td.label {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

table.form td.label.width-100 {
	width: 100px;
}

table.form td.label.width-150 {
	width: 150px;
}

table.form td.label.width-250 {
	width: 250px;
}

table.form td.label.width-300 {
	width: 300px;
}

table.form td.label.width-350 {
	width: 350px;
}

table.form td.label.width-400 {
	width: 400px;
}

table.form td.label-wide {
	width: 400px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

table.form td.label-middle {
	width: 200px;
	font-weight: bold;
	line-height: 30px;
}

table.form td.field {
	
}

table.form td.field fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

table.form td.input {
	width: 200px;
	height: 30px;
}

table.form td.input fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

table.form td.error {
	color: #ff0000;
	vertical-align: middle;
	padding-left: 5px;
}

table.form input {
	
}

input.error, select.error, .errorInput .ui-inputfield.error {
	background-color: #F66;
}

textarea.error,select.error,.errorInput .ui-inputfield.error {
	background-color: #F66;
}

.iceSelInpTxtList {
	border: 1px solid #333333;
	background-color: #FFF;
}

.iceSelInpTxtRow,.iceSelInpTxtSelRow {
	border-bottom: 1px solid #333333;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.iceSelInpTxtSelRow {
	background-color: #EEE;
}

.box .header {
	background-color: #CCCCCC;
}

.check, .checkIcon {
	background-image: url("default/icons/check.png");
	display: inline-block;
    width: 16px;
    height: 16px;
}

.cross, .crossIcon {
	background-image: url("icons/cross.png");
	display: inline-block;
    width: 16px;
    height: 16px;
}

.wideIcon {
    width: 24px !important;
}

a.add, span.add {
	background-image: url("default/icons/add.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.brick, span.brick {
	background-image: url("default/icons/brick.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.broom, span.broom {
	padding-left: 25px;
	background-image: url("icons/broom.png");
	background-repeat: no-repeat;
}

a.cancel, span.cancel {
	padding-left: 25px;
	background-image: url("default/icons/cancel.png");
	background-repeat: no-repeat;
}

a.clock, span.clock {
	background-image: url("default/icons/clock.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.csv, span.csv {
	background-image: url("default/icons/csv.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.delete, span.delete {
	padding-left: 25px;
	background-image: url("icons/bin.png");
	background-repeat: no-repeat;
}

a.edit, span.edit {
	padding-left: 25px;
	background-image: url("icons/pencil.png");
	background-repeat: no-repeat;
}

a.exit, span.exit {
	padding-left: 25px;
	background-image: url("default/icons/door_out.png");
	background-repeat: no-repeat;
}

a.go, span.go {
	padding-left: 25px;
	background-image: url("icons/arrow.png");
	background-repeat: no-repeat;
}

a.key, span.key {
	padding-left: 25px;
	background-image: url("icons/key.png");
	background-repeat: no-repeat;
}

a.money, span.money {
	background-image: url("default/icons/money.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.print, span.print {
	background-image: url("default/icons/print.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.save, span.save {
	padding-left: 25px;
	background-image: url("icons/disk.png");
	background-repeat: no-repeat;
}

a.download, span.download {
	padding-left: 25px;
	background-image: url("icons/disk.png");
	background-repeat: no-repeat;
}

a.user, span.user {
	background-image: url("default/icons/user.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.users, span.users {
	background-image: url("default/icons/users.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.view, span.view {
	background-image: url("default/icons/view.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.zoom, span.zoom {
	background-image: url("default/icons/zoom.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

/* Tooltip Help */
div.help {
	background-image: url("default/icons/help.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

/* Paginator */
table.page {
	border-collapse: collapse;
	margin: 5px 0px;
}

.page .iceCmdLnk:hover .iceOutTxt {
	background-color: #DDD;
}

.page .pageTbl a {
	line-height: 15px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #8E8E8E;
}

.page .pageTbl .iceDatPgrScrCol a {
	color: #000000;
}

.page .pageTbl a:hover {
	text-decoration: underline;
}

.page .iceCmdLnk .iceOutTxt {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: #CCCCCC center no-repeat;
	border: 1px solid #333333;
	color: #000000;
	line-height: 20px;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.page .iceCmdLnk:hover .iceOutTxt {
	background-color: #DDD;
}

.page .iceCmdLnk .first {
	background-image: url("default/icons/first.png");
}

.page .iceCmdLnk-dis .first {
	background-image: url("default/icons/first_dis.png");
}

.page .iceCmdLnk .last {
	background-image: url("default/icons/last.png");
}

.page .iceCmdLnk-dis .last {
	background-image: url("default/icons/last_dis.png");
}

.page .iceCmdLnk .back {
	background-image: url("default/icons/previous.png");
}

.page .iceCmdLnk-dis .back {
	background-image: url("default/icons/previous_dis.png");
}

.page .iceCmdLnk .next {
	background-image: url("default/icons/next.png");
}

.page .iceCmdLnk-dis .next {
	background-image: url("default/icons/next_dis.png");
}

/* Tabset */
.tab .ui-tabs-nav li {
	border-bottom: 0 none !important;
	margin: 0 0.2em -1px 0;
	white-space: nowrap;
}

.tab .ui-tabs-nav li.ui-state-default {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.tab .ui-tabs-nav li.ui-state-active {
	background-color: #FFFFFF;
	padding-bottom: 1px;
}

.tab .ui-tabs-panel {
	padding: 5px;
}

.tab .yui-content {
	border: 1px solid #333333;
}

/* Block */
table.block {
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.block th, table.block .blockHdr {
	text-align: left;
	border-bottom: 1px solid #333333;
	height: 25px;
	font-weight: bold;
	padding: 0px 5px;
	background: none repeat scroll 0 0 #DDDDDD;
}

table.block td, table.block .blockCol1 {
	padding: 0;
}

table.block .list {
	border: none;
}

/* Login screen */
table.login {
	width: 400px;
	margin: auto;
}

table.login div.messages {
	margin: 5px;
	padding: 5px;
	display: block;
}

/* Top Menu */
.menu {
	height: 30px;
	background: #999999;
	padding: 0 10px;
}

.menu .menuItem {
	float: left;
}

.menu .menuItem a {
	border-top: solid 2px #999999;
	line-height: 27px;
	padding: 0 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.menu .menuItem a:hover,.menu .activeItem a {
	border-top: solid 2px #000000;
}

.menu .activeItem a {
	font-weight: bold;
}

.menu .rightItem, .menu .right {
	margin-right: 0 !important;
	float: none !important;
}

.rightItem > div > ul > li {
	float: right !important;
}

.menu .menuSubMenu {
	position: absolute;
	background: #CCC;
	/* background: #DDD; */
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.menu .menuSubMenu a {
	color: #000;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 20px 0px 5px;
}

.menu .menuSubMenu a:hover {
	background: #DDD;
}

/* Navigation */
div.navigation {
	
}

div.navigation a {
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0px 5px;
	border-bottom: 1px solid #333;
	text-decoration: none;
}

div.navigation a:hover, div.navigation a.active {
	background-color: #CCCCCC;
	text-decoration: underline;
}

/* Panel */
.panel {
	width: 100%;
	border-collapse: collapse;
}

.panel .panelCol {
	border: none;
}

.panel .column-5 {
	width: 5%;
	vertical-align: top;
}

.panel .column-10 {
	width: 10%;
	vertical-align: top;
}

.panel .column-15 {
	width: 15%;
	vertical-align: top;
}

.panel .column-20 {
	width: 20%;
	vertical-align: top;
}

.panel .column-25 {
	width: 25%;
	vertical-align: top;
}

.panel .column-30 {
	width: 30%;
	vertical-align: top;
}

.panel .column-33 {
	width: 33%;
	vertical-align: top;
}

.panel .column-40 {
	width: 40%;
	vertical-align: top;
}

.panel .column-50 {
	width: 50%;
	vertical-align: top;
}

.panel .column-60 {
	width: 60%;
	vertical-align: top;
}

.panel .column-66 {
	width: 66%;
	vertical-align: top;
}

.panel .column-70 {
	width: 70%;
	vertical-align: top;
}

.panel .column-75 {
	width: 75%;
	vertical-align: top;
}

.panel .column-80 {
	width: 80%;
	vertical-align: top;
}

.panel .column-85 {
	width: 85%;
	vertical-align: top;
}

.panel .column-90 {
	width: 90%;
	vertical-align: top;
}

.panel .column-95 {
	width: 95%;
	vertical-align: top;
}

/* Ribbon */
table.ribbon {
	border-collapse: collapse;
	width: 100%;
	height: 40px;
}

table.ribbon .ribbonCol, table.ribbon td {
	padding: 0 5px;
}

table.ribbon .text {
	
}

table.ribbon .pagination {
	
}

table.ribbon td.button {
	text-align: right;
}

table.ribbon table.page td {
	padding: 0;
}

/* Buttons */
a.button, input.button, .icePnlCnfBtns input {
	padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #CCC;
	border: solid 1px #333;
	margin-left: 5px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

input.button {
	padding: 3px 10px;
}

a.button:hover,input.button:hover, .icePnlCnfBtns input:hover {
	text-decoration: underline;
	background-color: #DDD;
}

span.button, span.button-dis {
	padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #DDDDDD;
	border: solid 1px #CCCCCC;
	margin-left: 5px;
	text-decoration: none;
	color: #999;
}

a.button .text, span.button .text, span.button-dis .text, .button .text {
	padding-left: 5px;	
}

/* Wrapper */
div.wrapper {
	margin: 5px;
	padding: 5px 5px 0px;
	border: 1px solid #999;
}

div.wrapper table.block {
	margin-bottom: 5px;
}

/* List */
table.list {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333;
}

table.list .listHdr, table.list th {
	background: none repeat scroll 0 0 #CCC;
	text-align: left;
	height: 25px;
	padding: 0px 5px;
	border-bottom: solid 1px #333;
}

table.list tbody td {
	padding: 0px 5px;
	height: 20px;
}

table.list tbody tr.listRow1, .list .oddRows {
	background-color: #F3F3F3;
}

table.list td.width-25 {
	width: 25px;
}

table.list td.width-50 {
	width: 50px;
}

table.list td.width-75 {
	width: 75px;
}

table.list td.width-100 {
	width: 100px;
}

table.list td.width-125 {
	width: 125px;
}

table.list td.width-150 {
	width: 150px;
}

table.list td.width-200 {
	width: 200px;
}

table.list td.width-250 {
	width: 250px;
}

table.list td.width-300 {
	width: 300px;
}

table.list .actions {
	width: 100px;
}

table.list .actions a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

table.list .actions a span {
	display: none;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

table.list .actions a style {
	display: none;
}

table.list button, table.list input, table.list select, table.list textarea {
	margin: 0px;
}

.empty {
	display: block;
	padding: 5px;
}

/* Popup */
.popup {
	border: solid 1px #333;
}

.popup .popupHdr {
	background-color: #999;
	border-bottom: 1px solid #000;
	font-weight: bold;
	height: 25px;
	padding: 0 5px;
}

.popup .popupBody {
	background-color: #FFF;
	width: 800px;
}

.popup .tab {
	margin: 5px;
}

.popup fieldset {
	margin: 5px;
}

.width-400 .popupBody {
	width: 400px;
}

.width-500 .popupBody {
	width: 500px;
}

.width-600 .popupBody {
	width: 600px;
}

.width-700 .popupBody {
	width: 700px;
}

.width-800 .popupBody {
	width: 800px;
}

.width-900 .popupBody {
	width: 900px;
}

.width-1000 .popupBody {
	width: 1000px;
}

.width-1100 .popupBody {
	width: 1100px;
}

.width-1200 .popupBody {
	width: 1200px;
}

.width-1300 .popupBody {
	width: 1300px;
}

.width-1400 .popupBody {
	width: 1400px;
}

.popup .messages {
	margin: 0;
	padding: 0 5px;
	display: block;
}

.icePnlPop, .icePnlCnf {
	background-color: #FFFFFF;
	border: 1px solid #333;
}

.icePnlPopHdr .close {
	background: #999999 url(/javax.faces.resource/default/icons/cross.png.jsf?ln=css&v=4_2_0_170309) no-repeat scroll 0px 50%;
	border: 1px solid #333;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

.icePnlPopHdr .close:hover {
	background: #E4E4E4 url(/javax.faces.resource/default/icons/cross.png.jsf?ln=css&v=4_2_0_170309) no-repeat scroll 0px 50%;
	border-color: black white white black;
}

/* IceFaces Panel Confirmation */
.icePnlCnf {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 0px;
	width: 300px;
}

.icePnlCnfHdr, .list td.icePnlCnfHdr {
	background-color: #999999;
	border-bottom: 1px solid #000;
	font-weight: bold;
	height: 15px;
	padding: 5px;
	margin: 0;
}

.icePnlCnfBody, .list td.icePnlCnfBody {
	padding: 5px;
}

.icePnlCnfBtns, .list td.icePnlCnfBtns {
	padding: 0 5px 5px 5px;
	text-align: right;
}

/* IceFaces selectInputDate */
.calendar .calendarCur {
	background: #999;
}

.iceSelInpDate {
	background-color: #FFFFFF;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

.iceSelInpDate tr {
	height: 20px;
}

.iceSelInpDate tbody td {
	height: auto;
	padding: 0;
}

table.iceSelInpDate tbody tr td table {
	border-right: 1px solid #D9D9D9;
	width: 210px;
	height: 30px;
}

.iceSelInpDateIFrameFix,.iceIEIFrameFix {
	display: block;
	position: absolute;
	z-index: -1;
}

.iceIEIFrameFix {
	height: 0;
}

.iceSelInpDateInput, .iceSelInpDateInput-dis {
	width: 90px;
	margin: 0px;
}

.iceSelInpDateInput.datetimeInput, .iceSelInpDateInput-dis.datetimeInput {
	width: 120px;
}

.iceSelInpDateOpenPopup,.iceSelInpDateOpenPopup-dis {
	background-color: transparent;
	background-image: url("default/icons/calendar.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

.iceSelInpDateClosePopup {
	background-color: transparent;
	background-image: url(/javax.faces.resource/default/icons/cross.png.jsf?ln=css&v=4_2_0_170309);
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

.iceSelInpDateMonthYear,.iceSelInpDateTime {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #666666;
	font-weight: bold;
	padding: 4px 1px;
	text-align: center;
}

.iceSelInpDateTime {
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

.iceSelInpDateMoYrDropdown,.iceSelInpDateTimeDropDown {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #666666;
	font-weight: bold;
}

.iceSelInpDateMonthYear img {
	border: medium none;
	margin-left: 3px;
	padding: 0;
}

.iceSelInpDateMovePrev {
	background-color: transparent;
	background-image: url("default/icons/previous.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 17px;
}

.iceSelInpDateMoveNext {
	background-color: transparent;
	background-image: url("default/icons/next.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 17px;
}

.iceSelInpDateWeek,.iceSelInpDateWeekNumHdr {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	color: #666666;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	width: 30px;
}

.iceSelInpDateDay,.iceSelInpDateWeekNum {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding: 3px;
	text-align: center;
}

.iceSelInpDateWeekNum,.iceSelInpDateWeekNum-dis {
	background-color: #F5F5F5;
}

.iceSelInpDateCur {
	background: none repeat scroll 0 0 #DDDDDD;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
}

.iceSelInpDateCur .iceCmdLnk {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

.iceSelInpDateCur .iceOutTxt {
	color: #333333;
}

.weekend {
	background: none repeat scroll 0 0 #E9E9E9;
}

.weekend .iceOutTxt {
	color: #666666;
}

.weekend .iceCmdLnk {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

.iceSelInpDateDay a {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	height: 100%;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.iceSelInpDateDay .iceOutTxt {
	color: #000000;
}

.iceSelInpDateCur a {
	background-color: #2A6CC2;
	border: 1px solid #2A6CC2;
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.iceSelInpDateDay a:hover {
	color: #666666;
	text-decoration: none;
}

/* IceFaces panelTooltip */
.tooltip {
	background-color: #FFFFBF;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
}

.tooltip tbody td {
	font-size: 0.9em;
	height: auto;
	padding: 0px;
}

.tooltip label {
	font-weight: bold;
}

.tooltip ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

/* Application Info */
#appinfo {
	bottom: 5px;
	font-size: 0.6em;
	position: absolute;
	right: 5px;
	text-align: right;
	width: 400px;
}

/* Icefaces 4.1.1 modifications */

.centerLogin {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
}


.ui-widget{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em !important;
}

.ice-sub-mon{
	position: absolute;
    right: 15px;
    top: 2px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

/* Menu bar */
#top{
	height: 30px;
}

.menuBarContainer{
	width: 100%;
	height: 30px;
	border-collapse: collapse;
}

.menuBarContainer > tbody > tr > td {
	padding: 0;
}

.menuBarContainer .wijmo-wijmenu{
	padding: 0 10px;
}

.menuBar {
	font-size: 12px;
	white-space: nowrap;
	border: none;
}

.menuBar > div > ul > li {
	border: none;
	margin: 0;
	float: left;
}


.menuBar > div > ul > li > a {
	border: none !important;
	padding: 0;
}

.menuBar > div > ul > li > a > .ui-icon {
	background:  none repeat scroll 0 0;
	height: 0px;
	width: 0px;
}


/* Menu Items */
.menuBarItem{
	border-top: 2px solid #000;
	display: block;
	float: left;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	white-space: normal;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-item{
	margin: 0;
}

.menuBarItem .width-200{ 
	width: 200px;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link{
	width: 100%;
}

.wijmo-wijmenu a.ui-state-hover, .wijmo-wijmenu a.ui-state-active {
	height: 28px;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text {
	padding: 0;
	margin-right: 0;
	width: 100%;
}

.right {
	float: right;
	white-space: nowrap;
}

.menuBarItem:hover {
	border-top: 2px solid #000;
}

.menuBarItem.active{ 
	border-top: 2px solid #000;
	line-height: 28px;
	font-weight: bold;
}

/* Sub Menus */
.wijmo-wijmenu-list .ui-widget-content{
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
	width: inherit;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	border-collapse: collapse;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child a {
	padding-left: 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-decoration: none;
	border-collapse: collapse;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child a:hover {
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
    border-collapse: collapse;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link > .ui-icon{
	right: -3px;
    top: 3px;
}


/* Ace Datatable */
.ui-widget-header {
	background: none;
}

.ui-widget-content {
	border: none;
}

.ui-datatable .ui-paginator{
	text-align: left;
}

.ui-datatable .ui-header-column, .ui-datatable .ui-footer-column{
	padding: 0px;
}

.ui-corner-all, .ui-corner-br{
	border-radius: 0px;
}

.ui-sortable-column-order{
	visibility: hidden;
}

.ui-datatable-data .ui-selected {
	background: none repeat-x scroll 50% 50% #fff;
}

/* Ace Datatable Paginator */
.ui-paginator-page, .ui-paginator-pages, .ui-paginator-next, .ui-paginator-last, .ui-paginator-first, .ui-paginator-previous, .ui-paginator-current {
	background: none;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    outline: medium none;
	padding: 0;
    text-decoration: none;
    border: none !important;
	height: 20px;
	border-radius: 0px;
}

.ui-paginator-pages{
	vertical-align: inherit;
}

.ui-paginator-rpp-options, .ui-paginator-current{
	vertical-align: bottom;
	vertical-align: sub;
}

.ui-paginator-page{
	background: none;
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    height: 20px;
}


.ui-state-active{
	font-weight: bold;
}

.ui-icon-seek-next, .ui-icon-seek-prev, .ui-icon-seek-end, .ui-icon-seek-first{
	width: 20px;
	height: 20px;
}

.ui-icon-seek-next {
	background: #ccc url("default/icons/next.png") repeat scroll center center;
}

.ui-icon-seek-prev {
	background: #ccc url("default/icons/previous.png") repeat scroll center center;
	
}

.ui-icon-seek-end {
	background: #ccc url("default/icons/last.png") repeat scroll center center;
}

.ui-icon-seek-first {
	background: #ccc url("default/icons/first.png") repeat scroll center center;
}

/* ACE Dialog */
.ui-dialog {
	padding: 0;
	box-shadow: none !important;
}

.ui-dialog .ui-dialog-content {
	padding: 0 !important;
	margin: 5px;
}

.ui-dialog .ui-dialog-title{
	margin: 5px;
}

.ui-dialog-titlebar{
	border-bottom: 1px solid;
	font-weight: bold;
    height: 25px;
    padding: 0 5px !important;
    
}

.ui-widget-overlay{
	background: #000 none repeat scroll center center;
	opacity: 0.5;
}

/* Block Planning */
.blockPlanning{
	
}

.blockPlanning > div > table > thead > tr > th {
	background: #DBDBDB none repeat scroll 0 0;
	text-align: left;
	padding: 0px 5px;
	height: 25px;
	width: 100px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

.blockPlanning > div > table > tbody > tr > td {
	padding: 1px;
}

.blockPlanning .column .stop > table {
	background-color: #fff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    table-layout: fixed;
    white-space: nowrap;
    line-height: 12px;
}

.blockPlanning.ui-datatable table{
	width: 95px;
	display: block;
}

.blockPlanning .stop {
	position: relative;
}

.blockPlanning .stop > table {
	width: 110px;
}

.blockPlanning .stop > table{
	height: 90px;
}

.blockPlanning .stop-text{
	color: #737373;
    font-size: 9px;
    padding-left: 5px;
}

.blockPlanning .stop .sign {
	height: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
}

.actions a {
	text-decoration: none;
}

/* legend */
.legend {
	height: 25px;
	border: 1px solid #333333;
	margin-bottom: 5px;
}

.legend span {
	background-repeat: no-repeat;
	padding-left: 20px !important;
	line-height: 25px;
	margin: 0 10px 0 5px;
	width: auto !important;
}

.icon {
	width: 20px;
}

.tox.tox-tinymce {
    font-size: 1em !important;
	border-radius: 0 !important;
}

.locationInfoScrolling > div{
	max-height: 420px;
	overflow: scroll;
	overflow-x: scroll;
	overflow-x: hidden;
}

.rteEmployLocation .ck-editor__editable_inline {
	height: 350px;
}