textarea.__EventDescriptionField{
    height: 10em;
    margin-bottom: 0;
}
.__EventRightColumn #Url{
    margin-bottom: -8px;
}
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .FullWidthContainer h1{
   margin: 0;
   padding: 0;
}
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .HalfWidthContainer.float-right{
   float:right;
}
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .FullWidthContainer,
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .HalfWidthContainer{
   padding: 40px;
}
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .HalfWidthContainer{
   padding-top: 0px;
}
.__CbRegButtonContainer #registerframe_button_register{
   margin-bottom: 8px;
}
.FullWidthContainer #registerframe_title,
.FullWidthContainer #registerframe_title_alt{
   width: 95%
}
#registerframe_message {
    margin-bottom: 70px;
}
.CbControlbar2Window .member-item-name-box h4,
.__CbRegButtonContainer, #registerframe_button_ok{
   margin: 0;
}
.__CbRegButtonContainer{
   padding: 0;
}
.CbControlbar2Window .close-register-window {
    background: transparent url("../media/images/img_close-black.png") no-repeat scroll center center;
    border: medium none;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    cursor: pointer;
}
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .__CbUiCloseButton{
   background-size: 14px 14px;
}
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .__CbUiRegisterWindowCloseButton,
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .FullWidthContainer .__CbUiRegisterWindowCloseButton,
.__CbUiFrame.CbControlbar2Window.__CbUiLayerFrame .HalfWidthContainer .__CbUiRegisterWindowCloseButton{
      top: 40px;
      right: 40px;
}
#registerframe_password_hint{
   padding: 0;
   margin-bottom: 8px;
}
#AddressData .reduced-line-height{
   height: 36px;
   margin-bottom: 8px;
}
#AddressData #registerframe_button_register{
   margin: 0;
}
.CbControlbar2Window .register-pubish-profile-box .bootstrap-switch {
    margin-left: 5px;
}
#registerframe_button_password_lost,
#registerframe_button_password_lost_inactive{
   color: #c0c0c0;
}
.bootstrap-switch-on .bootstrap-switch-container {
    background-color: #3b2205;
}

#registerframe_error_user{
   margin: 0;
}

.input-switch-button-cntnr{
   margin-bottom: 22px;
}

#registerframe_password_lost{
   text-align: right;
   border-top: 1px solid #000;
   padding-top: 4px;
}
#registerframe_stay_logged_in .__CbRegButtonContainer{
   text-align: left;
}
#AddressData .reduced-line-height {
    height: 37px;
    margin-bottom: 8px;
}
.DSRegisterProfileWindow .RegisterProfileWindowTitle.tab.active {
    background-color: #fff;
    color: #000;
    bottom: -1px;
    position: relative;
    padding-top: 22px;
}
.greyed-out {
    color: #bbbbbb !important;
}

.DSRegisterWindow .DSRegisterProfileWindow .padded-box {
    background: #fcfcfc;
    border-bottom: 1px solid #aaa;
}
.DSRegisterProfileWindow .RegisterProfileWindowTitle.tab:not(:empty)  {
   padding: 23px 15px 0 15px;
   min-height: 58px;
   vertical-align: middle;
   box-sizing: border-box;
   border-left: 1px solid #ccc;
   font-weight: normal;
   font-size: 125%;
}
.CbControlbar2RegisterWindowTitle.RegisterProfileWindowTitle.__CbUiText.tab:last-of-type {
   border-right: 1px solid #ccc;
}
.DSRegisterProfileWindow .RegisterProfileWindowTitle.tab:not(:empty):last-of-type {
   border-right: 1px solid #ccc;
}

.DSRegisterProfileWindow label.RegisterProfileWindowTitle {
   margin-right: -4px;
}

button.login-button,
button.user-area-button.show-button,
button.user-area-button.hide-button {
    margin-left: 10px;
}

/*
 *************************
	$USER PANEL
	z-index: 10000-10999;
 *************************
*/

.__CbUiLayer,
.__CbUiFrame {
	z-index: 10000;
}

.__EventScrollLock .__CbUiLayer {
    /*opacity: 0.92 !important;*/
}

