#header div.header-logo img {
    height: 151px;
    width: auto;
}
div[data-group="seminar_selection"] .de_fieldset .de_cols_1 label span{
	font-weight:bold;
}
div[data-group="seminar_selection"] .de_fieldset .de_cols_1 label span i{
	font-weight:normal;	
}
div[data-group="seminar_selection"] .de_fieldset .de_cols_1 label span span.speaker{
	font-weight:normal;	
}
a#details {
    display: table;
    background: rgba(245,128,33,0.8);
	border:1px solid rgba(245,128,33,1.0);
	color: #ffffff;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 13px;
    margin: 8px 0px;
	text-decoration:none;
}
a#details:hover,
a#details:focus{
	background: rgba(245,128,33,1.0);
	border:1px solid rgba(245,128,33,1.0);
	color: #ffffff;
	text-decoration:underline;
}
.form-group .well{
	padding:0px;
	box-shadow:none;
	border:none;
	background:transparent;
}
div.colleagueBag {
    width: 95% !important;
    float: right !important;
}
.form-group .well ul{
	margin-left:0px;	
}
.colleagueForm #details{
	display:none;	
}
div.colleagueFieldHeading {
    width: 24% !important;
    float: left !important;
    padding-left: 2%;
    font-weight: normal;
}
div.colleagueFieldHeading span{
	font-weight:normal;	
}
.modal-dialog{
	width:70% !important;	
}
input:read-only {
  background-color: #efefef;
}
span.clearOption {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    background: rgba(84, 160, 255,0.8);
    border: 1px solid rgba(46, 134, 222,0.4);
    margin-left: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
span.clearOption:hover,
span.clearOption:focus{
	background: rgba(84, 160, 255,1.0);
    border: 1px solid rgba(46, 134, 222,1.0);
	color: #ffffff;
	cursor:pointer;
}
label.full:after {
    content: "Sold Out" !important;
    font-size: 14px;
    color: red;
    display: block;
    opacity: 1 !important;
    transform: scale(1) !important;
    font-weight: bold;
    left: -3px !important;
}
span.valueSpan.de_cols_1.full p,
span.valueSpan.de_cols_1 p{
    display: none;
}
div[data-group="note"] div.text-editable{
	width:100% !important;
}