/*-------------DPS CSS Document-------------*/

.accessible-only {
	width: 1px;
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
}

#fileFullText .file-input{
 width: 40%;
}

#fileActions .radio{
		display: inline-block;
}

#fileActions a{
	display: inline-block;
	font-weight: 700;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.transformx25{
	transform: translateX(-25px);
}

.ajaxDiv{
	margin-left:15px;
	display: inline-flex;
}

@media (max-width: 1190px) {
	.ajaxDiv{
		margin-left: 24px;
	}
}

.removeSearch{
	position: absolute !important;
	right: 26px;
	top: 4px !important;
	text-decoration: none !important;
}

.noResults{
	padding-left: 11px;
	font-weight: bold;
	font-size: small;
	padding-top: 10px;
}

.collectionBody{
	background-color:#fff;
	margin: 0;
	height: 100%;
}

.collectionNoIes{
    padding: 10.5em 36% !important;
   	height: 0 !important;
}

.mainContainer .collectionHistory{
	min-height: 340px;
}

.searchCollectionTree{
	position: absolute;
	right: 9px;
	top: 3px;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* well clearfix */
.well-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

* html .well-clearfix {
	height: 1%;
}

html[xmlns] .well .well-clearfix {
	display: flex;
}

.loading-img {
  display: none;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

/* added support for IE10 in the MD form's "Fields Information" tab */
.flex-container2{
  display: inline-block;
  display: webkit-flex;
  flex-direction: column;
}

.editIcon{
	cursor: pointer;
	padding-top: 10px;
	float: left;
}

.selectAttachedField .input-group{
	width: 92%;
    float: left;
    margin-right: 5px;
}


@-moz-document url-prefix() {
.flex-container2 {
    display: flex;
	flex-direction: column;
    }
}



* { margin:0; padding:0;}
html {min-height: 100%;}
body        { margin: 0px; padding: 0px;  font-family:Arial,verdana,sans-serif;font-size:100%;}

img         {border:0; }
h1          {color:#606f7f;margin-left:10px; font-size:110%; font-weight:normal; display:block; clear:left}
h2          { color: #005499;margin-left:10px; font-size:80%; font-weight:bold; display:block; clear:left}
#header h1 {height:0; font-size:0; width:0; text-indent:-10000em}
p           { margin: 0; padding: 0;}
table       { width: 100%;}

a:link, a:visited {text-decoration:none}
a:hover 		  {text-decoration:underline; }
.no_wrap          { white-space:nowrap;}
.hide 			  {display:none;}
.table-dis 			  {display:table;}
.invisible 			  { visibility:hidden}
.bordered_input   {border:#CCCCCC 1px solid;}
.bordered_input_def  { color: #a1a1a1; font-style: italic;}
.center 		  {text-align:center;}
a.underligned		{text-decoration:underline;}
em { color:#730042; font-style:normal; font-weight:bold }
select, input, textarea {-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border-color: #ccc; border-width:1px}
textarea {font-family:arial; font-size:100%}
input[disabled="disabled"], input[disabled] {color:#555555; background-color:#dadada;}
input[readonly="readonly"], input[readonly] {color:#555555; background-color:#dadada;}

.alignLeft  {float:left;}
.alignRight {float:right}
.textAlignLeft  { text-align:left}
.textAlignRight { text-align:right}
.price { text-align:right}
.bold{font-weight:bold; color:#333333;}
.fieldName {font-weight:bold;} /*was .caption*/
strong {font-family: "Segoe UI", 'Roboto';}
.inactive { color:#999999}
.showLink {cursor:pointer}
.paddingLeft{ padding-left:1em}
.paddingLeftShort{ padding-left:0.5em}
.paddingRight{ padding-right:1em}
.paddingRightShort{width:4%; text-align:center}
.paddingTop{ padding-top:1em}
.paddingTopShort{ padding-top:0.5em}
.paddingTop5{ padding-top:5px}
.paddingTop10{ padding-top:10px}
.paddingBottom{ padding-bottom:1em}
.paddingBottomShort {padding-bottom:0.2em;}
.marginLeft{ margin-left:1em}
.marginLeft0{ margin-left:0}
.marginRight{ margin-right:1em}
.marginTop{ margin-top:1em}
.marginBottom{ margin-bottom:1em}

table thead{table-layout:fixed}
table {table-layout:fixed}

th, td{overflow: hidden; white-space: nowrap; vertical-align: middle;}


/*New class that will be used instead of scrolltable, scrolltable2, scrolltable3 etc.... both classes verticalscroll and height must be used to work*/
.verticalScroll {overflow-x:hidden;	overflow-y:auto;}
.height10 {height: 10em;}
.height18 {height: 18em;}
.height26 {height: 26em;}
.horizontalScroll {overflow-x:auto; overflow-y:hidden; _padding-bottom:1.5em} /*_padding-bottom:1.5em is For IE*/
.width98 {width:98%}

.margin0{ margin:0}
/*end of use of scroll, many classes for height can be added depending of the needs */
.width0{ width:0%}
.width1{ width:1%}
.width2{ width:2%}
.width3{ width:3%}
.width4{ width:4%}
.width5{ width:5%}
.width6{ width:6%}
.width7{ width:7%}
.width8{ width:8%}
.width10{ width:10%}
.width12{ width:12%}
.width14{ width:14%}
.width15{ width:15%}
.width16{ width:16%}
.width18{ width:18%}
.width20{ width:20%}
.width21{ width:21%}
.width22{ width:22%}
.width24{ width:24%}
.width25{ width:25%}
.width26{ width:26%}
.width28{ width:28%}
.width30{ width:30%}
.width31{ width:31%}
.width32{ width:32%}
.width34{ width:34%}
.width35{ width:35%}
.width36{ width:36%}
.width37{ width:37%}
.width38{ width:38%}
.width40{ width:40%}
.width50{ width:50%}
.width50-important{ width:50% !important;}
.width55{ width:55%}
.width60{ width:60%}
.width70{ width:70%}
.width75{ width:75%}
.width83{ width:83%}
.width85{ width:85%}
.width90{ width:90%}
.width100{ width:100%}
.widthAuto{ width:auto}
.height1{height:1px;}
.height3{height:3px;}

/* px width with min- width */
.min-width1{width:1px; min-width:1px;}
.min-width15{width:15px; min-width:15px;}
.min-width20{width:20px; min-width:20px;}
.min-width25{width:25px; min-width:25px;}
.min-width30{width:30px; min-width:30px;}
.min-width35{width:35px; min-width:35px;}
.min-width40{width:40px; min-width:40px;}
.min-width50{width:50px; min-width:50px;}
.min-width55{width:55px; min-width:55px;}
.min-width60{width:60px; min-width:60px;}
.min-width65{width:65px; min-width:65px;}
.min-width70{width:70px; min-width:70px;}
.min-width80{width:80px; min-width:80px;}
.min-width85{width:85px; min-width:85px;}
.min-width90{width:90px; min-width:90px;}
.min-width100{width:100px; min-width:100px;}
.min-width110{width:110px; min-width:110px;}
.min-width115{width:115px; min-width:115px;}
.min-width120{width:120px; min-width:120px;}
.min-width130{width:130px; min-width:130px;}
.min-width140{width:140px; min-width:140px;}
.min-width150{width:150px; min-width:150px;}
.min-width160{width:160px; min-width:160px;}
.min-width165{width:165px; min-width:165px;}
.min-width185{width:185px; min-width:185px;}
.min-width190{width:190px; min-width:190px;}
.min-width200{width:200px; min-width:200px;}
.min-width210{width:210px; min-width:210px;}
.min-width250{width:250px; min-width:250px;}
.min-width300{width:300px; min-width:300px;}

.min60-ellipsis{min-width:60px; text-overflow: ellipsis;}
.ellipsis{text-overflow: ellipsis;}


.grey{background-color:#F9F9F9}
.mockup{background-color:#FEFBE7}
.emptyTable{margin-top:1em;margin-bottom:1em;height:15em;}
.cleared {clear: both; height: 0pt;}
div.formDiv div.line div.width50{float:left; margin-left:50px}
/*-------------topbar-------------*/
#header { background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
border-top: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; height:58px; width:98%; margin: 0.5em auto 0 auto; -moz-border-radius: 3px 3px 0 0;  -webkit-border-radius:  3px 3px 0 0;  border-radius:  3px 3px 0 0; }
#logoContainer { padding-left:0.8em; width:35%}
.moduleName {float: left; font-weight: 700; height:26px; line-height: 38px; margin-left: 0.3em; text-shadow: 1px 1px 1px #fff}
.moduleName a:link, .moduleName a:visited {color: #767676; text-decoration: none; text-shadow: 1px 1px 0 #fff;}
#logoContainer img { padding-left:0.2em; padding-top:0.1em;padding-bottom:0.2em ; float: left}
/*fix the height of higher Logos (NLB)*/
.fixedLogoHeight {display:block; float:left; height:35px; overflow:hidden; margin-right:0.3em;}
/*-------------MainNav-------------*/
#mainNavContainer {height:20px; margin-bottom:0px;clear:left; width:100%;}
#mainNavContainer ul {padding-left:0em;}
#mainNav{padding: 0;margin: 0;list-style-type: none;float:left;color: #555555;  clear:right;}
#mainNav li { font-size:100%;}
#mainNav li.selectedNavItem a{ color:#ffffff;}
#mainNav li.selectedNavItem {color:#D6D6D6}
#mainNav li.lastNavItem {float:right; font-weight:bold} /*used for logout*/
/* #mainNav li a{-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; padding: 0.2em 1em; text-shadow: 1px 1px 1px  #fff; float: left;color:#777;  display: bock;  text-decoration: none; }
 #mainNav li.dropdown a:hover {background: #ffffff; background:initial; background-color: #e0e0df; background-image:none; outline: none; border-bottom: 3px solid transparent;}
*/div div ul{ margin-bottom:0;}


/* ----------Sub Nav Bar--------------- */
#subNavContainer { vertical-align:text-top; width:60% }
#subNavContainer ul {list-style-type: none;height:26px; padding-left: 0.5em; -webkit-border-radius:0 0 0 3px; -moz-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; border: 1px #dadada solid; border-top: none; border-right: none; background-color: #fff}
#subNav { float:right;padding-top:0;padding-right:0.2em}
/*#subNav li { font-size:75%; font-weight:normal; float:left; margin: 0.2em 0.2em 0em 0.2em; padding-left:0em; padding-right:0em; }*/
#subNav li a{text-decoration:none; padding-left:3px; padding-right:3px; }
#subNav li span {color: #555555;}
#subNav li span.sub {border-right:1px solid #96A2A9 }
#subNav li a.dropdown-toggle  {color:white}
li div.navbar-brand.product-name a {font-family: "aleoregular",serif;}

/*-------------Content Wrap-------------*/
#contentWrap{ width:98%;margin-top:0px;height:100%; text-align:center; margin-top:6px; margin-bottom:0px; margin-left:auto; margin-right: auto;}

/*Forms*/
#formNav{ padding:5px 10px 5px 10px; height:16px;border-bottom:1px solid #D7DDE3; margin-top:0px; }
#formNavWide{padding:5px 0px 5px 0px; height:16px;border-bottom:1px solid #D7DDE3; margin:0px; width:100%; }

/*list*/
#mainArea { background-color:#FFFFFF; width:99%; text-align:left; font-size:80%; font-weight:normal; color:#555555; margin-left:1em; margin-top:12px; height:auto}
#mainArea table{ margin-bottom:1em;margin-top:0em; }
#mainArea table td{ border-bottom:1px solid #D7DDE3;color:#555555; height:1.5em}
#mainArea table th{ color:#555555;border-bottom:1px solid #D7DDE3;border-top:1px solid #D7DDE3; background-color:#FFFFFF; height:26px; text-align:left}
#mainArea table th a{text-decoration:underline}
#mainArea table th a:hover{color:#0056CC;}
#mainArea table th a img{ padding-left:3px; vertical-align:middle}
#mainArea table td a{ color:#0056CC;}

/*Button Style*/
input.button {border:1px solid #CCCCCC; background-image: url(../images/bg_btn.png);background-repeat: repeat-x;  text-align:center;height:20px; font-size:90%; cursor:pointer; font-weight:bold; padding-left:5px; padding-right:5px;margin-right:5px;}
#go {width:70px;}
#bigButton{ width:70px; height:auto; background-image:none; color:#FFFFFF; font-size:100%;border:1px solid #000000; padding:1px; margin-top:0.5em; margin-bottom:1em}
#addCon{width:110px; text-align:center; padding:0px; margin:0px;}
/*Span Button Style*/
span.buttonLink{border:1px solid #CCCCCC; background-image:url(../images/bg_btn.png);background-repeat:repeat-x;text-align:center;height:auto; cursor:pointer; font-weight:bold;padding-left:5px;padding-right:5px;margin-right:5px;float:left; padding-top:0px; padding-bottom:0px;}
span.buttonLink a, span.buttonLink a:hover, .decoration-none{text-decoration:none;}
/*fix for materialflowdetails*/
.disable {cursor:default;color:#32322f}


/*lobby + home*/
.lobbyLeft{ float:left; width:59%; vertical-align:top; padding-top:0px; margin-top:0px;}
.lobbyRight{ float:right; width:40%;vertical-align:top; padding-top:0px; margin-top:0px;}
#sub{height:188px;}
#data{height:188px;}
#mainAreaLobby { background-color:#FFFFFF; width:auto; text-align:left; font-weight:normal; color:#555555; margin-left:auto; margin-top:0px; height:auto;border-top:1px solid #D7DDE3; min-height:460px; _height:460px; background-image:url(../images/bg_strip_breadCrumbs.png); background-repeat:repeat-x; background-position:top}
#mainAreaLobby.home { height:486px;}
#mainAreaLobby div { padding:1em 1em 1em 4em; background-color:transparent}
#mainAreaLobby div.messages {border-bottom:1px solid #D7DDE3;}
#mainAreaLobby div ul { list-style:outside; list-style-image:url(../images/bullet_square.png); line-height:100%; margin-top:0.5em}
#mainAreaLobby div li {margin-left:1.4em; }
#mainAreaLobby div img { padding:0px; margin:0px;}
#mainAreaLobby h1 {font-weight:bold; font-size: 100%; text-align: left; margin-left: 0;}

/*home*/
#mainAreaLobby.home div { padding:1em 1em 1em 4em;}
#mainAreaLobby.home div ul {line-height:140%; margin-top:0.5em; list-style:none; list-style-image:none}
#mainAreaLobby.home div li {margin-left:0em;  }
#mainAreaLobby.home div li span{margin-right:1em;  }
#mainAreaLobby.home span.icon{ margin-left:-3.5em; float:left }

.panelLobby { background-color:#FFFFFF; width:100%; text-align:left; font-size:80%; font-weight:normal; color:#555555; margin-left:0em; margin-top:0px; border-top:0px solid #D7DDE3; margin-bottom:0.5em; padding-bottom:10px; clear: both; }
.panelLobby div {  margin-top:0em; /*min-height:55px;*/ height:auto; padding-top:1em; padding-left:1em}
.panelLobby div ul { list-style:outside; list-style-image:url(../images/bullet_square.png); line-height:110%; margin-top:0.5em; vertical-align: baseline; padding-left:1em; margin-left:0.5em}
.panelLobby div ul.alignLeft { width:44%}
.panelLobby div ul.alignRight { width:44%}
.panelLobby div li {margin-left:0.5em;}
#producersInsert { background-image:url(../images/bg_strip_breadCrumbs.jpg)}

/*lobby panels*/
#quickLinksPanel {min-height: 70px;}
#quickLinksPanel strong { display:block}
#searchPanel input{ width: 70%;border:#CCCCCC 1px solid; }
#searchPanel input.button { width:auto; height:18px;}
#chartsPanel { margin: auto; margin-bottom:-5px;text-align:center;}
#shortcutsPanel {height:79px/*for ie6*/;min-height: 80px;}
#shortcutsPanel strong { display:block}

/*home panels*/
.panelLobby div div.thumbsContainer { margin:0px; margin-left:-6px; padding:0px; margin-top:5px}
.panelLobby div div.thumbsContainer a { margin:0px; padding:0px; margin-left:-1px; }
#shortcutsPanelHome{ height:64px/*for ie6*/; min-height:68px;}
#shortcutsPanelHome strong { display:block}

/*main screen types*/
.contentWrap{background-color: #dadada; -moz-border-radius: 0 0 3px 3px;  -webkit-border-radius: 0 0 3px 3px;  border-radius: 0 0 3px 3px; /*border-bottom: solid 1px #ccc;*/ border-left: solid 1px #ccc; border-right: solid 1px #ccc; width:98%;margin-top:0px;padding-bottom:0em;height:70%; margin-left:auto; margin-right:auto }
.contentWrapWhiteBR{background-color: #FFFFFF; -moz-border-radius: 0 0 3px 3px;  -webkit-border-radius: 0 0 3px 3px;  border-radius: 0 0 3px 3px; /*border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; */ width:98%;margin-top:0px;padding-bottom:0em;height:70%; margin-left:auto; margin-right:auto }

/*Removed to fix the problem on: /mng/action/sipRuleListAction.do*/
/*
.contentWrap ul li.error{list-style-image:url(../images/icon_error.png); font-size:70%;text-align:right;padding-right:0.2em;padding-top:0em;padding-bottom:0em;margin-top:-15px;margin-bottom:-4px;margin-right:0px;}
*/
/*breadcrumbs*/
.breadCrumbs {background-color:#FFFFFF;  width:auto; text-align:left; font-size:80%; color:#555555; background-image:url(../images/icon_producers.png); background-repeat:no-repeat; background-position:left; height:3em; line-height:3em;}
.breadCrumbs b {font-weight:400; color:#333;}
.breadCrumbs span{ padding-left:4em;; line-height:3em; height: 3em}
.breadCrumbs span a{ color:#777777; text-decoration:underline;}
.breadCrumbs span a:visited { color:#777777; text-decoration:underline;}
.breadCrumbs span a:hover { color:#555555; text-decoration:underline;}
/* not in use --- Diana 23/09/2008 --- .breadCrumbs span a img{margin:0px; padding:0px; border:none; width:none; margin-right:-4px} */
.breadCrumbs div.notes{ background-color:#fdef70; color:#000000; float:left; font-weight:normal; margin:0.3em 4em 0em; padding:0.1em 0.5em;text-align:left;width:70%;}
.breadCrumbs h2 {display:inline; font-weight:700; font-size:100%; color:#555; margin-left:0;}
/*mainContainer*/
.mainContainer {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; background-color:#FFFFFF; width:100%; text-align:left; /*font-size:80%;*/ font-weight:normal; color:#555555; margin-top:3px; min-height:410px;_height:410px;}
.mainContainer table{ margin-bottom:0em;margin-top:0em; border-spacing:3px 1px;}
.mainContainer table td{ border-bottom:1px solid #D7DDE3;color:#555555; /*height:1.5em;*/ border-bottom:1px dotted #ccc;}
.mainContainer table th{ color:#555555;border-bottom:1px solid #D7DDE3;border-top:1px solid #D7DDE3; /*background-color:#FFFFFF;*/ height:26px; text-align:left}
.mainContainer table th.center {text-align:center;}
/*background removed to fix the BG of the file http://localhost:1801/mng/action/form.do?operation=FormDetails*/
.mainContainer table th a, .mainContainer table th a:visited{color: #ffffff !important;text-decoration:underline; }
.mainContainer table th a:hover{ color:#0056CC;}
.mainContainer table th a img{ padding-left:3px; vertical-align:middle}
.mainContainer table td a{ color:#0056CC;}
.mainContainer table td a:visited{ color:#0056CC;}

.mainContainer table td .editIcon { color:#0056CC;}

/*more information style*/
.info{width:10%; vertical-align:middle;}
.info a:visited{color:#FF0000; text-decoration:underline;}
.info a:link{color:#FF0000; text-decoration:underline;}
.info a img{vertical-align:bottom; margin-left:0px; padding:0px;}
#link a{text-decoration:underline; color:#555555;}
.lightLink a{color:#555555;}
.lightLink a:visited{color:#555555;}
.lightLink a:hover{text-decoration:underline}

/*Type A Drawer: general info, brief*/
.typeA {padding-left:4em; padding-top:0.5em; margin-bottom:-0.5em}
.typeA table { width:90%;}
.typeA table th { border:0px; height:auto; white-space:nowrap}
.typeA table td { border:0px; height:auto;}

/*Divider*/
.dividerA { width:100%; background-color:#DADADA; color:#DADADA;  height:3px; border:none; clear:both}
.dividerB { width:100%; background-color:#DADADA; color:#DADADA; border:none; clear:both;}
hr.dividerA {margin-bottom: 0; margin-top:0;}

/*Type B: Drawer Title, Title*/
.typeB {margin-bottom: 0.5em; width:100%; background-color:#f6f6f6; border:1px solid #D7DDE3; height:25px;  padding:0px;clear: both/*margin-top:-7px for ie6*/; border-left: none; border-right: none}
.typeB a { margin-left:2em;}
.typeB a:link, .typeB a:visited, .typeB a:hover ,.typeB a:active {text-decoration:none;}
.typeB a img{ vertical-align:bottom; padding-top:3px}
.typeB span{ vertical-align:bottom; font-weight:bold; margin-left:0.5em}
.typeB span.title{ font-weight:bold; margin-left:3em; float:left; padding-top:4px; margin-right:1em}
.typeB span.text{ font-weight:normal; float:left; padding-top:4px }
.typeB div.hForm{}
.typeB div.hForm form{ padding-top:2px; }
.typeB div.hForm input{ width:3em}
.typeB span.errorMsg{ font-weight:bold; color:#FE0101}

/*Type B2: Title + simple horizontal form*/
.typeB2 { width:100%; background-color:#ffffff;border-bottom:3px solid #D7DDE3; height:30px; margin:0px; padding:0px;}
.typeB2 a { margin-left:4em;}
.typeB2 a img{ vertical-align:bottom; padding-top:3px}
.typeB2 span{ vertical-align:bottom; font-weight:bold; margin-left:0.5em}
.typeB2 span.title{ font-weight:bold; margin-left:4em; float:left; padding-top:4px; padding-right:1em; clear:right; }
.typeB2 span.wizardTitle{ font-weight:bold; margin-left:4em; float:left; padding-top:1em; padding-right:1em;}
.typeB2 span.subTitle{ font-weight:bold; margin-left:4em; float:left; padding-top:1em; padding-right:1em;}
.typeB2 div.hForm form{ padding-top:2px}
.typeB2 div.hForm input{ width:3em}

/*Type B3: Group Title for tables */
.typeB3 { width:90%; background-color:#ffffff;border-bottom:0px solid #D7DDE3; height:20px; margin:0px; padding:0px;}
.typeB3 span.groupTitle{ font-weight:bold;}

/*Type C: two columns form*/
.typeC {background-color: #fff; border: none;  margin: 0 auto 0.3em 2%; padding-left: 0; padding-top: 1em;  width: 98%;}
.typeC th, .typeC td {white-space: normal;}
.typeC table{ width:90%; table-layout:auto; border-spacing: 0px;}
.typeC table th{ border:0px; height:auto; white-space:nowrap; overflow:inherit; vertical-align:top; padding-top:2px;}
.typeC table th label, .typeC table tbody tr th {font-weight:700;}
.typeC table td{ border:0px; height:auto; overflow:inherit; padding-top:2px;padding-right:4px; vertical-align:top;}
.typeC table td img{padding-right:0px;vertical-align:top}
.typeC table td img.error{margin-top:-2px; float:right}
/*Removed because of trouble with calendar and lookup icons on 078-Advance-Search-and-results.htm*/
/*.typeC table td a{vertical-align:top;}*/
.typeC table td label{padding-right:10px;}
.groupCheckbox label{width: 80%; padding-top: 25px}
.typeC table td fieldset{ border:0px; width:auto }
.typeC table td fieldset label{ padding-right:0.5em}/*radio button hspace*/
.typeC table td.paddingRight{text-align:right; padding-right:0px; margin:0px}
.typeC table td a img.fieldIcon {float:right; padding-right:0px; margin-right:0px; text-align:right; vertical-align:middle; padding-top:1px;}
.typeC input { width:100%; vertical-align:middle;}
.typeC #cancel { box-sizing: border-box !important; }
.typeC input.disable{cursor:default;color:#555555}
.typeC input.year { width:33%;vertical-align:top}
.typeC input.narrow { width:78%}
.typeC input.radio { width:auto; vertical-align:middle}
.typeC textarea { width:100%}
.typeC textarea.narrow { width:90%;}
.typeC select { width:100%; font-size: 100%; font-family: arial}
.typeC select.long { width:100%;}
.typeC select.small { width:52%;}
.typeC select.date { width:22%;}
.typeC select.time { width:22%;}
.typeC table td fieldset{ border:0px; width:auto; }
.typeC table td span.mandatory{float:right;}
.typeC div.scrollTable{height:22.5em; overflow:auto;overflow-x:hidden;}
.typeC div.scrollTable2{height:18em; overflow:auto;overflow-x:hidden;}
.typeC div.scrollTable3{overflow-x:auto;}
.typeC td input.fieldWithIcon {width:80%; float:left; padding:0px; margin:0px;}
.typeC td.small input {width:auto; padding:0px; margin:0px;}
.typeC input.widthAuto {width:auto; padding:0px; margin:0px;}
.typeC td.small a img {vertical-align:middle; padding-top:2px}
.typeC td.small a img.calendar {padding-top:0;margin-top:-4px}
.typeC td.small select {width:24%; padding:0px; margin:0;}
.typeC td.small select.calendar_year {width:30%}
#user.expiryDateDummyyear{width:30%; padding:0px; margin:0;}
img.calendar {vertical-align:bottom}
/*
form structure convertion from table to divs
*/
.typeC div.formDiv {padding-bottom: 1em;}
.typeC div.formDiv div.line {clear: both; _height: 22px; margin-bottom:0.3em}
.typeC div.formDiv div.line:last-child {margin-bottom:0}
.typeC div.formDiv div.line div {float:left;}
.typeC div.formDiv div.line.file-included div{float:none;}
.typeC div.formDiv div.line.file-included {float:none; display:flex;}
/*.typeC div.formDiv div.line div span {font-weight: bold;}removed to fix the proble with the bold in form generator, now "fieldName" is used to make the headers bolded*/
.typeC div.formDiv div.line div fieldset {border: none;}
.typeC div.formDiv div.line div fieldset legend {display: none;}
.typeC div.formDiv div.line div input.radio {width: auto;}
.typeC select.width102 {width: 102%;}
.typeC div.formDiv div.line div.small select {width: 24%; padding: 0px; margin: 0;}
.typeC div.formDiv div.line div.small textarea {width: 83%; padding: 0px; margin: 0; }
.typeC div.formDiv div.line div.small textarea:disabled {width: 83%; padding: 0px; margin: 0; background-color:#fff }
.typeC div.formDiv div.line div.small img {vertical-align:middle;}
.typeC div.formDiv div.line div.small img.calendar {vertical-align:top;}
.typeC div.small input, .typeC div.small textarea {width:auto; padding:0px; margin:0px;float:left}
.typeC div.small div.pickup {background-image: url(../images/icon_lookup.png); width:34px; height:18px; float:left}
.typeC div.small div.pickup input {filter:alpha(opacity=0);opacity: 0;-moz-opacity:0;width:34px;height:18px; cursor:pointer}

.leftMarginC {padding-left: 4%; width: 94%}
.leftMarginA div.formDiv div.line, .leftMarginC div.formDiv div.line{clear: both; _height: 15px;}
/*lookup icon in submit button for advance search page*/
input.lookup {cursor: pointer; background: transparent url(../images/icon_lookup.png) no-repeat center top; width:34px; height:18px; border: 0;}

*html .typeC td.small img {margin-bottom:3px; padding-left:0px; margin-left:0px;}

/*Type C2: one column form*/
.typeC2 {padding-left:4em; padding-top:1em}
.typeC2 table{ width:40%; border-spacing: 0px;}
.typeC2 table th{ border:0px; height:auto; /*white-space:nowrap;*/ } /*for test only*/
.typeC2 table td{ border:0px; height:auto; padding-top:2px; padding-right:6px  }
.typeC2 table td fieldset{ border:0px; width:auto }
.typeC2 table td fieldset label{ padding-right:0.5em}/*radio button hspace*/
.typeC2 input { width:100%; }
.typeC2 input.radio { width:auto; }
.typeC2 textarea { width:100%; font-family: Arial, Verdana, sans-serif; font-size:100%}
.typeC2 textarea.readonly { background-color:#f1f1f1}
.typeC2 select { width:40%;}
.typeC2 table td fieldset{ border:0px; width:auto }
.typeC2 table td span.mandatory{float:right}
.typeC2 td.small input {width:auto; padding:0px; margin:0px;}
.typeC2 td.small select {width:24%; padding:0px; margin:0;}

.typeC2#error, .typeC2.error2{ clear:both; background-color:#FAFAFA; border-bottom:solid 1px #D7DDE3; padding-bottom:0.5em; padding-top:0.3em; margin-bottom:0.3em}
.typeC2.error2 {border-top:solid 1px #D7DDE3;}
.typeC2#info{ background-color:#FAFAFA; border-bottom:solid 1px #D7DDE3; padding-bottom:0.5em; padding-top:0.3em}

/*Type C3: one column form*/
.typeC3 {padding-left:4em; padding-top:1em}
.typeC3 table{ width:90%;}
.typeC3 table th{ border:0px; height:auto; white-space:nowrap; }
.typeC3 table td{ border:0px; height:auto; padding-top:2px; padding-right:6px  }
.typeC3 table td fieldset{ border:0px; width:auto }
.typeC3 table td fieldset label{ padding-right:0.5em}/*radio button hspace*/
.typeC3 input { width:100%; }
.typeC3 input.radio { width:auto; }
.typeC3 textarea { width:100%; font-family: Arial, Verdana, sans-serif; font-size:100%}
.typeC3 textarea.readonly { background-color:#f1f1f1}
.typeC3 select { width:100%;}
.typeC3 table td fieldset{ border:0px; width:auto }
.typeC3 table td span.mandatory{float:right;}

.typeC3#error{ background-color:#fafafa; border-bottom:solid 1px #D7DDE3; padding-bottom:0.5em; padding-top:0.3em}
.typeC3#info { background-color:#fafafa; border-bottom:solid 1px #D7DDE3; padding-bottom:0.5em; padding-top:0.3em}

/*Type D: table, table with actions*/
.typeD {padding-left:4em; padding-top:0.5em;clear:both;}
.typeD table{ width:90%; height:auto;}
.typeD table th{height:auto; white-space:nowrap; border-top:none; padding-right:0px; margin-right:0px;}
.typeD table th a{padding:0px; margin:0px;}
.typeD table th a:visited{padding:0px; margin:0px;}
.typeD table td{height:auto;}
.typeD table td a img{padding:0px; margin:0px; /*margin-right:20px*/}/*fix the bug on /userDetails.do? where the "active" img is not center*/
.typeD table th.actionTitle{color:transparent; font-size:0; height:0; width:0}
.typeD fieldset{border:0px;}
.typeD fieldset legend {font-weight:bold;color:#555555; margin-top:0.5em;margin-bottom:0em; height:2em; font-size:inherit; border-color:#ffffff;}
.typeD fieldset td{border:0px;}
.typeD select{ width:100%; }
.typeD div.scrollTable{height:20em; overflow:auto;overflow-x:hidden; margin-bottom:0.5em}
.typeD table td.empty{border-bottom:none; height:20px;}
.typeD table td.number {padding-right:8px; text-align:right}
.typeD table th.number {padding-right:8px; text-align:right}
.typeD div.scrollTable{width:99%; height:18em; overflow:auto; overflow-x:hidden; margin-bottom:0.5em;}
.typeD div.scrollTable2{height:10em; overflow:auto; overflow-x:hidden; margin-bottom:0.5em; }
.typeD div.narrow{width:50%; padding-left:2em;padding-right:2em;}
.typeD table th input.sort{text-decoration:underline;border:none;background-color:#ffffff;cursor:pointer;font-weight:bold;}
.typeD table td input {width:90%}
.typeD table td input.radio {width:auto}
.typeD table td input.image {width:auto}
/*wide table*/
#wideTable{margin-left:0px; padding-left:10px; padding-right:10px; margin-bottom:1em;}
.typeD table.wideTable{ width:99%; padding-right:0px; padding-left:0px; margin:0px;}
.typeD table.wideTable tr{padding:0px; margin:0px; width:auto;}
.typeD table.wideTable th{padding-right:2px; padding-left:2px; margin:0px;vertical-align:top;}
.typeD table.wideTable th.center{margin:0px;text-align:center;padding-left:1px}
.typeD table.wideTable th.input{ vertical-align:middle;}
.typeD table.wideTable td{padding-right:1px; padding-left:2px; margin:0px;}
.typeD table.wideTable td.center{margin:0px;text-align:center; padding:0px;}
.typeD table.wideTable td.center a{margin:0px;text-align:center; padding:0px 1px;}
.typeD table.wideTable td.moreOptions {width:auto}
.typeD table.wideTable td.number {padding-right:8px; text-align:right}
.typeD table.wideTable th.number {padding-right:8px; text-align:right}
.typeD table th.wrapIt {white-space:normal}

/*Type D: table, table with checkbox*/
.typeD table thead tr th div.checkbox.styled-checkbox {margin:5px 0px -10px -10px;}
.typeD table tbody tr td div.checkbox.styled-checkbox {margin:2px 0 -10px; padding-left:2px;}
.typeD div table thead tr td div.checkbox.styled-checkbox{margin:-10px;}

/*narrow table*/
#narrowTable{margin-left:0px; padding-left:10px; padding-right:10px}
.typeD table.narrowTable{ width:70%; padding-right:0px; padding-left:0px; margin:0px}
.typeD table.narrowTable tr{padding:0px; margin:0px; width:auto;}
.typeD table.narrowTable th{padding-right:0px; margin-right:0px; width:auto;}
.typeD table.narrowTable td{padding:0px; margin:0px; width:auto}

.typeD table.header{ width:50%;}
.typeD table.header th{height:auto; white-space:nowrap; border:none; padding-right:0px; margin-right:0px; width:auto;}
.typeD table.header td{height:auto; white-space:nowrap; border:none; padding-right:0px; margin-right:0px; width:auto;}
.typeD table.header select{width:75%}
.typeD table.header td img {vertical-align:middle;margin-top:-3px;}
.typeD table tr.actionHolder td{padding:0px; margin:0px; text-align:left; border:0; border-bottom:1px #D7DDE3 solid;}

.typeD div.scrollTable fieldset ul { margin: 0; padding: 0; padding-left: 0.5em;}
.typeD div.scrollTable fieldset ul li { margin: 0; padding: 0; list-style: none; line-height: 1.3em;}
.typeD div.popTable ul { margin: 0; padding: 0; padding-left: 0.5em;}
.typeD div.popTable ul li { margin: 0; padding: 0; list-style: none; line-height: 1.3em;}
table td.red {font-weight:bold; text-align:center;}
table td.red a:link{text-decoration:underline; font-weight:normal}
table td.red a:visited{text-decoration:underline; font-weight:normal}
table td.green{color:#999999; font-weight:normal; text-align:center;}


/*Type D2: table with checkboxes*/
.typeD2 {padding-left:1.5em; margin-top:0.5em; height:auto; clear:both}
/*we must make a separation between the scroll and the height*/
.typeD2 div.scrollTable{height:11em; overflow:auto;overflow-x:hidden; margin-bottom:1.5em;}
.typeD2 div.scrollTable2{height:20em; overflow:auto;overflow-x:hidden; margin-bottom:0.5em; }
.typeD2 div.scrollTable3{overflow:auto;overflow-x:hidden; margin-bottom:0.5em; font-size:80%;}
.typeD2 table{ width:97%;}
.typeD2 table th{height:auto; white-space:nowrap; border-top:none}
.typeD2 table th.center{text-align:center}
.typeD2 table th input.sort{text-decoration:underline;border:none;background-color:#ffffff;cursor:pointer;font-weight:bold;}
.typeD2 table td{ /*height:auto;*/padding-top:2px;padding-right:4px; vertical-align:top;}
.typeD2 table td.empty{border-bottom:none; height:70px;}
.typeD2 table th.actionTitle{ color:#FFFFFF}
.typeD2 table td input { width:100%;}
.typeD2 table td input.radio { width:auto;}
/*.typeD2 table th input { width:100%;} //format not correct   */
.typeD2 table td input.image {width:auto}
.typeD2 table td select { width:100%;}
.typeD2 table td a img { padding-right:4px;}
.typeD2 table tr.actionHolder td{padding:0px; margin:0px; text-align:left; border:0; border-bottom:1px #D7DDE3 solid;}
.typeD2 table td.number {padding-right:8px; text-align:right}
.typeD2 table th.number {padding-right:8px; text-align:right}
.typeD2 table caption {height:auto; white-space:nowrap; border-top:0; font-weight: bold; text-align: left; margin-left: 0; padding-left: 2%;}
.typeD2 table thead tr th div.checkbox.styled-checkbox {margin:5px -10px -10px -10px; padding-right:3px;}
.typeD2 table tbody tr td div.checkbox.styled-checkbox {margin:0 0 -10px 0;}
.typeD2 table tbody tr td.form-inline div.input-group {width:100%;}
.typeD2 table tbody tr td.form-inline button {width:20px}
.typeD2 table tbody tr td.form-inline input.form-control{width: 100%}
.typeD2 div table thead tr td div.checkbox.styled-checkbox{margin:-10px;}

.typeD2 table tbody tr td div.radio.styled-radio{margin:0 0 -10px 0;}

.typeD2 td.moreOptions {width:auto;}
td.moreOptions .contents{padding-top: 3px; margin-left: 4px;}
.typeD2 td.moreOptions a{ margin:0px; padding-right:0px; text-align:right; text-decoration:underline;}

.typeD2 table.narrowTable{ width:45%; padding-right:0px; padding-left:0px;}
.typeD2 table.narrowTable tr{padding:0px; margin:0px; width:auto;}
.typeD2 table.narrowTable th{padding-right:0px; margin-right:0px;}
.typeD2 table.narrowTable td{padding:0px; margin:0px;}

.typeD2 table.wideTable{ width:98%; padding-right:0px; padding-left:0px; padding-bottom:10px; margin:0px;}
.typeD2 table.wideTable tr{padding:0px; margin:0px; width:auto;}
.typeD2 table.wideTable th{padding-right:2px; padding-left:2px; margin:0px; vertical-align:top;}
.typeD2 table.wideTable th.center{margin:0px; text-align:center;}
.typeD2 table.wideTable th.input{ vertical-align:middle;}
.typeD2 table.wideTable td {padding-left:2px; margin:0px;}
.typeD2 table.wideTable td.center{text-align:center;}
.typeD2 table.wideTable td.moreOptions {width:auto}
.typeD2 select.w90 { width:90%;}
.typeD2 table.wideTable td.number {padding-right:8px; text-align:right}
.typeD2 table.wideTable th.number {padding-right:8px; text-align:right}
.typeD2 table td input.link {background-color:transparent; text-decoration:underline; border:0; margin:0; cursor: pointer; display:inline; width:auto; }
.typeD2 table td.action input.link {background-color:transparent; text-decoration:underline; border:0; margin:0; cursor: pointer; display:inline; width:auto; }
.typeD2 table th.wrapIt {white-space:normal}
.typeD2 .largeSplitList table.wideTable {width:100%;padding-bottom:0}
div.formDiv div.line div.width50{float:left; margin-left:50px}
/* for explorer6*/
*html .typeD2 li a:visited {padding:0px 4px 1px 0px; margin:0px;}
*html .typeD2 li a:link {padding:0px 4px 1px 0px; margin:0px;}
*html .typeD2 li a:hover{text-decoration:underline; }

.typeD2 table.no-border th, .typeD2 table.no-border td {border:0px; border-spacing: 0px; overflow:visible;}
.typeD table.no-border th, .typeD table.no-border td {border:0px; border-spacing: 0px; overflow:visible;}

/***Customizable lists***/
.typeD2 table.jsCustomizableList .dragHandler:hover{cursor: move;}
.typeD2 table.jsCustomizableList .dragHandler{text-indent: inherit;min-width: 3px;}
.typeD2 table.jsCustomizableList th {white-space:nowrap;overflow:hidden}
.typeD2 table.jsCustomizableList td {overflow:hidden;text-overflow:ellipsis;}
.typeD2 table.jsCustomizableList {table-layout:fixed}
/*Draggable*/
.typeD2 .dragtable-sortable {list-style-type: none; margin: 0; padding: 0; -moz-user-select: none;overflow:hidden}
.typeD2  .dragtable-sortable li {margin: 0; padding: 0; float: left; font-size: 1em; background: white;}
.typeD2  .dragtable-sortable th, .typeD .dragtable-sortable td{border-left: 0px;}
.typeD2  .dragtable-sortable li:first-child th, .typeD .dragtable-sortable li:first-child td {border-left: 1px solid #CCC;}
.typeD2 .ui-sortable-helper {opacity: 0.7;filter: alpha(opacity=70);}
.typeD2 .ui-sortable-placeholder {-moz-box-shadow: 1px 2px 1px #C6C6C6 inset;-webkit-box-shadow: 1px 2px 1px #C6C6C6 inset;box-shadow: 1px 2px 1px #C6C6C6 inset;border-bottom: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;visibility: visible !important;background: #EFEFEF !important;visibility: visible !important;}
.typeD2 .ui-sortable-placeholder * {opacity: 0.0; visibility: hidden;}
/*Resizable*/
.typeD2 .rc-handle-container {position: relative;}
.typeD2 .rc-handle {position: absolute;width: 7px; cursor: ew-resize;margin-left: -3px;z-index: 2;}
.typeD2 table.rc-table-resizing {cursor: ew-resize;}
.typeD2 table.rc-table-resizing thead,
.typeD2 table.rc-table-resizing thead > th,
.typeD2 table.rc-table-resizing thead > th > a {cursor: ew-resize;}

/*For sipContent.do*/
table.trouble td.problem div.actionMenu {border-bottom:0;text-align:left;float:left;}
table.trouble td.problem div.actionMenu ul li {display:block}

/*Type D3: table with checkboxes*/
.typeD3 {padding-left:1.1em; margin-top:0.5em; height:auto;clear:both;}
.typeD3 div.scrollTable{height:11em; overflow:auto;overflow-x:hidden; margin-bottom:1.5em;}
.typeD3 div.scrollTable2{height:20em; overflow:auto;overflow-x:hidden; margin-bottom:0.5em;width:100% }
.typeD3 table{ width:98%;}
.typeD3 table th{height:auto; white-space:nowrap; border-top:none}
.typeD3 table th.center{text-align:center}
.typeD3 table td{ height:auto;padding-top:2px;padding-right:4px; vertical-align:top;}
.typeD3 table td.empty{border-bottom:none; height:70px;}
.typeD3 table th.actionTitle{ color:#FFFFFF}
.typeD3 table td input { width:100%;}
.typeD3 table td select { width:100%;}
.typeD3 table td a img { padding-right:4px;}
.typeD3 table tr.actionHolder td{padding:0px; margin:0px; text-align:left; border:0; border-bottom:1px #D7DDE3 solid;}
.typeD3 td.moreOptions {width:auto;}
.typeD3 td.moreOptions a{ margin:0px; padding-right:0px; text-align:right; text-decoration:underline;}

.typeD3 table.narrowTable{ width:45%; padding-right:0px; padding-left:0px;}
.typeD3 table.narrowTable tr{padding:0px; margin:0px; width:auto;}
.typeD3 table.narrowTable th{padding-right:0px; margin-right:0px; width:auto;}
.typeD3 table.narrowTable td{padding:0px; margin:0px; width:auto}
.typeD3 table thead tr th div.checkbox.styled-checkbox {margin:10px 0 0;}
.typeD3 table tbody tr td div.checkbox.styled-checkbox {margin:0 0 -10px 0;}


/* For Gallery view */
.typeD3 div.gallery {height:20em; overflow:auto;overflow-x:hidden; margin-bottom:0.5em;width:100% }
.typeD3 div.gallery ul {padding: 0;margin: 0;list-style-type: none;float:left;clear:right; width:100%}
.typeD3 div.gallery ul li { float:left; margin: 0 0.5% 2em 0.5%; width: 18%}
.typeD3 div.gallery ul li input {vertical-align: top;}
.typeD3 div.gallery ul li ul {list-style-type: none;float:left;}
.typeD3 div.gallery ul li ul li {float:none; border: 0; margin: 0; width:100%;padding-bottom:0;}
.typeD3 div.gallery ul li ul li.inLine { width: 45%; float:left; margin: 0.2em 0.2em 0em 0em; padding-left:0em; padding-right:0em; }
.typeD3 div.gallery ul li ul li.actions { clear:left; margin: 0.2em 0.2em 0em 0em; padding-left:0em; padding-right:0em; }

/*new style for lists*/
.typeD, .typeD2, .typeD3 {padding-left: 0; width:100%; margin:0 auto; background-color: #fff; margin: 0 auto 0.3em auto;}
.typeD table, .typeD2 table, .typeD3 table {width:100%}
/*Type E: buttons*/
.typeE{ width:80%; margin-bottom:1em;height:2.5em; }
.typeE input {border:1px solid #CCCCCC; background-repeat: repeat-x; text-align:center; cursor:pointer;  padding-left:5px; padding-right:5px;margin-right:5px; width:auto;}
.typeE span { vertical-align:middle; text-align:center;}
.typeE span.buttonLink{ font-family:Arial,Verdana,sans-serif; margin-left:2.5em; margin-top:0.5em; }
.typeE span.buttonLink2 { font-family: Arial,Verdana,sans-serif; background-color:#EEEEED; border:1px solid #CCCCCC; background-image:url(../images/bg_btn.png); background-repeat:repeat-x; background-position:center; font-weight:bold; padding:1px 15px 1px 15px; text-align:center;}
.typeE span.buttonLink2 a:hover{ text-decoration:none}
#wide_buttons{width:95.5%; padding-right:0px; margin-right:0px; text-align:left; margin-top:5px; margin-bottom:5px;}
.typeE div.login span input#login{width:23%; padding-left:0.2em; padding-right:0.2em; margin-right:2px;padding-bottom:2px; padding-top:-1px}
.typeE div.login span input#register{width:30%; padding-left:0.2em; padding-right:0.2em; margin-right:2px; padding-bottom:2px; padding-top:-1px}
.typeE input.disable{cursor:default;color:#555555}
.typeE input.submit {width: 10em;}

/*Type EK: buttons buttons in K type*/
.typeEK{ width:95%; margin-bottom:1em;margin-top:0.2em;height:1.5em;padding-left:0.5em; }
.typeEK input {border:1px solid #CCCCCC; background-image: url(../images/bg_btn.png);background-repeat: repeat-x; text-align:center;height:20px; cursor:pointer; font-weight:bold; padding-left:5px; padding-right:5px;margin-right:5px; width:auto;}
.typeEK span { vertical-align:middle; text-align:center;}
.typeEK span.buttonLink{ font-family: Arial,Verdana,sans-serif; margin-left:4em; margin-top:0.5em; }
.typeEK span.buttonLink2 { font-family: Arial,Verdana,sans-serif; background-color:#EEEEED; border:1px solid #CCCCCC; background-image:url(../images/bg_btn.png); background-repeat:repeat-x; background-position:center; font-weight:bold; padding:1px 15px 1px 15px; text-align:center;}
.typeEK span.buttonLink2 a:hover{ text-decoration:none}
#wide_buttons{width:95.5%; padding-right:0px; margin-right:0px; text-align:left; margin-top:5px; margin-bottom:5px;}



/*Type F: command buttons*/
.typeF { width:90%; margin-left:4em; height:3em; padding-top:1em; }
.typeF div.alignLeft{ width:41%;}
.typeF div.alignRight{ width:58%;}
.typeF div.alignLeftWide{ width:58%;float:left;}
.typeF div.alignRightThin{ width:21%;float:right;}
.typeF input, .typeF div.buttonLink, .typeF div.buttonLinkAction {height:22px;background-color:transparent; border:none; width:auto; padding-left:0.2em; padding-right:0.2em; font-weight:bold; cursor:pointer;margin-left:0em; font-family: arial }
.collectionThumbnailImg{position:absolte;width:100%;height:90%;border-radius:6px}
.inputLink{font-weight: bold;background-color:transparent;display:inline-block;cursor:pointer;color:#2c4d82;font-family:'Roboto', Helvetica, Arial, sans-serif;font-size:12px;higth=2px;border:solid;border-width:0px;text-decoration:none;}
.main_flex{display: flex; display:-ms-flexbox;}
.flex{flex: 1;-ms-flexbox: 1}
.ppy-stage-collection {height: 150px;overflow: hidden;width: 77%;}
button:disabled {color:#555555; cursor:default}
input:disabled {color:#555555; cursor:default}

.typeF #red a {margin-left:0em; color: #fff;  }
.typeF #red {height: 23px; padding: 0  0.5em; border: 1px solid #555; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.typeF input.back {margin-left:0em; }
.typeF A:link{line-height:20px;}
.typeF A:visited{font-weight:bold; line-height:20px;}
.typeF A:hover{ text-decoration:none;}

/*button link*/
.typeF div.left{float:left; margin-right:5px;}
.typeF div.right{float:right; margin-left:5px;}
.typeF div.buttonLink{padding-left:0.2em; padding-right:0.2em; text-align:center; height:20px; vertical-align:middle; width:auto; cursor:pointer; }
.typeF div.buttonLink a {display: inline-block; height: 20px;  line-height: 20px;}
.typeF div.buttonLinkAction{padding-left:0.2em; padding-right:0.2em; text-align:center; height:20px; vertical-align:middle; width:auto; cursor:pointer; }
.typeF div.buttonLinkAction a {display: inline-block; height: 20px;  line-height: 20px; color:#FFFFFF; padding-left:0.2em; padding-right:0.2em;}
.typeF_wide {margin-left:1em; width:auto; margin-right:1em; margin-bottom:10px; padding-top:0.5em;} /*for Type K: 2 parts container */
.typeF_wide input { background-color:#555555; border:1px solid #555555; width:auto; padding-left:0.2em; padding-right:0.2em; color:#FFFFFF; font-weight:bold; cursor:pointer;margin-left:0.5em }
.typeF_wide input.submit {margin-left:0em;  }
.typeF_wide input.back {margin-left:0em; }
.typeF input.submit, .typeF div.buttonOn {margin-left:0em; color: #fff; border: 1px solid #555 }
.typeF div.buttonOn {border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; padding: 0 0.5em	}
.typeF div.buttonOn a:link, .typeF div.buttonOn a:visited {color: #fff;}
.typeF#advanced{ margin-left:-3px}


/*Type G:  scroll div, error message report, help*/
.typeG {padding-left:1em; padding-top:0em; height:6.5em;border-bottom:1px solid #D7DDE3; }
.typeG div{ width:100%; height:6.4em; overflow:auto;overflow-x:hidden; }
.typeG div p { padding-left:4em; padding-top:5px;padding-bottom:5px}
.typeG div table tr td input.link {color:#3F3F3F; background-color:transparent; text-decoration:none; border:0; margin:0; cursor: pointer; display:inline; width:auto; }
/*Type H: tabs*/
.typeH{height:1.8em/*23px*/;border-bottom:1px solid #D7DDE3;clear:both;}
.typeH div { height:1.8em/*22px*/;width:90%;margin: 0px;clear:left; float:left; margin-left:0em;}/*width changed from 90% to 98% to give more place when there are many tabs*/
.typeH div ul{margin-left:4em;}/*margin-left changed from 4em to 2em to give more place when there are many tabs*/
.typeH div li {line-height: 170%; font-size:100%;display: inline; }
.typeH div li.tab {border:1px solid #CCCCCC; border-bottom:0px; height:22px; text-align:center; font-weight:bold; vertical-align:middle; cursor:pointer; float: left;font-weight: bold;text-decoration: none;padding-left:1em;padding-right:1em; margin-right:2px; color:#9B9B9B; cursor:pointer;background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}
.typeH div li.tab.disabled {cursor:default}
.typeH div li.tab a {color:#9B9B9B;  }
.typeH div li.tabSelected{margin-top: -2px; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; border:1px solid #ccc; border-bottom:0px;background-color:#fff;height:24px; text-align:center; font-weight:bold; vertical-align:middle; float: left;font-weight: bold;text-decoration: none;padding-left:1.5em; padding-right:1.5em;margin-right:2px; color:#555555 }
.typeH div li.tab:hover {margin-top: -2px; height:24px; }
.typeH div li.tab a:hover {text-decoration:none; color:#555;}
.typeH div.wide {width:99%;}
.typeH div ul{margin-left:4em;}
.typeH div.wide ul{margin-left:1em;}
.typeH div.wide ul li.tab {padding-left:0.7em;padding-right:0.7em;}


/*Type H1: tabs submit buttons*/
.typeH1{height:1.8em/*23px*/;border-bottom:1px solid #D7DDE3;clear:both;}
.typeH1 div { height:1.8em/*22px*/;width:90%;margin: 0px;clear:left; float:left; margin-left:3em;}
.typeH1 div input {line-height: 170%; font-size:100%;display: inline; }

.typeH1 div input.tab{height:23px; cursor:pointer; background:#999; color:#9B9B9B; font-weight:bold; padding: 1px 2px; background:url(../images/bg_btn_grey.jpg) repeat-x left top; border:1px solid #D7DDE3; border-bottom:0px; padding: 0 0; width: 0; overflow:visible; padding-left:3px; padding-right:3px;}
.typeH1 div input.tab[class] { /*ie ignores [class]*/width: auto;}
.typeH1 div input.tabSelected{ height:23px; background:#999; color:#555555; font-weight:bold; padding: 1px 2px; background:url(../images/bg_btn_grey.jpg) repeat-x left top; border:1px solid #D7DDE3; border-bottom:0px; padding: 0 0; width: 0; overflow:visible;}
.typeH1 div input.tabSelected[class] { /*ie ignores [class]*/width: auto;}


/*Type I: left side - buttons or sort list form. right side - paging and records number*/
.typeI{padding:0px 0px 0px 5px;height:50px;/*border-bottom:1px solid #D7DDE3;*/background-color:#FBFBFB; }
#bordered{border-top:1px solid #D7DDE3;}
.typeIBorderTop{border-top:1px solid #D7DDE3;}
.typeI div.alignLeft{ width:65%; padding-top:0; margin-left:3px}
.typeI div.alignRight{ width:34%; padding-top:0; }
.typeI div.alignRight div.alignLeft{ width:13em}
.typeI div.alignRight div.alignRight { width:11em; /*margin-top:3px;*/ text-align:right;}
.typeI .buttonLink, input[type="submit"].buttonLink {border:1px solid #CCCCCC; background-image:url(../images/bg_btn.png);background-repeat:repeat-x;text-align:center;height:auto; cursor:pointer; font-weight:bold;padding-left:5px;padding-right:5px;margin-right:5px; padding-top:0px; padding-bottom:0px;}
.typeI div.alignRight ul {list-style-type: none;  }
.typeI div.alignRight ul li { font-size:94%; font-weight:normal; float:left; color:#9B9B9B ; padding-left:3px; padding-right:3px;}
.typeI div.alignRight ul li a{text-decoration:none;margin: 0.2em 0em 0em 0em; }
.typeI div.alignRight ul li a:hover{ text-decoration:underline}
.typeI form {margin-left:3.5em;}
.typeI form.doubleSort {margin-left:0.5em;} /* gives more place in the case of double sorting dropdown boxes*/
.typeI label{ color:#666666; font-weight:bold;}
.typeI select { font-size:90%;}
.typeI div.alignLeft div.alignLeft1{ float: left; width:30%; padding-top:0.2em; margin-left:1em;}
.typeI div.alignLeft div.alignRight1{ float: right; width:65%; margin-left:0.2em;}
.typeI div.alignRight div.alignLeft1{ float: left; width:65%; padding-top:0.2em; margin-left:1em;}
.typeI div.alignRight div.alignRight1{ float: right; width:30%; margin-left:0.2em;}
.typeI div.narrowPagNav {width: 31%}
.typeI div.narrowPagNav div.alignLeft1 {width:91%; margin-left: 0}
.typeI div.narrowPagNav div.alignRight {width:9em}
.typeI div.narrowPagNav div.alignRight1 {width: 8%; margin-left: 0}
.typeI nav.pull-right{ padding-top:0;padding-bottom:1px0; margin-right:3px;}
 nav.pull-right div.pull-left {margin-top:6px;}
/*.typeI div.pull-right div.pull-left{ width:13em}
.typeI nav.pull-right div.pull-right { width:30em; margin-top:3px; text-align:right;}
.typeI nav.pull-right div.pull-left { width:30em; margin-top:3px; text-align:right;}
.typeI div.pull-left{ width:40%; padding-top:0; margin-left:10px}*/
input.exportButton {padding: 0; border: none; background: url(../images/table-export.png) no-repeat transparent center center; text-indent: -9999em; text-size: 0; width: 16px; height: 16px}
.typeI.form-inline div.pull-right div#progressbar.progress {background-color: inherit; box-shadow:inherit;}


/*for explorer 6*/

*html .typeI div.alignRight div.alignRight { width:11.5em; margin-top:1px}
/*forms*/
.typeI div.rightForm {border:none; float:right; clear:right; text-align:right;  /*margin-right:30px;*/ width:25em; }
.typeI div.rightForm div.alignRight { width:10em; border:none; margin-right:-30px; padding-top:0px;height:28px}
.iframeContent .typeI div.rightForm div.alignRight {margin-right:0;}
.iframeContent .typeI div.rightForm{width:30em}
.iframeContent .typeD3 {width:98%; }
.typeI div.rightForm ul {list-style-type: none; }
.typeI div.rightForm ul li { font-size:90%; font-weight:normal;  color:#9B9B9B ; padding-left:3px; padding-right:3px;}
.typeI div.rightForm ul li a{text-decoration:none;margin: 0.2em 0em 0em 0em; }
.typeI div.rightForm div.alignLeft{ width:11em; height:28px; float:left; border:none; margin-top:-2px; background:transparent; }
.typeI div.rightForm ul li a:hover{ text-decoration:underline}

.typeI .buttonLink{border:1px solid #CCCCCC; background-image:url(../images/bg_btn.png);background-repeat:repeat-x;text-align:center;height:auto; cursor:pointer; font-weight:bold;padding-left:5px;padding-right:5px;margin-right:5px; padding-top:0px; padding-bottom:0px;}

.typeI div.leftForm {border:none; float:left; text-align:left;  margin-left:40px; width:30em; clear:left }
.typeI div.leftForm div.alignLeft { width:auto; border:none; margin-left:0px; padding-top:0px;height:auto;}

/*for explorer 6*/
*html .typeI div.rightForm { margin-right:40px; margin-bottom:-15px; width:25em;}
*html .typeI div.rightForm div.alignRight { width:13em; border:none; margin-right:-65px; padding-top:0px;height:28px}
*html .typeI div.rightForm div.alignLeft{ width:11em; margin-left:30px}
*html .typeI div.leftForm {margin-left:20px;}

/* iframe */
.iframeContent .table thead tr th{font-size:14px; height:25px}
.iframeContent div .table thead tr th {font-size:14px;}
.iframeContent .table > thead > tr > th,
.iframeContent .table > tbody > tr > th,
.iframeContent .table > tfoot > tr > th {
	padding: 10px 5px;
	line-height: 1;
	vertical-align: middle;
}

.iframeContent .table tbody tr td{font-size:14px;}
.iframeContent div .table tbody tr td {font-size:14px;}
.iframeContent .table > thead > tr > td,
.iframeContent .table > tbody > tr > td,
.iframeContent .table > tfoot > tr > td {
	padding: 5px;
	line-height: 1;
	vertical-align: middle;
}

.iframeContent .typeD2 table th, .iframeContent .typeD table th, .iframeContent .typeD2 table td, .iframeContent .typeD table td {border-right:1px solid #bbb; border-top:1px solid #ddd; height:25px; margin-right:0; padding-right:0; /*text-shadow:1px 1px #fff; */white-space:nowrap;}

/*Type I2: buttons above list + local help + border top*/
.typeI2{padding:5px 0px 0px 5px;height:28px;border-bottom:1px solid #D7DDE3;border-top:1px solid #D7DDE3;background-color:#FBFBFB;}
.typeI2WhiteBg { background-color:#FFFFFF}
.typeI2NoBorderBottom{border-bottom:0px}
.typeI2 div.alignLeft{ width:70%; padding-top:3px; margin-left:3px}
.typeI2 div.alignRight{ width:29%;}
.typeI2 div.leftForm{ padding-left:4em;}
.typeI2 div.paddingLeft {padding-left:3.5em;}

/*Type J: Filter list, simple search*/
.typeJ {  padding:5px 10px 5px 10px; height:35px;border-bottom:1px solid #D7DDE3; clear:both}
.typeJ input { border:1px solid #cccccc}
.typeJ label{ color:#666666; font-weight:bold;}
.typeJ .radio.styled-radio label {font-family: 'Roboto', Helvetica, Arial, sans-serif;}
.typeJ .fieldName{ color:#666666}
.typeJ a { color:#666666}
.typeJ select { /*font-size:90%;*/border:1px solid #cccccc  }
.typeJ div.leftForm{ border:none;  float:left; clear:left; }
.typeJ div.rightForm {border:none;  float:right; clear:right; text-align:right; }
/*margin-top:-11px; removed from .typeJ div.rightForm by mickael for the collection screen */
/*for explorer 6*/
.typeJ div.rightForm input.button {height: 16px}
*html .typeJ div.leftForm { margin-left:20px; padding:7px 0px 2px 0px; }
*html .typeJ div.rightForm { margin-right:40px; padding:7px 0px 2px 0px;  }
.typeJ form.inTab {margin-left:3.5em;}
.typeJ div a.btn {color: #ffffff;}

.typeJ div#progressbar.progress {background-color: inherit; box-shadow:inherit;}
div#mainTab.main_search_container form#pageForm div.typeJ div.pull-left a.btn.btn-secondary,
div#mainTab.main_search_container form#tableForm div.typeJ div.pull-left a.btn.btn-secondary  {color: #555555;}




/*Type J2: horizontal search form*/
.typeJ2 { padding:5px 10px 5px 0px; height:20px; border-bottom:1px solid #D7DDE3; clear:left; }
.typeJ2 form { margin-left:4em;}
.typeJ2 img {width:100%}
.typeJ2 input {margin-right:0em; width:auto}
.typeJ2 input.button {padding:2px; margin:0px; width:auto;}
.typeJ2 input.radio { width:auto;}
.typeJ2 textarea { width:100%}
.typeJ2 label{ color:#666666; font-weight:bold}
.typeJ2 select { font-size:90%; width:auto;}
.typeJ2 select.small {width:auto;}
.typeJ2 select.value {width:80%;}
.typeJ2 form.narrowTable{width:43%;}
.typeJ2 table{ width:auto;}
.typeJ2 table td{ border:0px; height:auto; padding:2px 10px 2px 0px;}
.typeJ2 form table img{padding-bottom:3px; width:auto; vertical-align:middle;}

.typeJ2 form table tr td label img{padding-right:3px; padding-left:-6px; margin:0px;}
#advanced {height:auto;}

/*for explorer 6*/
*html .typeJ2 form table img{padding-bottom:5px;}

/*Type K: 2 parts container with tree */
.typeK table tbody tr td div.checkbox.styled-checkbox {margin:2px -5px -10px; padding-left:2px;}
.typeK { width:98%;min-height:28em; _height:28em;  padding:1em 1% 1em 1% }
.typeK div.alignLeft{ border-radius:4px; width:30%; border:1px solid #D7DDE3;  min-height:27em; _height:27em; padding-top:1em;}
.typeK div.scroll { overflow:auto;overflow-x:hidden;width:98%; height:26em;}
.typeK div.alignRight{ border-radius:4px; width:69%; border:1px solid #D7DDE3;  min-height:27em; _height:27em;padding-top:1em}
.typeK div.typeD, .typeK div.typeC{ padding-left:1%; width: 97%}
.typeK div.alignRight div.typeC{ height:80%; width:97%; overflow:auto; margin-top:9px/*fix the prob in: form.do?operation=EditCurrentForm&selectedTab=2*/}
.typeK div.alignRight div.typeC.no-overflow{ height:80%; overflow:unset; width:97%; margin-top:9px;}
.typeK div.alignRight div.typeC table {width:99%}
.typeK ul {list-style-type: none}
.typeK div.typeE div.alignLeft{ width:40%; border:none; min-height:26em; background:transparent; padding-top:0em;}
.typeK div.typeE div.alignRight{ width:59%; border:none; min-height:36em; background:transparent; padding-top:0em;}
.typeK div.typeI{ margin-top:-1em; padding:0px 0px 0px 5px;height:28px;border-bottom:1px solid #d7dde3;background-color:#fbfbfb;}
.typeK div.typeI div.alignLeft{ width:45%; min-height:1em; border:0; background:transparent; padding-top:0.2em;}
.typeK div.typeI div.alignRight{ width:54%; min-height:1em; border:0; background:transparent; padding-top:0.2em;}
.typeK div.iframeRight {float:right; width:69%; border:1px solid #D7DDE3;  min-height:26em; _height:26em; padding-top:0px;}
.typeK iframe {border:0;  width:100%; height:27em; min-height:26em; _height:26em;}
#inFrame {margin-top:0; min-height:27em;_height:27em;}
#inFrame div.typeI div.alignLeft{ width:50%; padding-top:3px; margin-left:3px}
#inFrame div.typeI div.alignRight{ width:49%; padding-top:3px; }

/*Used in the screen 125 */
#high {height:4em;margin-top:2em;}
/*Type K2: 2 parts container with folders*/
.typeK2 { width:98%; padding:1em 1% 1em 1% ; height:29em; }
.typeK2 div.alignLeft{  width:13%; border:1px solid #D7DDE3; height:27em; padding-top:0em; background-color:#fcfcfc;}
.typeK2 div.alignRight{ width:86%; border:1px solid #D7DDE3; height:27em; overflow-y:auto; overflow-x:hidden}
.collectionsManagement {height:33em}
.collectionsManagement div.alignLeft, .collectionsManagement div.alignRight {height:34em}
.iframeContent h3 {padding: 11.5em 36%;background-color: #F5F5F5;font-family: arial; font-size: 100%;height:10em}
.iframeContent .typeD3 div.gallery {height: auto}
.typeK2 .typeE div.alignLeft{ width:40%; border:none; min-height:26em; background:transparent; padding-top:0em;}
.typeK2 .typeE div.alignRight{ width:59%; border:none; min-height:36em; background:transparent; padding-top:0em;}
.typeK2 .text{width:96%; margin: 4px auto; display:block; background: url(../images/icons/funnel.png) no-repeat right center; border: 1px solid #dadada; height:18px; line-height;18px}
.searchField{width:96%; margin: 4px auto; display:block; border: 1px solid #dadada; height:18px; line-height;18px}
.typeC input.searchField{width:99%;}
.typeK2 .typeH {margin-top: 1px}
.typeK2 .typeD {padding-left: 0;}
.typeK2 .typeD table {width:100%}
.iframeContent .maincontainer {padding-top: 0.1em; margin:0}
.iframeContent .typeH {height:1.8em}
.collectionTopBar {height:4.5em}
.collectionTreeBar {height: 35.2em;overflow: auto;}
.collectionTreeSearch {height:18em; overflow: auto; position: absolute; background-color:#ffffff; width: 33.9%; border: 1px solid; border-radius:4px;}
.treeText {background: url('../images/icon_arrow_sort.png') no-repeat 99% center #eee;}
.autoCompleteText {background: url('../images/icon_arrow_sort.png') no-repeat 99% center;}
.toolbar {width:96%; border-bottom: 1px solid #dadada; height:17px; background-color:#f5f5f5; padding:5px 2%}
.refresh, .col_refresh {height:16px; width:16px; border:none;  background: url(../images/icons/refresh.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em}
.col_refresh {background: url(../images/icons/col_refresh.png) no-repeat center;}
.delete, .col_delete {height:16px; width:16px; border:none;  background: url(../images/icons/delete.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em}
.col_delete {background: url(../images/icons/col_delete.png) no-repeat center;}
.col_sort {background: url(../images/icons/sort_asc.png) no-repeat center;}
.col_sort{height:16px; width:16px; border:none;  background: url(../images/icons/sort_asc.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em}
.edit, .col_edit {height:16px; width:16px; border:none;  background: url(../images/icons/edit.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em}
.col_edit {background: url(../images/icons/col_edit.png) no-repeat center;}
.add, .col_add{height:16px; width:16px; border:none;  background: url(../images/icons/add.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em}
.col_add {background: url(../images/icons/col_add.png) no-repeat center;}
.addConditionOperator {height:16px; width:16px; border:none;  background: url(../images/icons/addConditionOperator.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em}
input[type="submit"].delete, input[type="button"].delete {cursor: pointer; height:16px; width:16px; border:none;  background: url(../images/icons/delete.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; text-transform: uppercase;margin-right:0.2em}
input[type="submit"].edit {cursor: pointer; height:16px; width:16px; border:none;  background: url(../images/icons/edit.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; text-transform: uppercase;margin-right:0.2em}
input[type="submit"].add, input[type="button"].add {cursor: pointer; height:16px; width:16px; border:none;  background: url(../images/icons/add.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em; text-transform: uppercase}
input[type="submit"].pickup {cursor: pointer; width:47px; border:medium;  background: url(../images/icon_lookup.png) no-repeat center; text-indent:-1000em; display:inline-block; float:left; margin-right:0.2em; text-transform: uppercase}
input[type="submit"].addConditionOperator, input[type="button"].addConditionOperator {cursor: pointer; height:16px; width:16px; border:none;  background: url(../images/icons/addConditionOperator.png) no-repeat center; text-indent:-1000em; text-transform: uppercase;display:inline-block; float:left; margin-right:0.2em}
input[type="submit"].refresh {cursor: pointer; height:16px; width:16px; border:none;  background: url(../images/icons/refresh.png) no-repeat center; text-indent:-1000em; text-transform: uppercase;display:inline-block; float:left; margin-right:0.2em}
input[type="submit"].mozAvailable {width: -moz-available;}
input[type="submit"].exportButton {padding: 0; border: none; background: url(../images/table-export.png) no-repeat transparent center center; text-indent: -9999em; text-size: 0; width: 16px; height: 16px}

.viewType {float:right; border-left: 1px solid #dadada; border-right: 1px solid #dadada; background: #eee; height:33px; line-height:40px; padding: 0 0.7em; margin-top:-5px}
.treeTitle{margin:0 0 0.3em 2%; font-size:90%}
/*Type L: tree design */
.typeL { padding:0px 2px 0px 5px; height:100%; padding-left:0.5em }
.typeL div.scroll { overflow:auto;overflow-x:hidden;width:98%; height:26em;}
.typeL ul.levelOneUL{margin-left:0em;margin-right:0.7em; margin-top:0.5em}
.typeL ul.levelOneUL li { color:#10125E; padding-top:0px; padding-bottom:1px; border:0px; list-style-position:outside; list-style:none; clear:both; width:100%; line-height:150%; font-weight:normal}
.typeL ul.levelOneUL li span {float:left; clear:both; margin-left:20px; margin-top:-14px;}
.typeL ul.levelOneUL li a{text-decoration:none; font-weight:normal;}
.typeL ul.levelOneUL li img { margin-right:0.5em; width:9px; display:block;}
.typeL ul.levelOneUL li img.normal-width{ margin-right:0.5em; width:auto; display:inline;margin-top:3px;}
.typeL ul.levelOneUL li a:hover{ text-decoration:underline}
.typeL ul.levelTwoUL { margin-left:20px; margin-right:0em; margin-top:2px }
.typeL ul.levelTwoUL li{ border:0px; font-size:100%}
.typeL ul.levelTwoUL li a{ font-weight:normal;}
.typeL ul.levelTwoUL img {cursor:pointer;  }
.typeL ul.indentUL { margin-left:20px; margin-right:0em; }
.typeL ul li.selectedItem{ font-weight:bold; width:100%; display:block;}

/* Added by Diana for the Tree View of Content List */
.typeL1 { padding:0px 2px 0px 5px; height:100%; padding-left:0.5em }
.typeL1 div.scroll { overflow:auto; width:98%; height:22em;}
.typeL1 ul {margin-left:1em; margin-right:0em; margin-top:2px; list-style:none; }
.typeL1 ul li {white-space:nowrap;}
.typeL1 ul li a{text-decoration:none; font-weight:normal; list-style-type:none; }
.typeL1 ul li img { margin-right:0.5em; width:9px;}
.typeL1 ul li a:hover{ text-decoration:underline;}

.typeL1 ul li.selectedItem{ font-weight:bold; width:100%; display:block;}
.typeL1 div.typeE div.alignLeft{ width:40%; height: 1.5em; min-height: 1.5em; border:none; }
.typeL1 div.typeE div.alignRight{ width:59%; height: 1.5em; min-height: 1.5em; border:none;}

/*Type M: bullets*/
.typeM{ width:80%;}
.typeM ul { list-style:outside; list-style:square; color:#CCCCCC;   margin-top:0.5em; padding-left:1em; margin-left:0.5em;}
.typeM ul li span { color:#32322f}
/*error recovery and system messages*/
.typeM ul li.error {list-style-image:url(../images/icon_error.png); vertical-align:top;}
.typeM ul li.error span { color:#fe0101; line-height:26px;}
.typeM ul li.error span a{ color:#fe0101; text-decoration:underline;}
.typeM ul li.info {list-style-image:url(../images/icon_info.png); vertical-align:top; width:100%;}
.typeM ul li.info span { color:#555555; line-height:26px;}
.typeM ul li.info span a{ color:#555555; text-decoration:underline;}


/*Type N: folders design */
.typeN { padding:0em; height:100%;}
.typeN div.scroll { overflow:auto;overflow-x:hidden;width:100%; height:26em;}
.typeN ul { padding:0em; margin:0em; }
.typeN ul li {cursor:pointer; clear:both; list-style:none; list-style-position:outside;  margin:0em; padding:0em; background-image:url(../images/bg_strip_Folder.png); width:100%; height:36px; border-bottom:1px solid #E2E7ED;}
.typeN ul li span {padding-left:0.5em; line-height:36px;}
.typeN ul li span a{ color:#9B9BC0; font-weight:bold;}
.typeN ul li span a:visited{color:#9B9BC0;}
.typeN ul li span a:hover{color:#555555;}
.typeN ul li.selectedItem{width:100%; display:block; background-image:url(../images/bg_strip_ChoosenFolder.png); height:36px; border-bottom:1px solid #D7DDE3; }
.typeN ul li.selectedItem span {color:#555555; font-weight:bold; padding-left:0.5em; line-height:36px; height:36px;}

/*actions within regular action list*/
table td.action a{padding:0px 5px 0px 2px; vertical-align:middle; margin:0px; text-decoration:none}
table td.action a:visited{padding:0px 5px 0px 2px; vertical-align:middle; margin:0px; text-decoration:none}
table td.action a:hover{text-decoration:underline;}

/*actions within special actions menu*/
.actionMenu{background-color:#FDFDFD; width:auto; text-align:left; padding:0px; margin:7px 0px; float:right; clear:right; height:auto; text-align:right;}
.actionMenu1{background-color:#FDFDFD; width:auto; padding:0px; margin:7px 0px; float:right; clear:right; height:auto;}

table.wideTable td.problem div.actionMenu {text-align:left;}
table.wideTable td.problem{border-bottom:0;padding-right:40%;}
.typeD2 table.table.table-striped.table-hover tbody tr.actionHolder td.problem {background-color:inherit;}
.typeD2 table.table.table-striped.table-hover tbody tr.actionHolder td.problem div#problemOptions_1.actionMenu {background-color:inherit;}
.actionMenu ul li {list-style:none; display:inline; margin:0px; padding-bottom:2px;}
.actionMenu ul li a{padding:0px 5px 0px 2px; vertical-align:middle; margin:0px; text-decoration:none}
.actionMenu ul li a:visited{padding:0px 5px 0px 2px; vertical-align:middle; margin:0px; text-decoration:none}
.actionMenu ul li a:hover{text-decoration:underline;}
.actionMenu ul li span.separator{background-color:transparent; border:none;}
.actionMenu1 ul li {text-align:right; list-style:none; display:inline; margin:0px; padding-bottom:2px;}
.actionMenu1 ul li a{padding:0px 5px 0px 2px; vertical-align:middle; margin:0px; text-decoration:none}
.actionMenu1 ul li a:visited{padding:0px 5px 0px 2px; vertical-align:middle; margin:0px; text-decoration:none}
.actionMenu1 ul li a:hover{text-decoration:none;}
.actionMenu1 ul li span.separator{background-color:transparent; border:none;}

table.wideTable div.actionMenu{margin-left:10px}
*html table.wideTable div.actionMenu{margin-right:20px}

.separator { width:100%; background-color:#f2f2f2; border-top:1px solid #D7DDE3;border-bottom:1px solid #D7DDE3; height:25px;}

/* -FRAME IN THE LIST- */
.iframe {border:none; width:100%;height:100%}
.deptStatus{z-index:1; border: 1px dashed #dadada;position: absolute; margin-left:35px;margin-top:-18px}
/* Iframe that contains the Birt reports */
iframe.hideScrollBars {border:0; overflow:hidden;}

/*Pop-Up*/
.popupWrap{ text-align:left; padding:0px 0px 0.5px 0px; margin:0px; width:auto; overflow:auto; overflow-x:hidden; border: 2px solid #FFFFFF; font-size:14px;}
#popup{background-color:#FFFFFF; color:#32322f; margin:0px; padding:0px; font-family: Arial,verdana,sans-serif;font-size:14px;}

.popHeader {border:1px #E8E8E9 solid; height:25px; color:#FFFFFF; background-image:none; width:auto;line-height:25px; padding:0px 5px; margin:0px}
.popHeader span{ font-weight:bold; font-size:95%}
.popHeader a{color:#FFFFFF; text-decoration:underline; font-size:80%; font-weight:normal;}
.popHeader a:visited{color:#FFFFFF; text-decoration:underline; font-size:80%; font-weight:normal;}

.popContainer {background-color:#FFFFFF; width:auto; text-align:left; font-size:80%; font-weight:normal; color:#555555; margin-top:3px; height:auto;}
.popContainer form div.typeD{text-align:left; padding-left:5px;}
.popContainer form div.typeD td{padding-bottom:3px;}
.popContainer  div.typeE{margin-top:10px; padding:0px; width:auto;}/*buttons*/
.popContainer  div.typeE div.alignRight input{padding:0px; margin:0px; margin-right:5px}
.popContainer  div.typeF{margin-top:10px; margin-right: 2em; padding:0px; width:auto;}/*buttons*/
.popContainer table td {border-bottom:1px solid #D7DDE3;}
.popContainer table th {border-bottom:1px solid #D7DDE3;}
.popContainer div.typeC table td {border-bottom:none}
.popContainer div.typeC table th {border-bottom:none}
/*Login*/
.loginWrap{width:70%; text-align:left;background-color:#FFFFFF; height:30em; border:1px solid #cccccc; font-size:80%; margin-top:2em;margin-left:auto; margin-right:auto}
.logoContainerLogin { width:40%; float:left;}
.logoContainerLogin img { padding-left:2.3em; padding-top:2.2em;padding-bottom:0.3em }
.loginWrap div.alignLeft{width:50%; padding-left:2em; padding-top:3em}
.loginWrap div.alignRight{width:40%;padding-top:3em;padding-right:2em;}
.lobbyTop{width:30%;margin-top:-2.8em;padding-top:-2.5em;padding-right:2em;vertical-align:top;}
.lobbyTop span{border-right:1px solid #96A2A9;padding-right:0.2em;margin-right:0.2em;padding-left:0.2em;}
.loginWrap div.alignLeft table td { height:2em}
.loginWrap div.alignRight table td { height:2em}
.loginWrap h2{ color: #595D60;font-size:100%; font-weight:bold; display:block; clear:left; margin:0px 0px 10px 0px}
.loginWrap form{ margin-left:0em; margin-top:0em}
.loginWrap form input { width:11em; }
.loginWrap form select { width:11.4em;}
.loginFooter{width:70%; font-size:80%; text-align:left; border:0px; color:#5B5C60; margin-left:auto; margin-right:auto}
.loginFooter a{color:#5B5C60}
.loginFooter div.alignLeft{ width:50%}
.loginFooter div.alignRight{ width:40%;text-align:right}
#subNavContainerLogin {float: right;
    font-size: 111%;
    height: 30px;
    line-height: 30px;
    width: 40%;}
#subNavContainerLogin ul {list-style-type: none; height:26px;}/*Footer */
.footer {border:0; clear:both; color:#5B5C60; font-size:80%; margin-left:auto; margin-right:auto; text-align:left; width:100%;}
.footer div.alignLeft {width:50%;padding-top:0.4em;}
.footer div.alignRight {text-align:right; width:40%;padding-top:0.4em;}
/** Organize it* */
#lpMonth {width:22%;}
#lpDay {width:22%;}
#lpYear {margin:0; padding-top:1px; vertical-align:top; width:31%;}

/*Footer*/
.footer{width:100%; font-size:80%; text-align:left; border:0px;color:#5B5C60; margin-left:auto; margin-right:auto; clear:both;}
.footer div.alignLeft{ width:50%}
.footer div.alignRight{ width:40%;text-align:right}



/** Organize it**/
#lpMonth	{ width:22%;}
#lpDay		{ width:22%;}
#lpYear		{ width:31%; padding-top:1px; margin:0px; vertical-align:top;}

/** Hide and show div**/
.row	{display:none;}

/** Rep and mets viewer classes **/
#headerRep { background-image: url(../images/fade.gif) ; background-repeat:repeat-x; min-height:45px; width:100%;background-color:#ffffff; }
.contentWrapRep{ width:98%;margin-top:0px;padding-bottom:0em;height:70%; margin-top:0; padding-bottom:0.5em}


/** TypeO for the viewer in delivery **/
.typeO {font-size: 80%; float: left; width:100%; text-align:left; color: #555555; margin-top:-35px;}
.typeO table { width:100%;}
.typeO table th { border:0px; height:auto; white-space:nowrap;}
.typeO table th.moreOptions{ height:30px;}
.typeO table td { border:0px; height:auto;background:#ffffff;}
.typeO table th a {color:#555555;}

/** Classes for the popup calendar **/

td.cal{font-family : Arial, Verdana, Sans-serif;  font-size : 11px; color : #000000;  background-color : #ffffff;}
select.month{ font-size : 11px; color : #000000; width : 85px;}
input.year{ font-size : 11px; color : #000000; width : 30px;}
td.calDaysColor { font-size : 11px; color : #555555; background-color : #FAFAFA; border-bottom:solid 1px #D7DDE3;}
td.calWeekend {  font-size : 11px; color : #ffffff; background-color : #ffffff;}
td.calBgColor { font-size : 11px; color : #ffffff; background-color : #ffffff;}
.calBorderColor { font-size : 11px; color : #ffffff; border:1px solid #DADADA; /*background-color : #a9a9a9;*/}
td.calHighlightColor { font-size : 11px; color : #ffffff; background-color : #F2F2F2; border:solid 1px #CC0000;}
A.cal { font-size : 11px; color : #555555; text-decoration : none;}
A.cal:visited { font-size : 11px; color : #555555; text-decoration : none;}
A.cal:Hover { font-size : 11px; color : #CC0000; text-decoration : none;}
.disabled { font-size : 11px; color : #555555; text-decoration : none;}
.select-free{position:relative;	z-index:10;	cursor:default;	overflow:hidden;/*must have*/}
.select-free iframe{display:none;/*sorry for IE5*/display:block;/*sorry for IE5*/position:absolute;/*must have*/top:0;/*must have*/left:0;/*must have*/	z-index:-1;/*must have*/ width:3000px;/*must have for any big value*/height:3000px/*must have for any big value*/;}

.nav_menu1 {position:absolute; right: 10px; top: 80px; height: 400px; width: 500px; z-index:2;display:none; border:1px solid;}
.nav_menu1 iframe {border: 0;}
.innerFrame div.nav_menu1 {position:absolute; right: 10px; top: 50px; height: 250px; width: 500px; z-index:2;display:none; border:1px solid;}

.nav_menu2 {position:absolute; right: 12%; top: 20%;  height: 500px; width: 350px; z-index:2;display:none; border:1px solid;}
.nav_menu2 iframe {border: 0;}
.innerFrame div.nav_menu2 {position:absolute; right: 10px; top: 50px; height: 250px; width: 500px; z-index:2;display:none; border:1px solid;}
/* Style for the "about" screen */
.aboutWrap{width:95%; text-align:left;background-color:#FFFFFF; height:80%; font-size:100%; margin-top:10; margin-left:auto; margin-right:auto;}
.aboutContainerLogin { width:100%;}
.aboutContainerLogin img { padding-left:2.3em; padding-top:0.5em;padding-bottom:0.3em }

.aboutWrap div.footer { clear: both; padding-top:1em; text-align:left; font-weight:normal; color:#5B5C60; margin-left:0em; margin-top:0.5em; border-top:0px solid #D7DDE3; margin-bottom:0.5em; padding-bottom:10px;}
.aboutWrap div.footer div.alignLeft{float: left; margin-top:2em; margin-left:4em; }
.aboutWrap div.footer div.alignRight{margin-top:2em;}
.aboutWrap hr {margin-top:1em; width:100%; background-color:#dadada; color:#dadada;  height:3px; border:none;}

/* Style for help submenu */
.help, .user, .language {position:absolute; z-index:2; display:none; border:2px solid #dadada; background-color:#ffffff; width: 140px;}
.help {right: 17px;}
.user {}
.language {width: 150px;}
.help iframe {border: 0;}
.helpContainer {background-color:#ffffff; width:auto; text-align:left; font-weight:normal; color:#555555; margin-top:3px; height:auto;}
.helpContainer p {margin-left: 0.5em;}
.helpContainer hr {color:#dadada;background-color:#dadada;height:1px;border:none;margin: 0.5em 0;}
.helpHeader {width: auto; height:1.5em; color:#ffffff; font-size: 80%; width:auto; padding:3px 1px 1px 0.5em; margin:0px}

/* New class added by Diana to fix problems in the Search Advanced code. Don't use this class anywhere else */
span.buttonLink3{white-space:nowrap; border:1px solid #CCCCCC; background-image:url(../images/bg_btn.png);background-repeat:repeat-x;text-align:center; background-color:#EEEEED; background-position:center; margin-left:0em; margin-right:0em; float:left;font-weight:bold; padding:1px 15px 1px 15px; }
span.buttonLink3 a{text-decoration:none;white-space:nowrap;}
span.buttonLink3 a:hover{ text-decoration:none}
.mainContainer table td span.buttonLink3 a{text-decoration:none;white-space:nowrap;}


/* Multi select check box css style */
.multiOptions { width:90%; margin-left:0em; padding-top:0.3em; padding-bottom:0.3em;}
.multiOptions fieldset{ border:0px solid #555555; width:auto; padding-left: 1em; }
.multiOptions fieldset label { padding-right:0.5em}
.multiOptions div.fieldCell{ float:left;}/*width:20%; was removed until another solution from Diana*/
.multiOptions div.Line{ width:100%;float:left;clear: left;}

.multiOptions input {width:auto; height: auto; vertical-align:middle;  width:auto; padding-left:0.2em; padding-right:0.2em; color:#ffffff; font-weight:bold; cursor:pointer; margin-left:0em }
.multiOptions input.radio { width:auto; height: auto; vertical-align:middle}
.multiOptions input.checkbox { width:auto; height: auto; vertical-align:middle}

/* Copyright BoilerPlate display in Deposit */
.copyrightBP{width:90%; padding-bottom:1em;}

/* New styles defined for email and printing */
#mailBody { background-color: #ffffff; color: #32322f; margin: 0px; padding: 0px; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size:100%; }
#mailHeader { min-height:35px; width:100%; background-color:#ffffff; }

.mailSubject { clear: both; padding: 0.1em 0 0.2em 0.8em; background-color:#FFFFFF;  text-align:left; font-size:80%; color:#555555; height:2em; border-bottom: 1px solid;}
.mailSubject span{ font-weight: bold; padding-left:0.2em; }
.mailInfo {padding: 0.1em 0.8em 0.2em 0; font-size: 80%;  }

.messageArea {clear: both;}
.messageArea div.messageBody {FONT-SIZE: 80%;}
.messageBody {padding-left:0.8em;}
.messageBody table { width: 100%;}
.messageBody table td { border-bottom:1px solid #d7dde3;color:#555555; text-align: left;}
.messageBody table th { color:#32322f; border-bottom:1px solid #d7dde3; background-color:#FFFFFF; text-align:left;}
 /* Mail Footer*/
.mailFooter{background-color:#FFFFFF;  width:auto; text-align:left; font-size:80%; color:#555555; height:2em;padding:0.5em 2em;}

/*Type P - printing */
.typeP {padding-left:0.8em; padding-top:0.5em;}
.typeP div.alignLeft  {width: 48%;}
.typeP div.alignRight {width: 48%;}
.typeP table {font-size: 100%;padding-bottom:0.5em;}
.typeP table th { border:0px; height:auto; white-space:nowrap; vertical-align: top; text-align:left;}
.typeP table td { border:0px; height:auto;}

/* TypeQ list in Brief mode*/
.typeQ {padding-left:4em; padding-top:0.5em;width:90%; margin-bottom:1em}
.typeQ ul li {list-style-type: none;padding-bottom:0.2em;float:none; clear:left;}
.typeQ ul li span.strong {font-weight: bold;}
.typeQ table tr th {vertical-align:top;padding:0.2em;}
.typeQ table tr td {vertical-align:top;padding-top:0.2em;padding-bottom:0.2em;}
.typeQ ul li ul {list-style-type: none;margin-bottom:2em;}
.typeQ ul li.pic {clear:both}
.typeQ ul li.pic img {float:left;margin-right:1em;}
.typeQ ul li.pic ul img {margin-right:0;}
.typeQ ul li li.action {float:left; padding-left:0.5em;border-top:1px dashed #d7dde3;margin:0; ; border-bottom: 1px dashed #d7dde3;height:18px; padding-top:2px; background-color: #ffffff}
.typeQ div.scrollTable{height:18em; overflow:auto;overflow-x:hidden;}
.typeQ ul li.inLine { width: 25%; float:left; margin: 0.2em 0.2em 0em 0.2em; padding-left:0em; padding-right:0em; }
.typeQ ul li.inLineWide { width: 35%; float:left; margin: 0.2em 0.2em 0em 0.2em; padding-left:0em; padding-right:0em; }
.typeQ ul li.oneLine { width: 100%; clear:left; margin: 0.2em 0.2em 0em 0.2em; padding-left:0em; padding-right:0em; }
.typeQ ul li label { width: 15%; float:left; margin: 0.2em 0.2em 0em 0.2em; padding-left:0em; padding-right:0em; }
.typeQ ul li input { float:left; margin: 0.1em 0.1em 0em 0.1em; padding-left:0em; padding-right:0em; }
.typeQ td.action ul li {float:right}

/* additional classes for subNev check */
#popup {background-color:#FFFFFF; color:#32322F; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size:100%; margin:0; padding:0;}
.popHeader {background-image:none; border:1px solid #E8E8E9; color:#FFFFFF; height:25px; line-height:25px; margin:0; padding:0 5px; width:auto;}
.popHeader span {font-size:95%; font-weight:bold;}
.popHeader a {color:#FFFFFF; font-size:80%; font-weight:normal; text-decoration:underline;}
.popHeader a:visited {color:#FFFFFF; font-size:80%; font-weight:normal; text-decoration:underline;}
.popContainer {background-color:#FFFFFF; color:#555555; font-size:80%; font-weight:normal; height:auto; margin-top:3px; text-align:left; width:auto;}
.popContainer form div.typeD {padding-left:5px; text-align:left;}
.popContainer form div.typeD td {padding-bottom:3px;}
.popContainer div.typeE {margin-top:10px; padding:0; width:auto;}
.popContainer div.typeE div.alignRight input {margin:0 5px 0 0; padding:0;}
.popHeader .alignRight img {margin-top:5px}

/*classes not implemented elsewhere, for testing only*/
/*this class is for a new type of breadcrumbs used for internal navigation in a 3 dimension list*/
.subBreadCrumbs {background-color:#FFFFFF; border-bottom:1px solid #D7DDE3; color:#555555; font-size:85%; font-weight:bold;height:1em; padding:0.5em 0; text-align:left; width:auto;}
.subBreadCrumbs span {display:block; padding-left:2em; }

/*classes for split table*/
.thinSplitList {float: left;}
.largeSplitList {float: left; overflow-x: auto; overflow-y:hidden;}
.largeSplitList table {width:400%;}
.typeD2 .largeSplitList table tr td {white-space:nowrap;}
* html .largeSplitList { padding-bottom:1.5em;}
*+html .largeSplitList { padding-bottom:1.5em;}
.largeSplitList {_padding-bottom:1.5em;}

.typeD table tbody tr td div.radio.styled-radio{margin:5px 0 0 0;}
.typeD table th, .typeD table td, .typeD2 table th, .typeD2 table td, .typeD3 table th, .typeD3 table td {padding:0.2em;}
.typeD table tr:hover, .typeD2 table tr:hover, .typeD3 table tr:hover {background-color:#f6f6f6}
.typeD table th, .typeD2 table th, .typeD3 table th {/*background:url("../images/bg-list-header.png") repeat-x scroll 0 0 #efefef;*/ border-right:1px solid #bbb; border-top:1px solid #ddd; height:25px; margin-right:0; padding-right:0; /*text-shadow:1px 1px #fff; */white-space:nowrap;}

/* fix width of submit in IE7 */
input[type="submit"] , input[type="button"].addCondition {padding: 0 0.43em; width: auto; overflow:visible;}

*html input[type="submit"] {width: 0;}

.SiteMapWrapper {width:98%;height:auto;display:table; padding-bottom:1em; height:700px!ie;}
.SiteMapWrapper div.SiteMapContent {width: 100%;display: table;padding:0em 1em 1em 0em;color:#666666;}
.SiteMapWrapper div.SiteMapColumn {float:left!ie; margin-left: 47px;}
.SiteMapWrapper div#columnHeader  {margin-left: 53px;}
.SiteMapWrapper div.SiteMapGutter {width:20px;display:table-cell;float:left!ie; background-color:none;margin:0px;padding:0px;height:680px!ie; border-left:1px solid #e0dfe0;}
.SiteMapWrapper h2 {color:#7f7f7f;text-transform:uppercase;font-size:110%;line-height:300%; padding:0em; margin:0em;  width:100%;padding-right:1em; padding-right:3em!ie;  margin-bottom:0em;}
.SiteMapWrapper h2 span { width:35px; height:35px; display:inline-block; background-position:50% 50%;background-repeat:no-repeat; vertical-align:bottom; padding-left:1em;vertical-align: middle!ie; }
.SiteMapWrapper h2.Producers span {background-image:url(icon_producers_small.png); }
.SiteMapWrapper h2.Submissions span{background-image:url(icon_submissions_small.png);}
.SiteMapWrapper h2.DataMng span{background-image:url(icon_data_mng_small.png);}
.SiteMapWrapper h2.Preservation span {background-image:url(icon_preservation_small.png);}
.SiteMapWrapper h3 {color:#666666;font-size:100%;line-height:150%; font-weight:bold;}
.SiteMapWrapper h4 {color:#666666;font-size:100%;line-height:100%; font-weight:normal;}
.SiteMapWrapper h5 {color:#666666;font-size:100%;line-height:100%; font-weight:normal; font-style:italic; }
.SiteMapWrapper div {padding-right:0.5em; }
.SiteMapWrapper li {list-style-type:none;display:block;line-height:40%; margin-top:1em; }
.SiteMapColumnMng {display: grid; display: -moz-groupbox; width: 235px;}
.SiteMapColumnAdm {display: flex;  flex-direction: column; flex-wrap: wrap; height: 600px;}


@media only screen and (min-width: 0px) and (max-width: 1563px) {
  .SiteMapColumnAdm {display: grid;  flex-direction: column; flex-wrap: wrap; height: 840px;}
}

/*style for the new popups in the infra*/
#mask { position:fixed; left:0; top:0; z-index:9000; background-color:#000;}
.boxes .window { position:absolute; left:0; top:0; z-index:9999;}
.boxes #dialog {cursor:move; width:50%; background:none repeat scroll 0 0 #ddd; border:10px solid #fff; padding:10px 20px; margin-left:25%;  margin-top:10%}
.boxes #dialog2 {cursor:move; width:25%; background:none repeat scroll 0 0 #ddd; border:10px solid #fff; padding:10px 20px; margin-left:35%;  margin-top:10%}
.boxes #wideDialog {cursor:move; width:80%; background:none repeat scroll 0 0 #ddd; border:10px solid #fff; padding:10px 20px; margin-left:8%;  margin-top:10%}
.boxes #dialog #popupContent{cursor:default;}
#mask {width: 100%; height: 100%; display: block; -moz-opacity: 0.70; opacity:.70; filter: alpha(opacity=70);}
.infoLightboxColumn, .infoLightboxColumnLarge {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
     margin: 1%;
    padding: 0 2%;
    width: 93%;
}
.infoLightboxColumn { height: 20em;}
.infoLightboxColumnLarge {height: 29em;}

/*------------------Widget Popup-------------------*/
.popup ul {list-style:none; width:98%; margin:1em auto}
.popup ul li.error{font-size:125%;}
.EXLPatronDetailsRow {display:block}
/*.popup ul li {border-bottom:1px solid #dadada; margin-top:0.5em}*/
.popup .confirmation ul li {border-bottom:none;}
.popup ul li a {display:block; margin-top:0.5em}
.popup .typeF {height: 2em;  margin-left: 1em; width:95%}
/*.ui-draggable .sectionContainer {background-color:#fff}*/
.closePopup {border:none; text-indent:-10000em; background: url("../images/images/cross.png") no-repeat transparent; width:16px; height:16px; cursor:pointer}
.ui-draggable .roundTopSection {margin-top:0.5em}
.popup .conditionList ul {font-size:100%; margin:0.5em auto}
.popup .conditionList ul li {border:none}
.popup .typeC {padding-left: 1%; width: 97%;}
.popup  #error.typeC2, .popup  .typeC2.error2 {margin-top:-10px;}

/*Inline popup*/
.popup { background:none repeat scroll 0 0 #ffffff; border:1px solid #BBBBBB; float:left; margin:10px 0; padding:10px 0; width:100%;}
/*-----nested search----*/
.typeC div.nestedForm div.line {margin-bottom: 0.3em}
.typeC div.nestedForm div.line:hover {background-color: #f2f2f2}
.conditionIndentation {width:4%}
.conditionSpacer {width: 2%; text-align: center;}
.typeC div.formDiv div.line div.searchConditionActions {float: right; margin-right:11px;}


@media (max-width: 1190px) {
	.typeC div.formDiv div.line div.searchConditionActions {float: right; margin-right:-3px;}
}


/*new menu*/

ul#mainNav li {padding:0}
		li:hover .mainMenu {left: 2em; }
	li .mainMenu {border: 1px solid #aaa;  background: #eee; z-index:10000; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eee,  #fff);  padding: 0.5em; position: absolute;  left: -99999em; float:left; text-align: left; top: 70px;  -moz-border-radius:5px;  -webkit-border-radius: 5px; border-radius:  5px; margin-top:-11px}

@-moz-document url-prefix() {
                        li .mainMenu { margin-top:-2px }
                    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    li .mainMenu { margin-top:-4px }
	li:hover .preservationMenu {left: 6px; }
}

	#mainNavContainer ul.mainMenu {padding-left: 1em;  height: auto}
	.mainMenu h3 {float: none; clear:left; font-size: 100%}
	.mainMenu ul {list-style: none; padding:0;}
	.mainMenu ul li {float: left; padding: 0 0.2em}
	.mainMenu ul li ul li {float: left;  margin-right: 0.5em; position: relative}
	.mainMenu ul li ul li ul li {float: none; position: relative}
	#mainNavContainer ul.oneCols {width:380px;}
	#mainNavContainer ul.twoCols {width:550px;}
	#mainNavContainer ul.threeCols {width:600px;}
	#mainNavContainer ul.fourCols {width:710px;}
	#mainNavContainer ul.fiveCols {width:895px;}
	#mainNavContainer ul.sixCols {width:1130px;}
	#mainNavContainer ul.mainMenu ul {width: auto}
	#mainNav .mainMenu li a, #mainNav ul.mainMenu li {font-size: 95%; padding:0; margin:0; font-weight:400; background: transparent}
	#mainNav ul.mainMenu li {float: left;}
	#mainNav li:hover ul.mainMenu  a { }
	#mainNav ul.mainMenu li ul li {float: none; min-height:1.6em; clear:both}
	.navbar-nav.navbar-below #mainNav li:hover a {background-color: #e0e0df; outline: none; border-bottom: 3px solid transparent}

}
	#mainNav ul.mainMenu li.menuBlock {margin:0 1em 2em 0; border-right: solid 1px #dadada; padding-right:1em}
	#mainNav ul.mainMenu li.menuBlock:last-child {border-right: none;  padding-right:0}
	#mainNav li.selectedNavItem .mainMenu {color:#555}
	#mainNavContainer ul.quickLinks {float: right; width:300px; margin-left: -3em}
	li:hover ul.quickLinks {left:76% }
	/* new lobby design*/
	.widgetContainer {width:100%; background-color: #fff}
.widgetContainer h1 {padding:1% 1% 0}
.widgetColumn { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;border: 1px solid #ccc; float: left; margin: 1%; min-height: 42em; padding: 2%; width: 27%;padding-bottom: 0; padding-top: 0}
.widgetColumn h2 {background-position: 10px 50%; font-size: 100%; padding: 0.5em 0 0.5em 2.5em; color:#333; width: 90%; margin: 0 auto; font-family:arial; font-weight: bold;}
.ingest {background: url("../images/page_white_go.png") no-repeat transparent; }
.inProgess {background: url("../images/page_white_gear.png") no-repeat transparent; }
.preserved {background: url("../images/safe.png") no-repeat transparent; }
.searchInLobby, .linkInWidget {}
.widgetTitle {width: 97%; background-color: #F6F6F6;  margin-top: 15px;  padding: 3px 6px 3px 6px; -webkit-border-radius: 5px; -moz-border-radius: 5px;   border-radius: 5px;}
.widgetBox { margin: 10px;}

.widgetContent ul{list-style:none;padding-bottom:2em;}
.widgetContent ul li {border-bottom:1px solid #dadada; padding-left:0.5em; min-height:1.8em; line-height:1.8em;}
.widgetContent ul li:hover { background-color:#f9f9f9;}
.internalTitle {font-size:90%; min-height:2em; line-height:2em; padding-left:0.5em; background-color:#f9f9f9; border-bottom: 1px solid #dadada}
.widgetContent p {padding:0.5em; padding-bottom:2em; border-bottom: 1px solid #f2f2f2; }
.widgetFooter {background-color:#f9f9f9; border-top: 1px solid #fff; font-size:90%; padding-left:0.5em; min-height:2em; line-height:2em; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

.reportHeader {float: right; padding-top: 3px;}

/* wizard */
ul.wizard {font-weight: bold; height: 19px; line-height: 19px; list-style: none outside none; margin:2px 5% 0 0}
ul.wizard li {background: url("../images/icons/wizardBg.png") no-repeat scroll 0 0 #DADADA; color: #888888; float: left; font-size: 115%; height: 19px; line-height: 20px; text-align: center; width: 19px;}
ul.wizard li.wizardConnect {background: url("../images/icons/wizardConnect.png") no-repeat scroll left -2px #DADADA; width: 5px;}
ul.wizard li.wizardSizeUnknown {width: 11px;}
ul.wizard li.wizardOn {background-color: #555555; color: #555555;}

.auditEntryData:hover {background-color:#fbfbfb}
.auditEntryData {margin-top:0.6em; border:1px solid #ccc; width:99%; -moz-border-radius: 5px;  -webkit-border-radius:  5px ; border-radius:  5px ; }
.auditSummary {background:#F6F6F6; padding: 0.4em 0 0 2.5em; -moz-border-radius: 5px 5px 0 0;  -webkit-border-radius:  5px 5px 0 0; border-radius:  5px 5px 0 0; }
.auditEntryData .typeB {    border-bottom: medium none; border-top: medium none; margin-bottom: 0;  -moz-border-radius: 5px;  -webkit-border-radius:  5px ; border-radius:  5px ;}
.auditEntryData table {margin: 1em 0 1em 4em}
.auditEntryData table th {border-bottom: 1px solid #ccc; background-color: #f9f9f9}

/*new PDS styles*/

.pdsContainer{width: 54%; margin: 2em auto}
.pdsFrame {float: left}
.pds {width:25em; height:20em; border:1px solid #eee; background-color: #fff;  -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; -webkit-border-top-left-radius:10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; -webkit-border-top-right-radius:10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius:10px;}

.pds .BrandWrap {margin-top:0; width:100%;border: none; border-bottom: 1px solid #ccc; padding-top: 3px;}
.version {font-size:150%; color: #ddd; float:right; font-weight:700; padding-right:0.3em; line-height:24px; font-family: Verdana;letter-spacing: -1px;word-spacing: -4px;text-shadow: 1px 1px 1px #ddd;}
.pds .Header {border-top: 1px solid #dedede; clear:both; width:100%}
.pds #subNav {padding-top:0}
.pds #subNav li {margin-top:0}
.loginBody {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dddddd');  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ddd)); background: -moz-linear-gradient(top,  #f9f9f9,  #ddd);clear:both}
.loginBody ul {list-style: none; width:90%; margin:0 auto; padding-top: 1em; clear:both}
.loginBody ul li {margin-bottom: 0.4em}
.loginBody ul li.loginPassword {background: url("calling_system-dps/images/lock.png")  right 73% transparent  no-repeat}
.loginBody ul label {display:block; width:100%; font-size: 80%; font-weight: 700; color: #333; margin-bottom: 0.3em}
.loginBody ul select,.loginBody input[type="text"],.loginBody input[type="password"] {width:90%; -moz-box-shadow: 0px 1px 5px #ccc; -webkit-box-shadow: 0px 1px 5px #ccc; box-shadow: 0px 1px 5px #ccc; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-top-left-radius:3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-top-right-radius:3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius:3px; height:20px;  padding: 4px; -moz-box-shadow:inset 0 0 5px #ccc; -webkit-box-shadow:inset 0 0 5px #ccc; box-shadow:inset 0 0 5px #ccc;
}
.loginBody ul select:focus, /* input[type="text"]:focus, */ input[type="password"]:focus {border-color:#888}
.loginBody ul select {height:31px; width:93%}
.techReqs {width:90%; text-shadow: 1px 1px #fff; margin:1em auto; }
.techReqs h2 {margin-left: 0; color: #333}
.techReqs span { font-size: 70%}
.loginBottom {width: 100%;  -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius:10px; padding: 1em 0}
.buttonLeft  .blogbtn , .newRegister span.buttonLink{-moz-border-radius: 5px 0 0 5px; background: -moz-linear-gradient(center top , #fff 0%, #ddd 50%, #ccc 51%, #bbb 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb'); border: 1px solid #eee; color: #444; cursor: pointer; font-family: arial; font-weight: 700; letter-spacing: 0; padding: 5px 10px 5px 20px; text-shadow: 0 1px 1px #eee, 0 -1px 1px #eee; float:right; margin: 0; font-size: 110%; border-right:0; text-transform: uppercase; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright: 0px; border-top-right-radius: 0px; -webkit-border-top-right-radius:0px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomright: 0px; border-bottom-right-radius: 0px; -webkit-border-bottom-right-radius:0px; }
.buttonRight .blogbtn { -moz-border-radius:  0 5px 5px 0; background: -moz-linear-gradient(center top , #eee 0%, #ccc 50%, #bbb 51%, #aaa 100%) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa'); border: 1px solid #eee; color: #444; cursor: pointer; font-family: arial; font-weight: 700; letter-spacing: 0; padding: 5px 15px 5px 15px; text-shadow: 0 1px 1px #eee, 0 -1px 1px #eee; float:right; margin: 0 1em 0 0; font-size: 110%; border-left:0; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; -webkit-border-top-left-radius:0px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; -webkit-border-top-right-radius:5px; -moz-border-radius-bottomleft: 0px; border-bottom-left-radius: 0px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius:5px;}
body.clearfix{height:99%}
body.well-clearfix{height:99%}
.loginBody ul.newRegister {width: 96%; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; margin: 0.4em 0; padding: 2% ; background: #f5f5f5; font-size: 80%; }
.newRegister span {float: left; margin-left:0.3em; font-weight:700; height: 30px; line-height:30px}
.newRegister span.buttonLink{-moz-border-radius: 5px ; -border-radius: 5px ; -webkit-border-radius: 5px ; float: left; margin-left: 0.3em; padding: 5px 10px;  height: 15px; line-height: 15px; border: 1px solid #999}
/*----------------------------------------gateway-------------------------------------------------*/
body, a{/*font-family: arial; font-size: 95%;*/ color: #333}
	.gateway {width: 10em;float: left;}
	.gateway ul {float: left; width: 100%; list-style: none; border: 1px solid #eee; border-right: none; padding:0; border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; margin-top: 1em}
	.gateway ul li{  border-bottom: 1px solid #ddd; padding: 10%; margin:0; width:80%; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
font-weight: 700; text-shadow: 1px 1px #fff; }
.gateway ul li.selectedArea {background:#fff}
.gateway ul li a {text-decoration: none; color: #777}
.gateway ul li a:hover, .gateway ul li.selectedArea  a{color: #333}
	.gateway ul li:last-child {border:none;  border-radius: 0 0 0 9px; -moz-border-radius: 0 0 0 9px;}
	.gateway ul li:first-child {border-radius: 10px 0 0 0; -moz-border-radius: 10px 0 0 0;}
	.gateway .pdsFrame {float: left; height: 25em;  width: 27em; }
	.pdsFrame iframe { height: 27em;  width: 27em;}
.Brand, .Brand img {-moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-radius-topleft:10px; -webkit-border-radius-topright:10px; margin-left:0.3em;}

ul.facet, ul.oneColumn {float: left;margin: 0 0.5% 2em;list-style-type: none; line-height:2.5em;}
ul.facet li {float: left; width: 25%;}
ul.oneColumn li {float: left; width: 100%;}
.popup ul.facet, .popup ul.oneColumn{font-size:100%;}
ul.oneColumn li input[type="radio"]  {vertical-align:middle;}
.toggle-facet {
    background: url("/s/en_USxzbjfp/782/7/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon_filtercollapse.png") no-repeat scroll 5px 5px #CCCCCC;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    width: 16px;
    z-index: 2;
    left:0;
    float: left;
    /*height:27em;*/
    margin-top:1em;
    border: 1px solid #D7DDE3;
}
#facetTab, .main_search_container {float: left;  height:100%;}
#facetTab {width:100%;}
.main_search_container { border: 1px solid #D7DDE3; width:88%;}

.facetTabs{
	 margin-right: 8px;
}

@media (max-width: 1039px) {
  	.facetTabs{
		margin-right: 6px;
	}
}


.facetTabDisplay {display:table-cell; float:left; margin: 0 0 0 -82px;}
.facetTabHidden  {padding-left: 102px; table-layout: auto; width: 100%;}

.trimmed {
	-o-text-overflow: ellipsis;   /* Opera */
	text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
	overflow:hidden;              /* don't show excess chars */
	white-space:nowrap;           /* force single line */
	width: auto;                 /* fixed width */
}

#aurigmaUploader {width:95%;}

/** TABS **/
ul.nav-tabs > li > a { background: #eee; text-decoration: none; color: #5075b9; margin: 0 3px; border-color: transparent transparent #ddd; }
ul.nav-tabs > li > a:hover { background: #f5f5f5; }
ul.nav-tabs > li.tabHasContent::after { content: ''; position: absolute; top: 0; right: 3px; width: 0px; height: 0px; border: 7px solid transparent; border-radius: 0 0 0 4px; z-index: 1; border-color: #fff #fff #337ab7 #337ab7; }
ul.nav-tabs > li > a > input {border-color: transparent; background-color: transparent; font-family: inherit; font-size: inherit; line-height: inherit; padding: 0px 0px; margin-left: 0px;}

.pageForm { width:90%; margin-left:4em; height:3em; padding-top:1em; }
input#selectedCollection.treeText.form-control {cursor: pointer;}

.ui-cust-prev{
	display: inline-block;
    height: 22px;
    width: 22px;
    border-radius:2px;
    border: 2px solid #ddd;
}
.ui-cust-blue {background-color: #0E7BBA;}
.ui-cust-green {background-color: #2E8363;}
.ui-cust-purple {background-color: #5859A5;}
.ui-cust-olive {background-color: #6F7F35;}
.ui-cust-teal {background-color: #118289;}
.ui-cust-darkblue {background-color: #1F407A;}

.loginBottom, #progressbar .ui-widget-header {
    background: -moz-linear-gradient(center top , #2c4d82, #143160) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*-------------------------------------------------------- New Login Screen -----------------------------------------------------*/
@media (min-width: 767px) {
.newPdsContainer{ width: 862px; height: 500px; position:absolute; left:50%; top:50%; margin:-250px 0 0 -431px;}
.newPdsFrame{ float: left;	position:relative;	top:-6px;}
.loginFrame { background-repeat: no-repeat;  height: 472px; width: 862px;
			  border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
			  box-shadow: 3px 5px 5px #888; -moz-box-shadow: 3px 5px 5px #888; -webkit-box-shadow: 3px 5px 5px #888; }
.newPds { background-color: rgba(109, 100, 104, 0.9); width: 274px;
	   border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px;
	   position: relative; top: -67px; right: -566px; }
}
.newLoginBody input[type="text"],.newLoginBody input[type="password"] {width:90%; height:20px;  padding: 4px;}
.localLogin  input[type="text"],.localLogin input[type="password"]{height:30px; width:93%;}
.newLoginBody select {width:94%; height:30px;  padding: 4px;}
.newLoginBody ul {list-style: none; width:90%; margin:0 auto; padding-top: 1em;}
.newLoginBody ul label { font-size: 17px; font-family: "Calibri"; color: rgb(255, 255, 255); line-height: 1.059; display: block;  width: 100%; font-weight:400;}
.loginField { margin-top: 9px; margin-bottom: 1px;}
.errorMessage { margin-top: 9px; margin-bottom: 10px;}
.registerMessage { margin-bottom: 2px; margin-top: -6px;}
.loginButton { bottom: -18px; height: 36px; position: relative; right: -77px; width: 157px;	padding-bottom: 20px; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }
.loginButton .loginText { background-color: #0E7BBA; color: rgb(255, 255, 255); cursor: pointer; font-family: "Calibri"; font-size: 18px; line-height: 1; padding: 7px 55px;
						 border: 1px none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  						  box-shadow: 0 5px 5px -5px black; -moz-box-shadow: 0 5px 5px -5px black; -webkit-box-shadow: 0 5px 5px -5px black;}
.register { background-color: #969293; height: 80px; width: 274px;
			border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; }
.registerButton { bottom: -10px; height: 25px; padding-bottom: 25px; position: relative; right: -112px; width: 100px;  }
.registerButton .registerText { background-color: #666; color: rgb(255, 255, 255); cursor: pointer; font-family: "Calibri"; font-size: 18px; line-height: 1; padding: 2px 30px; text-decoration: none;
							   border: 1px none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
							   box-shadow: 0 5px 5px -5px black; -moz-box-shadow: 0 5px 5px -5px black; -webkit-box-shadow: 0 5px 5px -5px black; }
.loginModule {  background-color: #e3e7f0; height: 87px; position: relative; width: 402px;  bottom: -90px;
			   border-radius: 0 10px 10px 0; -moz-border-radius: 0 10px 10px 0; -webkit-border-radius: 0 10px 10px 0;
			   box-shadow: 1px 3px 3px #666; -moz-box-shadow: 1px 3px 3px #666; -webkit-box-shadow: 1px 3px 3px #666; }
@font-face { font-family: "DaxMedium"; src: url("fonts/DaxMedium.ttf"); }
@font-face { font-family: "DaxRegular"; src: url("fonts/DaxRegular.ttf"); }
.loginModule label { color: rgb(188, 14, 23); display: block; float: inherit; font-family: "DaxMedium"; font-size: 33px; line-height: 3; text-align: center; }
.gatewayTabs { float: none;  list-style: none;  position: relative; }
.gatewayTabs ul li { float: left; display: block; padding: 7px 18px; cursor: pointer; background: #969293; font-size: 20px;
				   position: relative;  list-style: none;  top: 4px; width: 163px;  margin-right: 2px; margin-top: 35px; text-align: center;
				   border-radius: 12px 12px 0 0; -moz-border-radius: 12px 12px 0 0; -webkit-border-radius: 12px 12px 0 0;}
.gatewayTabs .selectedArea{ background: #0E7BBA; text-decoration: none; }
.gatewayTabs .tabTitle{ text-decoration: none;	 font-family: "DaxRegular";	 font-size: 17px; text-align: center; color: white;	 line-height: 2; }
.gatewayTabs ul li.logoTab { background: white; left: 80px; cursor: initial; height: 33px; top: -30px; }
.gatewayTabs ul li.logoTab img { height: 60px }
.gatewayTabs ul li.moveLogoTab { left: 483px; }
.gatewayTabs .oneTab { cursor: initial; }
.font-size14 { font-size:14px; }
.cursor-hand{cursor: pointer; color: lightgray; margin-left: 23px;}

@keyframes blink {
    0%    { opacity: .2; }
    20%   { opacity: 1;  }
    100%  { opacity: .2; }
}
.loading.ui-multiselect { text-align: center; vertical-align: middle; line-height: 170px; font-size: 13px !important;}
.loading.ui-multiselect span { animation-name: blink; animation-duration: 1.4s; animation-iteration-count: infinite; animation-fill-mode: both;}
.loading.ui-multiselect span:nth-child(2) {animation-delay: .2s;}
.loading.ui-multiselect span:nth-child(3) {animation-delay: .4s;}

.cursorMove {
	cursor: move;
}

.outlineNone, .outlineNone:focus {
	outline: none!important;
}

/*-------------------------------------------------------- New Login Screen for mobile -----------------------------------------------------*/
@media (max-width: 767px) {
.newPds { background-color: rgb(109, 100, 104); width: 274px;
	   border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; position: fixed; /* or absolute */ top: 30%; left: 15%;}

	   .mobileLogo {
 position:fixed;
   top:0;
   right:0;
   }
.mobileLogo img { height: 60px; margin-top: 10px; margin-right: 10px;}

.bg {
   /* Full height */
    height: 100%;
	width: 100%;

    /* Center and scale the image nicely */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-aspect-ratio: 13/9) {

  	.bg {
   transform: rotate(-90deg);
	    transform-origin: left top;
	    width: 100vh;
	    height: 100vw;
	    overflow-x: hidden;
	    position: absolute;
	    top: 100%;
	 }

}

}



* {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.input-group .form-control{
	box-sizing: border-box !important;
}

.btn-drop-down{
	height: 20px !important;
}

.pagination {
	margin: 10px 15px 10px 20px  !important;
}

.form-control {
	box-sizing: border-box !important;
	height: auto;

}

.mainSearchButtonOpen{
	height: 23px !important;
}

.btn-default{
	height: 18px !important;
}

.btn.btn-secondary.form-control{
	width: 120px;
}