.__CbUiFrame.__PixWindow * {
	box-sizing: content-box;
}

#user-panel {
	color: #000;
	padding: 27px 0 38px;
	font-size: 13px;
	display: none;
	width: 100%;
	height: auto;
	background-color: #eeeeee;
        box-shadow: 0 0 15px rgba(0,0,0,0.30);
	position: relative;
}

.user-panel-container {
   margin: 0 auto;
   padding: 0;
   position: relative;
   width: 100%;
   max-width: 1140px;
}

#user-panel .left-pane {
	width: 83%;
	float: left;
}

.user-panel h3 {
	color: #000;
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2.4px;
}

.user-panel .main-pane {
	margin-right: 0px;
	margin-left: 36px;
   margin-top: 5px;
	border-right: 1px solid #000;
	border-bottom: none;
	padding-right: 30px;
	padding-bottom: 15px;
	min-height: 135px;
}

.user-panel .collapsible-text-cntnr,
.user-panel .main-pane > * {
	max-width: 550px;
	width: 90%;
}

.user-panel .collapsible-text-cntnr span,
.user-panel .main-pane > * {
   color: #000;
}

.user-panel .collapsible-text-read-on-button {
	color: #000;
	cursor: pointer;
	padding-left: 5px;
	font-weight: bold;
}

#user-panel .collapsible-text-cntnr > h3 {
	line-height: 0.7em;
}

.user-panel .collapsible-text-cntnr.collapsed br {
	display: none;
}

.user-panel .collapsible-text-cntnr.collapsed *:not(.collapsible-text-read-on-button) {
	font-weight: normal !important;
}

/*.user-panel .main-pane.admin {
	display: none;
}*/

.user-panel .main-pane h5 {
	font-size: 13px;
	margin-bottom: 12px;
	font-weight: normal;
}

.user-panel .main-pane a {
	color: #000;
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: underline;
}

.user-panel .main-pane .link {
   margin-bottom: 10px;
}

.user-panel .buttons-container {
	margin-left: 3px;
	margin-right: 25px;
}

.user-panel .buttons-container button {
	width: 175px;
	background-image: none;
	background-color: transparent;
	color: #000;
	font-size: 11px;
	border: none;
	padding: 0;
	text-align: left;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 21px;
}

.user-panel .divider {
	width: 35px;
	height: 1px;
	border-top: 1px solid #000;
	margin: 15px 0;
}

#user-panel .right-pane {
	width: 15%;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#user-panel .buttons-container * {
	font-size: 13px;
   line-height: 1em;
}

#user-panel .container12,
#user-panel .container16 {
    margin:0 auto;
    padding:0;
    position:relative;
    width:1140px;
}

.DSRegisterWindow .close-register-window {
    background: transparent url("../media/images/img_close-black.png") no-repeat scroll center center;
    border: medium none;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    cursor: pointer;
}

/*
 *************************
   USER PANEL CONTACT DATA
 *************************
*/

.CbControlbar2Window * {
    box-sizing: border-box;
}

.CbControlbar2Window.__CbUiFrame {
   font-size: 14px;
}

.CbControlbar2RegisterWindowTitle.RegisterProfileWindowTitle.__CbUiText.tab.active {
   position: relative;
   bottom: -1px;
   background-color: #ffffff;
}

label.CbControlbar2RegisterWindowTitle.tab:not(:empty) {
   border-left: 1px solid #ccc;
   border-right: none;
}



.CbControlbar2RegisterWindowTitle.RegisterProfileWindowTitle.__CbUiText.tab:last-of-type {
   border-right: 1px solid #ccc;
}

.__CbUiFrame.DSRegisterWindow .padded-box.no-bottom-padding {
   padding-bottom: 0px;
   padding-top: 0;
}

.CbControlbar2RegisterWindowTitleContainer {
   padding-left: 39px;
   background-color: #fcfcfc;
}

.CbControlbar2Window .publish-profile-hints-text {
   background-color: #ffffff;
   box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
   opacity: 0;
   padding: 1em;
   position: absolute;
   right: 0;
   text-align: left;
   transition: opacity 0.5s ease 0s;
   width: 50%;
   pointer-events: none;
}

