/* Popup container - can be anything you want */
.popupciss {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popupciss .popuptextciss {
  visibility: hidden;
  width: 300px;
  border:1px solid black;
  background-color: #fff;
  color: #000;
  top: -150%;
  left: 105%;  
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  box-shadow:2px 3px 5px #999
}

/* Popup arrow */
.popupciss .popuptextciss:after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: 40%;
  transform: rotate(90deg);
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popupciss .showciss {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}




/* Modification to table class from clf2 css */
div.table {width: 95%;}
div.table p {margin-top: 5px; margin-bottom: 5px;}
div.column45prct {width: 37%;}
div.column50prct {width: 50%;}

div.right p {margin-right: 2em;}

div.table div.column20prct input, div.table div.column25prct input, div.table div.column70prct input, div.table div.column70prct select, div.table div.column70prct textarea, div.table div.column50prct input, div.table div.column50prct select, div.table div.column50prct textarea, div.table div.column10prct select {
margin-top: 5px;
}

div.table div.column70prct span.displayOnly {
margin-top: 7px;
display: block;
}

fieldset.joinfield {
padding-top: 20px;
padding-bottom: 20px;
}

legend {
/*padding-left: 15px;*/
color: #000;
font-size: 1.1em;
}


table#search_results {
border: solid #000 1px;
}


table#search_results {
border: 1px solid #ccc;
border-collapse: collapse;
}

a.inactivity, a.inactivity:hover{
color: #99ffff !important;
}

a.inactivity:hover {
background-color: #600 !important;
}


address {
padding-left: 15px;
margin-top: 3px;
margin-bottom: 7px;
font-style: normal;
}


hr.separator {
/*margin-left: 15px !important;
margin-right: 15px !important;*/
    margin-top: 23px;
    margin-bottom: 23px;
    border-right: 0px none;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #EEE -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.no-option{
	color:grey ;
}

p.middle {
margin-left: 100px; 
width: 350px;

}

/* SKIP NAVIGATION CSS BEGINS | DEBUT DU CSS DU SAUT DE NAVIGATION */
div.navaid, p.navaid, h1.navaid, h2.navaid, .navaid {
	height: 0; 
	width: 0; 
	overflow: hidden;
	float: right;
	font-size: 0;
	position: absolute;
	top: -100px;
}
div.navaid a, p.navaid a, h1.navaid a, h2.navaid a, .navaid a {
	color: #FFFFFF;
}
div.page div.core div.navaid {
	font-size: 100%;
	float: none;
	overflow: visible;
	max-width: 50%;
	height: auto;
	top: 0px;
	margin-left: 210px;
	margin-right: 200px;
	color: #FFF;
}
* html div.page div.core div.navaid {
	font-size: 90%;
}
*:first-child+html div.page div.core div.navaid {
	font-size: 90%;
}
div.page div.core div.navaid a {
	color: #FFF;
	border-color: #FFF;
	padding: 5px;
	font-size: 100%;
	line-height: 140%;
	vertical-align: middle;
	border-width: 1px 1px 1px 1px;
	border-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 0;
}
div.page div.core div.navaid a:hover, div.page div.core div.navaid a:active, div.page div.core div.navaid a:focus {
	border-style: solid;
	text-decoration: underline;
	z-index: 2;
}

/* Modification to remove bottom border on headers inside a form - /000/wet-boew-dist-3.1.0/dist/grids/css/util-min.css */
form h2, form h3, form h4, form h5, form h6
{
  border-bottom: none;
  /*margin-left: 15px;*/
}

form p

{
  margin-left: 0;
}

/* Overwrite to shared screen css */
p
{
  margin-left: 10px;
}

/* Definition list display as table*/

/* Definition list publisher*/
dl.table-display-publisher {
	margin: 15px 0 15px 20px; 
	padding: 0;
	width: 100%;
}
dl.table-display-publisher dt {
	clear: left;
	width: 22%; 
	margin: 3px 0; 
	padding: 2px;
	float: left;
}
dl.table-display-publisher dd {	
	margin: 3px 0; 
	padding: padding: 2px 2px 2px 5px;
	float: left;
	width: 75%;
}

/* Definition list profile*/
dl.table-display-profile {
	margin: 15px 0 15px 20px; 
	padding: 0;
	width: 100%;
}
dl.table-display-profile dt {
	clear: left;
	width: 26%; 
	margin: 3px 0; 
	padding: 2px;
	float: left;
}
dl.table-display-profile dd {	
	margin: 3px 0; 
	padding: 2px 2px 2px 5px;
	float: left;
	width: 70%;
}

/* For Logged In User */
#logged-in-user
{
  width: auto;
  float: right;	
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #000;
}

