
.gepa-window {
    font-family:Arial;
	font-weight:normal;
	font-size:11px;
}

.gepa-container {
    display:block;
    position:relative;
}

.gepa-position-relative {
    position: relative;
}

.gepa-application,
.gepa-application * {
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gepa-application p {
    margin: 0;
}

.gepa-blank {
	opacity: 0 !important;
}

.gepa-loading {
	display: none !important;
}

.gepa-pane-disabled {
    opacity: 0.5;
}

.gepa-pane-disabled .gepa-pane-disabled {
    opacity: 1;
}


/* MESSAGE DISPLAYERS */
/*AT TOP*/
.gepa-at-top-msg-container {
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	border:solid red 1px;
	overflow:auto;
	max-height: 45px;
	/**height : 45px; *//* For <=IE7 */
    margin: 1px;
    background-color: #FFFFFF;
    word-wrap: break-word;
}
@media print {
	.gepa-at-top-msg-container {
		max-height: none;
	}
}
.gepa-at-top-msg-container.gepa-info {
	border-color:#8C8782;
}

.gepa-at-top-msg-container.gepa-warning {
	border-color:#E1C328;
}

.gepa-at-top-msg-container.gepa-success {
    border-color: #87A368;
}

.gepa-at-top-msg-container.gepa-error {
	border-color:#C84132;
}

.gepa-at-top-msg-container.gepa-technical {
	border-color:#AFB432;
}	

.gepa-at-top-msg-div {
	display:block;	
	background-repeat:no-repeat;
    background-position: 2px 0px;
	padding-left: 46px;
	min-height:45px;
	/**height:45px; *//* For IE7  *//*	*/
}

.gepa-at-top-msg-div.gepa-info {
	background-image : url(img/message-info.png?v=20151021093452);
}

.gepa-at-top-msg-div.gepa-success {
	background-image : url(img/message-success.png?v=20151021093452);
}

.gepa-at-top-msg-div.gepa-warning {
    background-image : url(img/message-warning.png?v=20151021093452);
}

.gepa-at-top-msg-div.gepa-error {
	background-image : url(img/message-error.png?v=20151021093452);
}

.gepa-at-top-msg-div.gepa-technical {
	background-image : url(img/message-technical.png?v=20151021093452);
}

.gepa-at-top-msg-label {
	text-align: left;
	display:inline-block;
	height:100%;
	word-wrap:break-word; 
	white-space:normal;	
	line-height:1em;
	margin-top:8px;
	margin-left: 3px;
}

/*POPUP */
.yui3-tabview .gepa-popup-message-tab-view .yui3-tabview-panel { /*to override .yui3-tabview .gepa-tab-navigator .yui3-tabview-panel in tabnavigator.css*/
    padding: 0;
    position : static !important;
	top : auto !important;
}
.yui3-tabview .gepa-popup-message-tab-view .yui3-tabview-list {  /*to override .yui3-tabview .gepa-tab-navigator .yui3-tabview-list in tabnavigator.css*/
	position : static !important;
}

/*.gepa-popup-message-pane .gepa-popup-message-command {
    text-align: right;
    height: 26px;
    *//*display:none*//*
}*/

.gepa-popup-message-cmd-btn-close   {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin: 1px;
    padding: 0 5px;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: super;
}

.gepa-popup-message-pane {
    border: 2px solid #B5B7AF;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background-color:#FFF;
}

.gepa-popup-message-pane .gepa-popup-message-bd {
    padding:2px;
}

.gepa-popup-message-pane .gepa-popup-message-bd .content {
	display:block;
    /*min-height: 300px;*/
    /*min-width: 300px;*/
}

.gepa-popup-message-pane .gepa-popup-message-hd {
    background-color: #B8B8B8;
    /*color:#FFF;*/
	font-size:12px;
    font-family: Arial;
	white-space:nowrap;
	padding: 0px 2px 0px 2px;
    background-repeat: no-repeat;
    background-size: contain;
}

.gepa-popup-message-title {
	line-height:35px;
    display: inline-block;
	margin: 0 0 0 38px;
    font-weight: bold;
}

.gepa-popup-message-info {
	background-image : url(img/message-info.png?v=20151021093452);
    background-repeat: no-repeat;
    background-size: contain;
}

.gepa-popup-message-success {
	background-image : url(img/message-success.png?v=20151021093452);
    background-repeat: no-repeat;
    background-size: contain;
}

.gepa-popup-message-warning {
    background-image : url(img/message-warning.png?v=20151021093452);
    background-repeat: no-repeat;
    background-size: contain;
}

.gepa-popup-message-error {
	background-image : url(img/message-error.png?v=20151021093452);
    background-repeat: no-repeat;
    background-size: contain;
}

.gepa-popup-message-technical {
	background-image : url(img/message-technical.png?v=20151021093452);
    background-repeat: no-repeat;
    background-size: contain;
}

.gepa-popup-message-normal {
    width : 600px;
}

.gepa-popup-message-big {
    width : 1000px;
}

.gepa-popup-message-small {
    width : 442px;
}

.yui3-tabview-panel .gepa-popup-message-normal {
    height : 300px;
}

.yui3-tabview-panel .gepa-popup-message-big {
    height : 700px;
}

.yui3-tabview-panel .gepa-popup-message-small {
    height : 200px;
}

.gepa-popup-message-hd-btns {
    float:right;
}

.gepa-popup-message-hd-btns> span {
    background-image: url("img/gepa_console_sprite.png?v=20151021093452");
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    margin-top: 10px;
    width: 10px;
}

.gepa-popup-message-expand-btn {
    background-position: 0 -1400px;
}

.gepa-popup-message-collaps-btn {
    background-position: -10px -1400px;
}

.gepa-popup-message-close-btn {
    background-position: -20px -1400px;
}

.gepa-pane-disabled {
    opacity: 0.5;
}

.gepa-screen-lock {
	display:  block;
	position: fixed;
	top:      0;
	left:     0;
	right:    0;
	bottom:   0;
	
    opacity: 0.0;
	
	background-color: #FFF;
}

.gepa-unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media print {
    .gepa-activity-bar-hd,
    .gepa-activity-bar-bd,
    .overlayContent > .gepa-activity-bar,
    .overlayContent > .gepa-activity-bar.small {
        display:none;
    }

    .gepa-console-pane {
         display:none;
    }
}
.gepa-pane.gepa-border-solid {
    border-radius: 5px;
    /*overflow: hidden; /* in case children have background colors */ /* removed because it truncates dropdowns/autocompletes */
}

.gepa-pane.horizontal.gepa-border-solid > *:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gepa-pane.horizontal.gepa-border-solid > *:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gepa-pane.vertical.gepa-border-solid > *:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gepa-pane.vertical.gepa-border-solid > *:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gepa-border-none {
	border : 0;
}

.gepa-border-none-with-radius {
	border : 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gepa-border-solid {
    border-collapse: separate !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border : 1px solid #999999;
}

.gepa-border-inset {
    border-collapse: separate !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border : 2px inset #999999;
}

.gepa-border-outset {
    border-collapse: separate !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border : 2px outset #999999;
}

.gepa-border-top-thin {
    border-top : 1px solid #999999;
}

.gepa-border-top-medium {
    border-top : 2px solid #999999;
}

.gepa-border-top-large {
    border-top : 4px solid #999999;
}

.gepa-border-bottom-thin {
	border-bottom : 1px solid #999999;
}

.gepa-border-bottom-medium {
	border-bottom : 2px solid #999999;
}

.gepa-border-bottom-large {
	border-bottom : 4px solid #999999;
}

.yui3-overlay-content {
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    overflow:hidden;
}
/* overflow:visible to allow dropdown lists exceed modal screen borders */
.yui3-overlay-content.gepa-modal-screen {
	overflow:visible;
    background-color: /*#FFFFFF*/ transparent;
}

.gepa-activity-bar {
    background: #FFFFFF url(img/loader-large.gif?v=20151021093452) no-repeat;
    height:46px;
    min-width:46px;
    line-height:46px;
	color: #333333;
    font-family: Arial,sans-serif;
    font-size: 24px;
    white-space:nowrap;
    text-indent:55px;
}
.gepa-activity-bar.gepa-small {
    background: transparent url(img/loader-medium.gif?v=20151021093452) no-repeat;
    height:23px;
    line-height: 23px;
    min-width:23px;
}
.gepa-activity-bar.gepa-hidden {
	display: none;
}

/*
.gepa-activity-bar .text{
    color: #000000;
    font-family: Arial;
    font-size: 24px;
    white-space: nowrap;
}*/
/*
.gepa-activity-bar .image{
    background: transparent url(img/ajax-loader.gif) center no-repeat;
    height:70px;
}
*/
.gepa-modal-screen .gepa-hd {
    background: url(img/widgets.png?v=20151021093452) repeat-x left -1850px;
    color:#FFF;
	font-size:14px;
	font-weight:bold;
    font-family: Arial,sans-serif;
	white-space:nowrap;
	margin:0 15px 0 15px;
	padding:0;
}

.gepa-modal-screen .gepa-hd span {
	line-height:25px;
	height:25px;
	margin:0 0 0 10px;
}

.gepa-modal-screen .gepa-hd .tl{
	width: 15px;
	height: 25px;
	position:absolute;
	top:0;
	left:0;
	background: url(img/widgets.png?v=20151021093452) repeat-x left -1625px;
}

.gepa-modal-screen .gepa-hd .tr{
	width: 40px;
	height: 25px;
	position:absolute;
	top:0;
	right:0;
	background: url(img/widgets.png?v=20151021093452) repeat-x right -1775px;
}

.gepa-modal-screen .gepa-hd .close-button{
	background: url(img/widgets.png?v=20151021093452) repeat-x right -1700px;
	right: 0;
	cursor: pointer;
}

.gepa-modal-screen .gepa-bd {
    padding:0;
    background:transparent;
}

.gepa-modal-screen .gepa-bd .left {
	height:100%;
	padding:0 0 0 7px;
	background:transparent url('img/borders.png?v=20151021093452') repeat-y left -200px;
}

.gepa-modal-screen .gepa-bd .right {
	padding:0 7px 0 0;
	height:100%;
	background:transparent url('img/borders.png?v=20151021093452') repeat-y right -200px;
}

.gepa-modal-screen .gepa-bd .background {
	height:100%;
	background-color:#FFF;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
}

.gepa-modal-screen .gepa-bd .content {
	display:inline-block;
}

.gepa-modal-screen .gepa-ft {
	padding:0;
    overflow:hidden;
}

.gepa-modal-screen .gepa-ft .left {
	height:15px;
	padding: 0 0 0 10px;
	background:transparent url('img/borders.png?v=20151021093452') no-repeat left -125px;
}

.gepa-modal-screen .gepa-ft .right {
	height:15px;
	background:transparent url('img/borders.png?v=20151021093452') no-repeat right -100px;
}

.gepa-modal {
    position: relative;
}
.gepa-widget-base-included-visible {
}
.gepa-widget-base-included-invisible {
	visibility: hidden !important;
}
.gepa-widget-base-excluded-visible {
}

.gepa-widget-base-excluded-invisible {
	top: -9999px !important;
    left: -9999px !important;
    display:none !important;
}

.gepa-positioned.invisible {
    display:none !important;
}

.gepa-text-left {
	text-align: left;
}

.gepa-text-right {
	text-align: right;
}

.gepa-text-center {
	text-align: center;
}

/* TOOLTIP */
.gepa-tooltip-widget {
	position: absolute; 
	left: 0px; 
	top: 0px;
	z-index: 300;
	background-color: #FFFFCC;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	border:solid #AAAA88 1px;
	overflow:visible;
	padding:2px 5px 2px 5px;
	margin : 2px 1px 2px 1px;
	max-width: 400px;
	-webkit-box-shadow:1px 1px 1px 0 #CCCCCC;
	-moz-box-shadow:1px 1px 1px 0 #CCCCCC;
	box-shadow:1px 1px 1px 0 #CCCCCC;
}

.gepa-positioned {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
}
.yui3-dd-dragging {
	cursor:move;
}

.yui3-overlay-content {
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    overflow:hidden;
}

.tridion-helptip.yui3-overlay-content {
    overflow: visible;
}

.yui3-panel {
    display:inline-block;
}

.yui3-panel .hd,
.yui3-overlay .hd {
    background-image: url(img/widgets.png?v=20151021093452);
    background-repeat: repeat-x;
    background-position: 0 -1850px;
    color:#FFF;
	/*font-family:Arial;*/
	font-size:20px;
	font-weight:normal;
	white-space:nowrap;
	margin:0 15px 0 15px;
}

.yui3-panel #helptip .hd,
.yui3-overlay #helptip .hd {
    background: url(img/widgets.png?v=20151021093452) repeat-x left -1590px;
    /*font-family:Arial;*/
	font-size:12px;
	font-weight:bold;
}

.yui3-panel .hd span,
.yui3-overlay .hd span {
	line-height:50px;
	height:50px;
	margin:0 0 0 10px;
    color: #C30045;
}

.yui3-panel #helptip .hd span,
.yui3-overlay #helptip .hd span {
	line-height:25px;
	height:25px;
	margin:0 0 0 10px;
}

