/* XPages Application CSS */
.disabled {

background-color: #eee;
cursor: not-allowed;
}

.greenRow {
	background-color: #e6f5e6;
}

.redRow {
	background-color: #ffb3b3;
}

.yellowRow {
	background-color: #ffffb3;
}

.engDate {
	width: 120px;
}

.engCost {
	width: 120px;
}

.engControlNumber {
	width: 100px; 
}

.dijitInputInner {
	text-align: center;
}
.llainfoicon1 {
	color: #fff;
	font-size: 9px;
	background: #5076d8;
	width: 26px;
	height: 26px;
	border-radius: 9px;
	padding: 4px 8px;
}
.fa-info {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal:
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.lotusBanner {
	background-color: #002733 !important;
}
.lotusTitleBar .lotusTabs li {
    border-bottom-color: #1e2f47;
    background-color: #00415a;
}
.lotusMain {
	background-color: #F1F6F8;
}
@media print
{   
    .no-print, .no-print *
    {
        display: none !important;
    }
}
@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
    body { margin: 1.0cm; };
}
a:link:after, a:visited:after {
    content: "";
}
.dGrowl-main {
	margin: 10px 5px 5px;
	position: fixed;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
}

.dGrowl-notification {
	margin: 5px;
	padding: 5px;
	width: 350px;
	opacity: 0;
	-webkit-transition: margin-left 1.5s ease, opacity 1s linear;
	-moz-transition: margin-left 1.5s ease, opacity 1s linear;
	-o-transition: margin-left 1.5s ease, opacity 1s linear;
	transition: margin-left 1.5s ease, opacity 1s linear;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 12px -10px , 1);
	box-shadow: 5px 5px 12px -10px , 1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #222;
}
.dGrowl-topRight {
	top: 10px;
	right: 5px;
}
/* -- CHANNELS -- */
.dGrowl-channel {
	z-index: 999;
	position: relative;
	padding: 0 4px;
	overflow: hidden;
	width: 370px;
	display: block;
}
/* -- NOTIFICATIONS -- */
.dGrowl-title {
	font-weight: bold;
	font-size: 0.9em;
}
.dGrowl-topRight .dGrowl-notification {
	margin-left: 235px;
}
.dGrowl-notification.dGrowl-visible {
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}
a.dGrowl-close-btn {
	color: inherit;
	font-variant: normal;
	text-decoration: none;
	cursor: pointer;
	float: right;
	margin: 0 4px;
	opacity: 0.4;
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
}
a.dGrowl-close-btn:hover {
	opacity: 0.85;
	color: inherit;
	font-variant: normal;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
}
/* default notification*/
.dGrowl-notification {
	background-color: rgb(217, 237, 247);
    border: 1px solid #BCE8F1;
}
/* Custom notification styles! */
.dGrowl-channel-error .dGrowl-notification {
	background-color: rgb(242, 222, 222);
    border: 1px solid #B94A48;
}


.lnkLogin {
	color: #61656a;
	text-decoration: none;
	font-size: 16px;
}

.lnkLogin:hover {
	text-decoration: underline;
}

.lnkLogout{
	color: #61656a;
	text-decoration: none;
}

.lnkLogout:hover {
	text-decoration: underline;
}

.label {
	color: #f79232;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
		
}

.btnLogin{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	background-color: #df007f;
}


#lblLoginMessage{
	font-family: Arial;
	font-size: 12pt;
}


#dialogLogin{
	width:550px;
	height:200px;
	border-color:#002946;
	border-width: 2px;
	z-index: 950;
}

#dialogLogin_underlay { 
    background-color:grey;
    opacity:0.6;
}