#logged-in-user dl 
{
  margin: 0 0 5px 5px;	
}

#logged-in-user dt, #logged-in-user dd
{
  float: left;
  padding: 0;
  margin: 0;	
}

#logged-in-user dt
{
  margin-right: 5px;
}

.wb-sec-def li  a.nav-sub-heading {
background-color:#ddd !important;
color: #333 !important;
margin-bottom: 5px;
}

table.create-publisher-add-name-list {
border: none !important;
margin: 10px 10px 10px 0;
}

table.create-publisher-add-name-list  td{
padding: 5px 10px 3px 3px;
border: none !important;
}

table.create-publisher-add-name-list  th{
text-align: left;
background-color: #fff;
color: #000;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #ccc !important;
margin-bottom: 10px;
padding: 3px 10px 10px 3px;
}

/* ADDED BY JS AFTER IMPLEMENTING WET4 */
body{
margin-left: 0 !important;}
ul.menu-horizontal{
display: table;
margin-left: 0px;
padding-left: 0px;
}
ul.menu-horizontal li{
display: inline-block;
float: left;
padding: 0px 5px 0px 5px;
}
ul.menu-horizontal li:first-child{
padding-left: 0px;
}
ul.menu-horizontal li:last-child{
padding-right: 0px;
}

/* GENERIC UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE GENERIQUE */
.widthFull {
	width: 98.5%;
}
.width95 {
	width: 95%;
}
.width90 {
	width: 90%;
}
.width85 {
	width: 85%;
}
.width80 {
	width: 80%;
}
.width75 {
	width: 75%;
}
.width70 {
	width: 70%;
}
.width65 {
	width: 65%;
}
.width60 {
	width: 60%;
}
.width55 {
	width: 55%;
}
.width50 {
	width: 50%;
}
.width45 {
	width: 45%;
}
.width40 {
	width: 40%;
}
.width35 {
	width: 35%;
}
.width30 {
	width: 30%;
}
.width25 {
	width: 25%;
}
.width20 {
	width: 20%;
}
.width15 {
	width: 15%;
}
.width10 {
	width: 10%;
}
.width9 {
	width: 9%;
}
.width8 {
	width: 8%;
}
.width7 {
	width: 7%;
}
.width6 {
	width: 6%;
}
.width5 {
	width: 5%;
}

/* GENERIC UTILITY CSS ENDS | FIN DU CSS D'UTILITE GENERIQUE */

/* ALIGNMENT UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE D'ALIGNEMENT */
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignTopRight {
	text-align: right;
	vertical-align: top;
}
.alignTopCenter {
	text-align: center;
	vertical-align: top;
}
.alignTopLeft {
	text-align: left;
	vertical-align: top;
}
.alignBottomRight {
	text-align: right;
	vertical-align: bottom;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
}
.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.image-left { 
	float: left;
	vertical-align: text-top;
	margin-right: 10px;
}
.image-right {
	float: right;
	vertical-align: text-top;
	margin-left: 10px;
}
.indent1 {
	padding-left: 18px;
}
.indent2 {
	padding-left: 36px;
}
.indent3 {
	padding-left: 54px;
}
.indent4 {
	padding-left: 72px;
}
.indent5 {
	padding-left: 90px;
}
/* ALIGNMENT UTILITY CSS ENDS | FIN DU CSS D'UTILITE D'ALIGNEMENT */

/* LIST UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE DE LISTE */
ul.noBullet {
	list-style-type: none;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}
ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol.lower-roman {
	list-style-type: lower-roman;
}
ol.upper-roman {
	list-style-type: upper-roman;
}
/* LIST UTILITY CSS ENDS | FIN DU CSS D'UTILITE DE LISTE */

