/*********************************** 
 ** COMMON CSS  
 ************************************/

/* General definitions for body */
html,body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1008px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

/* Aligned search magnifying glass img with input fields */
#searchTasksTable img {
	vertical-align: middle;
}

/*Localized Left stripe*/
#decoOuterLeft {
	width: 100%;
	float: left;
}

/*Localized Right stripe*/
#decoInnerRight {
	width: 100%;
	float: left;
}

#mainContainer {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
	float: left;
	min-width: 800px;
	width: 98%;
	width: calc(100% -   30px);
}

.stdPaddings {
	padding-left: 5px;
	padding-right: 5px;
}

#leftColumn {
	float: left;
	width: 212px; /*Width of this column*/
	/*PPS removed margin-left: -100%;  Width of other column */
	background: #FFF;
}

#contentWrapper { /* PPS removed float: left; */
	/* PPS removed width: 100%; */
	background-color: #FFF;
	margin-left: 220px; /* PPS added */
	padding-right: 5px; /* PPS added */
}

#contentColumn {
	/* PPS removed margin-left: 212px; Set left margin to LeftColumnWidth */
	overflow-x: auto;
	/* Make sure a horizontal scrollbar is added to the element when too wide - EUCR-2710 */
}

#leftColumnPadding {
	padding-left: 2px;
	float: left;
}

#contentColumnPadding { /* PPS removed padding-left: 10px; */
	padding-right: 10px;
}

/* The footer's style */
#footer {
	margin-left: 15px;
	margin-right: 15px;
	min-width: 800px;
	width: 98%;
	width: calc(100% -   30px);
	height: 20px;
	background-color: #FFF;
	color: #444;
	text-align: right;
	font-size: 0.7em;
	clear: both;
	/* PPS removed
    margin: 0px 19px 0px 15px;
    padding-right: 15px; */
}

/*********************************** 
** MAIN MENU ICONS
************************************/
.mainMenu { /*nothing required*/
	
}

.mainMenu .ui-accordion-content-active {
	padding-left: 0px;
	padding-right: 0px;
}

.mainMenu .ui-accordion-content {
	padding-left: 0px;
	padding-right: 0px;
}

.menuLinkContainer { /*nothing required*/
	
}

.menuLinkContainer a {
	display: block;
	border-bottom: 1px solid #DDD;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
}

.menuLinkContainer a:link {
	color: #074a8b;
	text-decoration: none;
}

.menuLinkContainer a:visited {
	color: #074a8b;
	text-decoration: none;
}

.menuLinkContainer a:hover {
	color: #063c70;
	background-color: #dff3fb;
	text-decoration: underline;
}

/* my registry menu group */
.my_registry_menu_group {
	background-image:
		url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_registry_bg.png?ln=images&v=8_2");
	background-position: top left;
	background-repeat: no-repeat;
}

/* ets menu group */
.ets_menu_group {
	background-image: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_flagEU_bg.png?ln=images&v=8_2");
	background-position: top left;
	background-repeat: no-repeat;
}

/* kyoto menu group */
.kyoto_menu_group {
	background-image:
		url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_kanjis-Kyoto_bg.png?ln=images&v=8_2");
	background-position: top left;
	background-repeat: no-repeat;
}

/* admin menu group */
.admin_menu_group {
	background-image:
		url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_registryMngt_bg.png?ln=images&v=8_2");
	background-position: top left;
	background-repeat: no-repeat;
}

/*EUCR-1832*/
#menuForm\3a admin_submenu {
	height: auto !important;
}

/* OVERRIDE LEFT PADDING*/
.ui-menu .ui-submenu-label {
	padding-left: 24px;
}

/*********************************** 
** BANNER BOX CSS 
************************************/ /* banner area */
#banner {
	margin: 0 0 10px 0;
	color: White;
	padding: 0px;
	height: 100px;
	width: 1327px; /* PPS */
	clear: both;
}