.yui3-panel .hd .tl,
.yui3-overlay .hd .tl {
	width: 15px;
	height: 50px;
	position:absolute;
	top:0;
	left:0;
	background: url(img/widgets.png?v=20151021093452) repeat-x left -1625px;
}

.yui3-panel #helptip .hd .tl,
.yui3-overlay #helptip .hd .tl {
	width: 15px;
	height: 25px;
	background: url(img/widgets.png?v=20151021093452) repeat-x left -1500px;
}

.yui3-panel .hd .tr,
.yui3-overlay .hd .tr {
	width: 40px;
	height: 50px;
	position:absolute;
	top:0;
	right:0;
	background: url(img/widgets.png?v=20151021093452) repeat-x right -1775px;
}

.yui3-panel #helptip .hd .tr,
.yui3-overlay #helptip .hd .tr {
	width: 40px;
	height: 25px;
	background: url(img/widgets.png?v=20151021093452) repeat-x right -1560px;
}

.yui3-panel .hd .close-button,
.yui3-overlay .hd .close-button {
	background: url(img/widgets.png?v=20151021093452) repeat-x right -1700px;
	right: 0;
	cursor: pointer;
}

.yui3-panel #helptip .hd .close-button,
.yui3-overlay #helptip .hd .close-button {
	background: url(img/widgets.png?v=20151021093452) repeat-x right -1530px;
}

.yui3-panel .bd,
.yui3-overlay .bd {
    padding:0;
}

.yui3-overlay .bd .left {
	height:100%;
	padding:0 0 0 7px;
	background:transparent url('img/borders.png?v=20151021093452') repeat-y left -200px;
}

.yui3-overlay .bd .right {
	padding:0 7px 0 0;
	height:100%;
	background:transparent url('img/borders.png?v=20151021093452') repeat-y right -200px;
}

.yui3-panel .bd .background,
.yui3-overlay .bd .background {
	height:100%;
	background-color:#FFF;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
}

.yui3-panel .bd .content,
.yui3-overlay .bd .content {
	display:inline-block;
}

.yui3-panel .bd p,
.yui3-overlay .bd p {
    margin:0 0 1em;
}

.yui3-panel .waiting-mode,
.yui3-overlay .waiting-mode {
	background:transparent url('img/ajax-loader.gif?v=20151021093452') center no-repeat;
}

.yui3-panel .container-close,
.yui3-overlay .container-close {
    position:absolute;
    top:0;
    right:0;
    z-index:6;
    height:20px;
    width:30px;
    margin:0;
    padding:0;
    background: url(img/widgets.png?v=20151021093452) no-repeat right -1530px;
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;
}

.yui3-panel .ft,
.yui3-overlay .ft {
	padding:0;
    overflow:hidden;
}

.yui3-overlay .ft .left {
	height:15px;
	padding: 0 0 0 10px;
	background:transparent url('img/borders.png?v=20151021093452') no-repeat left -125px;
}

.yui3-overlay .ft .right {
	height:15px;
	background:transparent url('img/borders.png?v=20151021093452') no-repeat right -100px;
}

.yui3-panel .ft .content,
.yui3-overlay .ft .content {
	background-color: #FFF;
}


.yui3-overlay-mask {
	background: #fff;
	opacity: 0.5;
	width:100%;
}

.gepa-starting.yui3-overlay-mask {
    background: none;
    opacity: 1;
}

.yui3-panel td,
.yui3-overlay td {
	border: none; /* remove boondoggle css border for td */
}


/*GEPA lightbox*/
#gepa-lightbox-panel .yui3-overlay .hd,
#gepa-lightbox-manager .yui3-overlay .hd {
    background: url(img/widgets.png?v=20151021093452) repeat-x left -1590px;
    color:#FFF;
	/*font-family:Arial;*/
	font-size:18px !important;
	font-weight:normal;
	white-space:nowrap;
	margin:0 15px 0 15px;
}

#gepa-lightbox-manager .yui3-overlay .bd > .left > .right > .background > div.content {
	padding: 8px;
}

#gepa-lightbox-manager .yui3-panel > .nostyle > .hd,
#gepa-lightbox-manager .yui3-panel > .nostyle > .ft,
#gepa-lightbox-manager .yui3-overlay > .nostyle > .hd,
#gepa-lightbox-manager .yui3-overlay > .nostyle > .ft {
    display:none;
}

#gepa-lightbox-manager .yui3-overlay > .nostyle > .bd > .left,
#gepa-lightbox-manager .yui3-overlay > .nostyle > .bd > .left > .right {
    padding: 0;
    background: none;
}

#gepa-lightbox-manager .yui3-overlay > .nostyle > .bd > .left > .right > .background {
    background-color: transparent;
}

#gepa-lightbox-manager .yui3-overlay > .nostyle > .bd > .left > .right > .background > .content {
    padding: 0;
}

/* overflow:visible to allow widgets exceed lightbox borders if needed */
#gepa-lightbox-manager > .yui3-panel > .yui3-panel-content,
#gepa-lightbox-manager > .yui3-overlay > .yui3-overlay-content {
	overflow:visible;
}
.gepa-container > .none {
	background-color: transparent;
}

.goldCard,.gold {
	background-color: #ffd700;
}

.redCard,.red {
	background-color: #cc0000;
}

.blueCard,.blue, .lightboxHeaderColor {
    background-color: /*#C30045*/ #F7F8F7;
}

.transferColor
{
	background-color: #FDDAC7;
}

.footerColor,.oysterBay {
	background-color: #E4EFF3;
}

.headerColor {
    background-color: #E3DCD3;
}

.darkBlue {
	background-color: #001D59;
}

.reflexBlue {
	background-color: #003399;
}

.irisBlue {
	background-color: #109DDA;
}

.skyBlue {
	background-color: #84C1EB;
}

.paleBlue {
    background-color: #EBEBE6;
}

.meadowGreen {
    background-color: #697D19;
}

.white {
	background-color: #FFFFFF;
}

.darkGrey,.darkgrey {
	background-color: #333333;
}

.normalGrey,.normalgrey {
	background-color: #999999;
}

.lightGrey,.lightgrey {
	background-color: #CCCCCC;
}

.xLightGrey,.xlightgrey {
	background-color: #F3F3F3;
}

.violet {
	background-color: #6D1E7E;
}

.pink {
	background-color: #E4166A;
}

.orange {
	background-color: #ffab1a;
}

.lightorange,.lightOrange {
	background-color: #FFF2CF;
}

.yellow {
	background-color: #FDC82F;
}

.carmen {
	background-color: #B0003E;
}

.black {
	background-color: #000000;
}

.normalRed,.normalred {
	background-color: #cc0000;
}

.pinkfloyd,.pinkFloyd {
	background-color: #C83BA0;
}

.coffeemilk,.coffeeMilk {
	background-color: #CAB196;
}

.stone {
	background-color: #9C8674;
}

.pisangambon,.pisangAmbon {
	background-color: #78B359;
}

.darkviolet,.darkViolet {
	background-color: #4B3B68;
}

.curacao {
	background-color: #3E85B8;
}

.cucumber {
	background-color: #6EA986;
}

.rubyRed,.ruby,.rubyred {
	background-color: #C30045;
}

.belfiusGrey,
.belfiusgrey{
	background-color: #51626F;
}

.pearl{
	background-color: #EBEBE6;
}

.iron{
	background-color: #333333;
}

.avocado{
	background-color: #697D19;
}

.indigo{
	background-color: #A5AFC3 !important;
}

.taupe{
	background-color: #AAA07D !important;
}

.greenpea,.greenPea{
	background-color: #AFB432 !important;
}

.anis{
	background-color: #DCE128 !important;
}

.amber{
	background-color: #E1C328 !important;
}

.aurora{
	background-color: #DCA050 !important;
}

