/* Fix Safari Bootstrap 3 grid bug */
.row:after{content: '';}
.row:before{content: none;}

/* Description */
dl {
  margin-top: 10px;
  margin-bottom: 20px;
	 /* color: rgb(102, 102, 102); */
	color:#364953;

}
dt,
dd {
  line-height: 1.42857143; 
}
dt {
  font-weight: normal; 
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
    float: left;
    width: 80px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.dl-horizontal dd {
    margin-left: 85px;
  }
 .dl-horizontal-wide dt {
    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.dl-horizontal-wide dd {
    margin-left: 205px;
  }

.dl-horizontal-wide-xl dt {
    float: left;
    width: 300px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.dl-horizontal-wide-xl dd {
    margin-left: 305px;
  }
/* Tooltip */

/* FirstParagraph */

.showOnlyFirstParagraph p:not(:first-child) {
    display:none;
}
.showOnlyFirstParagraph p, .showOnlyFirstParagraph em, .showOnlyFirstParagraph i{
	font-style: normal !important;
}

.showOnlyFirstParagraph table, .showOnlyFirstParagraph ul{
	display:none;
}

/* Honeypot field */

#emailCheck { display:none; }

/*Comma List*/
.comma-list-wrapper {
	display:inline;
	width:auto;
	margin: 1px 0 5px 0;
	padding: 1px 0 5px 0;
}
.comma-list-wrapper > span.comma-list:after { content: ", "; }
.comma-list-wrapper > span.comma-list:last-child:after { content: ""}
.comma-list-wrapper > span.comma-list.only:after { content: ""; }
.scrollup {
    color: #fff !important;
    display: none;
    position: fixed;
    bottom: 47px;
    width: 60px;
    height: 60px;
    right: 40px;
    background: #364953;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    line-height: 1.0;
    padding: 8px 0 0 0;
    filter: alpha(opacity=0);
    z-index: 10000;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    opacity: 0.8;
}
.modal {
    z-index: 9999;
}