/* DG Title within banner area */
#dgname {
	float: left;
	height: 73px;
	width: 332px;
	padding: 0px;
	margin-top: -110px; /* PPS */
	margin-left: 220px;
}

/* illustration within banner area */
#illustration {
	width: 370px;
	height: 100px;
	float: right;
	padding: 0px;
	margin-top: -110px; /* PPS */
}
/* PPS */
#bannerbackground {
	margin: 0 0 10px 0;
	background: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/banner-back.png?ln=images&v=8_2") repeat-x;
	padding: 0px;
	height: 100px;
	clear: both;
	overflow: hidden;
}

/*********************************** 
 ** TOP MENU BAR DEFINITIONS: START 
 ************************************/ /* Topmost menubar area */
#topMenu {
	background-color: #055496;
	color: White;
	text-align: right;
	padding-right: 0px;
	height: 20px;
	font-size: 0.8em;
}

/* Topmost menubar link */
#topMenu a:link {
	color: #FFF;
	text-decoration: none;
	font: normal Arial, Verdana, Helvetica, sans-serif;
}

/* Topmost menubar link - visited*/
#topMenu a:visited {
	color: #FFF;
	text-decoration: none;
	font: normal Arial, Verdana, Helvetica, sans-serif;
}

/* Topmost menubar link - hover*/
#topMenu a:hover {
	color: #FFF;
	text-decoration: underline;
	font: normal Arial, Verdana, Helvetica, sans-serif;
}

/* Topmost menubar form*/
#topMenu form {
	margin-top: 0;
	margin-bottom: 0;
}

/* Topmost menubar select */
#topMenu select {
	color: White;
	background-color: #055496;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	white-space: nowrap;
}

#menuContainer {
	width: 208px;
}

/*********************************** 
** ENROLLMENT BOX CSS 
************************************/
#enrolmentBox {
	width: 208px;
	border: 1px solid #79B7E7;
	background: #C5DBEC;
	margin-bottom: 6px;
	font-size: 0.85em;
}

#enrolmentBox h1 {
	border-bottom: 1px solid #79B7E7;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	color: #222;
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
}

/*********************************** 
** HELP BOX CSS 
************************************/
#helpBoxContainer {
	color: #60942c;
	font-size: 0.85em;
	float: left;
	width: 208px; /* PPS */
}

#mandatoryHelp { /* PPS removed width: 193px; */
	border: 1px solid #bdd9fa;
	margin-bottom: 2px;
	margin-top: 6px;
	background-image: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_green_star.png?ln=images&v=8_2");
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#contextualHelp {
	background-image: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_help.png?ln=images&v=8_2");
	background-position: center left;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	/* PPS removed width: 208px; */
	height: 46px;
	border: 1px solid #bdd9fa;
}

#helpLink {
	text-align: center;
	font-weight: bold;
}

#helpLink a {
	color: #60942c;
}

#helpLink a:link,a:visited {
	text-decoration: none;
}

#helpLink a:hover {
	text-decoration: underline;
}

/*********************************** 
** MAIN MENU CSS 
************************************/
#mainMenu {
	height: auto;
	width: 214px;
}

/************************************
** Registry Selection Link area
*************************************/ /* Registry selection link area*/
#registrySelectionContainer { /* clear: left; PPS */
	/* width: 600px; PPS */
	width: 100%;
	height: 27px;
	padding: 0 0 0 2px;
	/* margin: 0px; PPS */
	margin: -37px 0 0; /* PPS */
}

/* Registry selection background*/
#registrySelection { /* float: left; PPS */
	background: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/bg-other-registre.jpg?ln=images&v=8_2") no-repeat;
	height: 27px;
	padding: 0px;
	width: 212px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}

/* Registry selection link */
#registrySelection a:link {
	color: black;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

/* Registry selection link - visited*/
#registrySelection a:visited {
	color: black;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

/* Registry selection link - hover*/
#registrySelection a:hover {
	color: #15428B;
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

/************************************
** Registry List (dialog)
*************************************/
#registryList {
	list-style-type: none;
}