.carmin{
	background-color: #C84132 !important;
}

.fuschia{
	background-color: #C8006E !important;
}

.coral{
	background-color: #D2AAA0 !important;
}

.blueberry{
	background-color: #960582 !important;
}

.purple{
	background-color: #6E1482 !important;
}

.velvet{
	background-color: #5A0037 !important;
}

.darkerpearl, .darkerPearl{
	background-color: #E3E3DF !important;
}

.widgetgrey, .widgetGrey{
	background-color: #E4DFD9 !important;
}

.tabgrey, .tabGrey{
	background-color: #BDB7B1 !important;
}

.jade{
	background-color:#7bc2a2 !important;
}

.royalblue{
	background-color:#2c558a !important;
}

.turquoise {
    color: #009A9E !important;
}

.turquoiseBG {
    background-color: #009A9E !important;
}

.chartColor-IC03-I{
    background-color:#009a9e !important;
}
.chartColor-IC03-W{
    background-color:#6e3386 !important;
}
.chartColor-IC03-J{
    background-color:#b84e76 !important;
}
.chartColor-IC03-K{
    background-color:#893f7f !important;
}
.chartColor-IC03-T{
    background-color:#42589e !important;
}
.chartColor-IC03-U{
    background-color:#8dbfd0 !important;
}
.chartColor-IC03-E{
    background-color:#e1c328 !important;
}
.chartColor-IC03-M{
    background-color:#5a0037 !important;
}
.chartColor-IC03-3{
    background-color:#c30045 !important;
}
.chartColor-IC03-6{
    background-color:#cf6a6d !important;
}
.chartColor-IC03-G{
    background-color:#e4b8a0 !important;
}
.chartColor-IC03-A{
    background-color:#d0893c !important;
}
.chartColor-IC03-2{
    background-color:#cc5c35 !important;
}
.chartColor-IC03-V{
    background-color:#b92020 !important;
}
.chartColor-IC03-B{
    background-color:#8c2a1d !important;
}
.chartColor-IC03-9{
    background-color:#775031 !important;
}
.chartColor-IC03-D{
    background-color:#9c520a !important;
}
.chartColor-IC03-1{
    background-color:#697d19 !important;
}
.chartColor-IC03-7{
    background-color:#93bf3e !important;
}
.chartColor-IC03-F{
    background-color:#314701 !important;
}
.chartColor-IC03-4{
    background-color:#16365c !important;
}
.chartColor-IC03-C{
    background-color:#979faa !important;
}
.chartColor-IC03-5{
    background-color:#a5afc3 !important;
}
.chartColor-IC03-X{
    background-color:#9c0f3a !important;
}
.chartColor-IC03-Z{
    background-color:#5369b1 !important;
}
.chartColor-IC03-H{
    background-color:#8dc9ab !important;
}
.chartColor-IC03-N{
    background-color:#a3ad1f !important;
}
.chartColor-IC03-P{
    background-color:#c2b415 !important;
}
.chartColor-IC03-O{
    background-color:#b7bf72 !important;
}
.chartColor-IC03-Q{
    background-color:#222222 !important;
}
.chartColor-IC03-S{
    background-color:#666666 !important;
}
.chartColor-IC03-R{
    background-color:#888888 !important;
}

.textColor-IC03-I{
    color:#009a9e;
}
.textColor-IC03-W{
    color:#6e3386;
}
.textColor-IC03-J{
    color:#b84e76;
}
.textColor-IC03-K{
    color:#893f7f;
}
.textColor-IC03-T{
    color:#42589e;
}
.textColor-IC03-U{
    color:#8dbfd0;
}
.textColor-IC03-E{
    color:#e1c328;
}
.textColor-IC03-M{
    color:#5a0037;
}
.textColor-IC03-3{
    color:#c30045;
}
.textColor-IC03-6{
    color:#cf6a6d;
}
.textColor-IC03-G{
    color:#e4b8a0;
}
.textColor-IC03-A{
    color:#d0893c;
}
.textColor-IC03-2{
    color:#cc5c35;
}
.textColor-IC03-V{
    color:#b92020;
}
.textColor-IC03-B{
    color:#8c2a1d;
}
.textColor-IC03-9{
    color:#775031;
}
.textColor-IC03-D{
    color:#9c520a;
}
.textColor-IC03-1{
    color:#697d19;
}
.textColor-IC03-7{
    color:#93bf3e;
}
.textColor-IC03-F{
    color:#314701;
}
.textColor-IC03-4{
    color:#16365c;
}
.textColor-IC03-C{
    color:#979faa;
}
.textColor-IC03-5{
    color:#a5afc3;
}
.textColor-IC03-X{
    color:#9c0f3a;
}
.textColor-IC03-Z{
    color:#5369b1;
}
.textColor-IC03-H{
    color:#8dc9ab;
}
.textColor-IC03-N{
    color:#a3ad1f;
}
.textColor-IC03-P{
    color:#c2b415;
}
.textColor-IC03-O{
    color:#b7bf72;
}
.textColor-IC03-Q{
    color:#222222;
}
.textColor-IC03-S{
    color:#666666;
}
.textColor-IC03-R{
    color:#888888;
}

.gepa-fixed-width {
	overflow-x: hidden;
    text-overflow:ellipsis;
}

.gepa-fixed-height {
	overflow-y: hidden;
}