/* TEXT UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE DE TEXTE */
.noWrap {
	white-space: nowrap;
}
.doubleLineSpace {
	line-height: 24.0pt;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.black {
	color: #000000;
	background-color: transparent;
}
.white {
	color: #FFFFFF;
	background-color: transparent;
}
.red {
	color: #FF0000;
	background-color: transparent;
}
.blue {
	color: #0000FF;
	background-color: transparent;
}
.green {
	color: #006600;
	background-color: transparent;
}
.grey {
	color: #999999;
	background-color: transparent;
}
.deepyellow {
	color: #FFCC33;
	background-color: transparent;
}
.blackBG {
	background-color: #000000;
}
.whiteBG {
	background-color: #FFFFFF;
}
.redBG {
	background-color: #FF0000;
}
.blueBG {
	background-color: #0000FF;
}
.greenBG {
	background-color: #009933;
}
.lightgreyBG {
	background-color: #CCCCCC;
}
.deepyellowBG {
	background-color: #FFCC33;
}
div.highlight, p.highlight {
	border: 1px solid #030;
	background-color: #9F9;
	padding: 5px;
}

/* TEXT UTILITY CSS ENDS | DEBUT DU CSS D'UTILITE DE TEXTE */

/* Styles for div sizes made by JS (for use in table structures made of divs) */

div.columnleft{
float: left;
}

div.column5prct {
float: left;
width: 5%;
}

div.column6prct {
float: left;
width: 6%;
}

div.column7prct {
float: left;
width: 7%;
}

div.column8prct {
float: left;
width: 8%;
}

div.column9prct {
float: left;
width: 9%;
}

div.column10prct {
float: left;
width: 10%;
}

div.column15prct {
float: left;
width: 15%;
}

div.column16prct {
float: left;
width: 16%;
}

div.column17prct {
float: left;
width: 17%;
}

div.column18prct {
float: left;
width: 18%;
}

div.column20prct {
float: left;
width: 20%;
}

div.column25prct {
float: left;
width: 25%;
}

div.column26prct {
float: left;
width: 26%;
}

div.column27prct {
float: left;
width: 27%;
}

div.column28prct {
float: left;
width: 28%;
}

div.column29prct {
float: left;
width: 29%;
}

div.column30prct {
float: left;
width: 30%;
}

div.column31prct {
float: left;
width: 31%;
}

div.column32prct {
float: left;
width: 32%;
}

div.column33prct {
float: left;
width: 33%;
}

div.column34prct {
float: left;
width: 34%;
}

div.column35prct {
float: left;
width: 35%;
}

div.column40prct {
float: left;
width: 40%;
}

div.column41prct {
float: left;
width: 41%;
}

div.column42prct {
float: left;
width: 42%;
}

div.column43prct {
float: left;
width: 43%;
}

div.column44prct {
float: left;
width: 44%;
}

div.column45prct {
float: left;
width: 45%;
}

div.column50prct {
float: left;
width: 50%;
}

div.column51prct {
float: left;
width: 51%;
}

div.column52prct {
float: left;
width: 52%;
}

div.column53prct {
float: left;
width: 53%;
}

div.column54prct {
float: left;
width: 54%;
}

div.column55prct {
float: left;
width: 55%;
}

div.column56prct {
float: left;
width: 56%;
}

div.column57prct {
float: left;
width: 57%;
}

div.column58prct {
float: left;
width: 58%;
}

div.column59prct {
float: left;
width: 59%;
}


div.column60prct {
float: left;
width: 60%;
}

div.column65prct {
float: left;
width: 65%;
}

div.column66prct {
float: left;
width: 66%;
}

div.column67prct {
float: left;
width: 67%;
}

div.column68prct {
float: left;
width: 68%;
}

div.column69prct {
float: left;
width: 69%;
}

div.column70prct {
float: left;
width: 70%;
}

div.column71prct {
float: left;
width: 71%;
}

div.column72prct {
float: left;
width: 72%;
}

div.column73prct {
float: left;
width: 73%;
}

div.column74prct {
float: left;
width: 74%;
}

div.column75prct {
float: left;
width: 75%;
}

div.column80prct {
float: left;
width: 80%;
}
div.column81prct {
float: left;
width: 81%;
}
div.column82prct {
float: left;
width: 82%;
}
div.column83prct {
float: left;
width: 83%;
}
div.column84prct {
float: left;
width: 84%;
}

div.column85prct {
float: left;
width: 85%;
}
div.column86prct {
float: left;
width: 86%;
}

div.column87prct {
float: left;
width: 87%;
}

div.column88prct {
float: left;
width: 88%;
}

div.column89prct {
float: left;
width: 89%;
}

div.column90prct {
float: left;
width: 90%;
}

div.column93prct {
float: left;
width: 93%;
}

div.column95prct {
float: left;
width: 95%;
}

div.column100prct {
float: left;
width: 100%;
text-align: center;
}

/*######### More recent stuff from JS post WET4 */
div.table{
display: table;
}

table.solid_border{width: 100%; max-width: 100%;}
table.solid_border, table.solid_border td, table.solid_border th{border: 1px solid #ccc;}
table.solid_border td, table.solid_border th{padding:0px 3px 0px 3px}
table.solid_border td{padding-top: 2px; padding-bottom: 2px;}

ul.list-group.menu.list-unstyled li span.list-group-item.nav-current{
background: none repeat scroll 0% 0% #808080 !important;
color: #FFF !important;
}

div.float-right{
float: right;
}
div.float-right p{margin-right: 10px;}

a.superSpecial{color: #b90000 !important;}

@media print {
  main a[href]:after {
    content: none !important;
  }
}