.CbControlbar2Window .publish-profile-hints:hover + .publish-profile-hints-text {
    opacity: 1;
   pointer-events: all;
}

.CbControlbar2Window .publish-profile-hints {
    color: #db0404;
    margin-top: 7px;
}

.CbControlbar2Window .member-item-head img[src=""] {
    display: none;
}

.CbControlbar2Window .member-item-name-box {
    float: left;
    width: 70%;
}

.CbControlbar2Window .register-pubish-profile-box {
    float: left;
    width: 30%;
}

.CbControlbar2Window .member-item-head {
    border-bottom: 1px solid #cccccc;
}

.CbControlbar2Window .member-item-head {
    min-height: 85px;
}

.CbControlbar2Window .member-item-contact {
   width: 39%;
   margin-right: 3%;
   border-right: 1px solid #cccccc;
}

.CbControlbar2Window .member-item-activity {
   width: 58%;
   padding-left: 5%;
   height: 290px;
   overflow: auto;
}

.CbControlbar2Window .member-item-contact,
.CbControlbar2Window .member-item-activity {
   float: left;
   margin-top: 4%;
   margin-bottom: 4%;
}

.CbControlbar2Window .register-pubish-profile-box .input-switch-button-cntnr,
.CbControlbar2Window .register-pubish-profile-box .publish-profile-hints {
   text-align: right;
}

.CbControlbar2Window .member-item-contact .input-switch-button .address {
   float: left;
}

.CbControlbar2Window .member-item-contact .input-switch-button .bootstrap-switch {
   float: right;
   margin-right: 20px;
}
.CbControlbar2Window .__CbRegButtonContainer .__CbUiTextButton{
   padding-top: 12px;
   padding-bottom: 12px;
}

.CbControlbar2Window .member-item-activity > ul > li {
   list-style-type: none;
}

.CbControlbar2Window .member-item h4 {
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    margin: 0.25em 0;
}

.CbControlbar2Window .member-item-activity h5,
.CbControlbar2Window .member-item-contact h5 {
   font-size: 13px;
   text-transform: uppercase;
   margin-bottom: 2%;
}

.CbControlbar2Window .member-item-activity > ul {
    margin-bottom: 1em;
}

.CbControlbar2Window .styled-select {
   width: 100%;
}

.CbControlbar2Window .__CbRegInputLine .styled-select,
.CbControlbar2Window .styled-select {
   border-radius: 5px;
   margin-bottom: 0;
   box-shadow: none;
   margin-bottom: 0;
   border: 2px solid #d0d0d0;
}

.CbControlbar2Window .styled-select select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding-bottom: 3px;
  padding-left: 16px !important;
  padding-top: 5px;
  min-height: 38px !important
}

.__CbUiWindowContent .__CbRegInputs .__CbRegButtonContainer{
   padding: 0;
}

@media screen and (max-width: 767px) {

   .CbControlbar2Window .member-item-name-box,
   .CbControlbar2Window .register-pubish-profile-box,
   .CbControlbar2Window .member-item-contact,
   .CbControlbar2Window .member-item-activity {
      float: none;
      display: block;
      border: none;
      width: 100%;
   }

   .CbControlbar2Window .member-item-head {
      padding-bottom: 20px;
   }

   .CbControlbar2Window .publish-profile-hints-text {
      width: 100%;
      z-index: 1;
   }

   .CbControlbar2Window .member-item-name-box h4,
   .CbControlbar2Window .member-item-name-box .desc {
      margin-bottom: 10px;
   }

   .CbControlbar2Window .register-pubish-profile-box .input-switch-button-cntnr,
   .CbControlbar2Window .register-pubish-profile-box .publish-profile-hints {
      text-align: left;
   }

   .CbControlbar2Window .register-pubish-profile-box .bootstrap-switch-wrapper {
      float: right;
      margin-right: 20px;
   }

}

@media screen and (max-width: 1023px) {

   #user-panel .left-pane {
      float: none;
      width: 100%;
      margin: 0 10px 20px;
   }

   .user-panel .main-pane {
      min-height: 0;
      padding: 0;
      margin: 0;
      border: none;
   }

}