#registryList li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	background: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/bg-btn.png?ln=images&v=8_2") no-repeat;
	width: 214px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
}

#registryList a {
	
}

#registryList img {
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	vertical-align: middle;
}

#registryList div {
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	float: left;
}

/************************************
** Registry Switch (dialog)
*************************************/
#regSwitchConfirmationBox {
	border: 3px solid green;
	background-color: lime;
	width: 270px;
	height: 140px;
	text-align: center;
}

#switchRegistryWarningText {
	color: black;
	font-weight: bold;
}

/************************************
** Unrecoverable Error Box
*************************************/
#unrecoverableErrorBox {
	border: 1px solid black;
	background-color: red;
	width: 100%;
	height: 100%;
	padding-left: 4px;
	padding-right: 4px;
}

tr.highlight {
	background-color: orange !important;
	background-image: none !important;
}

/*******************
* ECAS Details Page
********************/
#ecasDetailsPanel {
	min-height: 250px;
}

#haveEcasPanel {
	width: 48%;
	height: 15em;
	margin-top: 10px;
	float: left;
}

#noEcasPanel {
	width: 48%;
	height: 15em;
	margin-top: 10px;
	float: right;
}

/*******************
* FORM RELATED CSS *
********************/
/* wrap any required input field with a span element with the class required*/
span.required {
	background-image: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_green_star.png?ln=images&v=8_2");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* container for form buttons, in order to align them to the center*/
div.buttonContainer {
	clear: both;
	text-align: center;
	margin-top: 20px; /* give some whitespace above the buttons*/
}

div.buttonContainer input {
	margin-left: 10px;
	margin-right: 10px;
}

div.buttonContainer button {
	margin-left: 10px;
	margin-right: 10px;
}

/* container for the enrolment key entry fields*/
div.enrolmentKeyContainer {
	text-align: center;
	margin-top: 24px;
}

div.confirmation {
	background-color: #33CC00;
}

div.confirmation h3 {
	text-align: center;
}

/*Form Field Labels are turned into block elements
for a Top-positioned Text Labels Form layout */
label { /*color: #2779AA;*/
	color: #000000;
} /* PPS 2013.05.13 */
label.vertical {
	display: block;
	margin-top: 10px;
	/* give some whitespace above the label for more readable forms*/
}

label.required {
	background-image: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/icons/icon_green_star.png?ln=images&v=8_2");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

label.bold {
	font-weight: bold;
}

/*******************
* ERROR MESSAGES   *
********************/ /* edited by Petros 22-02 */
.ui-messages-error,.ui-message-error {
	background-color: #FEC00F;
	border: 3px solid #F58220;
	color: #33451D;
	text-align: center;
	font-size: 1.2em !important;
}

.ui-messages-error p,.ui-message-error p {
	text-align: left;
	font-size: 1em !important;
}

span.ui-message-error-icon,span.ui-messages-error-icon {
	background-image: none;
}

/* this is added to input components that have error messages attached */
.ui-input-highlight {
	background-color: #ffc415 !important;
	color: #33451D;
	/*  text-align: left;
    border: #FEC00F 2px solid;
    font-size: 1.2em !important;*/
}

.input-not-valid {
	background-color: #ffc415 !important;
	color: #33451D;
}

/*******************
* WARNING (ALERT) MESSAGES   *
********************/ /* edited by Petros 22-02 */
.ui-messages-warn,.ui-message-warn {
	background-color: #F1DF59;
	border: 3px solid #F1D821;
	color: #33451D;
	font-size: 1.2em !important;
	text-align: center;
}

span.ui-message-warn-icon,span.ui-messages-warn-icon {
	background-image: none;
}

/*******************
* CONFIRM (INFO) MESSAGES   *
********************/ /* edited by Petros 22-02 */
.ui-messages-info,.ui-message-info {
	background-color: #A5C855;
	border: 3px solid #7EBD42;
	color: #33451D;
	font-size: 1.2em !important;
	text-align: center;
}

.ui-messages-info p,.ui-message-info p {
	font-size: 1em !important;
	text-align: left;
}

span.ui-message-info-icon,span.ui-messages-info-icon {
	background-image: none;
}

/*************************
* ROLE PERMISSION MATRIX *  
**************************/
TABLE.rolePermissionMatrix {
	border-collapse: collapse;
	border: 1px solid #AED0EA;
	font-size: 0.85em;
	margin-top: 15px;
}

TR.rolePermissionMatrix.oddRow {
	background-color: #EEF5FA;
}

TR.rolePermissionMatrix.evenRow {
	background-color: transparent;
}

TH.rolePermissionMatrix {
	background-color: #DDD;
	border-bottom: 1px solid #AED0EA;
}

.pseudoHeader {
	text-align: left;
	/*  background-color: #DDD;
    border-bottom: 1px solid #79B7E7;*/
}

TD.rolePermissionMatrix,TH.rolePermissionMatrix {
	border-left: 1px solid #AED0EA;
	text-align: center;
}

div.formFieldsContainer label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

div.formFieldsContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/***************************
* Complete task*
***************************/
textarea.taskCompletionConfirmationComments {
	width: 350px;
	height: 85px;
}

/***************************
* Style for detailsList
***************************/
DL.detailsList DT {
	padding: 0;
	margin: 1em 0 0 0;
	font-weight: bold;
}

DL.detailsList DD {
	font-style: italic;
	padding: 0;
	margin: 0 0 0 2.5em;
}

.fieldSet {
	margin-top: 1em;
}

.buttonPanel {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.centerAlign {
	text-align: center;
}

.leftAlign {
	text-align: left;
}

.wrapTable table th {
	white-space: pre-wrap;
}

.descriptionBox {
	margin: 1em;
	font-style: italic;
}

.hideblock {
	display: none;
}

.ui-wizard-step-title {
	font-size: 1em;
}

.boldText {
	font-weight: bold;
}

.valignTop {
	vertical-align: top;
}

/* Removing nasty empty div added by jQuery UI Datepicker component at the bottom of the page */
#ui-datepicker-div {
	display: none
}

.clear {
	float: left;
	clear: both;
}

.calendarLabel:after {
	color: #A8A8A8;
	content: "\A \0000a0(eg.\0000a020/01/2014)";
	font-size: 80%;
}

.notice {
	font-style: italic;
	color: #A8A8A8;
	display: block;
	margin: 5px;
}

/*For disabling single selection (radiobutton) in p:column*/
.activeColumn {
	background-image: none;
}

.passiveColumn {
	background-color: gainsboro;
	background-image: none;
}

.passiveColumn td.ui-selection-column input {
	display: none;
}

.dateDescLabel {
	font-size: 85%;
	color: #A8A8A8;
}

.tableRadio td {
	border: none !important;
}

.backLinkContainer {
	text-align: right;
}

.backLinkContainer a {
	color: #074a8b;
	padding-bottom: 2px;
}

.backLinkContainer a:link {
	color: #074a8b;
}

.backLinkContainer a:visited {
	color: #074a8b;
}

.backLinkContainer a:hover {
	color: #074a8b;
}

.plainArea {
	background: none !important;
	border: 1px solid grey !important;
}

/* Format of input fields */
.ui-widget .ui-inputfield {
	background: #F7FBFF;
	font-weight: normal;
	padding: 3px;
}

/* Added PPS 2013.05.13 */
/* #2779AA -> #006090 */
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,input,select
	{
	color: #006090;
}

input[type="text"],select {
	background: #F7FBFF;
	border: 1px solid #AED0EA;
}

input {
	padding: 3px;
}

select {
	padding: 2px;
}

select[size="1"] option,select[size="1"] optgroup {
	background: #ffffff;
	color: #000000;
}

.ui-inputfield[disabled],input[type="text"][disabled="disabled"],select[disabled]
	{
	opacity: 1;
	background-color: rgba(250, 250, 250, 0.5); /* #FEFEFE;*/
	border: 1px solid rgba(200, 200, 200, 0.8); /*#E7E7E7;*/
}

.ui-datatable .ui-sortable-column {
	white-space: normal;
}

.ui-datatable th {
	white-space: normal;
}

/* black/white unit block lists */
.bwlist-black,td.bwlist-black-column {
	/*background-color: #FFF0E9 !important;*/
	/*background-color: #FFD0C9 !important;*/
	background: #FFD0C9 !important;
	background: -webkit-linear-gradient(#FFF0F0, #FFC0B0) !important;
	background: -moz-linear-gradient(#FFF0F0, #FFC0B0) !important;
	background: -ms-linear-gradient(#FFF0F0, #FFC0B0) !important;
	background: -o-linear-gradient(#FFF0F0, #FFC0B0) !important;
	background: linear-gradient(#FFF0F0, #FFC0B0) !important;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#FFF0F0', endColorstr = '#FFC0B0' ) !important;
}

.bwlist-white,td.bwlist-white-column {
	/*background-color: #E9FFE9 !important;*/
	/*background-color: #C9FFC9 !important;*/
	background: #C9FFC9 !important;
	background: -webkit-linear-gradient(#F0FFF0, #B0FFB0) !important;
	background: -moz-linear-gradient(#F0FFF0, #B0FFB0) !important;
	background: -ms-linear-gradient(#F0FFF0, #B0FFB0) !important;
	background: -o-linear-gradient(#F0FFF0, #B0FFB0) !important;
	background: linear-gradient(#F0FFF0, #B0FFB0) !important;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#F0FFF0', endColorstr = '#B0FFB0' ) !important;
}

.bwlistcell,.bwlistcell td,.ui-datatable .ui-datatable-data  .bwlistcell,.ui-datatable  .bwlistcell td
	{
	border-style: none;
	padding: 1px 5px;
}

.exchange-unfinished {
	background-color: #FFD0C9
}

.exchange-completed {
	background-color: #C9FFC9
}

.ice-current {
	background-color: #C9C9FF
}

.ice-new {
	background-color: #FFD0C9
}

.search-criteria-table td {
	vertical-align: bottom;
}

.backgroundWhite {
	background-color: #FFFFFF
}

.backgroundGray {
	background-color: #BFBFBF
}

.backgroundRed {
	background-color: #FF0000
}

.backgroundOrange {
	background-color: #FFA500
}

.backgroundGreen {
	background-color: #7EBE34
}

.backgroundYellow {
	background-color: yellow
}

/*********************************** 
** MS Flag Sprites
************************************/
.sprite-flag {
	background: url("https://unionregistry.ec.europa.eu/euregistry/PT/javax.faces.resource/flags/sprite-all-flags.png?ln=images&v=8_2")
		no-repeat top left;
}

.sprite-flag_AU-Austria {
	background-position: 0 0;
	width: 43px;
	height: 30px;
}

.sprite-flag_BE-Belgique {
	background-position: 0 -34px;
	width: 43px;
	height: 30px;
}

.sprite-flag_BU-Bulgaria {
	background-position: 0 -68px;
	width: 43px;
	height: 30px;
}

.sprite-flag_CS-Czech-Republic {
	background-position: 0 -102px;
	width: 43px;
	height: 30px;
}

.sprite-flag_CY-Chypre {
	background-position: 0 -136px;
	width: 43px;
	height: 30px;
}

.sprite-flag_DA-Danmark {
	background-position: 0 -170px;
	width: 43px;
	height: 30px;
}

.sprite-flag_DE-Germany {
	background-position: 0 -204px;
	width: 43px;
	height: 30px;
}

.sprite-flag_EL-Greece {
	background-position: 0 -238px;
	width: 43px;
	height: 30px;
}

.sprite-flag_ES-Espagne {
	background-position: 0 -272px;
	width: 43px;
	height: 30px;
}

.sprite-flag_ES-Estonie {
	background-position: 0 -306px;
	width: 43px;
	height: 30px;
}

.sprite-flag_EU-European-Union {
	background-position: 0 -340px;
	width: 43px;
	height: 30px;
}

.sprite-flag_FI-Finlande {
	background-position: 0 -374px;
	width: 43px;
	height: 30px;
}

.sprite-flag_FR-France {
	background-position: 0 -408px;
	width: 43px;
	height: 30px;
}

.sprite-flag_HR-Croatia {
	background-position: 0 -442px;
	width: 43px;
	height: 30px;
}

.sprite-flag_HU-Hungary {
	background-position: 0 -476px;
	width: 43px;
	height: 30px;
}

.sprite-flag_IR-Irlande {
	background-position: 0 -510px;
	width: 43px;
	height: 30px;
}

.sprite-flag_IS-Iceland {
	background-position: 0 -544px;
	width: 43px;
	height: 30px;
}

.sprite-flag_IT-Italia {
	background-position: 0 -578px;
	width: 43px;
	height: 30px;
}

.sprite-flag_LA-Latvia {
	background-position: 0 -612px;
	width: 43px;
	height: 30px;
}

.sprite-flag_LI-Lienchtenstein {
	background-position: 0 -646px;
	width: 43px;
	height: 30px;
}

.sprite-flag_LI-Lithuania {
	background-position: 0 -680px;
	width: 43px;
	height: 30px;
}

.sprite-flag_Lx-Luxembourg {
	background-position: 0 -714px;
	width: 43px;
	height: 30px;
}

.sprite-flag_MT-Malte {
	background-position: 0 -748px;
	width: 43px;
	height: 30px;
}

.sprite-flag_NL-Pays-Bas {
	background-position: 0 -782px;
	width: 43px;
	height: 30px;
}

.sprite-flag_NO-Norway {
	background-position: 0 -816px;
	width: 43px;
	height: 30px;
}

.sprite-flag_PL-Pologne {
	background-position: 0 -850px;
	width: 43px;
	height: 30px;
}

.sprite-flag_PT-Portugal {
	background-position: 0 -884px;
	width: 43px;
	height: 30px;
}

.sprite-flag_RO-Romanie {
	background-position: 0 -918px;
	width: 43px;
	height: 30px;
}

.sprite-flag_SK-Slovakia {
	background-position: 0 -952px;
	width: 43px;
	height: 30px;
}

.sprite-flag_SK-Slovenie {
	background-position: 0 -986px;
	width: 43px;
	height: 30px;
}

.sprite-flag_SQ-Service-Quality {
	background-position: 0 -1020px;
	width: 43px;
	height: 30px;
}

.sprite-flag_SV-Suede {
	background-position: 0 -1054px;
	width: 43px;
	height: 30px;
}

.sprite-flag_UK-United_kingdom {
	background-position: 0 -1088px;
	width: 43px;
	height: 30px;
}

.sprite-flag_UT-User-Training {
	background-position: 0 -1122px;
	width: 43px;
	height: 30px;
}

/** SPINNER **/
.spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner>div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@
-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% {
	-webkit-transform: scaleY(0.4)
}

20%
{
-webkit-transform
:
 
scaleY
(1
.0
)
 
}
}
@
keyframes sk-stretchdelay { 0%, 40%, 100% {
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
}

20%
{
transform
:
 
scaleY
(1
.0
);

           
-webkit-transform
:
 
scaleY
(1
.0
);

       
}
}
div#spinner-conteiner {
	position: relative;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
}

/* MultipleAuthorizationFactorsUsed */
#mafu_logout_button {
	cursor: hand;
	border: 1px solid #DDDDDD;
	width: 140px;
	height: 50px;
	background-color: #05617a;
	color: white;
	font-weight: bold
}

#mafu_logout_button_div {
	float: left;
	margin-right: 100px;
}

.issuanceField {
	padding: 3px;
	width: 153px;
}

div.taskCommentsContainer {
	margin-top: 20px;
}

div.searchResultsTableInDialogPanel {
	margin-top: 20px;
}