.gepa-pane .gepa-click-acceptor {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.gepa-button, .gepa-button .segment, .gepa-button .inner {
	display:         inline-block;
	
	font-family:     arial;
	text-decoration: none;
	white-space:     nowrap;
	
-webkit-box-sizing:  content-box;
   -moz-box-sizing:  content-box;
        box-sizing:  content-box;
}
.gepa-button .segment, .gepa-button .inner {
	vertical-align:  middle;
}

.gepa-button a               { cursor: pointer; }
.gepa-button.gepa-disabled a { cursor: default; }

.gepa-button a               { outline: 0; }
.gepa-button img             { border:  0; }

.gepa-button .inner { background-image: url(img/button_sprite.png?v=20151021093452); }

.gepa-button .inner.image { width: 16px; } /* for weird chrome bug */

/* defaults */

.gepa-button               .inner            { color: #51626F; font-weight: bold; }
.gepa-button               .gepa-error       { color: #FF0000 !important; }
.gepa-button.gepa-disabled .inner            { color: #AAB3B3 !important; }

.gepa-button               .inner            { height: 26px; line-height: 26px; font-size: 13px; }
.gepa-button               .icon             { height: 16px; margin-top: 5px; width: auto; } /* keeping width variable */

.gepa-button               .inner            { width:  auto; }
.gepa-button               .front            { width:  10px; }
.gepa-button               .spacer           { width:   6px; }
.gepa-button               .rear             { width:  10px; }

.gepa-button               .image + .label,
.gepa-button               .image + .image,
.gepa-button               .label + .label,
.gepa-button               .label + .image   { padding-left: 6px; }
.gepa-button               .image.no-spacing,
.gepa-button               .label.no-spacing { padding-left: 0px; }

.gepa-button.gepa-small    .inner            { height: 18px; line-height: 18px; font-size: 11px; }
.gepa-button.gepa-small    .icon             { height: 12px; margin-top: 3px; width: auto; } /* keeping width variable */

.gepa-button.gepa-small    .inner            { width:  auto; }
.gepa-button.gepa-small    .front            { width:   6px; }
.gepa-button.gepa-small    .spacer           { width:   4px; }
.gepa-button.gepa-small    .rear             { width:   6px; }

.gepa-button.gepa-small    .image + .label,
.gepa-button.gepa-small    .image + .image,
.gepa-button.gepa-small    .label + .label,
.gepa-button.gepa-small    .label + .image   { padding-left: 4px; }
.gepa-button.gepa-small    .image.no-spacing,
.gepa-button.gepa-small    .label.no-spacing { padding-left: 0px; }

.gepa-button.gepa-image            .front    { width:   5px; }
.gepa-button.gepa-image            .rear     { width:   5px; }
.gepa-button.gepa-image.gepa-small .front    { width:   3px; }
.gepa-button.gepa-image.gepa-small .rear     { width:   3px; }



/* button */

.gepa-button.gepa-blue  .inner { color: #FFFFFF; }
.gepa-button.gepa-green .inner { color: #51626F; }
.gepa-button.gepa-white .inner { color: #51626F; }


/* button : blue */

.gepa-button.gepa-blue                                           .inner             { background-position:   -10px     0px; }
.gepa-button.gepa-blue.gepa-default a                            .inner             { background-position:   -10px   -50px; }
.gepa-button.gepa-blue a:focus                                   .inner,
.gepa-button.gepa-blue a:hover                                   .inner             { background-position:   -10px  -100px; }
.gepa-button.gepa-blue a:active                                  .inner             { background-position:   -10px  -150px; }
.gepa-button.gepa-blue.gepa-disabled a                           .inner             { background-position:   -10px  -600px; }

.gepa-button.gepa-blue                                           .front             { background-position:     0px     0px; }
.gepa-button.gepa-blue.gepa-default a                            .front             { background-position:     0px   -50px; }
.gepa-button.gepa-blue a:focus                                   .front,
.gepa-button.gepa-blue a:hover                                   .front             { background-position:     0px  -100px; }
.gepa-button.gepa-blue a:active                                  .front             { background-position:     0px  -150px; }
.gepa-button.gepa-blue.gepa-disabled a                           .front             { background-position:     0px  -600px; }

.gepa-button.gepa-blue                                           .rear              { background-position:  -550px     0px; }
.gepa-button.gepa-blue.gepa-default a                            .rear              { background-position:  -550px   -50px; }
.gepa-button.gepa-blue a:focus                                   .rear,
.gepa-button.gepa-blue a:hover                                   .rear              { background-position:  -550px  -100px; }
.gepa-button.gepa-blue a:active                                  .rear              { background-position:  -550px  -150px; }
.gepa-button.gepa-blue.gepa-disabled a                           .rear              { background-position:  -550px  -600px; }

.gepa-button.gepa-blue.gepa-small                                .inner             { background-position:  -706px     0px; }
.gepa-button.gepa-blue.gepa-small.gepa-default a                 .inner             { background-position:  -706px   -50px; }
.gepa-button.gepa-blue.gepa-small a:focus                        .inner,
.gepa-button.gepa-blue.gepa-small a:hover                        .inner             { background-position:  -706px  -100px; }
.gepa-button.gepa-blue.gepa-small a:active                       .inner             { background-position:  -706px  -150px; }
.gepa-button.gepa-blue.gepa-small.gepa-disabled a                .inner             { background-position:  -706px  -600px; }

.gepa-button.gepa-blue.gepa-small                                .front             { background-position:  -700px     0px; }
.gepa-button.gepa-blue.gepa-small.gepa-default a                 .front             { background-position:  -700px   -50px; }
.gepa-button.gepa-blue.gepa-small a:focus                        .front,
.gepa-button.gepa-blue.gepa-small a:hover                        .front             { background-position:  -700px  -100px; }
.gepa-button.gepa-blue.gepa-small a:active                       .front             { background-position:  -700px  -150px; }
.gepa-button.gepa-blue.gepa-small.gepa-disabled a                .front             { background-position:  -700px  -600px; }

.gepa-button.gepa-blue.gepa-small                                .rear              { background-position:  -1254px     0px; }
.gepa-button.gepa-blue.gepa-small.gepa-default a                 .rear              { background-position:  -1254px   -50px; }
.gepa-button.gepa-blue.gepa-small a:focus                        .rear,
.gepa-button.gepa-blue.gepa-small a:hover                        .rear              { background-position:  -1254px  -100px; }
.gepa-button.gepa-blue.gepa-small a:active                       .rear              { background-position:  -1254px  -150px; }
.gepa-button.gepa-blue.gepa-small.gepa-disabled a                .rear              { background-position:  -1254px  -600px; }


.gepa-button.gepa-blue.gepa-image                                .rear              { background-position:  -555px     0px; }
.gepa-button.gepa-blue.gepa-image.gepa-default a                 .rear              { background-position:  -555px   -50px; }
.gepa-button.gepa-blue.gepa-image a:focus                        .rear,
.gepa-button.gepa-blue.gepa-image a:hover                        .rear              { background-position:  -555px  -100px; }
.gepa-button.gepa-blue.gepa-image a:active                       .rear              { background-position:  -555px  -150px; }
.gepa-button.gepa-blue.gepa-image.gepa-disabled a                .rear              { background-position:  -555px  -600px; }

.gepa-button.gepa-blue.gepa-image.gepa-small                     .rear              { background-position:  -1257px     0px; }
.gepa-button.gepa-blue.gepa-image.gepa-small.gepa-default a      .rear              { background-position:  -1257px   -50px; }
.gepa-button.gepa-blue.gepa-image.gepa-small a:focus             .rear,
.gepa-button.gepa-blue.gepa-image.gepa-small a:hover             .rear              { background-position:  -1257px  -100px; }
.gepa-button.gepa-blue.gepa-image.gepa-small a:active            .rear              { background-position:  -1257px  -150px; }
.gepa-button.gepa-blue.gepa-image.gepa-small.gepa-disabled a     .rear              { background-position:  -1257px  -600px; }


/* button : green */

.gepa-button.gepa-green                                          .inner             { background-position:   -10px  -200px; color:#FFFFFF}
.gepa-button.gepa-green.gepa-default a                           .inner             { background-position:   -10px  -250px; }
.gepa-button.gepa-green a:focus                                  .inner,
.gepa-button.gepa-green a:hover                                  .inner             { background-position:   -10px  -300px; }
.gepa-button.gepa-green a:active                                 .inner             { background-position:   -10px  -350px; }
.gepa-button.gepa-green.gepa-disabled a                          .inner             { background-position:   -10px  -600px; }

.gepa-button.gepa-green                                          .front             { background-position:     0px  -200px; }
.gepa-button.gepa-green.gepa-default a                           .front             { background-position:     0px  -250px; }
.gepa-button.gepa-green a:focus                                  .front,
.gepa-button.gepa-green a:hover                                  .front             { background-position:     0px  -300px; }
.gepa-button.gepa-green a:active                                 .front             { background-position:     0px  -350px; }
.gepa-button.gepa-green.gepa-disabled a                          .front             { background-position:     0px  -600px; }

.gepa-button.gepa-green                                          .rear              { background-position:  -550px  -200px; }
.gepa-button.gepa-green.gepa-default a                           .rear              { background-position:  -550px  -250px; }
.gepa-button.gepa-green a:focus                                  .rear,
.gepa-button.gepa-green a:hover                                  .rear              { background-position:  -550px  -300px; }
.gepa-button.gepa-green a:active                                 .rear              { background-position:  -550px  -350px; }
.gepa-button.gepa-green.gepa-disabled a                          .rear              { background-position:  -550px  -600px; }

.gepa-button.gepa-green.gepa-small                               .inner             { background-position:  -706px  -200px; }
.gepa-button.gepa-green.gepa-small.gepa-default a                .inner             { background-position:  -706px  -250px; }
.gepa-button.gepa-green.gepa-small a:focus                       .inner,
.gepa-button.gepa-green.gepa-small a:hover                       .inner             { background-position:  -706px  -300px; }
.gepa-button.gepa-green.gepa-small a:active                      .inner             { background-position:  -706px  -350px; }
.gepa-button.gepa-green.gepa-small.gepa-disabled a               .inner             { background-position:  -706px  -600px; }

.gepa-button.gepa-green.gepa-small                               .front             { background-position:  -700px  -200px; }
.gepa-button.gepa-green.gepa-small.gepa-default a                .front             { background-position:  -700px  -250px; }
.gepa-button.gepa-green.gepa-small a:focus                       .front,
.gepa-button.gepa-green.gepa-small a:hover                       .front             { background-position:  -700px  -300px; }
.gepa-button.gepa-green.gepa-small a:active                      .front             { background-position:  -700px  -350px; }
.gepa-button.gepa-green.gepa-small.gepa-disabled a               .front             { background-position:  -700px  -600px; }

.gepa-button.gepa-green.gepa-small                               .rear              { background-position: -1254px  -200px; }
.gepa-button.gepa-green.gepa-small.gepa-default a                .rear              { background-position: -1254px  -250px; }
.gepa-button.gepa-green.gepa-small a:focus                       .rear,
.gepa-button.gepa-green.gepa-small a:hover                       .rear              { background-position: -1254px  -300px; }
.gepa-button.gepa-green.gepa-small a:active                      .rear              { background-position: -1254px  -350px; }
.gepa-button.gepa-green.gepa-small.gepa-disabled a               .rear              { background-position: -1254px  -600px; }


.gepa-button.gepa-green.gepa-image                               .rear              { background-position:  -555px  -200px; }
.gepa-button.gepa-green.gepa-image.gepa-default a                .rear              { background-position:  -555px  -250px; }
.gepa-button.gepa-green.gepa-image a:focus                       .rear,
.gepa-button.gepa-green.gepa-image a:hover                       .rear              { background-position:  -555px  -300px; }
.gepa-button.gepa-green.gepa-image a:active                      .rear              { background-position:  -555px  -350px; }
.gepa-button.gepa-green.gepa-image.gepa-disabled a               .rear              { background-position:  -555px  -600px; }

.gepa-button.gepa-green.gepa-image.gepa-small                    .rear              { background-position: -1257px  -200px; }
.gepa-button.gepa-green.gepa-image.gepa-small.gepa-default a     .rear              { background-position: -1257px  -250px; }
.gepa-button.gepa-green.gepa-image.gepa-small a:focus            .rear,
.gepa-button.gepa-green.gepa-image.gepa-small a:hover            .rear              { background-position: -1257px  -300px; }
.gepa-button.gepa-green.gepa-image.gepa-small a:active           .rear              { background-position: -1257px  -350px; }
.gepa-button.gepa-green.gepa-image.gepa-small.gepa-disabled a    .rear              { background-position: -1257px  -600px; }


/* button : white */

.gepa-button.gepa-white                                          .inner             { background-position:   -10px  -400px; }
.gepa-button.gepa-white.gepa-default a                           .inner             { background-position:   -10px  -450px; }
.gepa-button.gepa-white a:focus                                  .inner,
.gepa-button.gepa-white a:hover                                  .inner             { background-position:   -10px  -500px; }
.gepa-button.gepa-white a:active                                 .inner             { background-position:   -10px  -550px; }
.gepa-button.gepa-white.gepa-disabled a                          .inner             { background-position:   -10px  -600px; }

.gepa-button.gepa-white                                          .front             { background-position:     0px  -400px; }
.gepa-button.gepa-white.gepa-default a                           .front             { background-position:     0px  -450px; }
.gepa-button.gepa-white a:focus                                  .front,
.gepa-button.gepa-white a:hover                                  .front             { background-position:     0px  -500px; }
.gepa-button.gepa-white a:active                                 .front             { background-position:     0px  -550px; }
.gepa-button.gepa-white.gepa-disabled a                          .front             { background-position:     0px  -600px; }

.gepa-button.gepa-white                                          .rear              { background-position:  -550px  -400px; }
.gepa-button.gepa-white.gepa-default a                           .rear              { background-position:  -550px  -450px; }
.gepa-button.gepa-white a:focus                                  .rear,
.gepa-button.gepa-white a:hover                                  .rear              { background-position:  -550px  -500px; }
.gepa-button.gepa-white a:active                                 .rear              { background-position:  -550px  -550px; }
.gepa-button.gepa-white.gepa-disabled a                          .rear              { background-position:  -550px  -600px; }

.gepa-button.gepa-white.gepa-small                               .inner             { background-position:  -706px  -400px; }
.gepa-button.gepa-white.gepa-small.gepa-default a                .inner             { background-position:  -706px  -450px; }
.gepa-button.gepa-white.gepa-small a:focus                       .inner,
.gepa-button.gepa-white.gepa-small a:hover                       .inner             { background-position:  -706px  -500px; }
.gepa-button.gepa-white.gepa-small a:active                      .inner             { background-position:  -706px  -550px; }
.gepa-button.gepa-white.gepa-small.gepa-disabled a               .inner             { background-position:  -706px  -600px; }

.gepa-button.gepa-white.gepa-small                               .front             { background-position:  -700px  -400px; }
.gepa-button.gepa-white.gepa-small.gepa-default a                .front             { background-position:  -700px  -450px; }
.gepa-button.gepa-white.gepa-small a:focus                       .front,
.gepa-button.gepa-white.gepa-small a:hover                       .front             { background-position:  -700px  -500px; }
.gepa-button.gepa-white.gepa-small a:active                      .front             { background-position:  -700px  -550px; }
.gepa-button.gepa-white.gepa-small.gepa-disabled a               .front             { background-position:  -700px  -600px; }

.gepa-button.gepa-white.gepa-small                               .rear              { background-position: -1254px  -400px; }
.gepa-button.gepa-white.gepa-small.gepa-default a                .rear              { background-position: -1254px  -450px; }
.gepa-button.gepa-white.gepa-small a:focus                       .rear,
.gepa-button.gepa-white.gepa-small a:hover                       .rear              { background-position: -1254px  -500px; }
.gepa-button.gepa-white.gepa-small a:active                      .rear              { background-position: -1254px  -550px; }
.gepa-button.gepa-white.gepa-small.gepa-disabled a               .rear              { background-position: -1254px  -600px; }


.gepa-button.gepa-white.gepa-image                               .rear              { background-position:  -555px  -400px; }
.gepa-button.gepa-white.gepa-image.gepa-default a                .rear              { background-position:  -555px  -450px; }
.gepa-button.gepa-white.gepa-image a:focus                       .rear,
.gepa-button.gepa-white.gepa-image a:hover                       .rear              { background-position:  -555px  -500px; }
.gepa-button.gepa-white.gepa-image a:active                      .rear              { background-position:  -555px  -550px; }
.gepa-button.gepa-white.gepa-image.gepa-disabled a               .rear              { background-position:  -555px  -600px; }

.gepa-button.gepa-white.gepa-image.gepa-small                    .rear              { background-position: -1257px  -400px; }
.gepa-button.gepa-white.gepa-image.gepa-small.gepa-default a     .rear              { background-position: -1257px  -450px; }
.gepa-button.gepa-white.gepa-image.gepa-small a:focus            .rear,
.gepa-button.gepa-white.gepa-image.gepa-small a:hover            .rear              { background-position: -1257px  -500px; }
.gepa-button.gepa-white.gepa-image.gepa-small a:active           .rear              { background-position: -1257px  -550px; }
.gepa-button.gepa-white.gepa-image.gepa-small.gepa-disabled a    .rear              { background-position: -1257px  -600px; }


/* selection button */

.gepa-selection-button .front { width: 25px; }


/* selection button : blue */

.gepa-selection-button.gepa-blue                                 .front             { background-position:  -600px     0px; }
.gepa-selection-button.gepa-blue a:focus                         .front,
.gepa-selection-button.gepa-blue a:hover                         .front             { background-position:  -600px  -100px; }
.gepa-selection-button.gepa-blue a:active                        .front             { background-position:  -600px  -150px; }
.gepa-selection-button.gepa-blue.gepa-disabled a                 .front             { background-position:  -600px  -600px; }


/* selection button : green */

.gepa-selection-button.gepa-green                                .front             { background-position:  -600px  -200px; }
.gepa-selection-button.gepa-green a:focus                        .front,
.gepa-selection-button.gepa-green a:hover                        .front             { background-position:  -600px  -300px; }
.gepa-selection-button.gepa-green a:active                       .front             { background-position:  -600px  -350px; }
.gepa-selection-button.gepa-green.gepa-disabled a                .front             { background-position:  -600px  -600px; }


/* selection button : white */

.gepa-selection-button.gepa-white                                .front             { background-position:  -600px  -400px; }
.gepa-selection-button.gepa-white a:focus                        .front,
.gepa-selection-button.gepa-white a:hover                        .front             { background-position:  -600px  -500px; }
.gepa-selection-button.gepa-white a:active                       .front             { background-position:  -600px  -550px; }
.gepa-selection-button.gepa-white.gepa-disabled a                .front             { background-position:  -600px  -600px; }



/* dropdown button list */

.gepa-dropdown-button-list               .inner       { color: #51626F; }
.gepa-dropdown-button-list.gepa-disabled .inner       { color: #FFFFFF !important; }

.gepa-dropdown-button-list               .rear-list   { width:  18px; }
.gepa-dropdown-button-list               .rear-button { width:  10px; }

.gepa-dropdown-button-list.gepa-small    .inner       { height: 20px; line-height: 20px; }
.gepa-dropdown-button-list.gepa-small    .rear-list   { width:  16px; }
.gepa-dropdown-button-list.gepa-small    .rear-button { width:   6px; }

.gepa-dropdown-button-list .label {
	position:      relative;
	overflow:      hidden;
	text-overflow: ellipsis;
}

.gepa-dropdown-button-list                                       .inner             { background-position:   -10px  -650px; }
.gepa-dropdown-button-list a:focus                               .inner,
.gepa-dropdown-button-list a:hover                               .inner             { background-position:   -10px  -700px; }
.gepa-dropdown-button-list a:active                              .inner             { background-position:   -10px  -750px; }
.gepa-dropdown-button-list.gepa-disabled a                       .inner             { background-position:   -10px  -800px; }

.gepa-dropdown-button-list                                       .front             { background-position:     0px  -650px; }
.gepa-dropdown-button-list a:focus                               .front,
.gepa-dropdown-button-list a:hover                               .front             { background-position:     0px  -700px; }
.gepa-dropdown-button-list a:active                              .front             { background-position:     0px  -750px; }
.gepa-dropdown-button-list.gepa-disabled a                       .front             { background-position:     0px  -800px; }

.gepa-dropdown-button-list                                       .rear-list         { background-position:  -542px  -650px; }
.gepa-dropdown-button-list a:focus                               .rear-list,
.gepa-dropdown-button-list a:hover                               .rear-list         { background-position:  -542px  -700px; }
.gepa-dropdown-button-list a:active                              .rear-list         { background-position:  -542px  -750px; }
.gepa-dropdown-button-list.gepa-disabled a                       .rear-list         { background-position:  -542px  -800px; }

.gepa-dropdown-button-list                                       .rear-button       { background-position:  -600px  -650px; }
.gepa-dropdown-button-list a:focus                               .rear-button,
.gepa-dropdown-button-list a:hover                               .rear-button       { background-position:  -600px  -700px; }
.gepa-dropdown-button-list a:active                              .rear-button       { background-position:  -600px  -750px; }
.gepa-dropdown-button-list.gepa-disabled a                       .rear-button       { background-position:  -600px  -800px; }

.gepa-dropdown-button-list.gepa-small                            .inner             { background-position:  -706px  -650px; }
.gepa-dropdown-button-list.gepa-small a:focus                    .inner,
.gepa-dropdown-button-list.gepa-small a:hover                    .inner             { background-position:  -706px  -700px; }
.gepa-dropdown-button-list.gepa-small a:active                   .inner             { background-position:  -706px  -750px; }
.gepa-dropdown-button-list.gepa-small.gepa-disabled a            .inner             { background-position:  -706px  -800px; }

.gepa-dropdown-button-list.gepa-small                            .front             { background-position:  -700px  -650px; }
.gepa-dropdown-button-list.gepa-small a:focus                    .front,
.gepa-dropdown-button-list.gepa-small a:hover                    .front             { background-position:  -700px  -700px; }
.gepa-dropdown-button-list.gepa-small a:active                   .front             { background-position:  -700px  -750px; }
.gepa-dropdown-button-list.gepa-small.gepa-disabled a            .front             { background-position:  -700px  -800px; }

.gepa-dropdown-button-list.gepa-small                            .rear-list         { background-position: -1244px  -650px; }
.gepa-dropdown-button-list.gepa-small a:focus                    .rear-list,
.gepa-dropdown-button-list.gepa-small a:hover                    .rear-list         { background-position: -1244px  -700px; }
.gepa-dropdown-button-list.gepa-small a:active                   .rear-list         { background-position: -1244px  -750px; }
.gepa-dropdown-button-list.gepa-small.gepa-disabled a            .rear-list         { background-position: -1244px  -800px; }

.gepa-dropdown-button-list.gepa-small                            .rear-button       { background-position: -1304px  -650px; }
.gepa-dropdown-button-list.gepa-small a:focus                    .rear-button,
.gepa-dropdown-button-list.gepa-small a:hover                    .rear-button       { background-position: -1304px  -700px; }
.gepa-dropdown-button-list.gepa-small a:active                   .rear-button       { background-position: -1304px  -750px; }
.gepa-dropdown-button-list.gepa-small.gepa-disabled a            .rear-button       { background-position: -1304px  -800px; }



/* dropdown list */

.gepa-dropdown-list               .inner { color: #333333; font-weight: normal; }
.gepa-dropdown-list.gepa-disabled .inner { color: #333333 !important; }
.gepa-dropdown-list.gepa-disabled .gepa-error { color: #FFA0A0 !important; }

.gepa-dropdown-list               .inner { height: 20px; line-height: 20px; font-size: 11px; }
.gepa-dropdown-list               .rear  { width:  30px; }

.gepa-dropdown-list .label {
	position:      relative;
	overflow:      hidden;
	text-overflow: ellipsis;
}

.gepa-dropdown-list                                              .inner             { background-position: -710px  -850px; }
.gepa-dropdown-list a:focus                                      .inner,
.gepa-dropdown-list a:hover                                      .inner             { background-position: -710px  -900px; }
.gepa-dropdown-list a:active                                     .inner             { background-position: -710px  -950px; }
.gepa-dropdown-list.gepa-disabled a                              .inner             { background-position: -710px -1000px !important;}

.gepa-dropdown-list                                              .front             { background-position: -700px  -850px; }
.gepa-dropdown-list a:focus                                      .front,
.gepa-dropdown-list a:hover                                      .front             { background-position: -700px  -900px; }
.gepa-dropdown-list a:active                                     .front             { background-position: -700px  -950px; }
.gepa-dropdown-list.gepa-disabled a                              .front             { background-position: -700px -1000px !important; }

.gepa-dropdown-list                                              .rear              { background-position: -1670px  -850px; }
.gepa-dropdown-list a:focus                                      .rear,
.gepa-dropdown-list a:hover                                      .rear              { background-position: -1670px  -900px; }
.gepa-dropdown-list a:active                                     .rear              { background-position: -1670px  -950px; }
.gepa-dropdown-list.gepa-disabled a                              .rear              { background-position: -1670px -1000px !important; }

.gepa-dropdown-list > a:focus {
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-webkit-box-shadow:    0 0 6px #C0C0C0;
   -moz-box-shadow:    0 0 6px #C0C0C0;
        box-shadow:    0 0 6px #C0C0C0;
}
.gepa-dropdown-list.gepa-disabled > a:focus {
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
-webkit-box-shadow:    0 0 0 #C0C0C0;
   -moz-box-shadow:    0 0 0 #C0C0C0;
        box-shadow:    0 0 0 #C0C0C0;
}



/* lightbox overrides */

#lightbox .gepa-button .segment        { text-decoration: none; }
#lightbox .gepa-button a               { cursor: pointer; }
#lightbox .gepa-button.gepa-disabled a { cursor: default; }

/* styling for the dropdown box used in widgets as dropdown-list & dropdown-button-list */

.gepa-dropdown-box {
	display: block;
	background-color: #FFFFFF;
	width: auto;
	height: 0;
	overflow: hidden;
	
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}

.gepa-dropdown-box-border {
	display: block;
	border: 1px solid #999999;
	
-webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
        box-sizing: content-box;
}

.gepa-dropdown-box-scroll {
	display: block;
	overflow: auto;
	overflow-x: hidden;
	
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}

.gepa-dropdown-box-content {
	display: block;
	
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}

.gepa-dropdown-box-element {
	display: block;
	padding: 0px 15px 0px 15px;
	font-family: arial;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}
.gepa-dropdown-box-element.gepa-hidden {
	display : none;
}
.gepa-dropdown-box-element.gepa-selected {
	background-color: #AFB432;
}
.gepa-dropdown-box-element.gepa-focus {
	background-color: #EBEBE6;
}


@media print {
	.gepa-dropdown-box {
		display: none;
	}
}

.gepa-label-multiline {
	display: inline-block;
	white-space:normal;
	line-height:1.2em;
    overflow: hidden;
    text-overflow:ellipsis;
    word-wrap: break-word;
}

.gepa-label {
    font-size: 11px;
}

.gepa-label {
	white-space:nowrap;
	display:inline-block;
	line-height:normal;
}

.gepa-text-right {
    text-align: right !important;
}

.gepa-text-left {
    text-align: left !important;
}

.gepa-text-center {
    text-align: center !important;
}

.gepa-label,
.gepa-label-multiline {
    text-align: left;
	width:auto;
	padding:2px;
}

.gepa-label.gepa-table-cell-label {
    white-space: nowrap;
}

.gepa-label.gepa-fixed-height,
.gepa-label-multiline.gepa-fixed-height {
    padding-top:0;
    padding-bottom: 0;
}

.gepa-image.clickable {
    cursor:pointer;
}

.gepa-image-crop-selection-selection {
    border: 1px solid #FFFFFF;
    overflow: hidden;
}

.gepa-image-crop-selection-corner {
    background-color: #3E85B8;
    width: 10px;
    height: 10px;
}

.gepa-image-crop-selection-corner.gepa-drag {
    border: 1px solid transparent !important;
    background-color: transparent;
}

.gepa-image-crop-selection-corner.gepa-upper {
    top: 0;
    border-bottom: 1px solid #FFFFFF;
}

.gepa-image-crop-selection-corner.gepa-lower {
    bottom: 0;
    border-top: 1px solid #FFFFFF;
}

.gepa-image-crop-selection-corner.gepa-left {
    left: 0;
    border-right: 1px solid #FFFFFF;
}

.gepa-image-crop-selection-corner.gepa-right {
    right: 0;
    border-left: 1px solid #FFFFFF;
}

.yui3-dd-draggable.gepa-image-crop-selection-corner.gepa-right.gepa-lower,
.yui3-dd-draggable.gepa-image-crop-selection-corner.gepa-left.gepa-upper {
    cursor: se-resize;
}

.yui3-dd-draggable.gepa-image-crop-selection-corner.gepa-left.gepa-lower,
.yui3-dd-draggable.gepa-image-crop-selection-corner.gepa-right.gepa-upper {
    cursor: sw-resize;
}
.gepa-spacer {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.thinline {
	border-width: 1px;
}

.mediumline {
	border-width: 2px;
}

.largeline{
	border-width: 3px;
}

.line-separator-vertical {
    border-right-style: solid;
    border-color: #CCCCCC;
}

.line-separator-horizontal {
    border-width: 0;
}

.line-separator-horizontal.thinline {
	height: 1px;
    background-color: #CCCCCC;
}
.line-separator-horizontal.mediumline {
	height: 2px;
    background-color: #CCCCCC;
}
.line-separator-horizontal.largeline{
	height: 3px;
    background-color: #CCCCCC;
}

.line-separator-horizontal.dottedline {
	border-width: 1px;
	border-top-style: dotted;
    color: #CCCCCC;
}

.line-separator-horizontal.dashedline {
	border-width: 1px;
	border-top-style: dashed;
    color: #CCCCCC;
}

.gepa-radio-button-group, .gepa-radio-button {
	display:          inline-block;
}

.gepa-radio-button-group.vertical {
	white-space:      normal;
}
.gepa-radio-button-group.vertical .gepa-radio-button {
	display:          block;
}

.gepa-radio-button-group.horizontal {
	white-space:      nowrap;
}
.gepa-radio-button-group.horizontal .gepa-radio-button {
	display:          inline-block;
	padding-left:     5px;
}
.gepa-radio-button-group.horizontal .gepa-radio-button:first-child {
	padding-left:     0;
}

@media print {
	.gepa-radio-button-group.gepa-pane-disabled {
		opacity: 1;
	}
}


.gepa-radio-button .gepa-radio-button-wrapper {
	display:          block;
}

.gepa-radio-button a {
	display:          inline-block;
	vertical-align:   bottom;
	white-space:      nowrap;
	text-decoration:  none;
	cursor:           default;
	outline:          0;
}



.gepa-radio-button .gepa-radio-button-radio {
	display:          inline-block;
	vertical-align:   middle;
	width:            20px;
	height:           20px;
	line-height:      20px;
	cursor:           pointer;
	background-image: url(img/radio_button.png?v=20151021093452);
}
.gepa-radio-button.gepa-disabled .gepa-radio-button-radio {
	cursor:           default;
}

.gepa-radio-button                             a        .gepa-radio-button-radio { background-position:  -1px  -4px; }
.gepa-radio-button                             a:focus  .gepa-radio-button-radio,
.gepa-radio-button                             a:hover  .gepa-radio-button-radio { background-position:  -1px -30px; }
.gepa-radio-button                             a:active .gepa-radio-button-radio { background-position:  -1px -56px; }
.gepa-radio-button.gepa-disabled               a        .gepa-radio-button-radio { background-position:  -1px -82px; }

.gepa-radio-button.gepa-selected               a        .gepa-radio-button-radio { background-position: -27px  -4px; }
.gepa-radio-button.gepa-selected               a:focus  .gepa-radio-button-radio,
.gepa-radio-button.gepa-selected               a:hover  .gepa-radio-button-radio { background-position: -27px -30px; }
.gepa-radio-button.gepa-selected               a:active .gepa-radio-button-radio { background-position: -27px -56px; }
.gepa-radio-button.gepa-selected.gepa-disabled a        .gepa-radio-button-radio { background-position: -27px -82px; }

.gepa-radio-button .gepa-radio-button-radio-print {
	display:          none;
	text-align:       center;
    color:            #000000;
	font-family:      arial;
	font-size:        16px;
}
@media print {
	.gepa-radio-button               .gepa-radio-button-radio-print          { display: block; }
	.gepa-radio-button               .gepa-radio-button-radio-print-cleared  { display: block; }
	.gepa-radio-button.gepa-selected .gepa-radio-button-radio-print-cleared  { display: none;  }
	.gepa-radio-button               .gepa-radio-button-radio-print-selected { display: none;  }
	.gepa-radio-button.gepa-selected .gepa-radio-button-radio-print-selected { display: block; }
}

.gepa-radio-button .gepa-radio-button-label {
	display:          inline-block;
	padding-left:     3px;
	vertical-align:   middle;
	text-align:       left;
	white-space:      nowrap;
	
	line-height:      20px;
	font-size:        11px;
	font-family:      arial;
	color:            #000000;
}

@media print {
    .gepa-radio-button                          .gepa-radio-button-label       { padding: 0; }
	.gepa-radio-button-group.gepa-pane-disabled .gepa-radio-button-label       { color: #999999; }
	.gepa-radio-button-group.gepa-pane-disabled .gepa-radio-button-radio-print { color: #999999; }
}

.gepa-radio-button .gepa-radio-button-label.gepa-top   { text-align: center; padding-left: 0px; }

.gepa-radio-button-group.gepa-label-top   .gepa-radio-button-label.gepa-top   { display:    block;        }
.gepa-radio-button-group.gepa-label-top   .gepa-radio-button-label.gepa-right { display:    none;         }
.gepa-radio-button-group.gepa-label-top   .gepa-radio-button-wrapper          { text-align: center;       }
.gepa-radio-button-group.gepa-label-right .gepa-radio-button-label.gepa-top   { display:    none;         }
.gepa-radio-button-group.gepa-label-right .gepa-radio-button-label.gepa-right { display:    inline-block; }
.gepa-radio-button-group.gepa-label-right .gepa-radio-button-wrapper          { text-align: left;         }

.gepa-tile-pane {
    display: block;
    white-space: normal;
}


.gepa-tile-pane-children {
	display : inline-block;
}


.gepa-window-modal {
    background-color: #FFFFFF;
}

.gepa-window-title-row {
    display: block;
}

.gepa-window-title-cell {
    display:block;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 10px 2px 5px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    line-height: normal;
    height: 29px;
    background-image: none /*url(img/widget_functional_blend.png)*/;
    background-repeat: repeat-x;
    background-position: 0 -50px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gepa-window-title-cell.mediumTitle,
.gepa-window-title-cell.largeTitle {
    padding: 10px 10px 2px 5px;
    background-position: 0 -50px;
    height: 50px;
}

.gepa-window-border {
	background-color: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gepa-window-title-span {
    padding: 0 0 0 10px;
    color:/*#FFFFFF*/ #C30045;
    font-size:14px;
}

/* force widget-customization window-text to white */
.gepa-window-title-cell.jade .gepa-window-title-span,
.gepa-window-title-cell.belfiusgrey .gepa-window-title-span,
.gepa-window-title-cell.blueberry .gepa-window-title-span,
.gepa-window-title-cell.fuschia .gepa-window-title-span,
.gepa-window-title-cell.amber .gepa-window-title-span,
.gepa-window-title-cell.ruby .gepa-window-title-span,
.gepa-window-title-cell.anis .gepa-window-title-span,
.gepa-window-title-cell.greenpea .gepa-window-title-span,
.gepa-window-title-cell.coral .gepa-window-title-span,
.gepa-window-title-cell.taupe .gepa-window-title-span,
.gepa-window-title-cell.avocado .gepa-window-title-span,
.gepa-window-title-cell.purple .gepa-window-title-span,
.gepa-window-title-cell.royalblue .gepa-window-title-span,

.gepa-window-title-cell.reflexBlue .gepa-window-title-span,
.gepa-window-title-cell.gold .gepa-window-title-span,
.gepa-window-title-cell.lightOrange .gepa-window-title-span,
.gepa-window-title-cell.orange .gepa-window-title-span,
.gepa-window-title-cell.normalRed .gepa-window-title-span,
.gepa-window-title-cell.red .gepa-window-title-span,
.gepa-window-title-cell.carmen .gepa-window-title-span,
.gepa-window-title-cell.pink .gepa-window-title-span,
.gepa-window-title-cell.violet .gepa-window-title-span,
.gepa-window-title-cell.paleBlue .gepa-window-title-span,
.gepa-window-title-cell.skyBlue .gepa-window-title-span,
.gepa-window-title-cell.irisBlue .gepa-window-title-span,
.gepa-window-title-cell.darkBlue .gepa-window-title-span,
.gepa-window-title-cell.meadowGreen .gepa-window-title-span,
.gepa-window-title-cell.pinkFloyd .gepa-window-title-span,
.gepa-window-title-cell.coffeeMilk .gepa-window-title-span,
.gepa-window-title-cell.stone .gepa-window-title-span,
.gepa-window-title-cell.pisangAmbon .gepa-window-title-span,
.gepa-window-title-cell.darkViolet .gepa-window-title-span,
.gepa-window-title-cell.curacao .gepa-window-title-span,
.gepa-window-title-cell.cucumber .gepa-window-title-span,
.gepa-window-title-cell.xLightGrey .gepa-window-title-span,
.gepa-window-title-cell.lightGrey .gepa-window-title-span,
.gepa-window-title-cell.normalGrey .gepa-window-title-span,
.gepa-window-title-cell.darkGrey .gepa-window-title-span,
.gepa-window-title-cell.yellow .gepa-window-title-span,
.gepa-window-title-cell.black .gepa-window-title-span{
	color:#FFFFFF;
}

.gepa-window-closebutton-span {
    float:right;
    cursor:pointer;
}

.gepa-window-closebutton-image
{
	background-image:url(img/close_icon.png?v=20151021093452);
	background-repeat: no-repeat; 
	background-position : 0;
}
.gepa-label,
.gepa-label-multiline {
    color: #333333;
}

.gepa-label a,
.gepa-label a *,
.gepa-label-multiline a,
.gepa-label-multiline a * {
	text-decoration:underline;
}

.gepa-label-mandatory-star {
	color: #C30045;
    font-weight: bold;
}

.gepa-griditem-cell > span > .gepa-amount-label,
.gepa-amount-label {
	margin-left: 2px;
    vertical-align: middle;
}

.meadowGreen18 {
	font-size: 18px;
	color: #0C1A23;
}

.arial18bold {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.carmen16bold {
    font-size: 16px;
    font-weight: bold;
    color: #B0003E;
}

.white12 {
	font-size: 12px;
}

.white12 a {
	color: #51626F;
}

.H1Heading
{
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    color: #51626F;
}

.H2Heading
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #51626F;
}

.H3Heading
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #51626F;
}

.largeTitle
{
	font-size: 26px;
	font-weight:bold;
}
.mediumTitle
{
	font-size:20px;
	font-weight:bold;
}
.smallTitle, .title
{
	font-size:16px;
	font-weight:bold;
}

.headerTitle, .bold
{
	font-size:11px;
	font-weight:bold;
}
.redbold
{
	color:#cc0000;
	font-weight:bold;
}
.greenbold
{
	color:#84b819 ;
	font-weight:bold;
}

.labelLogin {
    font-size: 12px !important;
}

.normal110pct {
    font-size: 110%;
}

/*.gepa-label-multiline ul > li
{
    / *
    list-style-type: none;
	background: url("img/bullet.gif") no-repeat scroll left 5px transparent;
    margin: 5px 0 15px 10px;
    padding-left: 15px;
    * /

    list-style-type: disc;
    list-style-position: outside;
    background: none;

    margin: 5px 0 5px 20px;
    padding-left: 5px;
}
.gepa-label-multiline ul > li {
	list-style-type: disc;
}
.gepa-label-multiline ol > li {
	list-style-type: decimal;
}

.gepa-label-multiline b
{
    font-weight:bold;
}*/

.historyDetail {
    font-family: "Courier New", Courier, monospace;
}

.gepa-repeater-detail-button-collapsed, .gepa-repeater-detail-button-expanded {
    height: 17px;
    width: 16px;
    font-size:1px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background:url(img/disclosurebutton.png?v=20151021093452);
    border: none;
    vertical-align: middle;
}

.gepa-repeater-detail-button-expanded {
    background-position: 0px -17px;
}

.gepa-repeater-detail-button-collapsed {
   background-position: 0px 0px;
}

.gepa-table-cell.repeated-pane-detail-button {
	vertical-align: top;
	padding-right: 2px;
}

label.gepa-repeater-error {
    display : none
}

.gepa-tile-repeated-pane {
    display:inline-block;
}

.gepa-repeater-detail-pane-collapsed {
    display:none;
}
.gepa-input.generic-mask
{
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: clip;
}

.gepa-table-row-cell .gepa-input.hasDatepicker
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gepa-input,
.gepa-input-multiline,
.gepa-input-numericstepper
{
	font-size:11px;
	font-family:Arial;
	color:#000000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius: 5px;
    outline: none;
    
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	
	margin: 1px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.gepa-input-multiline
{
    height: auto;
    padding: 2px;
    resize: none;
}
.gepa-input-numericstepper
{
    height: 24px;
    padding: 0 2px 0 2px;
    text-align: right !important;
    vertical-align: middle;
}

.gepa-input:hover,
.gepa-input-multiline:hover,
.gepa-input-numericstepper:hover
{
	border-color: #AFB432;
}

.gepa-input.gepa-focus,
.gepa-input-multiline.gepa-focus,
.gepa-input-numericstepper.gepa-focus
{
	border-color: #697D19;
}

.gepa-input.gepa-field-in-error,
.gepa-input-multiline.gepa-field-in-error,
.gepa-input-numericstepper.gepa-field-in-error
{
	border-color: #CC0000;
	background-color: #F6E9E9;
}

.gepa-input.gepa-readonly,
.gepa-input-multiline.gepa-readonly,
.gepa-input-numericstepper.gepa-readonly
{
	border-color: #E3E3E3;
}

.gepa-input.gepa-focus,
.gepa-input-multiline.gepa-focus,
.gepa-input-numericstepper.gepa-focus
{
	margin: 0;
	border-width: 2px;
    outline: none !important;
}

.gepa-input.gepa-disabled,
.gepa-input-multiline.gepa-disabled,
.gepa-disabled .gepa-input-numericstepper
{
	margin: 1px;
	border: 1px solid #E7E3E7;
    background-color: #F7F7F7;
    color: #999999;
}

.gepa-pane-disabled .gepa-input.gepa-disabled,
.gepa-pane-disabled .gepa-input-multiline.gepa-disabled,
.gepa-pane-disabled .gepa-disabled .gepa-input-numericstepper
{
    color: #000000;
}

.gepa-griditem-cell > span > .gepa-amount-input,
.gepa-amount-input {
    vertical-align: middle;
}
.gepa-amount-wrapper {
	white-space: nowrap;
}

.gepa-input.default18 {
    font-size: 18px !important;
    height: 30px !important;
    line-height: 30px;
}

.gepa-input.defaultBold16 {
    font-size: 16px !important;
    font-weight: bold;
    height: 22px !important;
    line-height: 22px;
}

input:disabled, textarea:disabled {
    opacity: 1;
}

.gepa-error-marker {
	display: none;
/*	display: inline-block; currently Easify only */
	position: absolute;
	width: 20px;
	height: 20px;
}

.gepa-input-multiline-wrapper {
	display: inline-block;
}
.gepa-input-multiline-counter {
	text-align: right;
	padding-right: 5px;
}
.gepa-input-multiline-counter.gepa-hidden {
	display:none;
}
.gepa-input-multiline-counter-remaining {
	font-size: 13px;
	font-weight: bold;
}
.gepa-input-multiline-counter-max {
	font-size: 11px;
	vertical-align: top;
}

.gepa-html-viewer {
    line-height: normal;
    overflow: auto;
    text-align: left;
    padding: 2px 0;
}

.gepa-html-viewer iframe{
    frameborder : 0;
    border:0;
    scrolling : no;
    width: 100% !important;
    margin: 0;
}

.gepa-html-viewer > #iws-content {
    overflow:hidden; /* avoid scrollbars */
}

.gepa-html-viewer b,
.gepa-html-viewer b *{
    font-weight:bold;
}

.gepa-html-viewer strong,
.gepa-html-viewer strong *{
    font-weight:bold;
}
.gepa-tear-off-calendar {
	position	: relative;
	float		: left;
	font-family	: arial, helvetica, sans-serif;
}

.gepa-tear-off-calendar-size-big {
	width		: 82px; /* (1+80+1) */
	height		: 91px; /* (1+25+1) + (1+60+1) + 2shadow */
}
.gepa-tear-off-calendar-size-small {
	width		: 52px; /* (1+50+1) */
	height		: 61px; /* (1+25+1) + (1+30+1) + 2shadow */
}
.gepa-tear-off-calendar-size-ico {
	width		: 32px; /* (1+30+1) */
	height		: 37px; /* (1+15+1) + (1+16+1) + 2shadow */
}



.gepa-tear-off-calendar-month {
	color		: #FFFFFF;
	font-weight	: 600;
	text-shadow	: 1px 1px 0 rgba(0,0,0,0.40);
	text-align	: center;
	
	-webkit-box-sizing:content-box;
	   -moz-box-sizing:content-box;
	        box-sizing:content-box;
	
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.4);
	   -moz-box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.4);
	        box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.4);
}

.gepa-tear-off-calendar-size-big .gepa-tear-off-calendar-month {
	width		: 80px;
	height		: 25px;
	line-height	: 25px;
	font-size	: 13px;
	-webkit-border-radius: 6px 6px 0 0;
	   -moz-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
}
.gepa-tear-off-calendar-size-small .gepa-tear-off-calendar-month {
	width		: 50px;
	height		: 25px;
	line-height	: 25px;
	font-size	: 13px;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}
.gepa-tear-off-calendar-size-ico .gepa-tear-off-calendar-month {
	width		: 30px;
	height		: 15px;
	line-height	: 15px;
	font-size	: 11px;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.gepa-tear-off-calendar-color-red .gepa-tear-off-calendar-month {
 	background	: rgb(195, 0, 69);
	background	: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background	:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195, 0, 69, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
	background	: -webkit-linear-gradient(top, rgba(195, 0, 69, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background	:    -moz-linear-gradient(top, rgba(195, 0, 69, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background	:      -o-linear-gradient(top, rgba(195, 0, 69, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background	:     -ms-linear-gradient(top, rgba(195, 0, 69, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background	:         linear-gradient(top, rgba(195, 0, 69, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	border		: 1px solid #520013; /* fallback */
}
.gepa-tear-off-calendar-color-gray .gepa-tear-off-calendar-month {
	background	: rgb(81, 98, 101);
	background	: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background	:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(81, 98, 101, 1)), color-stop(100%, rgba(120, 115, 110, 1)));
	background	: -webkit-linear-gradient(top, rgba(81, 98, 101, 1) 0%, rgba(120, 115, 110, 1) 100%);
	background	:    -moz-linear-gradient(top, rgba(81, 98, 101, 1) 0%, rgba(120, 115, 110, 1) 100%);
	background	:      -o-linear-gradient(top, rgba(81, 98, 101, 1) 0%, rgba(120, 115, 110, 1) 100%);
	background	:     -ms-linear-gradient(top, rgba(81, 98, 101, 1) 0%, rgba(120, 115, 110, 1) 100%);
	background	:         linear-gradient(top, rgba(81, 98, 101, 1) 0%, rgba(120, 115, 110, 1) 100%);
	border		: 1px solid #595552; /* fallback */
}
.gepa-tear-off-calendar-color-avocado .gepa-tear-off-calendar-month {
	background	: rgb(105, 125, 25);
	background	: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmODViYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI0NTg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background	:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105, 125, 25, 1)), color-stop(99%, rgba(83, 102, 8, 1)));
	background	: -webkit-linear-gradient(top, rgba(105, 125, 25, 1) 0%, rgba(83, 102, 8, 1) 99%);
	background	:    -moz-linear-gradient(top, rgba(105, 125, 25, 1) 0%, rgba(83, 102, 8, 1) 99%);
	background	:      -o-linear-gradient(top, rgba(105, 125, 25, 1) 0%, rgba(83, 102, 8, 1) 99%);
	background	:     -ms-linear-gradient(top, rgba(105, 125, 25, 1) 0%, rgba(83, 102, 8, 1) 99%);
	background	:         linear-gradient(top, rgba(105, 125, 25, 1) 0%, rgba(83, 102, 8, 1) 99%);
	border		: 1px solid #3E4C06; /* fallback */
}
.gepa-tear-off-calendar-color-amber .gepa-tear-off-calendar-month {
	background	: rgb(225, 195, 40);
	background	: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmY2I0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGI1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background	:        -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(225, 195, 40, 1)), color-stop(100%, rgba(215, 187, 33, 1)));
	background	: -webkit-linear-gradient(top, rgba(225, 195, 40, 1) 1%, rgba(215, 187, 33, 1) 100%);
	background	:    -moz-linear-gradient(top, rgba(225, 195, 40, 1) 1%, rgba(215, 187, 33, 1) 100%);
	background	:      -o-linear-gradient(top, rgba(225, 195, 40, 1) 1%, rgba(215, 187, 33, 1) 100%);
	background	:     -ms-linear-gradient(top, rgba(225, 195, 40, 1) 1%, rgba(215, 187, 33, 1) 100%);
	background	:         linear-gradient(top, rgba(225, 195, 40, 1) 1%, rgba(215, 187, 33, 1) 100%);
	border		: 1px solid #A18C19; /* fallback */
}
.gepa-tear-off-calendar .gepa-tear-off-calendar-month {
	border		: 1px solid rgba(0, 0, 0, 0.25);
}



.gepa-tear-off-calendar-day {
	color		: #51626F;
	font-weight	: 700;
	text-shadow	: 1px 1px 0 #FFFFFF;
	text-align	: center;
	
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	
	-webkit-box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC; /* 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC; */
	   -moz-box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC; /* 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC; */
	        box-shadow: 0 1px 0 0 #FFFFFF, 0 2px 0 0 #CCCCCC; /* 0 3px 0 0 #FFFFFF, 0 4px 0 0 #CCCCCC; */
	
	background	: #FFFFFF;
	background	: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background	:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
	background	: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	background	:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	background	:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	background	:     -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	background	:         linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
	border		: 1px solid #BEBEBE; /* fallback */
}
.gepa-tear-off-calendar-day {
	border		: 1px solid rgba(0, 0, 0, 0.25);
}

.gepa-tear-off-calendar-size-big .gepa-tear-off-calendar-day {
	width       : 80px;
	height      : 60px;
	line-height : 60px;
	font-size   : 36px;
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
}
.gepa-tear-off-calendar-size-small .gepa-tear-off-calendar-day {
	width		: 50px;
	height		: 30px;
	line-height	: 30px;
	font-size	: 24px;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;
}
.gepa-tear-off-calendar-size-ico .gepa-tear-off-calendar-day {
	width		: 30px;
	height		: 16px;
	line-height	: 16px;
	font-size	: 13px;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}

select.dropdownList {
	font-family : Arial, Verdana;
	font-size: 11px;
    font-weight: normal;
    border: solid 1px #808080;
}

@media screen and (max-device-width: 480px) {
	select.dropdownList {
	    width:100%;
	}
}

.dropdownList option {
   	color: #000;
}

.hidden {
	display : none;
}

.dropdownListOptionPrompt {
	display : block;
}



.gepa-checkbox{
    display:inline-block;
    margin-bottom: 3px;
    white-space: nowrap;
}


.gepa-checkbox span.mandatory-star{
    color:blue;
}

.gepa-checkbox label{
	min-height: 2.5em; /* For Gecko */
    line-height: 1.4;  /* ~24px */
    border:0px solid red;
    margin-left: 2px;
}

.gepa-checkbox input {
    vertical-align: middle;
}




.iOSDatePicker
{
	width:90px !important;
}
/*Checked*/
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body
{
	margin:0px;
}

.reflexBlue {
	background-alpha: 1;
	background-color: #C30045 !important/*override belfius*/;
}
.reflexBlue.horizontal
{
	background-color: #C30045 !important/*override belfius*/;
}
.gepa-activity-bar {
    background: url("img/loader-medium.gif?v=20151021093452") no-repeat scroll 0 0 transparent;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    height: 25px;
    line-height: 24px;
    text-indent: 30px;
    white-space: nowrap;
    font-weight:bold;
}

/*Extends default styling*/
.gepa-at-top-msg-container {
    max-height: 80px !important;
}
.gepa-at-top-msg-div {
    float: left;
}

.htmlBackgroundGrey
{
	background:#EBEBE6!important;
}

.htmlBackgroundBlue
{
	background:#C30045 !important;
}

.gepa-label.mobileBlueTitle, .gepa-label.mobileTitle, .gepa-label-multiline.mobileBlueTitle, .gepa-label-multiline.mobileTitle {
    color: #C30045;
    font-size: 13px;
    font-weight: bold;
}

.mobileGradientBlue label.none {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.mobileWhiteText, .mobileWhiteText a {
    color:#FFFFFF !important;
    text-decoration:none;
}

.reflexBlue .mobileWhiteText, .reflexBlue .mobileWhiteText a
{
	color:#FFFFFF !important;
}

.gepa-label.mobileMenuText, .gepa-label-multiline.mobileMenuText {
	color: #51626F;
	font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.gepa-label.meadowGreen, .gepa-label-multiline.meadowGreen {
    color: #B1C900;
    background: transparent;
}

.gepa-at-top-msg-div.gepa-error {
	font-size: 11px;
}

.mobileGradientBlue {
	background:url("img/bg-header.png?v=20151021093452");
}

.mobileGradientBlue > tbody > tr > td {
	height:40px;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.mobileSubHeader {
	background:#51626F;
	height:14px;
	display:block !important;
}

.gepa-table-cell.repeated-pane-detail-button {
    padding: 0 2px;
    vertical-align: middle;
}

.gepa-label-mandatory-star {
	color:#FF0000;
}

.irisBlueBold, .irisBlueBold a
{
	color: #109DDA;
	font-weight : bold;
	text-decoration : none;
}

.gepa-table[compType="dexia.gepa.client.yui.components.widgets.HorizontalPane"] > tbody > tr > td,
.gepa-table[staticCompType="dexia.gepa.client.yui.components.widgets.HorizontalPane"] > tbody > tr > td {
    padding: 3px;
}

.gepa-table[compType="dexia.gepa.client.yui.components.widgets.VerticalPane"] > tbody > tr > td,
.gepa-table[staticCompType="dexia.gepa.client.yui.components.widgets.VerticalPane"] > tbody > tr > td {
    padding: 3px;
}

.repeated-pane {
    width:100%;
}

/*To Check*/
/*.mobileWhite {
    background:#FFFFFF;
    border:1px solid #e5e3e3;	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:6px
}

.mobileSubHeader label.none {
    font-size:10px;
}
.mobileSubHeader >table>tbody>tr>td, .mobileSubHeader >table>tbody>tr>td {
    padding-top:0px;
    padding-bottom:0px;
}

.mobileMaster>table>tbody>tr>td, .mobileHeader>table>tbody>tr>td {
    padding:0px;
}
.detailButtonTD {
    width:1%;
}

.DexiaRepeater .dexiaNoPadding td {    
    padding:0;
}
.DexiaDropDownList select{
    width:100%;
}
.DexiaTextInput {
	height:20px;
}

.dexiaHtmlViewerIframe
{
	width:100%;
	border:none;
}

.tdNoPadding table tr td{padding:0 !important;}
.yui-skin-sam label.boldLabelTabbed{color:#000000;font-size:11px;font-weight:bold;line-height:28px;}
.yui-skin-sam label.labelTabbed{color:#000000;font-size:11px;font-weight:normal;line-height:22px;}

.gepa-filler.north.east.gepa-filler-auto, .gepa-filler.east.gepa-filler-auto, .gepa-filler.south.east.gepa-filler-auto {
	width:100%;
}
.gepa-filler.north.west.gepa-filler-auto, .gepa-filler.west.gepa-filler-auto, .gepa-filler.south.west.gepa-filler-auto {
	width:100%;
}

.detail-pane .gepa-filler.north.west.gepa-filler-auto, .detail-pane .gepa-filler.west.gepa-filler-auto, .detail-pane .gepa-filler.south.west.gepa-filler-auto {
	width:auto;
}
.gepa-filler-auto
{
	width: 1px;
}
*/