@charset "UTF-8";
/*@brand-primary:         @wet-asphalt;
@brand-secondary:       #0b99d9;
@brand-success:         @emerald;
@brand-warning:         @sun-flower;
@brand-danger:          @alizarin;
@brand-info:            @peter-river;*/
/*@link-color:       			@text-color;
@link-hover-color: 			@main_color;*/
/*@btn-main-hover-bg:					mix(@main_color, white, 80%);
@btn-main-active-bg:				mix(@main_color, black, 85%);

@btn-secondary-hover-bg:			mix(@btn-secondary-hover-bg, white, 80%);
@btn-secondary-active-bg:			mix(@btn-secondary-active-bg, black, 85%);*/
.dropdown-arrow-inverse {
  border-bottom-color: #377fa8 !important;
  border-top-color: #377fa8 !important;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px / 2;
  font-size: 22.4px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}
textarea {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 11px;
}
input[type="search"] {
  -webkit-appearance: none !important;
}
label {
  font-weight: normal;
  font-size: 14px;
  line-height: 2.4;
}
.form-control:-moz-placeholder {
  color: #9d9d9d;
}
.form-control::-moz-placeholder {
  color: #9d9d9d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9d9d9d;
}
.form-control::-webkit-input-placeholder {
  color: #9d9d9d;
}
.form-control.placeholder {
  color: #9d9d9d;
}
.form-control,
.chosen-container > *:first-child {
  display: block;
  width: 100%;
  border: 2px solid #bdc3c7;
  color: #444;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group.focus .form-control,
.form-group.focus .chosen-container > *:first-child,
.form-control:focus,
.chosen-container > *:first-child:focus {
  border-color: #377fa8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.chosen-container > *:first-child[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .chosen-container > *:first-child {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-control.flat,
.chosen-container > *:first-child.flat {
  border-color: transparent;
}
.form-control.flat:hover,
.chosen-container > *:first-child.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus,
.chosen-container > *:first-child.flat:focus {
  border-color: #377fa8;
}
.input-sm {
  height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-hg {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: white;
}
.has-error .help-block,
.has-error .control-label {
  color: #E74C3C;
}
.has-error .form-control {
  color: #E74C3C;
  border-color: #E74C3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #E74C3C;
}
.has-error .form-control::-moz-placeholder {
  color: #E74C3C;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #E74C3C;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #E74C3C;
}
.has-error .form-control.placeholder {
  color: #E74C3C;
}
.has-error .form-control:focus {
  border-color: #E74C3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #E74C3C;
  border-color: #E74C3C;
  background-color: white;
}
.has-success .help-block,
.has-success .control-label {
  color: #77AD7D;
}
.has-success .form-control {
  color: #77AD7D;
  border-color: #77AD7D;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #77AD7D;
}
.has-success .form-control::-moz-placeholder {
  color: #77AD7D;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #77AD7D;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #77AD7D;
}
.has-success .form-control.placeholder {
  color: #77AD7D;
}
.has-success .form-control:focus {
  border-color: #77AD7D;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #77AD7D;
  border-color: #77AD7D;
  background-color: white;
}
input:invalid .help-block,
input:invalid .control-label {
  color: #E74C3C;
}
input:invalid .form-control {
  color: #E74C3C;
  border-color: #E74C3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:invalid .form-control:-moz-placeholder {
  color: #E74C3C;
}
input:invalid .form-control::-moz-placeholder {
  color: #E74C3C;
  opacity: 1;
}
input:invalid .form-control:-ms-input-placeholder {
  color: #E74C3C;
}
input:invalid .form-control::-webkit-input-placeholder {
  color: #E74C3C;
}
input:invalid .form-control.placeholder {
  color: #E74C3C;
}
input:invalid .form-control:focus {
  border-color: #E74C3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:invalid .input-group-addon {
  color: #E74C3C;
  border-color: #E74C3C;
  background-color: white;
}
.help-block {
  font-size: 14px;
  margin-bottom: 5px;
  color: inherit;
}
.form-group {
  position: relative;
  margin-bottom: 17px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
}
html[dir="rtl"],
.language_alignment_right {
  direction: rtl;
  text-align: right;
  /*********************
		bootstrap.less
	*********************/
  /*********************
		spaces.less
	*********************/
  /********************
		pk-ui-kit.less
	********************/
  /******************************
		checkbox-and-radio.less
	******************************/
  /********************
		ui-slider.less
	********************/
  /************************
		intlTelInput.less
	************************/
}
html[dir="rtl"] .pull-right,
.language_alignment_right .pull-right {
  float: left !important;
}
html[dir="rtl"] .pull-left,
.language_alignment_right .pull-left {
  float: right !important;
}
html[dir="rtl"] .col-xs-0,
.language_alignment_right .col-xs-0 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-0,
.language_alignment_right .col-xs-pull-0 {
  right: unset;
  left: 0%;
}
html[dir="rtl"] .col-xs-push-0,
.language_alignment_right .col-xs-push-0 {
  left: unset;
  right: 0%;
}
html[dir="rtl"] .col-xs-offset-0,
.language_alignment_right .col-xs-offset-0 {
  margin-left: unset;
  margin-right: 0%;
}
html[dir="rtl"] .col-xs-1,
.language_alignment_right .col-xs-1 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-1,
.language_alignment_right .col-xs-pull-1 {
  right: unset;
  left: 8.33333333%;
}
html[dir="rtl"] .col-xs-push-1,
.language_alignment_right .col-xs-push-1 {
  left: unset;
  right: 8.33333333%;
}
html[dir="rtl"] .col-xs-offset-1,
.language_alignment_right .col-xs-offset-1 {
  margin-left: unset;
  margin-right: 8.33333333%;
}
html[dir="rtl"] .col-xs-2,
.language_alignment_right .col-xs-2 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-2,
.language_alignment_right .col-xs-pull-2 {
  right: unset;
  left: 16.66666667%;
}
html[dir="rtl"] .col-xs-push-2,
.language_alignment_right .col-xs-push-2 {
  left: unset;
  right: 16.66666667%;
}
html[dir="rtl"] .col-xs-offset-2,
.language_alignment_right .col-xs-offset-2 {
  margin-left: unset;
  margin-right: 16.66666667%;
}
html[dir="rtl"] .col-xs-3,
.language_alignment_right .col-xs-3 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-3,
.language_alignment_right .col-xs-pull-3 {
  right: unset;
  left: 25%;
}
html[dir="rtl"] .col-xs-push-3,
.language_alignment_right .col-xs-push-3 {
  left: unset;
  right: 25%;
}
html[dir="rtl"] .col-xs-offset-3,
.language_alignment_right .col-xs-offset-3 {
  margin-left: unset;
  margin-right: 25%;
}
html[dir="rtl"] .col-xs-4,
.language_alignment_right .col-xs-4 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-4,
.language_alignment_right .col-xs-pull-4 {
  right: unset;
  left: 33.33333333%;
}
html[dir="rtl"] .col-xs-push-4,
.language_alignment_right .col-xs-push-4 {
  left: unset;
  right: 33.33333333%;
}
html[dir="rtl"] .col-xs-offset-4,
.language_alignment_right .col-xs-offset-4 {
  margin-left: unset;
  margin-right: 33.33333333%;
}
html[dir="rtl"] .col-xs-5,
.language_alignment_right .col-xs-5 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-5,
.language_alignment_right .col-xs-pull-5 {
  right: unset;
  left: 41.66666667%;
}
html[dir="rtl"] .col-xs-push-5,
.language_alignment_right .col-xs-push-5 {
  left: unset;
  right: 41.66666667%;
}
html[dir="rtl"] .col-xs-offset-5,
.language_alignment_right .col-xs-offset-5 {
  margin-left: unset;
  margin-right: 41.66666667%;
}
html[dir="rtl"] .col-xs-6,
.language_alignment_right .col-xs-6 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-6,
.language_alignment_right .col-xs-pull-6 {
  right: unset;
  left: 50%;
}
html[dir="rtl"] .col-xs-push-6,
.language_alignment_right .col-xs-push-6 {
  left: unset;
  right: 50%;
}
html[dir="rtl"] .col-xs-offset-6,
.language_alignment_right .col-xs-offset-6 {
  margin-left: unset;
  margin-right: 50%;
}
html[dir="rtl"] .col-xs-7,
.language_alignment_right .col-xs-7 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-7,
.language_alignment_right .col-xs-pull-7 {
  right: unset;
  left: 58.33333333%;
}
html[dir="rtl"] .col-xs-push-7,
.language_alignment_right .col-xs-push-7 {
  left: unset;
  right: 58.33333333%;
}
html[dir="rtl"] .col-xs-offset-7,
.language_alignment_right .col-xs-offset-7 {
  margin-left: unset;
  margin-right: 58.33333333%;
}
html[dir="rtl"] .col-xs-8,
.language_alignment_right .col-xs-8 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-8,
.language_alignment_right .col-xs-pull-8 {
  right: unset;
  left: 66.66666667%;
}
html[dir="rtl"] .col-xs-push-8,
.language_alignment_right .col-xs-push-8 {
  left: unset;
  right: 66.66666667%;
}
html[dir="rtl"] .col-xs-offset-8,
.language_alignment_right .col-xs-offset-8 {
  margin-left: unset;
  margin-right: 66.66666667%;
}
html[dir="rtl"] .col-xs-9,
.language_alignment_right .col-xs-9 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-9,
.language_alignment_right .col-xs-pull-9 {
  right: unset;
  left: 75%;
}
html[dir="rtl"] .col-xs-push-9,
.language_alignment_right .col-xs-push-9 {
  left: unset;
  right: 75%;
}
html[dir="rtl"] .col-xs-offset-9,
.language_alignment_right .col-xs-offset-9 {
  margin-left: unset;
  margin-right: 75%;
}
html[dir="rtl"] .col-xs-10,
.language_alignment_right .col-xs-10 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-10,
.language_alignment_right .col-xs-pull-10 {
  right: unset;
  left: 83.33333333%;
}
html[dir="rtl"] .col-xs-push-10,
.language_alignment_right .col-xs-push-10 {
  left: unset;
  right: 83.33333333%;
}
html[dir="rtl"] .col-xs-offset-10,
.language_alignment_right .col-xs-offset-10 {
  margin-left: unset;
  margin-right: 83.33333333%;
}
html[dir="rtl"] .col-xs-11,
.language_alignment_right .col-xs-11 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-11,
.language_alignment_right .col-xs-pull-11 {
  right: unset;
  left: 91.66666667%;
}
html[dir="rtl"] .col-xs-push-11,
.language_alignment_right .col-xs-push-11 {
  left: unset;
  right: 91.66666667%;
}
html[dir="rtl"] .col-xs-offset-11,
.language_alignment_right .col-xs-offset-11 {
  margin-left: unset;
  margin-right: 91.66666667%;
}
html[dir="rtl"] .col-xs-12,
.language_alignment_right .col-xs-12 {
  float: right;
}
html[dir="rtl"] .col-xs-pull-12,
.language_alignment_right .col-xs-pull-12 {
  right: unset;
  left: 100%;
}
html[dir="rtl"] .col-xs-push-12,
.language_alignment_right .col-xs-push-12 {
  left: unset;
  right: 100%;
}
html[dir="rtl"] .col-xs-offset-12,
.language_alignment_right .col-xs-offset-12 {
  margin-left: unset;
  margin-right: 100%;
}
@media (min-width: 768px) {
  html[dir="rtl"] .col-sm-0,
  .language_alignment_right .col-sm-0 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-0,
  .language_alignment_right .col-sm-pull-0 {
    right: unset;
    left: 0%;
  }
  html[dir="rtl"] .col-sm-push-0,
  .language_alignment_right .col-sm-push-0 {
    left: unset;
    right: 0%;
  }
  html[dir="rtl"] .col-sm-offset-0,
  .language_alignment_right .col-sm-offset-0 {
    margin-left: unset;
    margin-right: 0%;
  }
  html[dir="rtl"] .col-sm-1,
  .language_alignment_right .col-sm-1 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-1,
  .language_alignment_right .col-sm-pull-1 {
    right: unset;
    left: 8.33333333%;
  }
  html[dir="rtl"] .col-sm-push-1,
  .language_alignment_right .col-sm-push-1 {
    left: unset;
    right: 8.33333333%;
  }
  html[dir="rtl"] .col-sm-offset-1,
  .language_alignment_right .col-sm-offset-1 {
    margin-left: unset;
    margin-right: 8.33333333%;
  }
  html[dir="rtl"] .col-sm-2,
  .language_alignment_right .col-sm-2 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-2,
  .language_alignment_right .col-sm-pull-2 {
    right: unset;
    left: 16.66666667%;
  }
  html[dir="rtl"] .col-sm-push-2,
  .language_alignment_right .col-sm-push-2 {
    left: unset;
    right: 16.66666667%;
  }
  html[dir="rtl"] .col-sm-offset-2,
  .language_alignment_right .col-sm-offset-2 {
    margin-left: unset;
    margin-right: 16.66666667%;
  }
  html[dir="rtl"] .col-sm-3,
  .language_alignment_right .col-sm-3 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-3,
  .language_alignment_right .col-sm-pull-3 {
    right: unset;
    left: 25%;
  }
  html[dir="rtl"] .col-sm-push-3,
  .language_alignment_right .col-sm-push-3 {
    left: unset;
    right: 25%;
  }
  html[dir="rtl"] .col-sm-offset-3,
  .language_alignment_right .col-sm-offset-3 {
    margin-left: unset;
    margin-right: 25%;
  }
  html[dir="rtl"] .col-sm-4,
  .language_alignment_right .col-sm-4 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-4,
  .language_alignment_right .col-sm-pull-4 {
    right: unset;
    left: 33.33333333%;
  }
  html[dir="rtl"] .col-sm-push-4,
  .language_alignment_right .col-sm-push-4 {
    left: unset;
    right: 33.33333333%;
  }
  html[dir="rtl"] .col-sm-offset-4,
  .language_alignment_right .col-sm-offset-4 {
    margin-left: unset;
    margin-right: 33.33333333%;
  }
  html[dir="rtl"] .col-sm-5,
  .language_alignment_right .col-sm-5 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-5,
  .language_alignment_right .col-sm-pull-5 {
    right: unset;
    left: 41.66666667%;
  }
  html[dir="rtl"] .col-sm-push-5,
  .language_alignment_right .col-sm-push-5 {
    left: unset;
    right: 41.66666667%;
  }
  html[dir="rtl"] .col-sm-offset-5,
  .language_alignment_right .col-sm-offset-5 {
    margin-left: unset;
    margin-right: 41.66666667%;
  }
  html[dir="rtl"] .col-sm-6,
  .language_alignment_right .col-sm-6 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-6,
  .language_alignment_right .col-sm-pull-6 {
    right: unset;
    left: 50%;
  }
  html[dir="rtl"] .col-sm-push-6,
  .language_alignment_right .col-sm-push-6 {
    left: unset;
    right: 50%;
  }
  html[dir="rtl"] .col-sm-offset-6,
  .language_alignment_right .col-sm-offset-6 {
    margin-left: unset;
    margin-right: 50%;
  }
  html[dir="rtl"] .col-sm-7,
  .language_alignment_right .col-sm-7 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-7,
  .language_alignment_right .col-sm-pull-7 {
    right: unset;
    left: 58.33333333%;
  }
  html[dir="rtl"] .col-sm-push-7,
  .language_alignment_right .col-sm-push-7 {
    left: unset;
    right: 58.33333333%;
  }
  html[dir="rtl"] .col-sm-offset-7,
  .language_alignment_right .col-sm-offset-7 {
    margin-left: unset;
    margin-right: 58.33333333%;
  }
  html[dir="rtl"] .col-sm-8,
  .language_alignment_right .col-sm-8 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-8,
  .language_alignment_right .col-sm-pull-8 {
    right: unset;
    left: 66.66666667%;
  }
  html[dir="rtl"] .col-sm-push-8,
  .language_alignment_right .col-sm-push-8 {
    left: unset;
    right: 66.66666667%;
  }
  html[dir="rtl"] .col-sm-offset-8,
  .language_alignment_right .col-sm-offset-8 {
    margin-left: unset;
    margin-right: 66.66666667%;
  }
  html[dir="rtl"] .col-sm-9,
  .language_alignment_right .col-sm-9 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-9,
  .language_alignment_right .col-sm-pull-9 {
    right: unset;
    left: 75%;
  }
  html[dir="rtl"] .col-sm-push-9,
  .language_alignment_right .col-sm-push-9 {
    left: unset;
    right: 75%;
  }
  html[dir="rtl"] .col-sm-offset-9,
  .language_alignment_right .col-sm-offset-9 {
    margin-left: unset;
    margin-right: 75%;
  }
  html[dir="rtl"] .col-sm-10,
  .language_alignment_right .col-sm-10 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-10,
  .language_alignment_right .col-sm-pull-10 {
    right: unset;
    left: 83.33333333%;
  }
  html[dir="rtl"] .col-sm-push-10,
  .language_alignment_right .col-sm-push-10 {
    left: unset;
    right: 83.33333333%;
  }
  html[dir="rtl"] .col-sm-offset-10,
  .language_alignment_right .col-sm-offset-10 {
    margin-left: unset;
    margin-right: 83.33333333%;
  }
  html[dir="rtl"] .col-sm-11,
  .language_alignment_right .col-sm-11 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-11,
  .language_alignment_right .col-sm-pull-11 {
    right: unset;
    left: 91.66666667%;
  }
  html[dir="rtl"] .col-sm-push-11,
  .language_alignment_right .col-sm-push-11 {
    left: unset;
    right: 91.66666667%;
  }
  html[dir="rtl"] .col-sm-offset-11,
  .language_alignment_right .col-sm-offset-11 {
    margin-left: unset;
    margin-right: 91.66666667%;
  }
  html[dir="rtl"] .col-sm-12,
  .language_alignment_right .col-sm-12 {
    float: right;
  }
  html[dir="rtl"] .col-sm-pull-12,
  .language_alignment_right .col-sm-pull-12 {
    right: unset;
    left: 100%;
  }
  html[dir="rtl"] .col-sm-push-12,
  .language_alignment_right .col-sm-push-12 {
    left: unset;
    right: 100%;
  }
  html[dir="rtl"] .col-sm-offset-12,
  .language_alignment_right .col-sm-offset-12 {
    margin-left: unset;
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  html[dir="rtl"] .col-md-0,
  .language_alignment_right .col-md-0 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-0,
  .language_alignment_right .col-md-pull-0 {
    right: unset;
    left: 0%;
  }
  html[dir="rtl"] .col-md-push-0,
  .language_alignment_right .col-md-push-0 {
    left: unset;
    right: 0%;
  }
  html[dir="rtl"] .col-md-offset-0,
  .language_alignment_right .col-md-offset-0 {
    margin-left: unset;
    margin-right: 0%;
  }
  html[dir="rtl"] .col-md-1,
  .language_alignment_right .col-md-1 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-1,
  .language_alignment_right .col-md-pull-1 {
    right: unset;
    left: 8.33333333%;
  }
  html[dir="rtl"] .col-md-push-1,
  .language_alignment_right .col-md-push-1 {
    left: unset;
    right: 8.33333333%;
  }
  html[dir="rtl"] .col-md-offset-1,
  .language_alignment_right .col-md-offset-1 {
    margin-left: unset;
    margin-right: 8.33333333%;
  }
  html[dir="rtl"] .col-md-2,
  .language_alignment_right .col-md-2 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-2,
  .language_alignment_right .col-md-pull-2 {
    right: unset;
    left: 16.66666667%;
  }
  html[dir="rtl"] .col-md-push-2,
  .language_alignment_right .col-md-push-2 {
    left: unset;
    right: 16.66666667%;
  }
  html[dir="rtl"] .col-md-offset-2,
  .language_alignment_right .col-md-offset-2 {
    margin-left: unset;
    margin-right: 16.66666667%;
  }
  html[dir="rtl"] .col-md-3,
  .language_alignment_right .col-md-3 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-3,
  .language_alignment_right .col-md-pull-3 {
    right: unset;
    left: 25%;
  }
  html[dir="rtl"] .col-md-push-3,
  .language_alignment_right .col-md-push-3 {
    left: unset;
    right: 25%;
  }
  html[dir="rtl"] .col-md-offset-3,
  .language_alignment_right .col-md-offset-3 {
    margin-left: unset;
    margin-right: 25%;
  }
  html[dir="rtl"] .col-md-4,
  .language_alignment_right .col-md-4 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-4,
  .language_alignment_right .col-md-pull-4 {
    right: unset;
    left: 33.33333333%;
  }
  html[dir="rtl"] .col-md-push-4,
  .language_alignment_right .col-md-push-4 {
    left: unset;
    right: 33.33333333%;
  }
  html[dir="rtl"] .col-md-offset-4,
  .language_alignment_right .col-md-offset-4 {
    margin-left: unset;
    margin-right: 33.33333333%;
  }
  html[dir="rtl"] .col-md-5,
  .language_alignment_right .col-md-5 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-5,
  .language_alignment_right .col-md-pull-5 {
    right: unset;
    left: 41.66666667%;
  }
  html[dir="rtl"] .col-md-push-5,
  .language_alignment_right .col-md-push-5 {
    left: unset;
    right: 41.66666667%;
  }
  html[dir="rtl"] .col-md-offset-5,
  .language_alignment_right .col-md-offset-5 {
    margin-left: unset;
    margin-right: 41.66666667%;
  }
  html[dir="rtl"] .col-md-6,
  .language_alignment_right .col-md-6 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-6,
  .language_alignment_right .col-md-pull-6 {
    right: unset;
    left: 50%;
  }
  html[dir="rtl"] .col-md-push-6,
  .language_alignment_right .col-md-push-6 {
    left: unset;
    right: 50%;
  }
  html[dir="rtl"] .col-md-offset-6,
  .language_alignment_right .col-md-offset-6 {
    margin-left: unset;
    margin-right: 50%;
  }
  html[dir="rtl"] .col-md-7,
  .language_alignment_right .col-md-7 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-7,
  .language_alignment_right .col-md-pull-7 {
    right: unset;
    left: 58.33333333%;
  }
  html[dir="rtl"] .col-md-push-7,
  .language_alignment_right .col-md-push-7 {
    left: unset;
    right: 58.33333333%;
  }
  html[dir="rtl"] .col-md-offset-7,
  .language_alignment_right .col-md-offset-7 {
    margin-left: unset;
    margin-right: 58.33333333%;
  }
  html[dir="rtl"] .col-md-8,
  .language_alignment_right .col-md-8 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-8,
  .language_alignment_right .col-md-pull-8 {
    right: unset;
    left: 66.66666667%;
  }
  html[dir="rtl"] .col-md-push-8,
  .language_alignment_right .col-md-push-8 {
    left: unset;
    right: 66.66666667%;
  }
  html[dir="rtl"] .col-md-offset-8,
  .language_alignment_right .col-md-offset-8 {
    margin-left: unset;
    margin-right: 66.66666667%;
  }
  html[dir="rtl"] .col-md-9,
  .language_alignment_right .col-md-9 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-9,
  .language_alignment_right .col-md-pull-9 {
    right: unset;
    left: 75%;
  }
  html[dir="rtl"] .col-md-push-9,
  .language_alignment_right .col-md-push-9 {
    left: unset;
    right: 75%;
  }
  html[dir="rtl"] .col-md-offset-9,
  .language_alignment_right .col-md-offset-9 {
    margin-left: unset;
    margin-right: 75%;
  }
  html[dir="rtl"] .col-md-10,
  .language_alignment_right .col-md-10 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-10,
  .language_alignment_right .col-md-pull-10 {
    right: unset;
    left: 83.33333333%;
  }
  html[dir="rtl"] .col-md-push-10,
  .language_alignment_right .col-md-push-10 {
    left: unset;
    right: 83.33333333%;
  }
  html[dir="rtl"] .col-md-offset-10,
  .language_alignment_right .col-md-offset-10 {
    margin-left: unset;
    margin-right: 83.33333333%;
  }
  html[dir="rtl"] .col-md-11,
  .language_alignment_right .col-md-11 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-11,
  .language_alignment_right .col-md-pull-11 {
    right: unset;
    left: 91.66666667%;
  }
  html[dir="rtl"] .col-md-push-11,
  .language_alignment_right .col-md-push-11 {
    left: unset;
    right: 91.66666667%;
  }
  html[dir="rtl"] .col-md-offset-11,
  .language_alignment_right .col-md-offset-11 {
    margin-left: unset;
    margin-right: 91.66666667%;
  }
  html[dir="rtl"] .col-md-12,
  .language_alignment_right .col-md-12 {
    float: right;
  }
  html[dir="rtl"] .col-md-pull-12,
  .language_alignment_right .col-md-pull-12 {
    right: unset;
    left: 100%;
  }
  html[dir="rtl"] .col-md-push-12,
  .language_alignment_right .col-md-push-12 {
    left: unset;
    right: 100%;
  }
  html[dir="rtl"] .col-md-offset-12,
  .language_alignment_right .col-md-offset-12 {
    margin-left: unset;
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  html[dir="rtl"] .col-lg-0,
  .language_alignment_right .col-lg-0 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-0,
  .language_alignment_right .col-lg-pull-0 {
    right: unset;
    left: 0%;
  }
  html[dir="rtl"] .col-lg-push-0,
  .language_alignment_right .col-lg-push-0 {
    left: unset;
    right: 0%;
  }
  html[dir="rtl"] .col-lg-offset-0,
  .language_alignment_right .col-lg-offset-0 {
    margin-left: unset;
    margin-right: 0%;
  }
  html[dir="rtl"] .col-lg-1,
  .language_alignment_right .col-lg-1 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-1,
  .language_alignment_right .col-lg-pull-1 {
    right: unset;
    left: 8.33333333%;
  }
  html[dir="rtl"] .col-lg-push-1,
  .language_alignment_right .col-lg-push-1 {
    left: unset;
    right: 8.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-1,
  .language_alignment_right .col-lg-offset-1 {
    margin-left: unset;
    margin-right: 8.33333333%;
  }
  html[dir="rtl"] .col-lg-2,
  .language_alignment_right .col-lg-2 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-2,
  .language_alignment_right .col-lg-pull-2 {
    right: unset;
    left: 16.66666667%;
  }
  html[dir="rtl"] .col-lg-push-2,
  .language_alignment_right .col-lg-push-2 {
    left: unset;
    right: 16.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-2,
  .language_alignment_right .col-lg-offset-2 {
    margin-left: unset;
    margin-right: 16.66666667%;
  }
  html[dir="rtl"] .col-lg-3,
  .language_alignment_right .col-lg-3 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-3,
  .language_alignment_right .col-lg-pull-3 {
    right: unset;
    left: 25%;
  }
  html[dir="rtl"] .col-lg-push-3,
  .language_alignment_right .col-lg-push-3 {
    left: unset;
    right: 25%;
  }
  html[dir="rtl"] .col-lg-offset-3,
  .language_alignment_right .col-lg-offset-3 {
    margin-left: unset;
    margin-right: 25%;
  }
  html[dir="rtl"] .col-lg-4,
  .language_alignment_right .col-lg-4 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-4,
  .language_alignment_right .col-lg-pull-4 {
    right: unset;
    left: 33.33333333%;
  }
  html[dir="rtl"] .col-lg-push-4,
  .language_alignment_right .col-lg-push-4 {
    left: unset;
    right: 33.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-4,
  .language_alignment_right .col-lg-offset-4 {
    margin-left: unset;
    margin-right: 33.33333333%;
  }
  html[dir="rtl"] .col-lg-5,
  .language_alignment_right .col-lg-5 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-5,
  .language_alignment_right .col-lg-pull-5 {
    right: unset;
    left: 41.66666667%;
  }
  html[dir="rtl"] .col-lg-push-5,
  .language_alignment_right .col-lg-push-5 {
    left: unset;
    right: 41.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-5,
  .language_alignment_right .col-lg-offset-5 {
    margin-left: unset;
    margin-right: 41.66666667%;
  }
  html[dir="rtl"] .col-lg-6,
  .language_alignment_right .col-lg-6 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-6,
  .language_alignment_right .col-lg-pull-6 {
    right: unset;
    left: 50%;
  }
  html[dir="rtl"] .col-lg-push-6,
  .language_alignment_right .col-lg-push-6 {
    left: unset;
    right: 50%;
  }
  html[dir="rtl"] .col-lg-offset-6,
  .language_alignment_right .col-lg-offset-6 {
    margin-left: unset;
    margin-right: 50%;
  }
  html[dir="rtl"] .col-lg-7,
  .language_alignment_right .col-lg-7 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-7,
  .language_alignment_right .col-lg-pull-7 {
    right: unset;
    left: 58.33333333%;
  }
  html[dir="rtl"] .col-lg-push-7,
  .language_alignment_right .col-lg-push-7 {
    left: unset;
    right: 58.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-7,
  .language_alignment_right .col-lg-offset-7 {
    margin-left: unset;
    margin-right: 58.33333333%;
  }
  html[dir="rtl"] .col-lg-8,
  .language_alignment_right .col-lg-8 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-8,
  .language_alignment_right .col-lg-pull-8 {
    right: unset;
    left: 66.66666667%;
  }
  html[dir="rtl"] .col-lg-push-8,
  .language_alignment_right .col-lg-push-8 {
    left: unset;
    right: 66.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-8,
  .language_alignment_right .col-lg-offset-8 {
    margin-left: unset;
    margin-right: 66.66666667%;
  }
  html[dir="rtl"] .col-lg-9,
  .language_alignment_right .col-lg-9 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-9,
  .language_alignment_right .col-lg-pull-9 {
    right: unset;
    left: 75%;
  }
  html[dir="rtl"] .col-lg-push-9,
  .language_alignment_right .col-lg-push-9 {
    left: unset;
    right: 75%;
  }
  html[dir="rtl"] .col-lg-offset-9,
  .language_alignment_right .col-lg-offset-9 {
    margin-left: unset;
    margin-right: 75%;
  }
  html[dir="rtl"] .col-lg-10,
  .language_alignment_right .col-lg-10 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-10,
  .language_alignment_right .col-lg-pull-10 {
    right: unset;
    left: 83.33333333%;
  }
  html[dir="rtl"] .col-lg-push-10,
  .language_alignment_right .col-lg-push-10 {
    left: unset;
    right: 83.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-10,
  .language_alignment_right .col-lg-offset-10 {
    margin-left: unset;
    margin-right: 83.33333333%;
  }
  html[dir="rtl"] .col-lg-11,
  .language_alignment_right .col-lg-11 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-11,
  .language_alignment_right .col-lg-pull-11 {
    right: unset;
    left: 91.66666667%;
  }
  html[dir="rtl"] .col-lg-push-11,
  .language_alignment_right .col-lg-push-11 {
    left: unset;
    right: 91.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-11,
  .language_alignment_right .col-lg-offset-11 {
    margin-left: unset;
    margin-right: 91.66666667%;
  }
  html[dir="rtl"] .col-lg-12,
  .language_alignment_right .col-lg-12 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-12,
  .language_alignment_right .col-lg-pull-12 {
    right: unset;
    left: 100%;
  }
  html[dir="rtl"] .col-lg-push-12,
  .language_alignment_right .col-lg-push-12 {
    left: unset;
    right: 100%;
  }
  html[dir="rtl"] .col-lg-offset-12,
  .language_alignment_right .col-lg-offset-12 {
    margin-left: unset;
    margin-right: 100%;
  }
}
html[dir="rtl"] .prn,
.language_alignment_right .prn,
html[dir="rtl"] .phn,
.language_alignment_right .phn,
html[dir="rtl"] .pan,
.language_alignment_right .pan {
  padding-left: 0 !important;
  padding-right: unset !important;
}
html[dir="rtl"] .prx,
.language_alignment_right .prx,
html[dir="rtl"] .phx,
.language_alignment_right .phx,
html[dir="rtl"] .pax,
.language_alignment_right .pax {
  padding-left: 3px !important;
  padding-right: unset !important;
}
html[dir="rtl"] .prs,
.language_alignment_right .prs,
html[dir="rtl"] .phs,
.language_alignment_right .phs,
html[dir="rtl"] .pas,
.language_alignment_right .pas {
  padding-left: 5px !important;
  padding-right: unset !important;
}
html[dir="rtl"] .prm,
.language_alignment_right .prm,
html[dir="rtl"] .phm,
.language_alignment_right .phm,
html[dir="rtl"] .pam,
.language_alignment_right .pam {
  padding-left: 10px !important;
  padding-right: unset !important;
}
html[dir="rtl"] .prl,
.language_alignment_right .prl,
html[dir="rtl"] .phl,
.language_alignment_right .phl,
html[dir="rtl"] .pal,
.language_alignment_right .pal {
  padding-left: 20px !important;
  padding-right: unset !important;
}
html[dir="rtl"] .pln,
.language_alignment_right .pln,
html[dir="rtl"] .phn,
.language_alignment_right .phn,
html[dir="rtl"] .pan,
.language_alignment_right .pan {
  padding-right: 0 !important;
  padding-left: unset !important;
}
html[dir="rtl"] .plx,
.language_alignment_right .plx,
html[dir="rtl"] .phx,
.language_alignment_right .phx,
html[dir="rtl"] .pax,
.language_alignment_right .pax {
  padding-right: 3px !important;
  padding-left: unset !important;
}
html[dir="rtl"] .pls,
.language_alignment_right .pls,
html[dir="rtl"] .phs,
.language_alignment_right .phs,
html[dir="rtl"] .pas,
.language_alignment_right .pas {
  padding-right: 5px !important;
  padding-left: unset !important;
}
html[dir="rtl"] .plm,
.language_alignment_right .plm,
html[dir="rtl"] .phm,
.language_alignment_right .phm,
html[dir="rtl"] .pam,
.language_alignment_right .pam {
  padding-right: 10px !important;
  padding-left: unset !important;
}
html[dir="rtl"] .pll,
.language_alignment_right .pll,
html[dir="rtl"] .phl,
.language_alignment_right .phl,
html[dir="rtl"] .pal,
.language_alignment_right .pal {
  padding-right: 20px !important;
  padding-left: unset !important;
}
html[dir="rtl"] .mrn,
.language_alignment_right .mrn,
html[dir="rtl"] .mhn,
.language_alignment_right .mhn,
html[dir="rtl"] .man,
.language_alignment_right .man {
  margin-left: 0px !important;
  margin-right: unset !important;
}
html[dir="rtl"] .mrx,
.language_alignment_right .mrx,
html[dir="rtl"] .mhx,
.language_alignment_right .mhx,
html[dir="rtl"] .max,
.language_alignment_right .max {
  margin-left: 3px !important;
  margin-right: unset !important;
}
html[dir="rtl"] .mrs,
.language_alignment_right .mrs,
html[dir="rtl"] .mhs,
.language_alignment_right .mhs,
html[dir="rtl"] .mas,
.language_alignment_right .mas {
  margin-left: 5px !important;
  margin-right: unset !important;
}
html[dir="rtl"] .mrm,
.language_alignment_right .mrm,
html[dir="rtl"] .mhm,
.language_alignment_right .mhm,
html[dir="rtl"] .mam,
.language_alignment_right .mam {
  margin-left: 10px !important;
  margin-right: unset !important;
}
html[dir="rtl"] .mrl,
.language_alignment_right .mrl,
html[dir="rtl"] .mhl,
.language_alignment_right .mhl,
html[dir="rtl"] .mal,
.language_alignment_right .mal {
  margin-left: 20px !important;
  margin-right: unset !important;
}
html[dir="rtl"] .mln,
.language_alignment_right .mln,
html[dir="rtl"] .mhn,
.language_alignment_right .mhn,
html[dir="rtl"] .man,
.language_alignment_right .man {
  margin-right: 0px !important;
  margin-left: unset !important;
}
html[dir="rtl"] .mlx,
.language_alignment_right .mlx,
html[dir="rtl"] .mhx,
.language_alignment_right .mhx,
html[dir="rtl"] .max,
.language_alignment_right .max {
  margin-right: 3px !important;
  margin-left: unset !important;
}
html[dir="rtl"] .mls,
.language_alignment_right .mls,
html[dir="rtl"] .mhs,
.language_alignment_right .mhs,
html[dir="rtl"] .mas,
.language_alignment_right .mas {
  margin-right: 5px !important;
  margin-left: unset !important;
}
html[dir="rtl"] .mlm,
.language_alignment_right .mlm,
html[dir="rtl"] .mhm,
.language_alignment_right .mhm,
html[dir="rtl"] .mam,
.language_alignment_right .mam {
  margin-right: 10px !important;
  margin-left: unset !important;
}
html[dir="rtl"] .mll,
.language_alignment_right .mll,
html[dir="rtl"] .mhl,
.language_alignment_right .mhl,
html[dir="rtl"] .mal,
.language_alignment_right .mal {
  margin-right: 20px !important;
  margin-left: unset !important;
}
html[dir="rtl"] input[type="checkbox"] + .icons span,
.language_alignment_right input[type="checkbox"] + .icons span {
  margin-right: unset;
  margin-left: 11px;
}
html[dir="rtl"] .form-select select,
.language_alignment_right .form-select select {
  padding: 9px 6px 7px 41px;
}
html[dir="rtl"] .form-select:after,
.language_alignment_right .form-select:after {
  right: unset;
  left: 14px;
}
html[dir="rtl"] .form-select:before,
.language_alignment_right .form-select:before {
  right: unset;
  left: 4px;
}
html[dir="rtl"] .popup_opened .popup,
.language_alignment_right .popup_opened .popup {
  text-align: right;
}
html[dir="rtl"] .popup_opened .popup .popupcontent,
.language_alignment_right .popup_opened .popup .popupcontent {
  text-align: right;
}
html[dir="rtl"] .popup_opened .close_popup,
.language_alignment_right .popup_opened .close_popup {
  right: unset;
  left: 25px;
}
html[dir="rtl"] .checkbox,
.language_alignment_right .checkbox,
html[dir="rtl"] .radio,
.language_alignment_right .radio {
  padding-left: unset;
  padding-right: 32px;
}
html[dir="rtl"] .checkbox .icons,
.language_alignment_right .checkbox .icons,
html[dir="rtl"] .radio .icons,
.language_alignment_right .radio .icons,
html[dir="rtl"] .checkbox .icons .first-icon,
.language_alignment_right .checkbox .icons .first-icon,
html[dir="rtl"] .radio .icons .first-icon,
.language_alignment_right .radio .icons .first-icon,
html[dir="rtl"] .checkbox .icons .second-icon,
.language_alignment_right .checkbox .icons .second-icon,
html[dir="rtl"] .radio .icons .second-icon,
.language_alignment_right .radio .icons .second-icon {
  left: unset;
  right: 0;
}
html[dir="rtl"] .ui-slider-range,
.language_alignment_right .ui-slider-range {
  left: 0;
}
html[dir="rtl"] .intl-tel-input .selected-flag,
.language_alignment_right .intl-tel-input .selected-flag {
  padding: 0 8px 0 0;
}
html[dir="rtl"] .intl-tel-input .country-list,
.language_alignment_right .intl-tel-input .country-list {
  text-align: right;
}
html[dir="rtl"] .intl-tel-input input,
.language_alignment_right .intl-tel-input input,
html[dir="rtl"] .intl-tel-input input[type=text],
.language_alignment_right .intl-tel-input input[type=text],
html[dir="rtl"] .intl-tel-input input[type=tel],
.language_alignment_right .intl-tel-input input[type=tel] {
  padding-left: 36px;
  padding-right: unset;
  margin-left: 0;
}
html[dir="rtl"] .intl-tel-input .flag-container,
.language_alignment_right .intl-tel-input .flag-container {
  right: auto;
  left: 0;
}
html[dir="rtl"] .intl-tel-input .selected-flag .iti-arrow,
.language_alignment_right .intl-tel-input .selected-flag .iti-arrow {
  right: auto;
  left: 6px;
}
html[dir="rtl"] .intl-tel-input .country-list .flag-box,
.language_alignment_right .intl-tel-input .country-list .flag-box,
html[dir="rtl"] .intl-tel-input .country-list .country-name,
.language_alignment_right .intl-tel-input .country-list .country-name {
  margin-right: unset;
  margin-left: 6px;
}
html[dir="rtl"] .intl-tel-input.allow-dropdown input,
.language_alignment_right .intl-tel-input.allow-dropdown input,
html[dir="rtl"] .intl-tel-input.allow-dropdown input[type=text],
.language_alignment_right .intl-tel-input.allow-dropdown input[type=text],
html[dir="rtl"] .intl-tel-input.allow-dropdown input[type=tel],
.language_alignment_right .intl-tel-input.allow-dropdown input[type=tel],
html[dir="rtl"] .intl-tel-input.separate-dial-code input,
.language_alignment_right .intl-tel-input.separate-dial-code input,
html[dir="rtl"] .intl-tel-input.separate-dial-code input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code input[type=tel] {
  padding-left: 6px;
  padding-right: 52px;
  margin-right: 0;
}
html[dir="rtl"] .intl-tel-input.allow-dropdown .flag-container,
.language_alignment_right .intl-tel-input.allow-dropdown .flag-container,
html[dir="rtl"] .intl-tel-input.separate-dial-code .flag-container,
.language_alignment_right .intl-tel-input.separate-dial-code .flag-container {
  left: auto;
  right: 0;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code .selected-dial-code,
.language_alignment_right .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: unset;
  padding-right: 28px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-2 input,
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-2 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: unset;
  padding-right: 66px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: unset;
  padding-right: 76px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-3 input,
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-3 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: unset;
  padding-right: 74px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: unset;
  padding-right: 84px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-4 input,
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-4 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: unset;
  padding-right: 82px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: unset;
  padding-right: 92px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-5 input,
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-5 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: unset;
  padding-right: 90px;
}
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
html[dir="rtl"] .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.language_alignment_right .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: unset;
  padding-right: 100px;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.eventscase.com/lato/lato-black-webfont.eot');
  src: url('https://fonts.eventscase.com/lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.eventscase.com/lato/lato-black-webfont.woff') format('woff'), url('https://fonts.eventscase.com/lato/lato-black-webfont.ttf') format('truetype'), url('https://fonts.eventscase.com/lato/lato-black-webfont.svg#latoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.eventscase.com/lato/lato-bold-webfont.eot');
  src: url('https://fonts.eventscase.com/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.eventscase.com/lato/lato-bold-webfont.woff') format('woff'), url('https://fonts.eventscase.com/lato/lato-bold-webfont.ttf') format('truetype'), url('https://fonts.eventscase.com/lato/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.eventscase.com/lato/lato-bolditalic-webfont.eot');
  src: url('https://fonts.eventscase.com/lato/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.eventscase.com/lato/lato-bolditalic-webfont.woff') format('woff'), url('https://fonts.eventscase.com/lato/lato-bolditalic-webfont.ttf') format('truetype'), url('https://fonts.eventscase.com/lato/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.eventscase.com/lato/lato-italic-webfont.eot');
  src: url('https://fonts.eventscase.com/lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.eventscase.com/lato/lato-italic-webfont.woff') format('woff'), url('https://fonts.eventscase.com/lato/lato-italic-webfont.ttf') format('truetype'), url('https://fonts.eventscase.com/lato/lato-italic-webfont.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.eventscase.com/lato/lato-light-webfont.eot');
  src: url('https://fonts.eventscase.com/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.eventscase.com/lato/lato-light-webfont.woff') format('woff'), url('https://fonts.eventscase.com/lato/lato-light-webfont.ttf') format('truetype'), url('https://fonts.eventscase.com/lato/lato-light-webfont.svg#latolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.eventscase.com/lato/lato-regular-webfont.eot');
  src: url('https://fonts.eventscase.com/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://fonts.eventscase.com/lato/lato-regular-webfont.woff') format('woff'), url('https://fonts.eventscase.com/lato/lato-regular-webfont.ttf') format('truetype'), url('https://fonts.eventscase.com/lato/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: white;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn > [class^="fui-"] {
  top: 2px;
}
.btn-attendee {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #377fa8;
  display: inline-block;
  cursor: pointer;
}
.btn-attendee:hover,
.btn-attendee:focus {
  outline: none;
  color: white;
}
.btn-attendee:active,
.btn-attendee.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-attendee.disabled,
.btn-attendee[disabled],
fieldset[disabled] .btn-attendee {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-attendee > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn-attendee > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn-attendee > [class^="fui-"] {
  top: 2px;
}
.btn-attendee:hover,
.btn-attendee.hover,
.btn-attendee:focus,
.btn-attendee:active,
.btn-attendee.active,
.open .dropdown-toggle.btn-attendee {
  color: white;
  background-color: #5f99b9;
  border-color: #5f99b9;
}
.btn-attendee:active,
.btn-attendee.active,
.open .dropdown-toggle.btn-attendee {
  background: #2f6c8f;
  border-color: #2f6c8f;
}
.btn-attendee.disabled,
.btn-attendee[disabled],
fieldset[disabled] .btn-attendee,
.btn-attendee.disabled:hover,
.btn-attendee[disabled]:hover,
fieldset[disabled] .btn-attendee:hover,
.btn-attendee.disabled.hover,
.btn-attendee[disabled].hover,
fieldset[disabled] .btn-attendee.hover,
.btn-attendee.disabled:focus,
.btn-attendee[disabled]:focus,
fieldset[disabled] .btn-attendee:focus,
.btn-attendee.disabled:active,
.btn-attendee[disabled]:active,
fieldset[disabled] .btn-attendee:active,
.btn-attendee.disabled.active,
.btn-attendee[disabled].active,
fieldset[disabled] .btn-attendee.active {
  background-color: #377fa8;
  border-color: #377fa8;
}
.btn-main {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #377fa8;
  display: inline-block;
  cursor: pointer;
}
.btn-main:hover,
.btn-main:focus {
  outline: none;
  color: white;
}
.btn-main:active,
.btn-main.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-main > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn-main > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn-main > [class^="fui-"] {
  top: 2px;
}
.btn-main:hover,
.btn-main.hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  color: white;
  background-color: #5f99b9;
  border-color: #5f99b9;
}
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  background: #2f6c8f;
  border-color: #2f6c8f;
}
.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled.hover,
.btn-main[disabled].hover,
fieldset[disabled] .btn-main.hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled:active,
.btn-main[disabled]:active,
fieldset[disabled] .btn-main:active,
.btn-main.disabled.active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main.active {
  background-color: #377fa8;
  border-color: #377fa8;
}
.btn-secondary {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #98c370;
  display: inline-block;
  cursor: pointer;
}
.btn-secondary:hover,
.btn-secondary:focus {
  outline: none;
  color: white;
}
.btn-secondary:active,
.btn-secondary.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-secondary > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn-secondary > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn-secondary > [class^="fui-"] {
  top: 2px;
}
.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: white;
  background-color: #adcf8d;
  border-color: #adcf8d;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background: #81a65f;
  border-color: #81a65f;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled.hover,
.btn-secondary[disabled].hover,
fieldset[disabled] .btn-secondary.hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #98c370;
  border-color: #98c370;
}
.btn-eo {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #77AD7D;
  display: inline-block;
  cursor: pointer;
}
.btn-eo:hover,
.btn-eo:focus {
  outline: none;
  color: white;
}
.btn-eo:active,
.btn-eo.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-eo.disabled,
.btn-eo[disabled],
fieldset[disabled] .btn-eo {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-eo > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn-eo > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn-eo > [class^="fui-"] {
  top: 2px;
}
.btn-eo:hover,
.btn-eo.hover,
.btn-eo:focus,
.btn-eo:active,
.btn-eo.active,
.open .dropdown-toggle.btn-eo {
  color: white;
  background-color: #92bd97;
  border-color: #92bd97;
}
.btn-eo:active,
.btn-eo.active,
.open .dropdown-toggle.btn-eo {
  background: #65936a;
  border-color: #65936a;
}
.btn-eo.disabled,
.btn-eo[disabled],
fieldset[disabled] .btn-eo,
.btn-eo.disabled:hover,
.btn-eo[disabled]:hover,
fieldset[disabled] .btn-eo:hover,
.btn-eo.disabled.hover,
.btn-eo[disabled].hover,
fieldset[disabled] .btn-eo.hover,
.btn-eo.disabled:focus,
.btn-eo[disabled]:focus,
fieldset[disabled] .btn-eo:focus,
.btn-eo.disabled:active,
.btn-eo[disabled]:active,
fieldset[disabled] .btn-eo:active,
.btn-eo.disabled.active,
.btn-eo[disabled].active,
fieldset[disabled] .btn-eo.active {
  background-color: #77AD7D;
  border-color: #77AD7D;
}
.btn-speaker {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #E74C3C;
  display: inline-block;
  cursor: pointer;
}
.btn-speaker:hover,
.btn-speaker:focus {
  outline: none;
  color: white;
}
.btn-speaker:active,
.btn-speaker.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-speaker.disabled,
.btn-speaker[disabled],
fieldset[disabled] .btn-speaker {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-speaker > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn-speaker > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn-speaker > [class^="fui-"] {
  top: 2px;
}
.btn-speaker:hover,
.btn-speaker.hover,
.btn-speaker:focus,
.btn-speaker:active,
.btn-speaker.active,
.open .dropdown-toggle.btn-speaker {
  color: white;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-speaker:active,
.btn-speaker.active,
.open .dropdown-toggle.btn-speaker {
  background: #c44133;
  border-color: #c44133;
}
.btn-speaker.disabled,
.btn-speaker[disabled],
fieldset[disabled] .btn-speaker,
.btn-speaker.disabled:hover,
.btn-speaker[disabled]:hover,
fieldset[disabled] .btn-speaker:hover,
.btn-speaker.disabled.hover,
.btn-speaker[disabled].hover,
fieldset[disabled] .btn-speaker.hover,
.btn-speaker.disabled:focus,
.btn-speaker[disabled]:focus,
fieldset[disabled] .btn-speaker:focus,
.btn-speaker.disabled:active,
.btn-speaker[disabled]:active,
fieldset[disabled] .btn-speaker:active,
.btn-speaker.disabled.active,
.btn-speaker[disabled].active,
fieldset[disabled] .btn-speaker.active {
  background-color: #E74C3C;
  border-color: #E74C3C;
}
.btn-default {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #bdc3c7;
  display: inline-block;
  cursor: pointer;
}
.btn-default:hover,
.btn-default:focus {
  outline: none;
  color: white;
}
.btn-default:active,
.btn-default.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-default > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn-default > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn-default > [class^="fui-"] {
  top: 2px;
}
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.btn-primary {
  color: white !important;
  background-color: #98c370;
  display: inline-block;
  cursor: pointer;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #adcf8d;
  border-color: #adcf8d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #81a65f;
  border-color: #81a65f;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #98c370;
  border-color: #98c370;
}
.btn-info {
  color: white !important;
  background-color: #0F3C50;
  display: inline-block;
  cursor: pointer;
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: white;
  background-color: #3f6373;
  border-color: #3f6373;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #0d3344;
  border-color: #0d3344;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0F3C50;
  border-color: #0F3C50;
}
.btn-danger {
  color: white !important;
  background-color: #E74C3C;
  display: inline-block;
  cursor: pointer;
}
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: white;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #E74C3C;
  border-color: #E74C3C;
}
.btn-success {
  color: white !important;
  background-color: #77AD7D;
  display: inline-block;
  cursor: pointer;
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #92bd97;
  border-color: #92bd97;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #65936a;
  border-color: #65936a;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #77AD7D;
  border-color: #77AD7D;
}
.btn-warning {
  color: white !important;
  background-color: #f1c40f;
  display: inline-block;
  cursor: pointer;
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: white;
  background-color: #f4d313;
  border-color: #f4d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-inverse {
  color: white !important;
  background-color: #377fa8;
  display: inline-block;
  cursor: pointer;
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: white;
  background-color: #459fbe;
  border-color: #459fbe;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #2f6c8f;
  border-color: #2f6c8f;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #377fa8;
  border-color: #377fa8;
}
.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-link {
  color: #444;
}
.btn-link:hover,
.btn-link:focus {
  color: #377fa8;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
}
.btn-hg {
  padding: 13px 20px !important;
  font-size: 20px !important;
  line-height: 1.227 !important;
  border-radius: 6px;
}
.btn-lg {
  padding: 10px 19px !important;
  font-size: 16px !important;
  line-height: 1.471 !important;
  border-radius: 6px;
}
.btn-sm {
  padding: 9px 13px !important;
  font-size: 12px !important;
  line-height: 1.385 !important;
  border-radius: 4px;
}
.btn-xs {
  padding: 6px 9px !important;
  font-size: 12px !important;
  line-height: 1.083 !important;
  border-radius: 3px;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}
.btn-block {
  white-space: normal;
}
[class*="btn-social-"] {
  padding: 10px 15px !important;
  font-size: 12px !important;
  line-height: 1.077 !important;
  border-radius: 4px;
}
.btn-social-pinterest {
  color: white;
  background-color: #cb2028;
}
.btn-social-pinterest:hover,
.btn-social-pinterest:focus {
  background-color: #d54d53;
}
.btn-social-pinterest:active,
.btn-social-pinterest.active {
  background-color: #ad1b22;
}
.btn-social-linkedin {
  color: white;
  background-color: #0072b5;
}
.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
  background-color: #338ec4;
}
.btn-social-linkedin:active,
.btn-social-linkedin.active {
  background-color: #00619a;
}
.btn-social-stumbleupon {
  color: white;
  background-color: #ed4a13;
}
.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus {
  background-color: #f16e42;
}
.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active {
  background-color: #c93f10;
}
.btn-social-googleplus {
  color: white;
  background-color: #2d2d2d;
}
.btn-social-googleplus:hover,
.btn-social-googleplus:focus {
  background-color: #575757;
}
.btn-social-googleplus:active,
.btn-social-googleplus.active {
  background-color: #262626;
}
.btn-social-facebook {
  color: white;
  background-color: #2f4b93;
}
.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #596fa9;
}
.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #28407d;
}
.btn-social-twitter {
  color: white;
  background-color: #00bdef;
}
.btn-social-twitter:hover,
.btn-social-twitter:focus {
  background-color: #33caf2;
}
.btn-social-twitter:active,
.btn-social-twitter.active {
  background-color: #00a1cb;
}
/** BUTTONS **/
html,
body {
  font-family: "Lato", 'Myriad Pro', sans-serif !important;
  line-height: 1.62;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
#wrapper {
  margin: 0;
  padding: 0;
  min-height: 100%;
  color: #444;
  font-size: 14px;
}
/**********************************************/
/**************** RESET CSS **********************/
/**********************************************/
/** inputs **/
input,
select,
textarea,
button {
  outline: none;
}
textarea {
  resize: none;
}
a,
a:active,
a:visited {
  text-decoration: none;
}
a,
a:active,
a:visited,
a img {
  border: 0px;
}
ul,
div {
  padding: 0;
  margin: 0;
}
div,
section,
article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
pre {
  margin-left: 50px;
  text-align: left;
}
.clear {
  clear: both !important;
  float: none !important;
}
/**********************************************/
/**************** ICONS **********************/
/**********************************************/
@font-face {
  font-family: "pickevent";
  src: url("https://fonts.eventscase.com/pickevent.eot");
  src: url("https://fonts.eventscase.com/pickevent.eot?#iefix") format("embedded-opentype"), url("https://fonts.eventscase.com/pickevent.woff") format("woff"), url("https://fonts.eventscase.com/pickevent.ttf") format("truetype"), url("https://fonts.eventscase.com/pickevent.svg#pickevent") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: pickevent;
  font-family: "pickevent" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pickevent" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-settings-outline:before {
  content: "a";
}
.icon-alert:before {
  content: "a";
}
.icon-box-view:before {
  content: "b";
}
.icon-hot:before {
  content: "c";
}
.icon-plus:before {
  content: "d";
}
.icon-profile-outline:before {
  content: "e";
}
.icon-info:before {
  content: "f";
}
.icon-twitter:before {
  content: "g";
}
.icon-trending:before {
  content: "h";
}
.icon-upload:before {
  content: "i";
}
.icon-questionmark:before {
  content: "j";
}
.icon-link:before {
  content: "k";
}
.icon-calendar:before {
  content: "l";
}
.icon-checkmark:before {
  content: "m";
}
.icon-linkedin:before {
  content: "n";
}
.icon-review:before {
  content: "o";
}
.icon-user:before {
  content: "p";
}
.icon-view:before {
  content: "q";
}
.icon-right-arrow:before {
  content: "r";
}
.icon-list-view:before {
  content: "s";
}
.icon-checkmark-circle:before {
  content: "t";
}
.icon-clap:before {
  content: "u";
}
.icon-location:before {
  content: "v";
}
.icon-search:before {
  content: "w";
}
.icon-sent:before {
  content: "x";
}
.icon-lock:before {
  content: "y";
}
.icon-edit:before {
  content: "z";
}
.icon-eo:before {
  content: "A";
}
.icon-media:before {
  content: "B";
}
.icon-settings:before {
  content: "C";
}
.icon-settings-outline:before {
  content: "D";
}
.icon-message:before {
  content: "E";
}
.icon-events-manager:before {
  content: "F";
}
.icon-facebook:before {
  content: "G";
}
.icon-notification:before {
  content: "H";
}
.icon-speaker:before {
  content: "I";
}
.icon-time:before {
  content: "J";
}
.icon-overall:before {
  content: "K";
}
.icon-file:before {
  content: "L";
}
.icon-gplus:before {
  content: "M";
}
.icon-people-outline:before {
  content: "N";
}
.icon-top-triangle:before {
  content: "O";
}
.icon-trash:before {
  content: "P";
}
.icon-pickevent:before {
  content: "Q";
}
.icon-home:before {
  content: "R";
}
.house_gris {
  background-color: #EC9B18 !important;
}
.house_gris:hover {
  opacity: 0.7;
}
.house_icon:before {
  color: #FFFFFF;
  content: "R";
  display: table;
  font-family: pickevent;
  font-size: 14px;
  margin-left: 7px;
  margin-top: 4px;
}
.linkedin_button {
  background: url('https://americas.eventscase.com/img/linkedin.svg') no-repeat;
  background-size: 16px 16px;
  background-color: #045FB4 !important;
  background-position: 9px 8px;
}
.linkedin_button:hover {
  background-color: #4D98DD !important;
}
.linkedin_gris {
  background: url('https://americas.eventscase.com/img/linkedin.svg') no-repeat;
  background-size: 14px 14px;
  background-position: 7px 7px;
  background-color: #045FB4 !important;
}
.linkedin_gris:hover {
  opacity: 0.7;
}
.facebook_button {
  background: url('https://americas.eventscase.com/img/facebook.svg') no-repeat;
  background-size: 9px 18px;
  background-color: #08298A !important;
  background-position: 13px 8px;
}
.facebook_button:hover {
  background-color: #3D5CB8 !important;
}
.facebook_gris {
  background: url('https://americas.eventscase.com/img/facebook.svg') no-repeat;
  background-size: 8px 16px;
  background-color: #3C599F !important;
  background-position: 10px 7px;
}
.facebook_gris:hover {
  opacity: 0.7;
}
.twitter_button {
  background: url('https://americas.eventscase.com/img/twitter.svg') no-repeat;
  background-size: 18px 14px;
  background-color: #000000 !important;
  background-position: 9px 10px;
}
.twitter_button:hover {
  background-color: #000000 !important;
}
.twitter_gris {
  background: url('https://americas.eventscase.com/img/twitter.svg') no-repeat;
  background-size: 16px 13px;
  background-color: #377fa8 !important;
  background-position: 6px 8px;
}
.twitter_gris:hover {
  opacity: 0.7;
}
#btn-social-ig-color {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  position: relative;
}
#btn-social-ig-color > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.gplus_button {
  background: url('https://americas.eventscase.com/img/gplus.svg') no-repeat;
  background-size: 17px 17px;
  background-color: #DF0101 !important;
  background-position: 10px 9px;
}
.gplus_button:hover {
  background-color: #E25757 !important;
}
.gplus_gris {
  background: url('https://americas.eventscase.com/img/gplus.svg') no-repeat;
  background-size: 19px 16px;
  background-color: #DF0101 !important;
  background-position: 4px 7px;
}
.gplus_gris:hover {
  opacity: 0.7;
}
.clap_button {
  position: relative;
  padding-left: 40px!important;
  font-size: 16px!important;
  width: auto;
}
.clap_button:before {
  font-family: pickevent;
  font-family: "pickevent" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "u";
  color: inherit;
  top: 12px;
  left: 7px;
  position: absolute;
  font-size: 22px;
  top: 5px;
  left: 11px;
}
.clap_button:hover {
  opacity: 0.8;
}
.clap_button p {
  margin-left: 26px;
  margin-top: -8px;
  font-size: 17px;
}
.clap_button_active {
  background-color: white !important;
  border: 1px solid #CCCCCC;
  width: auto;
}
.clap_button_active p {
  color: #A4A4A4;
  display: block;
  font-size: 14px;
  margin-top: -14px !important;
}
.clap_button_active .text {
  display: block;
  margin-left: 25px;
  margin-top: -34px !important;
  font-size: 14px;
  font-weight: normal;
}
.clap_button_active:hover {
  border: 1px solid #CCCCCC !important;
  background: white !important;
  color: #377fa8 !important;
  transition: linear 0.25s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.clap_button_active:hover .p {
  color: #377fa8 !important;
  transition: linear 0.25s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.clap_button_active:hover .text {
  color: #CCCCCC !important;
  transition: linear 0.25s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.clap_button_active:hover .clap_icon {
  color: #377fa8 !important;
  transition: linear 0.25s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.clap_icon {
  font-family: pickevent;
  font-weight: normal;
  color: #CCCCCC;
  font-size: 21px !important;
}
/*** FLAT ELEMENTS ***/
/** BIG **/
.titulo_gris {
  color: #6E6E6E !important;
  font-weight: bold;
}
.box_flat {
  width: 75px;
}
.month_flat {
  height: 25px;
  background-color: #E74C3C;
  float: left;
  width: 100%;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.day_flat {
  float: left;
  height: 45px;
  width: 100%;
  text-align: center;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  background: white;
}
.hour_flat {
  float: left;
  height: 22px;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  background: white;
}
.month_flat p {
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.day_flat p {
  font-size: 35px;
  color: #6E6E6E;
  font-weight: bold;
  margin-top: -8px;
}
.hour_flat p {
  font-weight: bold;
  color: #6E6E6E;
  font-size: 14px;
  margin-top: -4px;
}
/** MINI **/
.box_flat_min {
  width: 55px;
}
.month_flat_min {
  height: 18px;
  background-color: #E74C3C;
  float: left;
  width: 100%;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.day_flat_min {
  float: left;
  height: 35px;
  width: 100%;
  text-align: center;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  background: white;
}
.hour_flat_min {
  float: left;
  height: 18px;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  background: white;
}
.month_flat_min p {
  color: white;
  font-size: 11px;
  font-weight: bold;
}
.day_flat_min p {
  font-size: 27px;
  color: #6E6E6E;
  font-weight: bold;
  margin-top: -7px;
}
.hour_flat_min p {
  font-weight: bold;
  color: #6E6E6E;
  font-size: 11px;
  margin-top: -2px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  background-color: #fff;
  border-radius: 3px;
}
.flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  background-image: url("https://americas.eventscase.com/img/flags/flags.png");
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
/*.flag.flag-ar {background-position: 0 -132px}*/
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn,
.flag.flag-zh {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eur {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-en {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0 -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -80px -132px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tibet {
  background-position: -176px -143px;
}
.flag.flag-tj {
  background-position: -192px -143px;
}
.flag.flag-tk {
  background-position: -208px -143px;
}
.flag.flag-tl {
  background-position: -224px -143px;
}
.flag.flag-tm {
  background-position: -240px -143px;
}
.flag.flag-tn {
  background-position: 0 -154px;
}
.flag.flag-to {
  background-position: -16px -154px;
}
.flag.flag-tr {
  background-position: -32px -154px;
}
.flag.flag-tt {
  background-position: -48px -154px;
}
.flag.flag-tv {
  background-position: -64px -154px;
}
.flag.flag-tw {
  background-position: -80px -154px;
}
.flag.flag-tz {
  background-position: -96px -154px;
}
.flag.flag-ua {
  background-position: -112px -154px;
}
.flag.flag-ug {
  background-position: -128px -154px;
}
.flag.flag-um {
  background-position: -144px -154px;
}
.flag.flag-us {
  background-position: -160px -154px;
}
.flag.flag-uy {
  background-position: -176px -154px;
}
.flag.flag-uz {
  background-position: -192px -154px;
}
.flag.flag-va {
  background-position: -208px -154px;
}
.flag.flag-vc {
  background-position: -224px -154px;
}
.flag.flag-ve {
  background-position: -240px -154px;
}
.flag.flag-vg {
  background-position: 0 -165px;
}
.flag.flag-vi {
  background-position: -16px -165px;
}
.flag.flag-vn {
  background-position: -32px -165px;
}
.flag.flag-vu {
  background-position: -48px -165px;
}
.flag.flag-wales {
  background-position: -64px -165px;
}
.flag.flag-wf {
  background-position: -80px -165px;
}
.flag.flag-ws {
  background-position: -96px -165px;
}
.flag.flag-xk {
  background-position: -112px -165px;
}
.flag.flag-ye {
  background-position: -128px -165px;
}
.flag.flag-yt {
  background-position: -144px -165px;
}
.flag.flag-za {
  background-position: -160px -165px;
}
.flag.flag-zanzibar {
  background-position: -176px -165px;
}
.flag.flag-zm {
  background-position: -192px -165px;
}
.flag.flag-zw {
  background-position: -208px -165px;
}
.flag.flag-eu {
  background-position: -224px -165px;
}
.hasDatepicker {
  position: relative;
}
#ui-datepicker-div {
  z-index: 9999 !important;
}
.ui-datepicker-unselectable span {
  color: #444 !important;
}
.ui-datepicker-unselectable,
.ui-state-disabled {
  opacity: 0.3;
}
/**********************************************/
/**************** Tables **********************/
/**********************************************/
table.dark-table td {
  vertical-align: top;
}
table.dark-table > thead > tr > th,
table.dark-table > thead > tr > th:hover {
  background-color: #163343 !important;
  color: #F0F0F0;
}
/**********************************************/
/**************** COLORS **********************/
/**********************************************/
.main_color {
  color: #377fa8;
}
.secondary_color {
  color: #98c370;
}
.eo_color {
  color: #77AD7D;
}
.attendee_color {
  color: #377fa8;
}
.speaker_color {
  color: #E74C3C;
}
.bg_eo_color {
  background-color: #77AD7D;
  color: #fff;
}
.bg_main_color {
  background-color: #377fa8;
  color: #fff;
}
.bg_main_color_light {
  background-color: #70a0bb;
  color: #fff;
}
.bg_attendees_color {
  background-color: #377fa8;
  color: #fff;
}
.bg_speaker_color {
  background-color: #E74C3C;
  color: #fff;
}
.bg_light_color {
  background-color: #f5f5f5;
  color: #444;
}
.pk_green_success {
  color: #77AD7D;
}
.pk_blue_info {
  color: #0F3C50;
}
.pk_red_error {
  color: #E74C3C;
}
/**********************************************/
/***************** UTILIDADES *******************/
/**********************************************/
.inline-block {
  display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.align-center {
  text-align: center;
}
.width-auto {
  width: auto!important;
}
.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-pills > li > a {
  padding: 12px 12px 13px;
}
.admin-zone {
  position: relative;
}
.admin-zone .admin-icon {
  background-color: #E74C3C;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 21px;
  line-height: 17px;
  padding: 3px;
  position: absolute;
  right: -13px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 21px;
}
.admin-zone .admin-icon:hover {
  content: "Only visible for Admins";
  position: absolute;
  right: -36px;
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px;
  top: -4px;
}
/**********************************************/
/***************** LOADING *******************/
/**********************************************/
#lightdiv {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  text-align: center;
}
#lightdiv:before {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  content: "";
  right: 0px;
  z-index: 999;
  text-align: center;
  z-index: -1;
}
#lightdiv .message {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/**********************************************/
/***************** ALERTS MSJS *******************/
/**********************************************/
#popup_alert:after {
  content: "";
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1000;
  line-height: 100%;
  vertical-align: middle;
  text-align: center;
}
#popup_alert {
  position: fixed;
  top: 50px;
  text-align: center;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1080;
}
#popup_alert .popup {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 580px;
  z-index: 1001;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  position: relative;
}
#popup_alert .popup .buttons > span {
  margin: 0 5px;
}
@media (max-width: 768px) {
  #popup_alert .popup {
    width: 100%;
    position: absolute;
    top: 25px;
    left: 0px;
  }
  #popup_alert .popup .bottom {
    margin-left: -50px !important;
  }
  #popup_alert .popup .bottom .btn-main {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #popup_alert .popup {
    padding: 25px;
  }
  #popup_alert .popup h6 {
    font-size: 15px;
  }
}
.popup {
  background-color: #f0f0f0;
}
.popup .close_colorbox {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("https://americas.eventscase.com/img/delete_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
}
.popup .msj .alert {
  margin: -50px -50px 30px -50px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px ;
  -moz-border-radius: 6px 6px 0px 0px ;
  -ms-border-radius: 6px 6px 0px 0px ;
  -o-border-radius: 6px 6px 0px 0px ;
  border-radius: 6px 6px 0px 0px ;
}
.popup .msj .alert-danger {
  background-color: #F8F5F5;
}
.popup .titlesup h5,
.popup .titlesup h6 {
  margin-top: 0px;
}
.popup .bottom {
  background-color: #F2F4F6;
  font-size: 15px;
  padding: 26px 0px;
  text-align: center;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px ;
  -moz-border-radius: 0 0 5px 5px ;
  -ms-border-radius: 0 0 5px 5px ;
  -o-border-radius: 0 0 5px 5px ;
  border-radius: 0 0 5px 5px ;
  margin-top: 45px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  .popup .bottom {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.popup .separator .text {
  background-color: #F4F4F4;
}
.popup .popup_menu {
  margin: -50px;
  display: table;
}
.popup .popup_menu > div {
  display: table-row;
}
.popup .popup_menu > div > div {
  display: table-cell;
  vertical-align: top;
}
.popup .popup_menu .popup_menu_sidebar {
  background-color: #333;
  color: #fff;
  width: 250px;
  border-radius: 4px 0 0 4px;
}
.popup .popup_menu .popup_menu_sidebar #popup_menu_sidebar_container {
  display: inline-block;
  width: 100%;
}
.popup .popup_menu .popup_menu_sidebar h5 {
  padding-left: 30px;
  padding-top: 10px;
}
.popup .popup_menu .popup_menu_sidebar ul {
  display: inline-block;
  list-style: none;
  width: 100%;
}
.popup .popup_menu .popup_menu_sidebar ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.popup .popup_menu .popup_menu_sidebar ul li:first-child {
  border-top: 1px solid #ccc;
}
.popup .popup_menu .popup_menu_sidebar ul li.active {
  background-color: #777;
}
.popup .popup_menu .popup_menu_sidebar ul li:hover {
  background-color: #377fa8;
}
.popup .popup_menu .popup_menu_sidebar ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.popup .popup_menu .popup_menu_content {
  width: 900px;
  max-width: 100%;
  padding: 10px 40px 40px 40px;
}
.popup .popup_menu .popup_menu_open_sidebar {
  display: none;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 1em;
  vertical-align: middle;
}
.popup .popup_menu .popup_menu_open_sidebar span {
  float: left;
  clear: both;
  font-size: 22px;
}
@media (max-width: 768px) {
  .popup .popup_menu .popup_menu_sidebar {
    display: none;
  }
  .popup .popup_menu .popup_menu_sidebar .popup_menu_sidebar_container {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    overflow: hidden;
    display: inline-block;
    background-color: #333;
    z-index: 1;
  }
  .popup .popup_menu .popup_menu_sidebar.open {
    display: table-cell;
  }
  .popup .popup_menu .popup_menu_sidebar.open .popup_menu_sidebar_container {
    width: 250px;
  }
  .popup .popup_menu .popup_menu_open_sidebar {
    display: block;
  }
}
.placeholder {
  outline: 1px dashed #4183C4 !important;
}
.popup_opened_black_layout {
  position: fixed;
  z-index: 1050!important;
  top: 0px;
  left: 0px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  opacity: 0.9;
}
.popup_opened {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: 1051;
  text-align: center!important;
  opacity: 0;
}
.popup_opened .popup {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  z-index: 1051;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
}
.popup_opened .popup .popupcontent {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  background-color: #fff;
  text-align: left;
  max-width: 100%;
  padding: 50px 50px 50px 50px;
}
.popup_opened .popup .buttons > span {
  margin: 0 5px;
}
.popup_opened .close_popup {
  position: absolute;
  right: 25px;
  top: 15px;
  background-image: url("https://americas.eventscase.com/img/delete_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  z-index: 1060;
  cursor: pointer;
}
.pkpopup.popup_w600 .popup {
  width: 600px;
}
.pkpopup.popup_w600 .popup .popupcontent {
  width: 100%;
}
.pkpopup.popup_w700 .popup {
  width: 700px;
}
.pkpopup.popup_w700 .popup .popupcontent {
  width: 100%;
}
.pkpopup.popup_w800 .popup {
  width: 800px;
}
.pkpopup.popup_w800 .popup .popupcontent {
  width: 100%;
}
.pkpopup.popup_w900 .popup {
  width: 900px;
}
.pkpopup.popup_w900 .popup .popupcontent {
  width: 100%;
}
.pkpopup.popup_w1000 .popup {
  width: 1000px;
}
.pkpopup.popup_w1000 .popup .popupcontent {
  width: 100%;
}
.pkpopup.popup_full_width .popup {
  width: 100%;
}
.pkpopup.popup_full_width .popup_opened {
  top: 0px;
  padding: 10px;
}
.pkpopup.light .popupcontent {
  border: 2px solid #666;
  -webkit-box-shadow: -1px 0px 76px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 76px 1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 76px 1px rgba(0, 0, 0, 0.75);
}
.pkpopup.light .popup_opened_black_layout {
  background-color: transparent;
}
@media (max-width: 600px) {
  .pkpopup.popup_w600 .popup {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .pkpopup.popup_w700 .popup {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .pkpopup.popup_w800 .popup {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .pkpopup.popup_w900 .popup {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .pkpopup.popup_w1000 .popup {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .popup_opened {
    position: fixed;
    overflow: scroll;
    top: 0px;
    bottom: 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .popup_opened .close_popup {
    width: 16px;
    height: 16px;
  }
  .popup_opened .popup {
    min-height: 100%;
    padding: 15px;
    padding-bottom: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    -ms-border-radius: 0 ;
    -o-border-radius: 0 ;
    border-radius: 0 ;
    display: block;
    position: absolute;
    top: 0px;
    background-color: #fff;
    right: 0px;
    left: 0px;
    width: auto;
  }
  .popup_opened .popup > .popup {
    padding: 0!important;
    width: auto!important;
    display: block!important;
    position: static!important;
  }
  .popup_opened .popup > .popupcontent {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    -ms-border-radius: 0 ;
    -o-border-radius: 0 ;
    border-radius: 0 ;
    padding: 15px;
    padding-bottom: 100px;
  }
  .popup_opened .close_popup {
    position: absolute;
    right: 19px;
    top: 15px;
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    z-index: 1060;
  }
  .popup_opened .close_popup:before {
    content: "X";
    font-wight: bold;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .popup-hide-overflow-y {
    overflow-y: hidden;
  }
}
/***************************/
/****** POPUP #2 */
/***************************/
.popup_opened_black_layout_2 {
  position: fixed;
  z-index: 950!important;
  top: 0px;
  left: 0px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  opacity: 0.9;
  display: none;
}
.popup_opened_2 {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: 951;
  text-align: center!important;
  opacity: 0;
}
.popup_opened_2 .popup_2 {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  z-index: 951;
}
.popup_opened_2 .popup_2 .buttons > span {
  margin: 0 5px;
}
.popup_opened_2 .popup_w600_2 {
  width: 600px;
}
.popup_opened_2 .popup_w700_2 {
  width: 600px;
}
.popup_opened_2 .popup_w800_2 {
  width: 800px;
}
.popup_opened_2 .popup_w900_2 {
  width: 900px;
}
.popup_opened_2 .popup_w1000 {
  width: 1000px;
}
@media (max-width: 600px) {
  .popup_opened_2 .popup_w600_2 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .popup_opened_2 .popup_w700_2 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .popup_opened_2 .popup_w800_2 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .popup_opened_2 .popup_w900_2 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .popup_opened_2 .popup_w1000_2 {
    width: 100%;
  }
}
.popup_opened_2:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.popup_opened_2 .close_popup_2 {
  position: absolute;
  right: 25px;
  top: 15px;
  background-image: url("https://americas.eventscase.com/img/delete_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  z-index: 960;
}
@media (max-width: 768px) {
  .popup_opened_2 {
    position: fixed;
    overflow: scroll;
    top: 0px;
    bottom: 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .popup_opened_2 .close_popup_2 {
    width: 16px;
    height: 16px;
  }
  .popup_opened_2 .popup_2 {
    min-height: 100%;
    padding: 15px;
    padding-bottom: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    -ms-border-radius: 0 ;
    -o-border-radius: 0 ;
    border-radius: 0 ;
    display: block;
    position: absolute;
    top: 0px;
    background-color: #fff;
    right: 0px;
    left: 0px;
    width: auto;
  }
  .popup_opened_2 .popup_2 > .popup_2 {
    padding: 0!important;
    width: auto!important;
    display: block!important;
    position: static!important;
  }
  .popup_opened_2 .close_popup_2 {
    position: absolute;
    right: 19px;
    top: 15px;
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    z-index: 960;
  }
  .popup_opened_2 .close_popup_2:before {
    content: "X";
    font-wight: bold;
    font-size: 20px;
  }
}
/**********************************************/
/***************** ELEMENTS *******************/
/**********************************************/
.separator {
  border-top: 2px solid #BDC3C7;
  text-align: center;
  color: #999;
  margin: 30px 0 20px 0;
}
.separator span {
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2;
  padding: 2px 10px;
  position: relative;
  top: -13px;
}
@media (max-width: 768px) {
  .separator {
    margin: 22px 0 5px 0;
  }
}
.delimiter {
  padding-bottom: 35px;
}
.well,
.panel-default > .panel-heading,
.jumbotron {
  background-color: #f5f5f5;
}
/***************** TAB PANELS *******************/
div[role='tabpanel'] .tab-content {
  border: 0px;
  padding: 0px;
}
/***************** TAGS INPUT *******************/
.tagsinput {
  border-color: #BDC3C7 !important;
}
/***************** BUTTONS *******************/
.btn-huge {
  font-size: 21.994px;
  line-height: 22px;
  padding: 15px 20px 16px;
}
.btn-default {
  font-weight: bold;
  display: inline-block;
  font-family: "Lato";
  cursor: pointer!important;
  border: 1px solid #444 !important;
  background-color: #fff !important;
  color: #444 !important;
}
.btn-default:hover {
  background-color: #ffffff !important;
  color: #444 !important;
}
.btn-default:active {
  background-color: #ffffff !important;
  color: #444 !important;
}
.btn-default:focus {
  background-color: #ffffff !important;
  color: #444 !important;
}
.btn-default:disabled,
.btn-default.disabled,
.btn-default[disabled] {
  background-color: #ffffff !important;
  color: #444 !important;
}
.btn-default.transparent {
  background-color: transparent!important;
}
/**********************************************/
/***************** TEXT **********************/
/**********************************************/
.note {
  font-size: 13px;
  color: #979da4;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.62;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
/**********************************************/
/***************** LINKS **********************/
/**********************************************/
a {
  color: #444;
}
/**********************************************/
/***************** FORMS **********************/
/**********************************************/
.show_on_form_error {
  display: none;
  background-color: #C95A61;
  color: #fff;
}
label[disabled],
.disabled {
  color: #AAA !important;
}
input,
select,
textarea,
label {
  margin-top: 0px;
}
input.error,
select.error,
textarea.error,
label.error {
  border-color: #E74C3C !important;
  color: #E74C3C !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.error:focus,
select.error:focus,
textarea.error:focus,
label.error:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.success,
select.success,
textarea.success,
label.success {
  border-color: #77AD7D !important;
  color: #77AD7D !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.success:focus,
select.success:focus,
textarea.success:focus,
label.success:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.warning,
select.warning,
textarea.warning,
label.warning {
  border-color: #f1c40f !important;
  color: #f1c40f !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.warning:focus,
select.warning:focus,
textarea.warning:focus,
label.warning:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.info,
select.info,
textarea.info,
label.info {
  border-color: #0F3C50 !important;
  color: #0F3C50 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input.info:focus,
select.info:focus,
textarea.info:focus,
label.info:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.error input,
.error select,
.error textarea {
  border-color: #E74C3C;
  color: #E74C3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error input:focus,
.error select:focus,
.error textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="radio"].error + span,
input[type="checkbox"].error + span {
  color: #E74C3C;
}
input[type="radio"].error + span > span,
input[type="checkbox"].error + span > span {
  color: #E74C3C;
}
input[type="radio"].error + label,
input[type="checkbox"].error + label {
  color: #E74C3C;
}
input[type="checkbox"] {
  /***** checked  ******/
  /***** DISABLED ***/
}
input[type="checkbox"] + .icons + .text {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
input[type="checkbox"] + .icons {
  cursor: pointer;
  display: inline-block;
}
input[type="checkbox"] + .icons span {
  color: #BDC3C7;
  font-size: 21px;
  line-height: 1;
  margin-right: 11px;
  position: relative;
  top: 4px;
}
input[type="checkbox"] + .icons span:last-child {
  display: none;
}
input[type="checkbox"] + .icons span:first-child {
  display: block;
}
input[type="checkbox"]:checked + .icons span {
  color: #377fa8;
}
input[type="checkbox"]:checked + .icons + .text {
  color: #377fa8;
}
input[type="checkbox"]:checked + .icons span:last-child {
  display: block;
}
input[type="checkbox"]:checked + .icons span:first-child {
  display: none;
}
input[type="checkbox"]:disabled + .icons span {
  color: #E6E8EA;
}
input[type="checkbox"]:disabled + .icons + .text {
  color: #E6E8EA;
}
input[type="checkbox"]:disabled + .icons span:last-child {
  display: block;
}
input[type="checkbox"]:disabled + .icons span:first-child {
  display: none;
}
/*** form-group ***/
/*** DROPDOWNS */
.checkbox.checked .second-icon {
  color: #377fa8;
}
/** DROPDOWNS CSS ***/
.form-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  display: block;
  padding: 9px 41px 7px 6px;
  transition: ease 0s, border-color 0.2s ease 0s;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  min-width: 70px;
  position: relative;
  z-index: 1;
  border: 2px solid #BDC3C7;
  border-radius: 6px;
  box-shadow: none;
  color: #34495E;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select select[disabled] {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.form-select select:focus {
  border-color: #377fa8;
  outline: none;
}
.form-select:after,
.form-select:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.form-select:after {
  z-index: 3;
}
.form-select:after {
  border: solid 4px transparent;
  border-top-color: #666;
  height: 0;
  margin-top: -1px;
  right: 14px;
  top: 50%;
  vertical-align: middle;
  width: 0;
}
.form-select[disabled]:after {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.form-select:before {
  background: #fff;
  bottom: 4px;
  pointer-events: none;
  right: 4px;
  top: 4px;
  width: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
/*** DROPDOWNS (plugin)*/
.open > .dropdown-menu {
  margin-top: 0;
}
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.select {
  min-height: 41px;
  margin-bottom: 0px!important;
}
.select.full-width .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select.full-width .dropdown-menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select .dropdown-menu {
  margin-top: 0px!important;
}
select + .select_dropbox button {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #bdc3c7;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  font-family: "Lato";
  cursor: pointer!important;
  border: 1px solid #444 !important;
  background-color: #fff !important;
  color: #444 !important;
  border: 2px solid #BDC3C7 !important;
}
select + .select_dropbox button:hover,
select + .select_dropbox button:focus {
  outline: none;
  color: white;
}
select + .select_dropbox button:active,
select + .select_dropbox button.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select + .select_dropbox button.disabled,
select + .select_dropbox button[disabled],
fieldset[disabled] select + .select_dropbox button {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
select + .select_dropbox button > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xsselect + .select_dropbox button > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hgselect + .select_dropbox button > [class^="fui-"] {
  top: 2px;
}
select + .select_dropbox button:hover,
select + .select_dropbox button.hover,
select + .select_dropbox button:focus,
select + .select_dropbox button:active,
select + .select_dropbox button.active,
.open .dropdown-toggleselect + .select_dropbox button {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
select + .select_dropbox button:active,
select + .select_dropbox button.active,
.open .dropdown-toggleselect + .select_dropbox button {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
select + .select_dropbox button.disabled,
select + .select_dropbox button[disabled],
fieldset[disabled] select + .select_dropbox button,
select + .select_dropbox button.disabled:hover,
select + .select_dropbox button[disabled]:hover,
fieldset[disabled] select + .select_dropbox button:hover,
select + .select_dropbox button.disabled.hover,
select + .select_dropbox button[disabled].hover,
fieldset[disabled] select + .select_dropbox button.hover,
select + .select_dropbox button.disabled:focus,
select + .select_dropbox button[disabled]:focus,
fieldset[disabled] select + .select_dropbox button:focus,
select + .select_dropbox button.disabled:active,
select + .select_dropbox button[disabled]:active,
fieldset[disabled] select + .select_dropbox button:active,
select + .select_dropbox button.disabled.active,
select + .select_dropbox button[disabled].active,
fieldset[disabled] select + .select_dropbox button.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
select + .select_dropbox button:hover {
  background-color: #ffffff !important;
  color: #444 !important;
}
select + .select_dropbox button:active {
  background-color: #ffffff !important;
  color: #444 !important;
}
select + .select_dropbox button:focus {
  background-color: #ffffff !important;
  color: #444 !important;
}
select + .select_dropbox button:disabled,
select + .select_dropbox button.disabled,
select + .select_dropbox button[disabled] {
  background-color: #ffffff !important;
  color: #444 !important;
}
select + .select_dropbox button.transparent {
  background-color: transparent!important;
}
select + .select_dropbox .caret {
  border-top-color: #7F8C8D;
}
select.error + .select_dropbox button {
  border-color: #E74C3C;
  color: #E74C3C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.error + .select_dropbox button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.social_uikit {
  height: 33px;
  width: 33px;
}
.social_uikit_sidebar {
  height: 28px;
  padding: 0;
  width: 28px !important;
}
/*** DIALOG ***/
.text_dialog {
  color: grey !important;
  font-size: 16px !important;
}
/*** TOOLTIP ***/
.tooltip_div {
  position: relative;
}
.tooltip_div:hover .tooltip_new,
.tooltip_div.show_tooltip .tooltip_new {
  display: block!important;
}
.tooltip_new {
  background: none repeat scroll 0 0 #163343;
  border-radius: 4px;
  color: #FFFFFF;
  left: 100% ;
  font-family: "Lato", Arial !important;
  font-size: 12px;
  z-index: 1085;
  line-height: 1.2 !important;
  margin-left: 20px;
  top: 0px;
  padding: 10px;
  position: absolute;
  display: none!important;
  text-align: left;
}
.tooltip_w50 {
  width: 50px;
}
.tooltip_w75 {
  width: 75px;
}
.tooltip_w100 {
  width: 100px;
}
.tooltip_w125 {
  width: 125px;
}
.tooltip_w150 {
  width: 150px;
}
.tooltip_w200 {
  width: 200px;
}
.tooltip_w250 {
  width: 250px;
}
.tooltip_w300 {
  width: 300px;
}
.tooltip_w350 {
  width: 350px;
}
.tooltip_w400 {
  width: 400px;
}
.tooltip_new:before {
  border-color: transparent #163343 transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  content: "";
  position: absolute;
  width: 0;
  top: 7px;
  left: -19px;
}
.tooltip_new.tooltip_left {
  margin-right: 13px;
  top: 0px;
  right: 100% ;
  left: auto;
}
.tooltip_new.tooltip_left:before {
  top: 7px;
  right: -19px;
  left: auto;
  border-color: transparent transparent transparent #163343;
}
.tooltip_new.tooltip_top {
  margin-right: 0px;
  margin-bottom: 13px;
  bottom: 100%;
  right: auto ;
  left: -32px;
  top: auto;
}
.tooltip_new.tooltip_top:before {
  bottom: -19px;
  right: auto;
  top: auto;
  left: auto;
  border-color: #163343 transparent transparent transparent;
}
.tooltip_new.tooltip_bottom {
  margin-right: 0px;
  margin-top: 13px;
  top: 100%;
  right: auto ;
  left: -32px;
}
.tooltip_new.tooltip_bottom:before {
  top: -19px;
  right: auto;
  left: auto;
  border-color: transparent transparent #163343 transparent;
}
.tooltip_new.tooltip_left.tooltip_bottom {
  left: auto;
  right: -10px;
}
.tooltip_new.tooltip_left.tooltip_bottom:before {
  left: auto;
  right: 10px;
}
/*** TOP NAV ***/
.top_nav {
  width: 100%;
  height: 70px;
  background: #377fa8;
}
.logo_pickevent_nav {
  background: url('https://americas.eventscase.com/img/EventsCase/logo_white.png') no-repeat;
  background-size: 155px 30px;
  height: 70px;
  background-position: 50px 17px;
  float: left;
  width: 40%;
}
.logo_user_nav {
  background: url('https://americas.eventscase.com/img/foto1.png') no-repeat;
  background-size: 35px 35px;
  background-position: 40px 15px;
  height: 70px;
  float: right;
  width: 10%;
}
.campana_nav {
  height: 70px;
  float: right;
}
.campana1 {
  margin-top: 12px;
  margin-right: -12px;
  font-size: 22px;
  color: red;
}
/*** CKDITOR BOOTSTRAP PLUGIN **/
/* Custom styles */
.two-col,
.two-col-left,
.two-col-right,
.three-col,
.accordion {
  padding: 8px;
  margin: 10px auto;
}
.two-col .col-md-6 img,
.two-col-left .col-md-6 img,
.two-col-right .col-md-6 img,
.three-col .col-md-6 img,
.accordion .col-md-6 img,
.two-col .col-md-3 img,
.two-col-left .col-md-3 img,
.two-col-right .col-md-3 img,
.three-col .col-md-3 img,
.accordion .col-md-3 img,
.two-col .col-md-4 img,
.two-col-left .col-md-4 img,
.two-col-right .col-md-4 img,
.three-col .col-md-4 img,
.accordion .col-md-4 img,
.two-col .col-md-9 img,
.two-col-left .col-md-9 img,
.two-col-right .col-md-9 img,
.three-col .col-md-9 img,
.accordion .col-md-9 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.two-col .col-md-6,
.two-col-left .col-md-3,
.two-col-left .col-md-9,
.two-col-right .col-md-3,
.two-col-right .col-md-9,
.three-col .col-md-4,
.accordion dd .content,
.accordion dd.accordion-navigation > a {
  border-radius: 5px;
  background: #fff;
  min-height: 5em;
}
.accordion {
  padding-top: 2px;
}
.accordion:before {
  content: 'Accordion';
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 10px;
  color: #888;
}
.accordion dd.accordion-navigation > .content,
.accordion dd > .content {
  display: block !important;
}
.accordion dd.accordion-navigation {
  margin-bottom: 0.7em !important;
}
.accordion dd.accordion-navigation > a {
  padding: 5px;
  min-height: 0;
  margin-bottom: 1px;
}
.accordion dd.accordion-navigation > a p {
  margin: 0;
}
.videodetector {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***************************/
/*** POPUP FULL WIDTH ****/
/***************************/
#popup_full_width {
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  z-index: 1051;
  top: 40px;
  left: 0px;
  margin-bottom: 40px;
}
#popup_full_width .close_popup {
  position: absolute;
  right: 25px;
  top: 25px;
  background-image: url(/img/delete_icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  z-index: 1200;
}
#popup_full_width_layout {
  position: fixed;
  z-index: 1050 !important;
  top: 0px;
  left: 0px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  opacity: 0.9;
}
@media (max-width: 768px) {
  #popup_full_width {
    position: fixed;
    overflow: scroll;
    top: 0px;
    bottom: 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #popup_full_width .close_popup {
    width: 16px;
    height: 16px;
  }
  #popup_full_width .close_popup {
    position: absolute;
    right: 30px;
    top: 12px;
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    z-index: 1060;
  }
  #popup_full_width .close_popup:before {
    content: "X";
    font-wight: bold;
    font-size: 22px;
  }
}
/***** GOOGLE MAPS AUTOCOMPLETE ****/
.pac-container {
  z-index: 9999 !important;
}
/************************ BOOTSRAP EXTRA LARGE COLUMNS ***********************************/
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
 *   https://github.com/marcvannieuwenhuijzen/BootstrapXL/blob/master/BootstrapXL.css
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.jcrop-handle {
  background-color: #000;
  border: 1px solid #eeeeee;
  font-size: 1px;
  height: 12px!important;
  width: 12px!important;
}
/***** estilos cuando esta activo modo traduccion **/
.translate {
  position: relative;
}
.translate:hover::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid red;
  position: absolute;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url(../img/flags@2x.png);
  }
}
.iti-flag.np {
  background-color: transparent;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input .country-list {
  z-index: 10000;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.form-select .chosen-choices {
  padding-right: 46px !important;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  /*position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;*/
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 15px;
  right: 40px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://americas.eventscase.com/dependencies/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  /*height: 100%;*/
  background: url("https://americas.eventscase.com/dependencies/chosen/chosen-sprite.png") no-repeat 0px 2px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("https://americas.eventscase.com/dependencies/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://americas.eventscase.com/dependencies/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("https://americas.eventscase.com/dependencies/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("https://americas.eventscase.com/dependencies/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.iti-flag {
  background-image: url("https://americas.eventscase.com/dependencies/intlTelInput/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("https://americas.eventscase.com/dependencies/intlTelInput/img/flags@2x.png");
  }
}
.user_card {
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
  position: relative;
  padding: 22px 23px;
  border: 1px solid #D8DBDC;
  width: 198px;
  height: 400px;
}
.user_card:hover {
  border: 1px solid #c3c8c9;
  background-color: #F9FAFB;
}
.user_card .photo {
  margin-top: 3px;
  position: relative;
  margin-bottom: 5px;
  height: 120px;
}
.user_card .photo img {
  width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  -ms-border-radius: 50% ;
  -o-border-radius: 50% ;
  border-radius: 50% ;
}
.user_card .photo .delete {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: auto;
  border: 0px;
}
.user_card .photo .user_type {
  border: 4px solid #FFFFFF;
  height: 38px;
  position: absolute;
  right: 30px;
  top: -4px;
  width: 38px !important;
}
.user_card .name {
  height: 24px;
  margin-top: 7px;
  overflow: hidden;
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
}
.user_card .name a {
  color: #444;
}
.user_card .motto {
  color: #444;
  font-size: 14px;
  height: 100px;
  margin-bottom: -1px;
  margin-top: 7px;
  overflow: hidden;
}
.user_card .location {
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 5px;
  color: #444;
  margin-bottom: 1px;
}
.user_card .location .icono_location {
  color: #BDBDBD;
  font-family: pickevent;
  margin-right: 8px;
}
.user_card .percent {
  color: #5B71B6;
}
.user_card .follows {
  margin-top: 10px;
}
.user_card .follows .followers .text,
.user_card .follows .following .text {
  font-size: 9px;
}
.user_card .follows .followers .number,
.user_card .follows .following .number {
  font-size: 15px;
  font-weight: bold;
}
.user_card .follow {
  text-align: center;
  margin-top: 15px;
}
.user_card .follow .btn {
  display: inline-block;
  text-transform: uppercase;
}
.user_card .follow .btn.following {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  background-color: #bdc3c7;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  font-family: "Lato";
  cursor: pointer!important;
  border: 1px solid #444 !important;
  background-color: #fff !important;
  color: #444 !important;
}
.user_card .follow .btn.following:hover,
.user_card .follow .btn.following:focus {
  outline: none;
  color: white;
}
.user_card .follow .btn.following:active,
.user_card .follow .btn.following.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user_card .follow .btn.following.disabled,
.user_card .follow .btn.following[disabled],
fieldset[disabled] .user_card .follow .btn.following {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.user_card .follow .btn.following > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.user_card .follow .btn.following > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.user_card .follow .btn.following > [class^="fui-"] {
  top: 2px;
}
.user_card .follow .btn.following:hover,
.user_card .follow .btn.following.hover,
.user_card .follow .btn.following:focus,
.user_card .follow .btn.following:active,
.user_card .follow .btn.following.active,
.open .dropdown-toggle.user_card .follow .btn.following {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.user_card .follow .btn.following:active,
.user_card .follow .btn.following.active,
.open .dropdown-toggle.user_card .follow .btn.following {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.user_card .follow .btn.following.disabled,
.user_card .follow .btn.following[disabled],
fieldset[disabled] .user_card .follow .btn.following,
.user_card .follow .btn.following.disabled:hover,
.user_card .follow .btn.following[disabled]:hover,
fieldset[disabled] .user_card .follow .btn.following:hover,
.user_card .follow .btn.following.disabled.hover,
.user_card .follow .btn.following[disabled].hover,
fieldset[disabled] .user_card .follow .btn.following.hover,
.user_card .follow .btn.following.disabled:focus,
.user_card .follow .btn.following[disabled]:focus,
fieldset[disabled] .user_card .follow .btn.following:focus,
.user_card .follow .btn.following.disabled:active,
.user_card .follow .btn.following[disabled]:active,
fieldset[disabled] .user_card .follow .btn.following:active,
.user_card .follow .btn.following.disabled.active,
.user_card .follow .btn.following[disabled].active,
fieldset[disabled] .user_card .follow .btn.following.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.user_card .follow .btn.following:hover {
  background-color: #ffffff !important;
  color: #444 !important;
}
.user_card .follow .btn.following:active {
  background-color: #ffffff !important;
  color: #444 !important;
}
.user_card .follow .btn.following:focus {
  background-color: #ffffff !important;
  color: #444 !important;
}
.user_card .follow .btn.following:disabled,
.user_card .follow .btn.following.disabled,
.user_card .follow .btn.following[disabled] {
  background-color: #ffffff !important;
  color: #444 !important;
}
.user_card .follow .btn.following.transparent {
  background-color: transparent!important;
}
@media (max-width: 767px) {
  .user_card {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .user_card .motto {
    display: none;
  }
  .user_card .photo {
    float: left;
    height: auto!important;
  }
  .user_card .photo .user_type {
    right: 8%!important;
  }
  .user_card .photo img {
    width: 100%;
  }
  .user_card .follow .btn {
    padding: 9px 13px !important;
    font-size: 12px !important;
    line-height: 1.385 !important;
    border-radius: 4px;
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 769) {
  .user_details_popup {
    min-width: 450px;
  }
}
.user_details_popup {
  min-width: 0px;
}
.user_details_popup .photo {
  width: 150px;
  height: 150px;
  position: relative;
  float: left;
  margin-right: 20px;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  background-color: #f0f0f0;
  display: inline-block;
}
.user_details_popup .photo .user_type {
  height: 30px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 30px !important;
}
.user_details_popup .profile_info .name h1 {
  font-size: 18px!important;
  margin-top: 0px;
}
.user_details_popup .profile_info .follow_message a {
  color: #fff;
}
#send_message_form,
#ask_form {
  overflow: hidden;
  height: 0px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
#send_message_form.active {
  height: 283px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ask_form.active {
  height: 224px;
  width: 100%;
}
@media (max-width: 768px) {
  .user_details_popup {
    min-width: 0px;
  }
  .user_details_popup .left_colum {
    text-align: center;
    padding: 0 40px!important;
    padding-bottom: 30px;
  }
  .user_details_popup .left_colum .photo {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
  }
  .user_details_popup .profile_info {
    width: 100%;
    float: left;
    text-align: center;
  }
  .user_details_popup .location .icon {
    width: 18px;
    margin-right: 4px;
  }
}
.popup .users_search_module .close {
  display: none;
}
.users_search_module {
  position: relative;
  padding-top: 0px;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -5px;
  padding: 15px;
  background-color: #377fa8 !important;
  min-width: 550px;
}
.users_search_module.closed {
  display: none;
}
.users_search_module .close {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
  font-size: 1em;
}
.users_search_module .search_fields {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  padding-top: 21px;
  padding-bottom: 1px;
}
.users_search_module .search_results {
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}
.users_search_module .search_results .result {
  cursor: pointer;
}
.users_search_module .result {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
.users_search_module .result:hover {
  background-color: #eee;
  -webkit-transition: all 0.2s;
  /* Safari */
  transition: all 0.2s;
}
.result + .result {
  border-top: 1px solid #ddd !important;
}
.search_results .result,
.users_group .result {
  border-bottom: 1px solid #ddd;
  padding-top: 7px;
  padding-bottom: 7px;
}
.search_results .result .photo,
.users_group .result .photo {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  margin-top: 17px;
}
.search_results .result .name,
.users_group .result .name {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  width: 380px;
  padding-right: 25px;
  overflow: hidden;
  position: relative;
  min-height: 85px;
  z-index: 0;
}
.search_results .result .edit,
.users_group .result .edit {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 50px;
  z-index: 0;
  margin-top: 31px;
}
.search_results .result .edit > span,
.users_group .result .edit > span {
  padding-right: 5px;
}
.search_results:last-of-type .result,
.users_group :last-of-type .result {
  border-bottom: none !important;
}
.event_box {
  width: 200px;
  height: 400px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #D8DBDC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  font-family: "Lato" !important;
  text-align: left;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event_box:hover {
  border: 1px solid #c3c8c9;
  height: 400px;
  background-color: #F9FAFB;
}
.event_box:hover .titlebox {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.event_box > div {
  width: 100%;
  float: left;
}
.event_box a {
  color: #444 !important;
  text-decoration: none;
}
.event_box header {
  float: left;
  margin: 0px;
  padding: 0px;
  border-image-width: 0px;
  border-bottom: 1px solid #D8DBDC;
  position: relative;
  background-size: cover;
  height: 150px;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0 ;
  -moz-border-radius: 5px 5px 0 0 ;
  -ms-border-radius: 5px 5px 0 0 ;
  -o-border-radius: 5px 5px 0 0 ;
  border-radius: 5px 5px 0 0 ;
}
.event_box header .free_label {
  margin-left: 134px;
  margin-top: -4px;
  z-index: 50;
  position: relative;
}
.event_box header .titlebox {
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 700;
  float: left;
  width: 100%;
}
.event_box header .titlebox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: auto;
  display: inline-block;
  font-family: "Lato";
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0 ;
  -moz-border-radius: 0 3px 0 0 ;
  -ms-border-radius: 0 3px 0 0 ;
  -o-border-radius: 0 3px 0 0 ;
  border-radius: 0 3px 0 0 ;
}
.event_box header .titlebox .span_color {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 0px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-border-radius: 13px ;
  -moz-border-radius: 13px ;
  -ms-border-radius: 13px ;
  -o-border-radius: 13px ;
  border-radius: 13px ;
}
.event_box header .text_photo_box {
  background: rgba(0, 0, 0, 0.4);
  border-top-right-radius: 5px;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 20px;
  margin-top: 130px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  z-index: 25;
}
.event_box header .text_photo_box span {
  z-index: 30;
  color: white;
  font-weight: bold;
}
.event_box .body {
  padding: 15px 15px 10px 15px;
  position: relative;
}
.event_box .body .title_event {
  font-weight: 400;
  margin: 0px;
  color: #3E3E3E;
  height: 64px;
  overflow: hidden;
  line-height: 21px;
  font-size: 15px;
}
.event_box .body .organisedby {
  font-size: 12px;
  margin-top: 11px;
  height: 23px;
  display: block;
  width: 100%;
}
.event_box .body .organisedby a {
  color: #3E3E3E;
  font-weight: bold;
}
.event_box .body .time {
  margin-top: 11px;
  font-size: 14px;
  color: #444;
}
.event_box .body .time .icon {
  color: #BDBDBD;
  font-family: pickevent;
  margin-right: 8px;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event_box .body .text {
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  margin-top: 15px;
  height: 70px;
  margin-bottom: 0px;
  color: #444;
}
.event_box .body .eo_logo {
  background: url("https://americas.eventscase.com/img/eo.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  float: left;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}
.event_box .triangulo {
  border-bottom-right-radius: 5px;
  border-color: transparent orange orange transparent;
  border-style: solid;
  border-width: 17px;
  float: right;
  height: 0;
  margin-right: -1px;
  margin-top: -20px;
  width: 0;
  position: absolute;
  right: 0px;
  bottom: -13px;
}
.event_box .triangulo p {
  color: #FFFFFF;
  font-family: pickevent;
  font-size: 13px;
  margin-left: 1px !important;
  margin-top: -5px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event_box .tri_orange {
  border-color: transparent orange orange transparent;
}
.event_box .tri_green {
  border-color: transparent #98c370 #98c370 transparent;
}
.event_box .tri_red {
  border-color: transparent #E74C3C #E74C3C transparent;
}
.attendee_event {
  margin-left: -29px !important;
  margin-top: -91px !important;
  font-size: 12px !important;
  width: auto;
}
.accountPopupTobarMenu.open .tooltip_header {
  height: auto;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.accountPopupTobarMenu.open .tooltip_header:after {
  border-color: transparent transparent #888 transparent;
}
.accountPopupTobarMenu.open > a {
  background-color: initial !important;
}
.accountPopupTobarMenu {
  min-height: 70px;
  min-width: 70px;
}
.accountPopupTobarMenu .num {
  background-color: red;
  border-radius: 15px;
  font-family: Helvetica !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  padding: 1px 6px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 50;
}
.accountPopupTobarMenu .tooltip_header {
  position: absolute;
  top: 80%;
  right: 0px;
  display: inline-block;
  color: #333;
  overflow: hidden;
  width: 500px;
  height: auto;
  height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  z-index: 30;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.accountPopupTobarMenu .tooltip_header .header {
  background-color: #f0f0f0;
  padding: 13px 30px;
  width: 100%;
  height: 55px;
}
.accountPopupTobarMenu .tooltip_header .shadow {
  -webkit-box-shadow: 0 0 7px 3px #888;
  box-shadow: 0 0 7px 3px #888;
  margin: 10px;
}
.accountPopupTobarMenu .tooltip_header:after {
  content: "";
  top: -10px;
  right: 20px;
  width: 0px;
  height: 0px;
  position: absolute;
  display: inline-block;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent;
}
.accountPopupTobarMenu .tooltip_header.login {
  width: 150px;
}
.accountPopupTobarMenu .tooltip_header.login #account_notifications_content {
  padding: 15px;
  text-align: center;
}
.accountPopupTobarMenu .tooltip_header.login #account_notifications_content .btn-main {
  color: #fff;
}
.accountPopupTobarMenu #notifications_tooltip > .shadow > .header {
  text-align: left;
}
.accountPopupTobarMenu #notifications_tooltip > .shadow > .header .icons {
  font-size: 15px;
}
.accountPopupTobarMenu #notifications_tooltip .icon-message:before {
  border-radius: 100%;
  color: #377fa8;
  content: "E";
  font-size: 16px;
  margin-right: 2px;
  padding: 9px;
}
.accountPopupTobarMenu #notifications_tooltip .content {
  display: inline;
  overflow: hidden;
}
.accountPopupTobarMenu .my_account_text {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 70px;
  margin-left: -35px;
  text-align: center;
  z-index: 5;
  padding: 1px;
  display: inline-block;
  color: #fff;
  font-size: 9px;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .accountPopupTobarMenu .my_account_text {
    position: unset;
    left: unset;
    bottom: unset;
    margin-left: 1em;
    width: auto;
    padding: 0.5em;
  }
}
.account_notifications_content {
  padding-bottom: 15px;
  text-align: left;
  background-color: #fff;
  background-color: #F8FAFC;
}
@media screen and (min-width: 768px) {
  .account_notifications_content {
    max-height: 530px;
    overflow: auto;
  }
}
.account_notifications_content p {
  margin: 0;
}
.account_notifications_content a {
  color: #333 !important;
  font-size: 16px;
}
.account_notifications_content a:hover {
  color: #377fa8;
}
.account_notifications_content hr {
  width: 100%;
  border-color: #f0f0f0 !important;
  border-width: 1px;
}
.account_notifications_content #event_links_zone .btn-main {
  color: #fff !important;
}
.account_notifications_content .left_column {
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.account_notifications_content .right_column {
  border-left: 1px solid #f0f0f0;
}
.account_notifications_content #anp_basic_user_info {
  padding-top: 20px;
}
.account_notifications_content #anp_basic_user_info .user_image {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #f0f0f0;
  margin-right: 15px;
  float: left;
}
.account_notifications_content #anp_basic_user_info #anp_edit {
  float: left;
}
.account_notifications_content #anp_basic_user_info #anp_logout {
  float: right;
}
.account_notifications_content .new_notifications_number {
  background-color: red;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  left: 5px;
  padding: 2px 5px;
  position: relative;
  top: -13px;
}
.account_notifications_content .notifications_big {
  margin-left: -20px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 10px;
}
.account_notifications_content h4 {
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  margin: 0;
}
.account_notifications_content hr {
  margin: 10px 0;
}
.account_notifications_content .see_all {
  float: right;
  font-size: 12px;
  line-height: 30px;
  vertical-align: bottom;
}
.account_notifications_content .titulo_notifications {
  display: inline-block;
  float: left;
  color: #6E6E6E;
  font-weight: bold;
}
.account_notifications_content .icono {
  color: #377fa8;
  float: left;
  font-size: 20px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 5px;
}
.account_notifications_content .notifications_message {
  margin-top: -14px;
}
.account_notifications_content .notifications_message .title {
  text-align: left;
}
.account_notifications_content .message.not_seen {
  background-color: #f0f0f0;
}
.account_notifications_content .message.not_seen .mark_as_read {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  font-size: 12px;
  color: #444;
}
.account_notifications_content .message {
  padding: 15px 27px 15px 15px;
  cursor: pointer;
  margin: 15px 0 0 0;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
  position: relative;
  background-color: #fff;
}
.account_notifications_content .message .title {
  display: block;
  font-weight: 700;
}
.account_notifications_content .message .time {
  display: inline-block;
  font-size: 10px;
  float: right;
  font-weight: 700;
  display: none;
  padding: 1px 5px !important;
}
.account_notifications_content .message .icon_mensaje {
  font-family: pickevent;
  font-size: 20px;
}
.account_notifications_content .message .text {
  margin-right: 10px;
  text-align: left;
  overflow: hidden;
  display: block;
}
.account_notifications_content .message a {
  padding: 0px!important;
}
.account_notifications_content .message .photo {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  margin-right: 13px;
  margin-top: 5px;
  min-height: 4 0px;
  border-radius: 100%;
  position: relative;
}
.account_notifications_content .message .photo img {
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.account_notifications_content .message + .message {
  margin-top: 0px;
}
.account_notifications_content .titulo_notifications {
  display: inline-block;
  float: left;
  color: #6E6E6E;
  font-weight: bold;
}
.account_notifications_content .icono {
  color: #377fa8;
  float: left;
  font-size: 20px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 5px;
}
.account_notifications_content .icons {
  float: left!important;
}
.account_notifications_content .message .text {
  margin-right: 10px;
  padding-top: 0px;
  text-align: left;
}
.account_notifications_content .links-container > * {
  display: flex;
  flex-flow: row nowrap;
}
html[dir="rtl"] .accountPopupTobarMenu .tooltip_header {
  right: -415px;
}
html[dir="rtl"] .accountPopupTobarMenu .tooltip_header::after {
  right: 460px;
}
html[dir="rtl"] .accountPopupTobarMenu .tooltip_header .account_notifications_content h4 {
  text-align: right;
}
html[dir="rtl"] .accountPopupTobarMenu .tooltip_header .account_notifications_content #anp_basic_user_info div:first-child {
  text-align: right;
}
html[dir="rtl"] .new_notifications_number_popup.notifications_msg {
  left: 22px !important;
}
.group_box {
  width: 200px;
  height: 407px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #D8DBDC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  font-family: "Lato" !important;
  text-align: left;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.group_box:hover {
  border: 1px solid #c3c8c9;
  height: 407px;
  background-color: #F9FAFB;
}
.group_box:hover .titlebox {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.group_box a.btn-main {
  color: #fff !important;
}
.group_box > div {
  width: 100%;
  float: left;
}
.group_box a {
  text-decoration: none;
}
.group_box header {
  float: left;
  margin: 0px;
  padding: 0px;
  border-image-width: 0px;
  border-bottom: 1px solid #D8DBDC;
  position: relative;
  background-size: cover;
  height: 150px;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0 ;
  -moz-border-radius: 5px 5px 0 0 ;
  -ms-border-radius: 5px 5px 0 0 ;
  -o-border-radius: 5px 5px 0 0 ;
  border-radius: 5px 5px 0 0 ;
}
.group_box .body {
  padding: 15px 15px 10px 15px;
  position: relative;
}
.group_box .body .title_event {
  font-weight: 400;
  margin: 0px;
  color: #3E3E3E;
  height: 45px;
  overflow: hidden;
  line-height: 21px;
  font-size: 15px;
}
.group_box .body .text {
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  height: 70px;
  margin-bottom: 10px;
  color: #444;
}
.group_box .body .btn-main {
  text-align: center;
}
.banners_carousel {
  max-width: 100%;
}
.banners_carousel img {
  max-width: 100%;
}
.banners_carousel .banner {
  text-align: center;
}
#image_uploader {
  max-width: 1000px;
}
#image_uploader_form_preview_image .loading-container {
  display: none;
  width: 200px;
  text-align: center;
}
#image_uploader_form_preview_image .loading-container img {
  width: 100%;
  height: auto;
}
#image_uploader_form_preview_image.loading-image .image {
  display: none;
}
#image_uploader_form_preview_image.loading-image .loading-container {
  display: inline-block;
}
/***************************/
/******* CROP **************/
/***************************/
#image_uploader_crop_popup .jcrop-holder div {
  -webkit-border-radius: 0%;
  border-radius: 0%;
}
/*******************/
/** FORM GENERATOR */
/*******************/
.form-generator-image .loading-container {
  display: none;
  width: 100px;
  text-align: center;
}
.form-generator-image .loading-container img {
  width: 100%;
  height: auto;
}
.form-generator-image.loading-image .ui-manage-image {
  display: none;
}
.form-generator-image.loading-image .loading-container {
  display: inline-block;
}
.form-generator-image.no-image .ui-manage-image {
  display: none;
}
/************** LAST UPLOADED IMAGES *************/
#image_uploader_last_uploaded_images .column-image {
  position: relative;
  height: 190px;
  padding-left: 0px;
  padding-right: 0px;
}
#image_uploader_last_uploaded_images .column-image .image {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  padding-bottom: 15px;
  position: relative;
}
#image_uploader_last_uploaded_images .column-image .actions {
  display: none;
}
#image_uploader_last_uploaded_images .badge {
  background-color: #fff;
  color: #444;
}
#image_uploader_last_uploaded_images .image-container {
  position: relative;
  display: inline-block;
}
#image_uploader_last_uploaded_images .image-container img {
  display: inline-block;
  cursor: pointer;
  max-height: 150px;
}
#image_uploader_last_uploaded_images .image-container .actions {
  display: none;
}
#image_uploader_last_uploaded_images .image-container .actions button {
  min-width: 80px;
}
#image_uploader_last_uploaded_images .image-info {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  width: 100%;
  text-align: center;
}
#image_uploader_last_uploaded_images .image-info .size {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
}
#image_uploader_last_uploaded_images .column-image:hover .image {
  position: absolute;
  z-index: 5;
  width: 100%;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#image_uploader_last_uploaded_images .column-image:hover .image-info {
  display: block;
}
#image_uploader_last_uploaded_images .column-image:hover .actions {
  display: block;
}
#sidebar,
#over_sidebar {
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  width: 222px;
  height: 100%;
  z-index: 1;
  padding: 20px 20px;
  border: none !important;
}
#sidebar > ul {
  width: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.transition_05_sidebar_url {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidebar ~ #content > #maincontent {
  margin-left: 185px;
}
.profile #sidebar {
  font-size: 12px;
  padding-left: 32px;
  padding-right: 32px;
  left: 65px;
  /*.sidebar_menu{
            background-color: #FBFBFB;
            position: absolute;
            right: -24px;
            width: 25px;
            top:-0px;
            z-index: 100;

            & > div{
                cursor:pointer;
                height: 25px;
                border:1px solid #ECECEC;
                border-top:0px;
                padding-top: 5px;
                text-align: center;
            }

            .active {
                border-left:0px;
            }
        }
        .sidebar_menu.right{
            left: -24px;
        }
        */
}
.profile #sidebar #pro_badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
}
.profile #sidebar #edit_profile_img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 13px;
  cursor: pointer;
}
.profile #sidebar .input_editable {
  width: auto;
}
.profile #sidebar #profile_more_info {
  background-color: #FBFBFB;
  height: 100%;
  margin: -20px -32px;
  position: absolute;
  width: 100%;
  z-index: 10;
  display: none;
  padding: 20px 33px;
}
.profile #sidebar #profile_more_info .more_about {
  padding-bottom: 10px;
  border-bottom: 1px solid #B3B3B3;
}
.profile #sidebar #profile_more_info .more_about .name {
  float: right;
  font-size: 16px;
  margin-top: -5px;
}
.profile #sidebar #profile_more_info h3 {
  font-weight: 700;
  margin: 20px 0px;
}
.profile #sidebar #profile_more_info #ratings_scroll {
  height: 195px;
  overflow: hidden;
}
.profile #sidebar #profile_more_info #ratings {
  height: 200px;
  padding-left: 0px;
}
.profile #sidebar #profile_more_info #ratings .rating {
  padding: 4px 0px;
}
.profile #sidebar #profile_more_info .services > article {
  padding-left: 9px;
  border-left: 2px solid #586DB0;
  margin-bottom: 15px;
}
.profile #sidebar #profile_more_info .services > article p {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}
.profile #sidebar #profile_more_info .online_references .reference {
  margin-bottom: 10px;
}
.profile #sidebar #profile_more_info .online_references .reference a {
  color: #586DB0;
  font-size: 10px;
}
.profile #sidebar #profile_more_info .percent {
  margin-bottom: 10px;
}
.profile #sidebar #profile_more_info .percent .var {
  width: 115px;
}
.profile #sidebar #profile_more_info .percent .position {
  width: 75%;
}
.profile #sidebar #more_info_menu {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.profile #sidebar #more_info_menu .item_menu:hover .item_name img {
  display: block;
}
.profile #sidebar #more_info_menu .item_menu {
  float: left;
  width: 100%;
  padding: 6px 5px;
  border-top: 1px solid #A1A1A1;
}
.profile #sidebar #more_info_menu .item_menu .item_name {
  text-transform: uppercase;
  cursor: pointer;
}
.profile #sidebar #more_info_menu .item_menu .item_name img {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  display: none;
}
.profile #sidebar #more_info_menu .item_menu .content {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile #sidebar #more_info_menu .item_menu .content p {
  margin: 0px;
}
.profile #sidebar #more_info_menu .item_menu .content ul {
  margin-top: 10px;
  margin-left: 13px;
}
.profile #sidebar #more_info_menu .item_menu .content ul li {
  list-style: circle;
  margin-bottom: 5px;
}
.profile #sidebar #more_info_menu .item_menu .content .skills .skill {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.profile #sidebar #more_info_menu .item_menu .content .skills .skill .points {
  float: left;
  border: 2px solid #a1a1a1;
  padding: 1px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  margin-right: 8px;
}
.profile #sidebar #more_info_menu .item_menu .content .skills .skill .name {
  float: left;
  line-height: 26px;
  vertical-align: middle;
  width: 115px;
  line-height: 18px;
}
.profile #sidebar #more_info_menu .item_menu .content .lenguage {
  margin-top: 7px;
}
.profile #sidebar #more_info_menu .item_menu .content .lenguage .percent .var {
  width: 100%;
  margin-right: 5px;
}
.profile #sidebar #more_info_menu .item_menu .content .lenguage .percent .var .position {
  width: 60%;
}
.profile #sidebar #more_info_menu .item_menu:first-child {
  border-top: 0px;
}
.profile #sidebar section.top_separator {
  border-top: white 1px solid;
}
.profile #sidebar section.photo {
  position: relative;
  text-align: center;
}
.profile #sidebar section.photo img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  width: 160px;
  border: 5px solid #fff;
}
.profile #sidebar section.photo #crop_image_sidebar {
  float: left;
  display: none;
}
.profile #sidebar section.photo form {
  display: none;
}
.profile #sidebar section.photo .user_type {
  border-width: 2px;
}
.profile #sidebar section.photo .dial_div_sidebar {
  position: absolute;
  left: 50%;
  margin-left: -86px;
  top: 0px;
  display: none;
  margin-top: -8px;
}
.profile #sidebar section.photo .img_person_sidebar {
  position: relative;
  width: 160px;
  height: 160px;
}
.profile #sidebar section.photo .img_person_sidebar .overlay {
  display: none;
  background-color: #5A90C6;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-border-radius: 150px ;
  -moz-border-radius: 150px ;
  -ms-border-radius: 150px ;
  -o-border-radius: 150px ;
  border-radius: 150px ;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding-top: 40px;
}
.profile #sidebar section.photo .img_person_sidebar:hover .overlay {
  display: block;
}
.profile #sidebar section.photo .user_type {
  height: 34px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 34px !important;
}
.profile #sidebar section.name {
  margin-top: 15px;
}
.profile #sidebar section.name header {
  margin-top: 0px!important;
}
.profile #sidebar section.name h1 {
  font-size: 15px;
}
.profile #sidebar .follow_and_msj {
  margin-top: 9px;
}
.profile #sidebar .follow_and_msj #follow_unfollow {
  float: left;
  line-height: 15px;
  font-size: 11px;
  width: 72px;
  text-align: center;
}
.profile #sidebar .follow_and_msj #private_msj {
  margin-left: 5px;
  float: left;
  line-height: 15px;
}
.profile #sidebar .follow_and_msj #ask_me {
  line-height: 15px;
  font-size: 11px;
}
.profile #sidebar .follow_and_msj #review {
  float: left;
  width: 100%;
  margin-top: 3px;
  text-align: center;
  text-transform: uppercase;
}
.profile #sidebar section.location {
  margin-top: 10px;
}
.profile #sidebar section.location header {
  font-size: 12px;
  margin-top: 45px;
}
.profile #sidebar section.location img {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.profile #sidebar section.name header {
  font-size: 1em;
  margin-top: 45px;
}
.profile #sidebar section.motto {
  margin-top: 10px;
}
.profile #sidebar section.motto p {
  background-color: #ededed;
  height: 3em;
}
.profile #sidebar section.website {
  margin-top: 20px;
  float: left;
  margin-right: 8px;
}
.profile #sidebar section.website img {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.profile #sidebar section.new_follow {
  margin-top: 20px;
}
.profile #sidebar section.new_follow .box {
  width: 47%;
  height: 40px;
  background: #D4DDE8;
  border-radius: 4px;
  display: inline-block;
}
.profile #sidebar section.new_follow .following {
  float: left;
  margin-right: 6%;
}
.profile #sidebar section.new_follow .num {
  font-size: 17px;
  margin-top: 0;
  text-align: center;
}
.profile #sidebar section.new_follow .text {
  font-size: 8px;
  margin-top: -21px;
  text-align: center;
}
.profile #sidebar section.follow_message {
  margin-top: 20px;
}
.profile #sidebar section.follow_message .boton_follow {
  padding-left: 42px;
  position: relative;
  vertical-align: middle;
  width: 108px;
  cursor: pointer;
}
.profile #sidebar section.follow_message .icon_plus {
  color: white;
  font-family: pickevent !important;
  font-size: 9px;
  font-weight: normal;
  margin-left: -3px;
  margin-top: 3px;
  padding-left: 2px;
  padding-right: 7px;
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile #sidebar section.follow_message .icon_follow {
  color: white;
  font-family: pickevent !important;
  font-size: 18px;
  font-weight: normal;
  margin-left: 6px;
  margin-top: -3px;
  padding-left: 2px;
  padding-right: 7px;
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile #sidebar section.follow_message .text_follow {
  color: white;
  margin-left: 31px;
}
.profile #sidebar section.follow_message .boton_mensaje {
  background: #98c370 !important;
  opacity: 0.5;
  height: 40px;
  position: absolute;
  width: 40px;
  transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.profile #sidebar section.follow_message .boton_mensaje:hover {
  opacity: 1;
}
.profile #sidebar section.follow_message .boton_ask {
  margin-left: 45px;
}
.profile #sidebar section.follow_message #review {
  width: 158px;
}
.profile #sidebar section.follow_message .icon_ask {
  color: #808080 !important;
  font-size: 18px !important;
  padding: 7px 10px;
  margin-left: 2px;
  height: 40px;
}
.profile #sidebar section.follow_message .icon_ask.pro_account {
  width: 103px;
}
.profile #sidebar section.follow_message .icon_mp {
  color: #808080 !important;
  font-size: 20px !important;
  padding: 6px 10px;
  margin-left: 2px;
  height: 40px;
  width: 45px;
}
.profile #sidebar section.follow_message .mp_text {
  background: none repeat scroll 0 0 #003A54;
  border-radius: 4px;
  color: #FFFFFF;
  margin-left: 18px;
  margin-top: 40px;
  padding: 10px;
  position: absolute;
  display: none;
}
.profile #sidebar section.follow_message .ask_text {
  background: none repeat scroll 0 0 #003A54;
  border-radius: 4px;
  color: #FFFFFF;
  margin-left: 69px;
  margin-top: 40px;
  padding: 10px;
  position: absolute;
  display: none;
}
.profile #sidebar section.follow_message .triangulo_tooltip {
  border-color: transparent transparent #003A54 transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  margin-top: -28px;
  position: absolute;
  width: 0;
}
.profile #sidebar section.follow_message .unfollow {
  background: white !important;
  box-shadow: none !important;
  height: 40px !important;
  color: #98c370 !important;
}
.profile #sidebar section.follow_message .boton_follow .icon_mensaje {
  position: absolute;
}
.profile #sidebar section.follow_message .icon_mensaje {
  font-family: pickevent !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.profile #sidebar section.follow_message .mas {
  font-size: 11px;
  top: 3px;
  left: 3px;
}
.profile #sidebar section.follow_message .user {
  font-size: 22px;
  left: 16px;
  position: absolute;
  top: 5px;
}
.profile #sidebar section.follows {
  font-size: 11px;
  margin-top: 20px;
}
.profile #sidebar section.follows .followers {
  border-bottom: 1px solid #ccc;
  padding: 2px 0px;
}
.profile #sidebar section.follows .following {
  padding: 2px 0px;
}
.profile #sidebar section.follows .num {
  float: right;
  margin-right: 15px;
}
.profile #sidebar section.follows .photos {
  float: right;
  width: 65px;
  height: 15px;
  text-align: right;
}
.profile #sidebar section.follows img {
  width: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px ;
  -moz-border-radius: 15px ;
  -ms-border-radius: 15px ;
  -o-border-radius: 15px ;
  border-radius: 15px ;
  height: 15px;
  margin-right: 4px;
}
.profile #sidebar section.budgets {
  margin-top: 20px;
}
.profile #sidebar section.budgets img {
  margin-right: 5px;
}
.profile #sidebar section.budgets .arrow {
  float: right;
  position: relative;
  top: 14px;
  cursor: pointer;
}
.profile #sidebar section.plug {
  text-align: center;
}
.profile #sidebar #ask_me {
  text-align: right;
  float: left;
  margin-left: 5px;
  margin-right: -20px;
  cursor: pointer;
}
.profile #sidebar #ask_me img {
  float: left;
  position: relative;
  top: 7px;
  width: 13px;
}
.profile #sidebar #edit_profile {
  display: none;
  margin-top: 20px;
}
.profile #sidebar #edit_profile .dd-container {
  width: 100%!important;
  margin: 0px!important;
}
.profile #sidebar #edit_profile .dd-container .dd-select {
  background-color: #F3F5F7 !important;
  border-width: 1px !important;
}
.profile #sidebar #edit_profile .dd-container .dd-select .dd-selected .dd-selected-text {
  font-size: 14px;
}
.profile #sidebar #edit_profile .dd-container .dd-options {
  width: 100%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile #sidebar #edit_profile .dd-container .dd-options .dd-option {
  padding: 5px 8px;
}
.profile #sidebar #edit_profile input,
.profile #sidebar #edit_profile textarea,
.profile #sidebar #edit_profile select {
  border: 1px solid #C5CBCE;
  padding: 5px 8px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  background-color: #F3F5F7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
  color: #444;
}
.profile #sidebar #edit_profile textarea {
  overflow: hidden;
}
.profile #sidebar #edit_profile input[type=submit] {
  background-color: #51C7C4;
  color: #fff;
  border: 0px;
  margin-top: 20px;
}
.profile #sidebar #edit_profile .form_section {
  display: none;
}
.profile #sidebar #edit_profile .form_section[data-section=basic] {
  display: block;
}
.profile #sidebar #edit_profile #select_section {
  margin-bottom: 20px;
}
.profile #sidebar #edit_profile #select_section .dd-selected {
  background-color: #fff;
}
.profile #sidebar #edit_profile #add_skill,
.profile #sidebar #edit_profile #add_service {
  width: 137px;
  margin-right: 5px;
}
.profile #sidebar #edit_profile #add_skill_button,
.profile #sidebar #edit_profile #add_service_button {
  position: relative;
  top: 2px;
  width: 16px;
}
.profile #sidebar #edit_profile #services_list {
  margin-top: 15px;
  margin-left: 10px;
}
.profile #sidebar #edit_profile #services_list li {
  list-style: circle;
  overflow: hidden;
}
.profile #sidebar #edit_profile #services_list li img {
  float: right;
  display: none;
  cursor: pointer;
  position: relative;
  top: 4px;
  width: 10px;
}
.profile #sidebar #edit_profile #services_list li:hover img {
  display: block;
}
.profile #sidebar #edit_profile .skills {
  margin-top: 15px;
}
.profile #sidebar #edit_profile .skills .skill {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
}
.profile #sidebar #edit_profile .skills .skill .points {
  float: left;
  border: 2px solid #a1a1a1;
  padding: 1px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  margin-right: 8px;
}
.profile #sidebar #edit_profile .skills .skill .name {
  width: 155px;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 5px;
}
.profile #sidebar #edit_profile .skills .skill .name img {
  float: right!important;
  position: relative;
  top: 8px;
  width: 10px;
  display: none;
  cursor: pointer;
}
.profile #sidebar #edit_profile .skills .skill:hover .name img {
  display: block;
}
.boton_sidebar {
  background-color: grey;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  cursor: pointer !important;
  display: inline-block;
  margin-right: -3.5px;
}
#navbar {
  position: absolute;
  width: 80px;
  height: 100%;
  color: #FFFFFF;
  background: #163343;
  font-size: 12px;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#navbar li {
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  border: 1px solid transparent;
}
#navbar li:hover {
  background-color: #1c4156;
  border-top: 1px solid #4e83a1;
  border-bottom: 1px solid #4e83a1;
}
#navbar li:hover .new_icon_navbar {
  opacity: 1;
  color: #98c370;
}
#navbar li .icon-sidebar {
  padding-top: 8px;
}
#navbar li .icon-sidebar svg {
  width: 35px;
  height: 30px;
}
#navbar li .icon-sidebar svg .cls-1 {
  fill: #eee;
}
#navbar li.active .icon-sidebar svg .cls-1 {
  fill: #98c370 !important;
}
#navbar li:hover .icon-sidebar svg .cls-1 {
  fill: #98c370;
  opacity: 1;
}
#navbar li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#navbar li a .text_navbar {
  color: #eee;
  text-align: center;
}
#navbar li a span.new_icon_navbar {
  font-family: pickevent;
  color: #FFFFFF;
  font-size: 22px;
}
#navbar li a i.new_icon_navbar {
  color: #fff;
  font-size: 35px;
  opacity: 0.6;
}
#navbar li a .profile_new,
#navbar li a .communities {
  font-size: 24px !important;
}
#navbar li a .users_new {
  font-size: 28px !important;
  line-height: 1;
}
#navbar li.active a .new_icon_navbar {
  color: #98c370 !important;
}
#navbar hr {
  margin: 20px auto 10px auto;
  width: 65px;
  opacity: 0.6;
}
@media (max-height: 720px) {
  #navbar {
    font-size: 10px;
  }
  #navbar li {
    margin-top: 0;
  }
  #navbar li:first-child {
    margin-top: 5px;
  }
  #navbar li a span.new_icon_navbar {
    font-size: 18px;
  }
  #navbar li a i.new_icon_navbar {
    font-size: 30px;
  }
  #navbar li a .icon-sidebar svg {
    width: 30px;
    height: 25px;
  }
  #navbar hr {
    margin: 10px auto;
  }
}
#topbar {
  z-index: 5;
}
#topbar .left-topbar-section {
  display: flex;
  justify-content: start;
  flex-flow: row;
  align-items: center;
}
#topbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2em;
  min-height: 70px !important;
  background-color: #377fa8;
  margin-bottom: 0;
}
#topbar .nav-icons-links {
  display: flex;
  list-style-type: none;
  background-color: #377fa8;
}
#topbar .nav-icons-links li {
  position: relative;
}
#topbar .nav-icons-links .languages-icon {
  cursor: pointer;
}
#topbar .nav-icons-links .nav-icon {
  color: white;
  padding: 0.5em 0.7em;
  font-size: 1.5em;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
#topbar .nav-icons-links .nav-icon i {
  font-size: 1.5em;
  margin-bottom: 0.1em;
  color: #eee;
}
#topbar .nav-icons-links .nav-icon .nav-icon-label {
  display: block;
  font-size: 0.6em;
  color: #eee;
  white-space: nowrap;
}
#topbar .nav-icons-links .nav-icon .nav-icon-label-dropdown {
  display: flex;
  font-size: 0.6em;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
#topbar .nav-icons-links .nav-icon .nav-icon-label-dropdown--open {
  transform: rotate(-180deg);
}
#topbar .nav-icons-links .header_dropdown {
  position: absolute;
  min-width: max-content;
  top: 75%;
  border: 1px solid white;
  background-color: #377fa8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 6px 0 #b0b0b0;
}
#topbar .nav-icons-links .header_dropdown .dropdown-item {
  text-align: center;
  color: #eee;
  padding: 0.2em 1em;
}
#topbar .user-info-popup {
  position: absolute;
  opacity: 0;
  z-index: 1001;
}
#topbar .navbar-toggle {
  margin: 0;
  line-height: normal;
}
#topbar .navbar-toggle:before {
  color: white;
}
#topbar .navbar::before {
  content: none;
}
#topbar .navbar::after {
  content: none;
}
#topbar .navbar-logo {
  max-width: 200px;
  max-height: 65px;
  vertical-align: unset;
}
#topbar .responsive-nav-list {
  padding: 0.5em 1.5em;
  background-color: #377fa8;
  border-top: 2px solid #eee;
}
#topbar .responsive-nav-list span {
  color: white;
}
#topbar .responsive-nav-list a {
  color: white;
}
#topbar .responsive-nav-list .actual {
  background-color: #98c370;
}
#topbar .navbar-brand {
  padding-top: 13px!important;
  padding-bottom: 11px!important;
}
#topbar .navbar-brand img {
  height: 49px;
  vertical-align: middle;
}
#topbar .navbar-text {
  padding-top: 47px/2px + 3px !important;
  padding-bottom: 47px/2px !important;
}
#topbar .navbar-nav.pull-right > li > .btn-main,
#topbar .navbar-nav.pull-right > li > .btn-secondary,
#topbar .navbar-nav.pull-right > li > .btn-default {
  margin-top: 15.5px !important;
  background-color: #e5c499;
  color: #021e48 !important;
}
#topbar .navbar-nav > li > a {
  padding-top: 47px/2px + 3px;
  padding-bottom: 47px/2px;
}
@media (max-width: 769px) {
  #topbar .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
#topbar #ul_event_links {
  padding-top: 47px/2px + 3px !important;
}
#topbar #ul_event_links > li {
  padding-bottom: 10px!important;
}
#topbar #ul_event_links > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
#topbar #ul_event_links > li > a.btn-main,
#topbar #ul_event_links > li > a.tn-secondary,
#topbar #ul_event_links > li > a.btn-default {
  padding-top: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
#topbar .navbar-inverse .navbar-toggle:hover:before,
#topbar .navbar-inverse .navbar-toggle:focus:before {
  color: #fff;
}
@media (max-width: 769px) {
  #topbar #ul_event_links {
    padding-top: 0 !important;
  }
  #topbar #ul_event_links > li {
    padding-bottom: 0px!important;
  }
  #topbar #ul_event_links > li > a {
    padding: 4px 20px!important;
  }
}
#topbar #bs-example-navbar-collapse-1 {
  padding-left: 15vw;
}
#topbar .responsive-top-bar-links > li > a {
  padding: 10px 20px;
}
#topbar .visible-xs .new_icon_navbar {
  font-family: 'Pickevent';
  width: 40px;
  font-size: 16px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
#topbar .header_tabs {
  margin-right: -15px;
}
#topbar .header_tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-right: 27px;
  padding-left: 30px;
  padding-right: 8px;
  opacity: 0.8;
}
#topbar .header_tabs .tab > a {
  color: white;
}
#topbar .header_tabs .icon_tab {
  color: #FFFFFF;
  font-family: pickevent !important;
  font-size: 16px;
  font-weight: normal;
  margin-left: -24px;
  opacity: 0.7;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#topbar .logged_in > img {
  margin: 0 5px!important;
  width: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-border-radius: 24px ;
  -moz-border-radius: 24px ;
  -ms-border-radius: 24px ;
  -o-border-radius: 24px ;
  border-radius: 24px ;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#topbar .logged_in img.hover,
#topbar .logged_in img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#topbar .logged_in .box_navbar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
#topbar .logged_in .box_navbar:hover:before {
  content: "";
  border-bottom: 4px solid #fff;
  bottom: 2px;
  height: 2px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
}
#topbar .logged_in .box_navbar:hover .new_icon_bar {
  color: white;
  opacity: 1;
}
#topbar .logged_in .new_icon_bar {
  font-family: pickevent;
  color: white;
  font-size: 20px;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#topbar .logged_in .new_icon_bar:hover {
  opacity: 1;
}
#topbar .logged_in .check {
  position: relative;
}
#topbar .logged_in .check .num {
  background-color: red;
  border-radius: 15px;
  font-family: Helvetica !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  padding: 1px 6px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 50;
}
#topbar .logged_in .check .triangle {
  position: absolute;
  bottom: -9px;
  width: 13px;
  left: 5px;
  display: none;
}
#topbar .logged_in .messages {
  position: relative;
}
#topbar .logged_in .messages .num {
  background-color: red;
  border-radius: 15px;
  font-family: Helvetica !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  padding: 1px 6px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 50;
}
#topbar .logged_in .messages .triangle {
  position: absolute;
  bottom: -9px;
  width: 13px;
  left: 5px;
  display: none;
}
#topbar .logged_in .settings {
  position: relative;
}
#topbar .logged_in .settings .triangle {
  position: absolute;
  bottom: 6px;
  width: 13px;
  left: 136px;
  display: none;
}
#topbar .logged_in .hover_button:hover .triangle,
#topbar .logged_in .hover_button.active .triangle {
  display: block;
}
#topbar .logged_in .hover_button.new .no_hover {
  display: none;
}
#topbar .logged_in .hover_button.new .hover {
  display: inline-block;
}
#topbar .new_notifications_number_popup {
  background-color: tomato;
  color: #eee;
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  left: 55%;
  top: 13%;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topbar .new_notifications_number_popup.notifications_msg {
  left: -22px;
  top: 3px;
}
html[dir="rtl"] #topbar #bs-example-navbar-collapse-1 {
  padding-left: initial;
}
html[dir="rtl"] #topbar #ul_event_links {
  float: right;
  display: flex;
  flex-flow: row nowrap;
  margin-right: 10px;
}
html[dir="rtl"] #topbar #ul_notifications_links {
  display: flex;
  flex-flow: row nowrap;
}
body.scroll-disabled {
  overflow: hidden;
}
.left-topbar-section {
  min-width: 0;
}
.single-event-links {
  overflow: hidden;
}
.single-event-links .links-wrapper {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-left: 3em;
  list-style-type: none;
  position: relative;
  overflow-x: scroll;
  margin-bottom: -18px;
}
.single-event-links .links-wrapper .link-label {
  padding: 1.5em 1em;
  min-height: 100%;
  position: relative;
  white-space: nowrap;
}
.single-event-links .links-wrapper .link-label a {
  color: white;
}
.single-event-links .links-wrapper .sublinks-menu-icon {
  cursor: pointer;
  color: white;
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.single-event-links .links-wrapper .sublinks-menu-icon--open {
  transform: rotate(-180deg);
}
.single-event-links .links-wrapper .sublinks-wrapper a {
  padding: 0.2em 1em;
}
.single-event-links .links-wrapper .header_dropdown {
  position: fixed;
  top: 55px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  max-height: 30vh;
  box-shadow: 0 0 6px 0 #b0b0b0;
}
.single-event-links .links-wrapper .header_dropdown .dropdown-item {
  text-align: center;
  color: #eee;
  border: 1px solid;
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #377fa8;
  margin-bottom: -0.01em;
}
.responsive-top-bar-links {
  overflow: scroll;
}
.responsive-top-bar-links .link-label-responsive {
  list-style-type: none;
  padding: 5px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.responsive-top-bar-links .link-label-responsive .sublinks-menu-icon-responsive {
  cursor: pointer;
  color: white;
  transform-origin: center;
  transform: rotate(-180deg);
  transition: transform 0.3s;
  font-size: 1.5rem;
  padding: 10px;
}
.responsive-top-bar-links .link-label-responsive .sublinks-menu-icon-responsive.collapsed {
  transform: rotate(0deg);
}
.responsive-top-bar-links .link-label-responsive a {
  display: inline;
  width: 100%;
  padding-right: unset !important;
}
.responsive-top-bar-links .link-label-responsive .text_navbar {
  margin-left: 10px;
}
.responsive-top-bar-links .sublinks-wrapper-responsive a {
  padding-left: 3em;
}
#bs-example-navbar-collapse-responsive {
  z-index: 5;
  position: absolute;
  width: 80vw;
  padding: 0 1.1em;
  right: 0;
  overflow-x: hidden;
  max-height: calc(100vh - 70px);
}
@media (min-width: 768px) {
  #bs-example-navbar-collapse-responsive {
    display: none;
  }
}
.navbar-responsive span.new_icon_navbar {
  font-family: pickevent;
  color: white;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-toggle-responsive {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 8px 8px 8px 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle-responsive span {
  color: white;
}
.navbar-toggle-responsive:not(.collapsed) span.collapsed {
  display: none;
}
.navbar-toggle-responsive.collapsed span.expanded {
  display: none;
}
#topbar .new_notifications_number_popup_responsive {
  position: absolute;
  background-color: tomato;
  display: flex;
  justify-content: center;
  width: 30px;
  left: -12px;
  border-radius: 50%;
  align-items: center;
  top: 7px;
}
#topbar .new_notifications_number_popup_responsive span {
  background-color: unset;
  color: unset;
  border-radius: unset;
  padding: unset;
  position: unset;
  font-size: unset;
  left: unset;
  top: unset;
  margin-top: unset;
}
.tourSlider {
  text-align: center;
}
.tourSlider .circle1 {
  position: absolute;
  width: 135px;
  height: 65px;
  background-image: url("https://americas.eventscase.com/img/tourSlider/circle1.png");
  background-repeat: no-repeat;
}
.tourSlider .circle2 {
  position: absolute;
  width: 106px;
  height: 75px;
  background-image: url("https://americas.eventscase.com/img/tourSlider/circle2.png");
  background-repeat: no-repeat;
}
.tourSlider .reopen {
  max-width: 806px;
}
.tourSlider .carousel {
  background: #373737;
  border-radius: 3px;
  padding: 3px;
  padding-top: 3px;
  padding-bottom: 65px;
  width: 100%;
  max-width: 806px;
  display: inline-block;
}
.tourSlider .link-indicators {
  position: relative;
  z-index: 15;
  bottom: auto;
  left: auto;
  margin: 0;
  right: auto;
  height: 100%;
  width: 100% !important;
  display: inline-block;
  top: auto;
  background-color: rgba(0, 0, 0, 0.15);
  min-height: 50px;
}
.tourSlider .link-indicators .link {
  font-size: 0.9em;
  padding-left: 0px;
  padding-right: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fff !important;
  display: block;
  background-color: #2c2f30;
  color: #fff;
  float: left;
  width: 150px;
  height: 50px;
  vertical-align: middle;
  position: relative;
}
.tourSlider .link-indicators .link span {
  vertical-align: middle;
}
.tourSlider .link-indicators .link:after {
  content: "";
  background-image: url('https://americas.eventscase.com/img/tourSlider/unactive.png');
  background-repeat: no-repeat;
  width: 15px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.tourSlider .link-indicators .link.active {
  background-color: #1c85b5;
}
.tourSlider .link-indicators .link.active:after {
  background-image: url('https://americas.eventscase.com/img/tourSlider/active-1.png');
}
.tourSlider .link-indicators .link.prev-active:after {
  background-image: url('https://americas.eventscase.com/img/tourSlider/unactive-2.png');
}
.tourSlider .link-indicators .link.last {
  padding-left: 5px;
}
.tourSlider .link-indicators .link.last:after {
  display: none;
}
.tourSlider .link-indicators .table-mode {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 50px;
}
.tourSlider .link-indicators .cell-mode {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tourSlider .footer {
  text-shadow: 2px 2px 3px black;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  bottom: 18px;
}
.tourSlider .footer span {
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.4em;
}
.tourSlider .subcarousel {
  position: relative;
}
.tourSlider .subcarousel .player {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0px;
  z-index: 10;
}
.tourSlider .subcarousel .player > div {
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  border-radius: 18px;
}
.tourSlider .subcarousel .player span {
  border-radius: 100%;
  cursor: pointer;
  padding-top: 3px;
  font-weight: 900;
  font-size: 1em;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #377fa8;
  margin: 0px 2px 0px 2px;
}
.tourSlider .subcarousel .player span.active {
  background: #98c370;
}
.tourSlider .subcarousel .subslide {
  display: none;
  position: relative;
}
.tourSlider .subcarousel .subslide.subslide_active {
  display: block;
}
.tourSlider .subcarousel .subslide .over_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.tourSlider .subcarousel .subslide .subitem_number {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #377fa8;
  border-radius: 100%;
  text-align: center;
  height: 70px;
  width: 70px;
}
.tourSlider .subcarousel .subslide .subitem_number span {
  font-weight: 900;
  font-size: 2.8em;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.tourSlider .animate_subslide.animate_common {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
.tourSlider .animate_subslide.animate_fadeinup {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.tourSlider .drag_and_drop {
  background-image: url('https://americas.eventscase.com/img/tourSlider/dragandrop.png');
  background-repeat: no-repeat;
  width: 91px;
  height: 89px;
  position: absolute;
}
.popover {
  background-color: #fefefe;
  -webkit-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.38);
  box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.38);
}
.popover .popover-title {
  background-color: #377fa8;
}
.popover .arrow {
  border-bottom-color: #377fa8 !important;
}
.popover .btn-default {
  background-color: #98c370 !important;
  border-color: #8bbb5e;
  color: #fff !important;
  font-size: 1em;
}
.tour-backdrop {
  opacity: 0.15 !important;
}
.w50 {
  width: 50px;
}
.w75 {
  width: 75px;
}
.w85 {
  width: 85px;
}
.w100 {
  width: 100px;
}
.w125 {
  width: 125px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.valign {
  vertical-align: middle;
}
.vabaseline {
  vertical-align: baseline !important;
}
.inline-block {
  display: inline-block;
}
.menu_top {
  height: 45px;
  border-bottom: 2px solid #B8B8B8;
  margin-bottom: 35px;
}
.menu_top .profile_link {
  position: absolute;
  color: #444;
  font-size: 14px;
  top: 29px;
  right: 45px;
}
.menu_top .tab {
  color: #CECCCC;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  margin: 2px 3px 0 0;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu_top .tab:before {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #98c370;
  position: absolute;
  bottom: -1px;
  left: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.menu_top .tab a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu_top .tab a:hover {
  color: grey;
}
.menu_top .active {
  color: grey;
}
.menu_top .active:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #98c370;
  position: absolute;
  bottom: -1px;
  left: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.g-recaptcha.error {
  border: 2px solid #E74C3C;
  border-radius: 6px;
}
.media_elem {
  position: relative;
  border: 1px solid #EDEDED;
  background-color: #fff;
  width: 180px;
  height: 180px;
  margin: 17px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
  float: left;
}
.media_elem .content {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: auto 94%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
}
.media_elem .content .dark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.media_elem .content img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -37px;
  margin-top: -37px;
}
.media_elem .content .link {
  margin-left: -47px;
  margin-top: -26px;
}
.media_elem .content .rich {
  margin-top: -45px;
  magin-left: -36px;
}
.media_elem .content .title {
  max-height: 122px;
  overflow: hidden;
}
.media_elem .hover_content {
  display: none;
  background-color: #98c370;
  padding: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
}
.media_elem .hover_content .content {
  background-color: #fff;
  color: #444;
  height: 138px;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 15px;
}
.media_elem .hover_content .content > .delete {
  display: none;
}
.media_elem .hover_content .bottom {
  text-align: center;
  padding: 7px;
}
.media_elem .hover_content .bottom img {
  margin: 0 3px;
  cursor: pointer;
}
.media_elem .hover_content .bottom .edit {
  height: 17px;
}
.media_elem .embed {
  display: none;
}
.media_elem .name_media_elem {
  text-align: center;
  padding: 3px 0px;
  height: 42px;
  margin-top: 3px;
  overflow: hidden;
}
.media_elem.empty {
  border: 1px dashed #EDEDED !important;
}
.media_elem:hover .hover_content {
  display: block;
}
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated_default {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated_duration05_delay1 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated_duration05_delay05 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
.confirm_sup_dialog,
.error_sup_dialog,
.alert_sup_dialog {
  background-color: #77AD7D;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 9px 0 10px;
  position: fixed;
  text-align: center;
  top: -45px;
  width: 100%;
  min-height: 45px;
  z-index: 99999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.confirm_sup_dialog.alert_popup_full_width,
.error_sup_dialog.alert_popup_full_width,
.alert_sup_dialog.alert_popup_full_width {
  display: inline-block;
  margin: auto;
  left: 70px;
  right: 70px;
  width: auto;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.confirm_sup_dialog.alert_popup_full_width .container,
.error_sup_dialog.alert_popup_full_width .container,
.alert_sup_dialog.alert_popup_full_width .container {
  width: auto;
}
.confirm_sup_dialog {
  background-color: #77AD7D !important;
}
.confirm_sup_dialog.visible,
.error_sup_dialog.visible,
.alert_sup_dialog.visible {
  top: 0px;
}
.error_sup_dialog {
  background-color: #E74C3C;
}
.alert_sup_dialog {
  background-color: #FAB300;
}
#payment_in_process_popup {
  width: 500px;
  text-align: center;
}
#payment_in_process_popup img {
  width: 100px;
  margin-bottom: 20px;
}
#payment_in_process_popup p {
  font-size: 18px;
}
.loading_tickets {
  text-align: center;
  font-size: 22px;
  color: #444;
  padding: 50px;
  background-color: #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.loading_tickets img {
  width: 50px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-bottom: 20px;
}
.ticket_widget {
  color: #545454;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
}
.ticket_widget > .conten_widget {
  display: inline-block;
  max-width: 700px;
  min-width: 600px;
  text-align: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-width: 650px;
}
.ticket_widget .header {
  background-color: #98c370;
  padding: 5px 35px;
  font-size: 18px;
  color: #fff;
  margin: -1px 0px 0 0px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0 ;
  -moz-border-radius: 5px 5px 0 0 ;
  -ms-border-radius: 5px 5px 0 0 ;
  -o-border-radius: 5px 5px 0 0 ;
  border-radius: 5px 5px 0 0 ;
}
.ticket_widget .header .title {
  margin-bottom: 0px!important;
}
.ticket_widget .header img {
  float: right;
}
.ticket_widget .html_additional_fields {
  margin: 25px 25px 25px 25px;
}
.ticket_widget .body {
  padding: 10px;
}
.ticket_widget .body table {
  margin-bottom: 0px!important;
}
.ticket_widget .body table td {
  vertical-align: middle;
}
.ticket_widget .body a {
  color: #4d99c5 !important;
}
.ticket_widget .body .table_quantity,
.ticket_widget .body .quantity {
  width: 80px;
}
.ticket_widget .body .quantity {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.ticket_widget .body .radio_ticket {
  position: relative;
}
.ticket_widget .body .radio_ticket label {
  line-height: 1;
}
.ticket_widget .body .radio_ticket::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ticket_widget .body th {
  border-top: 0px!important;
}
.ticket_widget .body .form-group {
  margin-bottom: 0px!important;
}
.ticket_widget .body .taxes {
  font-size: 10px;
  opacity: 0.8;
}
.ticket_widget .body .tddescription {
  border-top: 0px;
  padding-top: 0px;
}
.ticket_widget .body .description {
  font-size: 12px!important;
}
.ticket_widget .body #promocode_form_container {
  float: right;
}
.ticket_widget .body #promocode_form_container #promocode-error-text {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
.ticket_widget .body #promocode_title,
.ticket_widget .body #addons_title,
.ticket_widget .body #tickets_title {
  font-weight: bold;
  display: block;
  margin: 25px 25px 25px 25px;
  font-size: 1.4em;
  display: inline-block;
}
.ticket_widget .body #vatform_form,
.ticket_widget .body #promocode_form {
  margin: 0px 25px 30px 25px;
}
.ticket_widget .body #promo_codes_details_title {
  line-height: 42px;
}
.ticket_widget .bottom {
  padding: 10px 20px;
}
.ticket_widget .bottom .security {
  float: left;
}
.ticket_widget .bottom .security > img {
  height: 28px;
}
.ticket_widget .bottom .security .sure_payment {
  display: inline;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
  color: #FFAD0C;
  line-height: 40px;
}
.ticket_widget .bottom .security .sure_payment .icon {
  line-height: 40px;
  vertical-align: middle;
}
.ticket_widget .bottom .btn-buy {
  font-size: 16px;
  font-weight: normal;
}
.ticket_widget .bottom .btn-buy .register {
  display: none;
}
.ticket_widget .bottom .option {
  padding: 8px 12px;
}
.ticket_widget .bottom #show_terms_conditions_widget {
  cursor: pointer;
}
@media (max-width: 767px) {
  .ticket_widget {
    text-align: center;
  }
  .ticket_widget .pull-right {
    width: 100%;
  }
  .ticket_widget > .conten_widget {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    min-width: inherit;
    position: relative;
    margin-bottom: 100px;
    width: 100%;
  }
  .ticket_widget .header > img {
    display: none;
  }
  .ticket_widget .body {
    padding: 10px 5px ;
    background-color: #f6f6f6;
  }
  .ticket_widget .body td,
  .ticket_widget .body th {
    padding: 5px 2px!important;
  }
  .ticket_widget .body #promocode_form_container {
    float: right;
  }
  .ticket_widget .body #enter_promo_code {
    text-align: center;
  }
  .ticket_widget .body #promo_code_div .apply {
    width: inherit;
    float: left;
  }
  .ticket_widget .body #promo_code_div .input {
    width: 50%;
    float: left;
  }
  .ticket_widget .body #promo_code_div #promo_codes_details_title {
    line-height: 42px;
  }
  .ticket_widget .body .description {
    font-size: 11px!important;
  }
  .ticket_widget .body #promocode_title,
  .ticket_widget .body #addons_title,
  .ticket_widget .body #tickets_title {
    margin: 10px 5px 10px 5px;
  }
  .ticket_widget .body #vatform_form,
  .ticket_widget .body #promocode_form {
    margin: 0px 5px 10px 5px;
  }
  .ticket_widget .bottom {
    padding: 10px 5px ;
    background-color: #f6f6f6;
    text-align: center;
  }
  .ticket_widget .bottom #buy_ticket_button,
  .ticket_widget .bottom #buy_not_logued {
    margin-left: 0px!important;
    margin-right: 0px!important;
    float: none!important;
    max-width: 170px!important;
  }
  .ticket_widget .bottom .security {
    width: 100%;
    position: absolute;
    bottom: -44px;
    left: 0px;
    text-align: center;
  }
  .ticket_widget .bottom .option {
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding: 8px 2px;
  }
  .ticket_widget .bottom .option label {
    font-size: 12px;
  }
}
#abstracts_dashboard textarea {
  cursor: default;
  height: 150px;
}
.search_layout #maindiv {
  margin-left: 80px;
  margin-right: 10px;
}
.groups_page #sidebar {
  left: 65px;
}
.groups_page #sidebar .photo img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  width: 100%;
}
.groups_page #sidebar .description p {
  font-size: 13px;
}
.groups_page #sidebar .stats {
  font-size: 16px;
}
.groups_page #sidebar .btn-main {
  text-align: center;
}
.groups_page #sidebar .group_created_by {
  font-size: 16px;
  margin-top: 20px;
}
.groups_page #sidebar .group_created_by h6 {
  margin-top: 0px!important;
}
.groups_page #sidebar .group_created_by .photo {
  float: left;
  position: relative;
  margin-right: 20px;
}
.groups_page #sidebar .group_created_by .photo img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  width: 75px;
  height: 75px;
  float: left;
}
.groups_page #sidebar .group_created_by .photo .user_type {
  border: 3px solid #ffffff;
  height: 30px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 30px;
}
.groups_page #sidebar .group_created_by .name {
  font-size: 14px;
  display: inline;
}
.groups_page #sidebar .group_created_by .motto {
  font-size: 14px;
  display: inline;
}
.groups_page .menu_top_categories:before {
  border-color: transparent transparent #f5f5f5;
  border-style: solid;
  border-width: 11px;
  content: "";
  display: inline-block;
  height: 0;
  left: 250px;
  position: absolute;
  top: -19px;
  width: 0;
}
.groups_page .menu_top_categories {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 25px;
  margin-top: -22px;
  position: relative;
}
.groups_page .menu_top_categories .category {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 8px 10px;
  padding: 3px 6px;
}
.groups_page #maindiv {
  margin-right: 0px;
}
.groups_page #maindiv #group_name {
  width: 100%;
  box-sizing: content-box !important;
  padding-bottom: 25px;
}
.groups_page #maindiv #group_name h1 {
  font-size: 25px;
  font-weight: normal;
  margin: 0px;
}
.groups_page #maindiv #publish_buttons_container {
  padding-bottom: 18px;
  text-align: center;
}
.groups_page #maindiv #publish_buttons_container button {
  margin-bottom: 15px;
  z-index: 40;
}
.groups_page #maindiv #new_post {
  font-size: 14px;
}
.groups_page #maindiv #new_post.on_overall_content {
  display: none;
}
.groups_page #maindiv #new_post h4 {
  margin-bottom: 0px;
}
.groups_page #maindiv #new_post.open_new_post {
  width: 100%;
}
.groups_page #maindiv #new_post.open_new_post .well {
  min-height: 550px;
}
.groups_page #maindiv #new_post .options_new_post {
  display: none;
}
.groups_page #maindiv #new_post #cancel_post {
  display: none;
}
.groups_page #maindiv #new_topic {
  display: none;
}
.groups_page #maindiv #new_topic.open_new_topic {
  width: 100%;
}
.groups_page #maindiv #new_topic #form_create_topic span {
  font-size: 14px !important;
}
.groups_page #maindiv #new_topic #form_create_topic h5 {
  margin-bottom: 0px;
}
.groups_page #maindiv #new_post .well,
.groups_page #maindiv #new_topic .well {
  position: relative;
}
.groups_page #maindiv #new_post .close_button,
.groups_page #maindiv #new_topic .close_button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.groups_page #maindiv .group_last_members {
  font-size: 16px;
}
.groups_page #maindiv .group_last_members h6 {
  margin-top: 0px!important;
}
.groups_page #maindiv .group_last_members .photo {
  float: left;
  position: relative;
  margin-right: 20px;
}
.groups_page #maindiv .group_last_members .photo img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  width: 75px;
  height: 75px;
  float: left;
}
.groups_page #maindiv .group_last_members .photo .user_type {
  border: 3px solid #ffffff;
  height: 30px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 30px;
}
.groups_page #maindiv .group_last_members .motto {
  overflow: hidden;
}
.groups_page #maindiv .group_last_members {
  font-size: 14px;
}
.groups_page #maindiv .group_last_members .photo {
  margin-right: 30px;
}
.groups_page #maindiv .group_last_members .photo img {
  width: 55px;
  height: 55px;
}
.groups_page #maindiv .group_last_members .user_type {
  position: absolute;
  right: -4px !important;
  top: 0!important;
  width: 20px!important;
  height: 20px!important;
  border: 0px !important;
}
.groups_page #maindiv .recommended_events .cell_left {
  float: left;
  color: #444;
  margin-right: 15px;
  padding: 5px 0px;
}
.groups_page #maindiv .recommended_events .cell_left + .cell_left {
  border-top: 1px solid #eee;
}
.groups_page #maindiv .recommended_events .recommended_event {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.groups_page #maindiv .recommended_events .titulo_event {
  font-size: 14px;
  display: block;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
}
.groups_page #maindiv .recommended_events .date {
  font-size: 12px;
}
.groups_page #maindiv .recommended_events .by_event {
  color: #959595;
  font-size: 11px;
  font-weight: bold;
  margin-top: -10px;
}
.groups_page #maindiv .recommended_events .img_event {
  height: 62px;
  width: 62px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
}
.groups_page #maindiv .last_topics .cell_left {
  float: left;
  color: #444;
  margin-right: 15px;
}
.groups_page #maindiv .last_topics .recommended_topic {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.groups_page #maindiv .last_topics .titulo_event {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
}
.groups_page #maindiv .last_topics .by_event {
  color: #959595;
  font-size: 11px;
  font-weight: bold;
  margin-top: -10px;
}
.groups_page #maindiv .last_topics .img_event {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.groups_page .group_members .group_search_users {
  width: 500px;
}
.groups_page .group_members .search {
  width: 250px;
}
.groups_page .group_members .user_card {
  margin-right: 10px;
  margin-bottom: 10px;
}
.groups_page .group_members h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*** RECOMMENDED EVENTS ***/
#popup_suggest_event {
  width: 600px;
}
#popup_suggest_event .list_events {
  padding-top: 20px;
  padding-bottom: 10px;
}
#popup_suggest_event .list_events .event_preview {
  float: left;
  padding: 10px;
  height: 94px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
#popup_suggest_event .list_events .event_preview .event_image {
  float: left;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
  padding: 2px;
  width: 75px;
  height: 75px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}
#popup_suggest_event .list_events .event_preview .title {
  font-weight: bold;
  max-height: 51px;
  overflow: hidden;
}
#popup_suggest_event .list_events .event_preview .eo {
  max-height: 25px;
  overflow: hidden;
}
#popup_suggest_event .list_events .event_preview .eo .eo_img {
  width: 15px;
  margin-right: 6px;
  font-size: 13px;
}
#popup_suggest_event .list_events .event_preview .hover {
  display: none;
}
#popup_suggest_event .list_events .event_preview:before {
  content: "";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  background-color: #77AD7D;
}
#popup_suggest_event .list_events .event_preview:hover .hover {
  display: block;
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 20px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 95px;
  z-index: 2;
}
#popup_suggest_event .list_events .event_preview:hover .hover > div {
  display: inline;
}
#popup_suggest_event .list_events .event_preview:hover .hover a {
  color: #fff;
  font-size: 20px;
}
#popup_suggest_event .list_events .event_preview:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#popup_suggest_event .list_events .event_preview.delete:before {
  background-color: #E74C3C;
}
/***** SEARCH ****************/
.search_groups #sup_my_groups {
  background-color: #f5f5f5;
  margin: 0 0 0 -45px;
  padding: 45px 90px 45px 45px;
  box-sizing: content-box;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.search_groups #search_overall {
  margin-bottom: 35px;
}
.search_groups h1 {
  margin-top: 0px;
  font-size: 25px;
}
.search_groups h5 {
  font-size: 18px;
}
.search_groups .small_group .well {
  padding-bottom: 0px!important;
  min-height: 77px;
}
.search_groups .small_group .well {
  background-color: #fff;
  box-shadow: 3px 3px 1px #ececec;
}
.search_groups .small_group .new_content {
  background-color: #fa3121;
  border-radius: 0 0 0 3px;
  bottom: 21px;
  color: white;
  font-weight: bold;
  left: 16px;
  min-width: 31px;
  padding: 5px;
  position: absolute;
  text-align: center;
}
.search_groups .small_group .thumbnail {
  width: 75px;
  height: 75px;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  margin-bottom: 0px;
  margin: -9px 10px -9px -9px;
  border-right: 1px solid #ddd;
  border: 0px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px ;
  -moz-border-radius: 4px 0 0 4px ;
  -ms-border-radius: 4px 0 0 4px ;
  -o-border-radius: 4px 0 0 4px ;
  border-radius: 4px 0 0 4px ;
}
.search_groups .small_group .label-corner {
  position: absolute;
  top: 0px;
  right: 15px;
  border-radius: 0 3px 0 3px;
}
.search_groups .small_group .label-default {
  font-size: 100%;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}
.search_groups .small_group a.icon {
  cursor: pointer;
}
.search_groups .small_group h6 {
  font-size: 14px!important;
  font-weight: bold;
  line-height: 1.6 !important;
  max-height: 27px;
  overflow: hidden;
}
.search_groups #other_groups {
  position: relative;
}
.conversation .forum_section {
  background-color: #98c370;
  border-radius: 4px 4px 0 0;
  color: white;
  font-size: 12px;
  margin: -16px -16px 10px -16px;
  padding: 3px 15px;
}
.conversation .forum_section a,
.conversation .forum_section a:hover {
  color: #fff;
}
.conversation h6 {
  line-height: 1.2;
}
.conversation .description {
  color: #969a9d;
  font-size: 13px;
  margin-left: 18px;
  margin-top: 4px;
}
.conversation .owner {
  float: left;
  margin-right: 10px;
}
.conversation .owner img {
  width: 34px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.conversation .txt {
  font-size: 14px;
}
.conversation .last_response,
.conversation .messages_num {
  font-size: 12px;
}
.post_box {
  font-size: 14px;
}
.post_box .blog_section {
  background-color: #163343;
  border-radius: 4px 4px 0 0;
  color: white;
  font-size: 12px;
  margin: -11px -16px 10px;
  padding: 3px 15px;
}
.post_box .blog_section a,
.post_box .blog_section a:hover {
  color: #fff;
}
.post_box h6 {
  font-size: 18px;
  margin: 5px 0;
}
.post_box .post_type {
  font-size: 12px;
  color: #444;
  display: inline-block;
  margin-left: 15px;
  max-width: 150px;
  max-height: 45px;
  overflow: hidden;
}
.post_box .photo {
  position: relative;
  float: left;
  margin-right: 10px;
}
.post_box .photo .img {
  float: left;
  margin-right: 15px;
}
.post_box .photo .img a > img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  width: 55px;
}
.post_box .photo .user_type {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 20px;
}
.post_box .motto {
  margin-top: 5px;
}
.post_box .text {
  overflow: hidden;
}
.post_box .text .header_post_image.mbl {
  margin: -21px -16px 0 -16px;
  position: relative;
}
.post_box .text .header_post_image.mbl:before {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.post_box .text img {
  max-width: 100%!important;
  max-height: auto!important;
  height: auto!important;
}
.full_post .panel {
  border: 0px;
  box-shadow: none;
}
.full_post .panel-heading {
  background-color: transparent;
  border-bottom: 0px;
}
.full_post h6 {
  font-size: 23px;
}
#join_private_group_popup {
  position: relative;
  margin: -50px;
  padding: 50px;
  width: 599px;
}
#join_private_group_popup .left_colum {
  width: 220px;
  background-color: #F3F5F7;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px ;
  -moz-border-radius: 4px 0 0 4px ;
  -ms-border-radius: 4px 0 0 4px ;
  -o-border-radius: 4px 0 0 4px ;
  border-radius: 4px 0 0 4px ;
}
#join_private_group_popup .left_colum .photo {
  max-width: 100%;
  min-height: 150px;
}
#join_private_group_popup .left_colum .photo img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#join_private_group_popup .left_colum .description p {
  font-size: 13px;
  margin-top: 10px;
}
#join_private_group_popup .right_colum {
  margin-left: 210px;
}
#join_private_group_popup .right_colum h5 {
  margin-top: -10px;
}
#attendee_friends {
  max-width: 500px;
}
#attendee_friends h4 {
  margin-bottom: 30px;
}
#attendee_friends .friend .photo {
  float: left;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  color: #ddd;
  font-size: 25px;
  background-image: url("https://americas.eventscase.com/img/user2.png");
  margin-right: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
#attendee_friends .friend .form {
  display: block;
  overflow: hidden;
}
#attendance_attendee_info {
  display: inline-block;
  padding: 0 10px;
  text-align: left;
  width: 100%;
  max-width: 820px;
}
#attendance_attendee_info #attendance_user_account_info {
  float: right;
}
#attendance_attendee_info #attendance_user_account_info .user_photo {
  width: 40px;
  border-radius: 100%;
}
#attendance_attendee_info #attendance_user_links {
  float: left;
}
#attendance_process h4 {
  margin-top: 0px;
  margin-bottom: 35px;
}
#attendance_process #steps {
  padding: 30px 0;
}
#attendance_process #steps_guide {
  margin-top: -20px;
  position: relative;
  top: 0px;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0 ;
  -moz-border-radius: 4px 4px 0 0 ;
  -ms-border-radius: 4px 4px 0 0 ;
  -o-border-radius: 4px 4px 0 0 ;
  border-radius: 4px 4px 0 0 ;
}
#attendance_process #steps_guide > .row > div {
  position: relative;
  padding: 23px 35px;
  background-color: #377fa8;
  color: white;
  float: left;
  text-align: center;
  height: 66px;
  line-height: 18px;
}
#attendance_process #steps_guide .steps_1 {
  display: none;
}
#attendance_process #steps_guide .steps_2 {
  width: 50%;
}
#attendance_process #steps_guide .steps_3 {
  width: 33.333%;
}
#attendance_process #steps_guide .steps_4 {
  width: 25%;
}
#attendance_process #steps_guide .steps_5 {
  width: 20%;
}
#attendance_process #steps_guide > .row > div.active {
  background-color: #112835;
  position: relative;
}
#attendance_process #steps_guide > .row > div.active::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 33px;
  border-color: #377fa8 #377fa8 #377fa8 #112835;
  z-index: 1;
}
#attendance_process #steps_guide > .row > div.active::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 33px;
  border-color: transparent transparent transparent #377fa8;
  z-index: 1;
}
#attendance_process .add_new_attendee {
  text-align: center;
  font-size: 2em;
  cursor: pointer;
  padding: 10px;
}
#attendance_process .add_new_attendee:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}
#attendance_process #form_tickets .header {
  display: none;
}
#attendance_process #form_tickets > .conten_widget {
  border: 0px;
}
#payment_process #cart-resume.cart-table .cart-head {
  float: left;
}
#payment_process #cart-resume.cart-table .cart-head .cart-title {
  font-size: 1.5em;
  padding-top: 15px;
  margin-bottom: 30px;
}
#payment_process #cart-resume.cart-table .cart-head .cart-total {
  display: none;
}
#payment_process #cart-resume.cart-table .cart-body .cart-user,
#payment_process #cart-resume.cart-table .cart-body .cart-title {
  display: none;
}
#payment_process #cart-resume.cart-table .cart-body .tickets_ttl_alert {
  float: right;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items {
  clear: both;
  display: flex;
  flex-flow: column nowrap;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-items-header,
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-name {
  flex: 1;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-header-quantity,
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-quantity {
  width: 100px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-header-unitary-price,
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-unitary-price {
  display: none;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-header-price,
#payment_process #cart-resume.cart-table .cart-body .cart-items .cart-item-price {
  width: 150px;
  text-align: right;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups {
  display: flex;
  flex-flow: column nowrap;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-subtotal {
  color: #888;
  margin-bottom: 30px;
  margin-right: 15px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-header,
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group {
  display: flex;
  flex-flow: row nowrap;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-name {
  flex: 1;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-header-amount,
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-amount {
  width: 100px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-header-total,
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-total {
  width: 150px;
  text-align: right;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-details {
  background-color: #eef0f0;
  color: #888;
  font-style: italic;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-details .cart-group-details-header {
  display: none;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-details .cart-group-detail {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  padding: 5px 15px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-total {
  min-width: 100px;
  margin-right: 10px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-quantity::after {
  margin: 5px;
  content: '×';
}
#payment_process #cart-resume.cart-table .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-unitary {
  display: none;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items,
#payment_process #cart-resume.cart-table .cart-body .cart-groups {
  border-bottom: solid 1px #eef0f0;
  margin-bottom: 10px;
  text-align: right;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items + .cart-items {
  margin-top: 30px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-items-header,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header {
  background-color: #163343;
  color: #F0F0F0;
  font-weight: bold;
}
#payment_process #cart-resume.cart-table .cart-body .cart-item,
#payment_process #cart-resume.cart-table .cart-body .cart-items-header,
#payment_process #cart-resume.cart-table .cart-body .cart-group,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header {
  border-top: solid 1px #eef0f0;
  border-left: solid 1px #eef0f0;
}
#payment_process #cart-resume.cart-table .cart-body .cart-item > div,
#payment_process #cart-resume.cart-table .cart-body .cart-items-header > div,
#payment_process #cart-resume.cart-table .cart-body .cart-group > div,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header > div {
  border-right: solid 1px #eef0f0;
  padding: 5px 15px;
}
#payment_process #cart-resume.cart-table .cart-body .cart-item > div.cart-item-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-items-header > div.cart-item-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group > div.cart-item-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header > div.cart-item-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-item > div.cart-item-name,
#payment_process #cart-resume.cart-table .cart-body .cart-items-header > div.cart-item-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group > div.cart-item-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header > div.cart-item-name,
#payment_process #cart-resume.cart-table .cart-body .cart-item > div.cart-group-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-items-header > div.cart-group-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group > div.cart-group-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header > div.cart-group-header-name,
#payment_process #cart-resume.cart-table .cart-body .cart-item > div.cart-group-name,
#payment_process #cart-resume.cart-table .cart-body .cart-items-header > div.cart-group-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group > div.cart-group-name,
#payment_process #cart-resume.cart-table .cart-body .cart-group-header > div.cart-group-name {
  text-align: left;
}
#payment_process #cart-resume.cart-table .cart-footer {
  position: relative;
}
#payment_process #cart-resume.cart-table .cart-footer .cart-total {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 30px;
}
#payment_process #cart-resume.cart-table .cart-footer .cart-total .cart-label {
  margin-right: 30px;
}
#payment_process #cart-resume.cart-table .cart-footer .cart-restart {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 0;
  position: absolute;
}
#payment_process #cart-resume.cart-table .cart-footer .cart-restart:hover,
#payment_process #cart-resume.cart-table .cart-footer .cart-restart:focus {
  outline: none;
  color: white;
}
#payment_process #cart-resume.cart-table .cart-footer .cart-restart:active,
#payment_process #cart-resume.cart-table .cart-footer .cart-restart.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#payment_process #cart-resume.cart-table .cart-footer .cart-restart.disabled,
#payment_process #cart-resume.cart-table .cart-footer .cart-restart[disabled],
fieldset[disabled] #payment_process #cart-resume.cart-table .cart-footer .cart-restart {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#payment_process #cart-resume.cart-table .cart-footer .cart-restart > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs#payment_process #cart-resume.cart-table .cart-footer .cart-restart > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg#payment_process #cart-resume.cart-table .cart-footer .cart-restart > [class^="fui-"] {
  top: 2px;
}
#payment_process #cart-resume.cart-table .cart-subtotal,
#payment_process #cart-resume.cart-table .cart-total {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  text-align: right;
  text-transform: uppercase;
  margin-right: 15px;
}
#payment_process #cart-resume.cart-table .cart-subtotal .cart-subtotal-title,
#payment_process #cart-resume.cart-table .cart-total .cart-subtotal-title,
#payment_process #cart-resume.cart-table .cart-subtotal .cart-label,
#payment_process #cart-resume.cart-table .cart-total .cart-label {
  flex: 1;
  margin-right: 30px;
}
#payment_process #cart-resume.cart-table .cart-subtotal .cart-subtotal-amount,
#payment_process #cart-resume.cart-table .cart-total .cart-subtotal-amount {
  min-width: 120px;
}
#payment_process #cart-resume.cart-sidebar {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #B5B5B5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  text-align: left;
  margin-left: 15px;
  vertical-align: top;
  margin-bottom: 25px;
  min-width: 250px;
  max-width: 400px;
  width: 100%;
}
#payment_process #cart-resume.cart-sidebar .cart-head {
  padding: 19px 30px;
  background-color: #377fa8;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0 ;
  -moz-border-radius: 4px 4px 0 0 ;
  -ms-border-radius: 4px 4px 0 0 ;
  -o-border-radius: 4px 4px 0 0 ;
  border-radius: 4px 4px 0 0 ;
  width: 100%;
}
#payment_process #cart-resume.cart-sidebar .cart-body {
  padding: 30px 30px 0;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-title {
  text-transform: uppercase;
  font-weight: bold;
  width: 60%;
  min-width: 150px;
  border-image: linear-gradient(to right, #2A2A2A, #FFF) 1;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
  margin-top: 30px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-total {
  text-align: right;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-user {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-user .cart-user-picture {
  margin-right: 10px;
  width: 50px;
  height: auto;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-user .cart-user-details {
  flex: 1;
  text-align: center;
}
#payment_process #cart-resume.cart-sidebar .cart-body .tickets_ttl_alert {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .tickets_ttl_alert .fa-clock-o {
  font-size: 30px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-items-header {
  display: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-title {
  font-size: 1.2em;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-item {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-item .cart-item-name {
  width: 100%;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-item .cart-item-quantity::after {
  content: '×';
  margin: 5px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-item .cart-item-unitary-price {
  flex: 1;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-items .cart-item .cart-item-price {
  text-align: right;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-title {
  font-size: 1.2em;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-header {
  display: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group {
  display: flex;
  flex-flow: row-reverse wrap;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group .cart-group-total {
  display: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group .cart-group-name {
  margin: 0 0 0 10px;
  flex: 1;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group .cart-group-amount {
  flex: 0;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details .cart-group-details-header {
  display: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details .cart-group-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-name {
  width: 100%;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-unitary {
  flex: 1;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-quantity::after {
  content: '×';
  margin: 5px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups .cart-group-details .cart-group-detail .cart-group-detail-price {
  text-align: right;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-groups.cart-taxes .cart-group-detail-name {
  flex: 1;
}
#payment_process #cart-resume.cart-sidebar .cart-footer {
  padding: 0 30px 30px;
}
#payment_process #cart-resume.cart-sidebar .cart-footer .cart-total {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  border-top: solid 1px #2A2A2A;
  margin-top: 10px;
  padding-top: 20px;
  text-transform: uppercase;
}
#payment_process #cart-resume.cart-sidebar .cart-footer .cart-total .cart-label {
  margin-right: 30px;
}
#payment_process #cart-resume.cart-sidebar .cart-footer .cart-restart {
  margin-top: 15px;
}
#payment_process #cart-resume.cart-sidebar .cart-separator {
  display: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body {
  /*
		.cart-tickets .cart-item-name::before {
			font-family: FontAwesome;
			margin-right: 5px;
			font-style: normal;
			content: '\f145';
		}

		.cart-addons .cart-item-name::before {
			font-family: FontAwesome;
			margin-right: 5px;
			font-style: normal;
			content: '\f1b2';
		}

		.cart-discounts .cart-group::after {
			font-family: FontAwesome;
			margin-right: 5px;
			content: '\f219';
		}

		.cart-taxes .cart-group::after {
			font-family: FontAwesome;
			margin-right: 5px;
			content: '\f19c';
		}
 */
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-item,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-item-quantity,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-details,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-detail {
  margin-left: 10px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-separator {
  display: block;
  width: 50%;
  border: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-separator + .cart-separator {
  display: none;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-item-name,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-detail-name {
  font-style: italic;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-item-price,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-detail-total {
  text-align: right;
  min-width: 65px;
  margin-left: 10px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-subtotal {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
  width: 90%;
  min-width: 200px;
  max-width: 400px;
  border-image: linear-gradient(to left, #888, #FFF) 1;
  border-top: 1px solid transparent;
  padding-top: 20px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-subtotal .cart-subtotal-title {
  text-transform: uppercase;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-subtotal .cart-subtotal-amount {
  min-width: 65px;
  margin-left: 30px;
}
#payment_process #cart-resume.cart-sidebar .cart-body .cart-item-quantity,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-item-unitary-price,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-subtotal,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-detail-name,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-detail-quantity,
#payment_process #cart-resume.cart-sidebar .cart-body .cart-group-detail-unitary {
  color: #888;
}
#event_attend_survey {
  font-size: 14px;
}
#event_attend_survey .title {
  padding: 6px 0px;
  border-bottom: 3px solid #F3F5F7;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
#event_attend_survey #survey_top {
  float: left;
}
#event_attend_survey .options {
  margin-bottom: 30px;
}
#event_attend_survey .options .option {
  text-align: left;
  margin-bottom: 8px;
}
#event_attend_survey .options .option span {
  margin-right: 10px;
}
#event_attend_survey .button {
  float: right;
}
@media (min-width: 768px) {
  #attendance_process #steps {
    position: relative;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  #payment_process #attendance_process {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 10px!important;
  }
  #payment_process #attendance_process #steps_guide {
    border-radius: 4px 4px 0 0;
    margin: -10px -10px 0;
    font-size: 12px;
  }
  #guests_form h4 {
    text-align: center;
  }
  #guests_form #user_details_form_container .photo_url,
  #guests_form #guest_details_container .photo_url {
    width: 100%;
    float: none!important;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #payment_process #attendance_process #steps_guide div[class*='steps_'].active {
    width: 100%;
  }
  #payment_process #attendance_process #steps_guide div[class*='steps_']:not(.active) {
    display: none;
  }
}
#payment_event_process_container {
  padding-top: 20px;
  min-height: 300px;
}
#payment_event_process_container .conten_widget {
  background-color: #fff;
}
#container_payments_process,
#payment_event_process_container {
  color: #585858 !important;
}
#payment_process {
  text-align: center;
}
#payment_process #attendance_process {
  background-color: #fff;
  display: inline-block;
  padding: 20px 0;
  max-width: 800px;
  width: 100%;
  text-align: left;
  z-index: 1;
  margin-bottom: 15px;
  flex-shrink: 0;
}
#payment_process #attendance_process #steps_guide {
  position: static;
}
#payment_process hr {
  width: 100%;
  border-color: #ccc !important;
  border-width: 1px 0 0;
}
#payment_process .payment-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
#signup_payments_event {
  text-align: left;
  padding-bottom: 50px;
}
#login_payments_event .tips {
  text-align: left;
}
#login_payments_event .tips .icon {
  font-size: 40px;
  margin-right: 20px;
  float: left;
  position: relative;
  top: 10px;
}
#login_payments_event .tips .row > div + div {
  margin-top: 5px;
}
#form_register_manually {
  max-width: 500px;
}
#popupEditAttendeeContent {
  min-height: 500px;
  display: inline-block;
  width: 100%;
}
#view_attendee_details {
  max-width: 880px;
}
#view_attendee_details #user_details_container {
  display: flex;
  flex-flow: row nowrap;
}
#view_attendee_details #user_details_container .popup_edit_attendee_details {
  height: 150px;
}
#view_attendee_details #user_details_container .photo_url img {
  width: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
#view_attendee_details #user_details_container .user_details {
  flex: 1;
}
#view_attendee_details #user_details_container .user_details #response_survey {
  min-width: unset !important;
  max-width: unset !important;
}
#view_attendee_details .attendee_actions a {
  width: 140px;
  text-align: center;
}
#view_attendee_details .guest_list {
  margin-bottom: 20px;
}
#view_attendee_details .guest_list img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
#view_attendee_details .guest_list .ticket_to_confirm img {
  border-radius: 0!important;
}
#view_attendee_details .guest_list .guest_details {
  overflow: hidden;
}
#view_attendee_details .atd_title {
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 5px 20px;
  margin-top: 25px;
}
#view_attendee_details .payments_and_details .details {
  display: none;
}
#view_attendee_details .payments_and_details .show_details {
  display: table-row;
}
#view_attendee_details #response_survey h5 {
  display: none;
}
#view_attendee_details #response_survey .response .title,
#view_attendee_details #response_survey .response .response_text {
  font-size: 14px;
}
#view_attendee_details #response_survey .response + .response {
  margin-top: 15px;
}
#view_attendee_details .addon_assigned {
  padding: 20px;
}
#view_attendee_details .addon_assigned .addon_icon {
  font-size: 25px;
}
.popup_export_attendees .process-bar-container {
  height: 25px;
  border: 2px solid #0F3C50;
}
.popup_export_attendees h3 {
  text-align: center;
}
.popup_export_attendees .finalStep {
  margin-top: 30px;
}
.popup_export_attendees button {
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
#registration_process_container {
  text-align: right;
  background-color: transparent;
}
#registration_process_container #languages_payment_event_process_container {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  padding: 2px 5px 0px 8px;
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #registration_process_container #languages_payment_event_process_container {
    margin-right: 4px;
  }
}
#registration_process_container #languages_payment_event_process_container .languages_payment_event_process_title {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: 600;
  padding-top: 2px;
}
#registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  padding-top: 2px;
}
#registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content .flag-item {
  display: inline-flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
  align-items: baseline;
  white-space: nowrap;
  height: 30px;
  cursor: pointer;
}
#registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content .flag-item p {
  display: inline-block;
  padding: 0 4px;
}
#registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content .languages_payment_hidden {
  display: none;
}
#registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content:hover .languages_payment_hidden {
  position: absolute;
  display: flex;
  z-index: 3;
  flex-flow: column nowrap;
  padding: 5px;
  background: white;
  top: 25px;
  right: -5px;
  box-shadow: 0.5px 0.5px 3px black;
}
#registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content:hover .languages_payment_hidden .flag-item:hover {
  background-color: #dadada;
}
#registration_process_container .ec_logo_registration {
  display: flex;
  justify-content: center;
}
#registration_process_container .ec_logo_registration_img {
  height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#registration_process_container #attendance_process #steps_guide {
  position: relative;
}
#registration_process_container #attendance_process #steps_guide .step-text {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  padding-left: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  #registration_process_container .big_image_module h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #registration_process_container .big_image_module h2 {
    font-size: 18px;
  }
  #payment_event_process_container {
    padding-top: 0;
  }
  #payment_process:not(.has_cart_resume) {
    padding-top: 20px;
  }
}
@media (max-width: 1099px) {
  #payment_process.has_cart_resume {
    display: flex;
    flex-flow: column-reverse nowrap;
    align-items: center;
  }
  #payment_process.has_cart_resume #cart-resume {
    margin: 10px 0;
    max-width: 800px;
  }
  #payment_process.has_cart_resume #cart-resume .cart-head {
    position: relative;
  }
  #payment_process.has_cart_resume #cart-resume .cart-head::after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: transform 0.5s;
  }
  #payment_process.has_cart_resume #cart-resume .cart-body,
  #payment_process.has_cart_resume #cart-resume .cart-footer {
    max-width: 600px;
    margin: auto;
  }
  #payment_process.has_cart_resume #cart-resume.open .cart-head::after {
    transform: rotate(-180deg);
  }
  #payment_process.has_cart_resume #cart-resume:not(.open) .cart-body,
  #payment_process.has_cart_resume #cart-resume:not(.open) .cart-footer {
    display: none;
  }
}
@media (min-width: 1100px) {
  #payment_process.has_cart_resume {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  #payment_process.has_cart_resume #cart-resume {
    margin-right: 10px;
  }
  #payment_process.has_cart_resume #cart-resume .cart-head .cart-total {
    display: none;
  }
  #payment_process.has_cart_resume #cart-resume .cart-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  }
  #payment_process.has_cart_resume #attendance_process {
    margin-left: 10px;
  }
  #payment_process.has_cart_resume.stick_resume #cart-resume {
    position: fixed;
    top: 10px;
    right: 0;
  }
  #payment_process.has_cart_resume.stick_resume #fake-resume {
    display: block;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 250px;
    max-width: 400px;
    width: 100%;
  }
}
html[dir='rtl'] #registration_process_container {
  text-align: left;
}
html[dir='rtl'] #registration_process_container #languages_payment_event_process_container {
  padding: 2px 8px 0px 5px;
  margin-right: unset;
  margin-left: 20px;
}
html[dir='rtl'] #registration_process_container #languages_payment_event_process_container #languages_payment_event_process_content .languages_payment_hidden {
  text-align: left;
  left: -5px;
  right: unset;
}
html[dir='rtl'] #cart-resume {
  text-align: right;
  margin-right: 15px;
  margin-left: unset;
}
html[dir='rtl'] #cart-resume .cart-body .cart-restart {
  text-align: left;
}
html[dir='rtl'] #payment_process #attendance_process {
  text-align: right;
}
html[dir='rtl'] #attendance_process #steps_guide {
  transform: scaleX(-1);
}
html[dir='rtl'] #attendance_process #steps_guide .step-text {
  display: block;
  transform: scaleX(-1);
}
html[dir='rtl'] #fake-resume {
  display: none;
}
.attendee_form_container {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .attendee_form_container {
    width: 700px;
  }
}
.eo-section {
  display: none;
  background-color: #fffff0;
  padding: 10px 5px;
}
.eo-section .eo-section-alert {
  color: #886644;
}
.eo-section hr {
  display: none;
}
#popupEditAttendeeContent .eo-section {
  display: block !important;
}
.attendee_resume {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.attendee_resume .state.state_completed {
  color: #77AD7D;
}
.attendee_resume .state.state_pending {
  color: #0F3C50;
}
.attendee_resume .attendee_resume_title {
  font-weight: bold;
}
.attendee_resume .text_resume_invited {
  margin: 0 20px 10px;
}
.attendee_resume .attendee_resume_header {
  border-bottom: solid 1px #CCC;
  background-color: #FCFCFC;
  padding: 10px;
}
.attendee_resume .attendee_resume_header .attendee_resume_cancel {
  display: none;
}
.attendee_resume .attendee_resume_header .attendee_resume_ticket {
  display: flex;
  margin-top: 10px;
}
.attendee_resume .attendee_resume_header .attendee_resume_ticket span {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .attendee_resume .attendee_resume_header .attendee_resume_ticket {
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 0;
  }
  .attendee_resume .attendee_resume_header .attendee_resume_ticket span {
    margin-left: 0;
  }
}
.attendee_resume .attendee_resume_header .attendee_resume_ticket select {
  width: 100%;
}
.attendee_resume .attendee_resume_body {
  padding: 10px;
}
@media (min-width: 768px) {
  .attendee_resume .attendee_resume_body .row {
    display: flex;
  }
}
.attendee_resume .attendee_resume_body .attendee_resume_data {
  display: flex;
  flex-flow: column;
  margin-bottom: 10px;
}
.attendee_resume .attendee_resume_body .attendee_resume_data label {
  display: flex;
  flex-flow: row;
}
.attendee_resume .attendee_resume_body .attendee_resume_data .alert {
  margin: 15px 0 4px 0;
  padding: 5px 10px;
  text-align: center;
  border-width: 1px;
}
@media (min-width: 768px) {
  .attendee_resume .attendee_resume_body .attendee_resume_data {
    margin-bottom: 0;
  }
}
.attendee_resume .attendee_resume_body .attendee_resume_data .attendee_resume_booked_session_day,
.attendee_resume .attendee_resume_body .attendee_resume_data .attendee_resume_booked_session_time {
  font-weight: bold;
}
.attendee_resume .attendee_resume_body .attendee_resume_data .attendee_resume_booked_session_title {
  font-style: italic;
}
.attendee_resume .attendee_resume_body .attendee_resume_actions {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.attendee_resume .attendee_resume_body .attendee_resume_buttons {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.attendee_resume .attendee_resume_body .attendee_resume_buttons .btn {
  width: 100%;
  margin-bottom: 5px;
}
.attendee_resume .attendee_resume_body .attendee_resume_confirm_skip {
  margin-bottom: -15px;
}
.attendee_resume.attendee_anonymous .attendee_resume_data {
  display: flex;
  flex-flow: column-reverse;
}
.attendee_resume.attendee_anonymous .attendee_resume_data form .survey_container .survey:last-child .form-group {
  margin-bottom: 0;
}
.attendee_resume.attendee_anonymous .attendee_resume_buttons {
  justify-content: flex-start;
}
.attendee_resume.attendee_anonymous .attendee_details.basic_details_form .attendee_resume_buttons {
  justify-content: flex-end;
}
.attendee_resume.attendee_anonymous .state {
  display: none;
}
.attendee_resume.attendee_anonymous .tooltip_div:hover .invitation_button ~ .tooltip_new.guest_without_email_tooltip {
  display: none!important;
}
.attendee_resume.attendee_anonymous .tooltip_div:hover .invitation_button[disabled] ~ .tooltip_new.guest_without_email_tooltip {
  display: block!important;
}
.attendee_resume.attendee_anonymous .tooltip_div:hover .invitation_button[disabled] ~ .tooltip_new.send_invitation_tooltip {
  display: none!important;
}
.attendee_resume .fa-mobile,
.attendee_resume .fa-tablet {
  zoom: 1.5;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .attendee_resume {
    min-width: 600px;
  }
}
#attendance_process .attendee_resume_cancel {
  display: block !important;
}
.user_details_container .photo_url img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  float: left;
  margin-right: 15px;
}
.user_details_container .user_details {
  display: block;
}
.user_details_container .user_details > div {
  display: inline-block;
  max-width: 575px;
}
.user_details_container .edit {
  cursor: pointer;
}
.attendee_form_img {
  max-width: 100%;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  -webkit-box-shadow: 0px 0px 24px 0px #bbbbbb;
  -moz-box-shadow: 0px 0px 24px 0px #bbbbbb;
  box-shadow: 0px 0px 24px 0px #bbbbbb;
  border: 5px solid #fff;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url,
.edit_attendee_form .attendee_form .guest .photo_url {
  position: relative;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url .hover,
.edit_attendee_form .attendee_form .guest .photo_url .hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url .hover i,
.edit_attendee_form .attendee_form .guest .photo_url .hover i {
  color: #fff;
  font-size: 50px;
  padding-top: 50%;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url .hover:after,
.edit_attendee_form .attendee_form .guest .photo_url .hover:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #377fa8;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 100%;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url .hover input,
.edit_attendee_form .attendee_form .guest .photo_url .hover input {
  display: none;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url #crop_image_sidebar,
.edit_attendee_form .attendee_form .guest .photo_url #crop_image_sidebar {
  display: none;
}
.edit_attendee_form .attendee_form .user_details_form_container .photo_url img,
.edit_attendee_form .attendee_form .guest .photo_url img {
  max-width: 100%;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  -webkit-box-shadow: 0px 0px 24px 0px #bbbbbb;
  -moz-box-shadow: 0px 0px 24px 0px #bbbbbb;
  box-shadow: 0px 0px 24px 0px #bbbbbb;
  border: 5px solid #fff;
}
.edit_attendee_form .attendee_form .user_details_form_container .user_details,
.edit_attendee_form .attendee_form .guest .user_details {
  display: block;
}
.edit_attendee_form .attendee_form .user_details_form_container .user_details ul,
.edit_attendee_form .attendee_form .guest .user_details ul {
  list-style: none;
  padding-left: unset;
}
.edit_attendee_form .attendee_form .user_details_form_container .user_details .bloque-tickets,
.edit_attendee_form .attendee_form .guest .user_details .bloque-tickets {
  padding-left: unset;
}
.edit_attendee_form .attendee_form .user_details_form_container .text_custom_register_head,
.edit_attendee_form .attendee_form .guest .text_custom_register_head {
  text-align: justify;
}
.edit_attendee_form .attendee_form .guest + .guest {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #F0F0F0;
}
.edit_attendee_form .attendee_form #guest_details_container {
  margin-top: 35px;
}
.edit_attendee_form .attendee_form hr {
  color: #ccc;
  width: 100%;
  border: 0px!important;
  border-bottom: 1px solid #ccc !important;
}
.edit_attendee_form .attendee_form .legal-terms {
  display: flex;
}
.edit_attendee_form .attendee_form .legal-terms .form-group {
  float: left;
}
.edit_attendee_form .attendee_form .legal-terms .legal-terms-label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.edit_attendee_form .attendee_form .attendee_form_expand_section {
  float: right;
}
.edit_attendee_form .attendee_form .attendee_form_expand_section i {
  padding-top: 20px;
  font-size: 40px;
  cursor: pointer;
}
.legal-terms-popup .legal-terms-content {
  min-width: 70vw;
  height: 50vh;
  overflow-y: scroll;
  padding: 10px;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .legal-terms-popup .btn-reject {
    width: auto !important;
  }
}
.private_event_password {
  text-align: center;
  padding: 10px;
}
.sessions-booking {
  width: 100%;
}
#popupManageSessions .sessions-booking {
  width: 80vw;
}
.sessions-booking .schedule-filters {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .sessions-booking .schedule-filters {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.sessions-booking .stream-filter,
.sessions-booking .speaker-filter,
.sessions-booking .room-filter {
  flex: 1 0 0;
}
.sessions-booking .stream-filter .form-select,
.sessions-booking .speaker-filter .form-select,
.sessions-booking .room-filter .form-select {
  width: 100%;
}
@media (min-width: 768px) {
  .sessions-booking .stream-filter,
  .sessions-booking .speaker-filter,
  .sessions-booking .room-filter {
    max-width: 300px;
  }
  .sessions-booking .stream-filter .form-group,
  .sessions-booking .speaker-filter .form-group,
  .sessions-booking .room-filter .form-group {
    margin-bottom: 0;
  }
  .sessions-booking .stream-filter:not(:last-child),
  .sessions-booking .speaker-filter:not(:last-child),
  .sessions-booking .room-filter:not(:last-child) {
    margin-right: 20px;
  }
}
.sessions-booking .days-filter {
  text-align: right;
}
.sessions-booking .days-filter .pagination {
  margin: 0;
}
.sessions-booking .days-filter .pagination > li > span {
  cursor: pointer;
}
.sessions-booking .days-filter .pagination > li:first-child > span::before {
  font-family: 'FontAwesome';
  content: '\f100';
}
.sessions-booking .days-filter .pagination > li:last-child > span::before {
  font-family: 'FontAwesome';
  content: '\f101';
}
.sessions-booking .event-session {
  position: relative;
  margin-top: 30px;
}
.sessions-booking .event-session[class*='hidden'] {
  display: none;
}
.sessions-booking .event-session .session-stream {
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sessions-booking .event-session .session-stream .stream-name {
  position: absolute;
  padding: 0 50px;
  border-radius: 10px 10px 0 0;
  background: inherit;
  transition: top 0.5s ease;
  top: 0;
  right: 0;
}
.sessions-booking .event-session:hover .stream-name {
  top: -20px;
}
.sessions-booking .event-session .session-content,
.sessions-booking .event-session .session-extra-content {
  position: relative;
  background-color: #F9F9F9;
  margin-left: 10px;
  border: solid 1px #CCC;
  border-top: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .sessions-booking .event-session .session-header > div {
    display: inline-block;
    margin-right: 30px;
  }
}
.sessions-booking .event-session .session-date::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f073';
}
.sessions-booking .event-session .session-start::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f017';
}
.sessions-booking .event-session .session-end::before {
  content: ' - ';
}
.sessions-booking .event-session .session-room:not(:empty)::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f192';
}
.sessions-booking .event-session .session-type:not(:empty)::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f006';
}
.sessions-booking .event-session .session-type[data-type='break']::before {
  content: '\f0f4';
}
.sessions-booking .event-session .session-speakers img {
  max-width: 30px;
  max-height: 30px;
}
.sessions-booking .event-session .session-summary {
  padding-top: 5px;
  margin: 5px 0;
  border-top: dotted 1px #EEE;
}
.sessions-booking .event-session .session-summary .session-title {
  font-weight: bold;
}
.sessions-booking .event-session .session-summary .session-profile {
  font-weight: bold;
  text-decoration: underline;
}
.sessions-booking .event-session .session-summary .session-profile::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f2bc';
  font-weight: normal;
  margin-left: 5px;
}
.sessions-booking .event-session .session-booking {
  width: 100%;
  white-space: normal;
  color: #FFFFFF;
  background-color: #77AD7D;
}
.sessions-booking .event-session .session-booking .session-unregister {
  display: none;
}
.sessions-booking .event-session.booked .session-booking {
  background-color: #E74C3C;
}
.sessions-booking .event-session.booked .session-booking .session-register {
  display: none;
}
.sessions-booking .event-session.booked .session-booking .session-unregister {
  display: block;
}
.sessions-booking .event-session[data-bookable="0"]:not(.booked) .session-cta {
  display: none;
}
.sessions-booking .event-session[data-left="0"] .session-seats {
  display: none;
}
.sessions-booking .event-session:not([data-left="0"]) .session-full {
  display: none;
}
.sessions-booking .event-session[data-capacity="0"] .session-seats,
.sessions-booking .event-session[data-capacity="0"] .session-full {
  display: none;
}
.sessions-booking .event-session .session-seats {
  font-size: 14px;
}
.sessions-booking .event-session:not(.booked) .show-if-booked {
  display: none;
}
.sessions-booking .event-session .session-extra-content {
  padding: 0;
}
.sessions-booking .event-session .session-extra-content .session-toggle {
  text-align: center;
  cursor: pointer;
}
.sessions-booking .event-session .session-extra-content .session-toggle::after {
  transition: transform 0.5s ease;
  font-family: 'FontAwesome';
  content: '\f0d8';
  font-size: 16px;
  display: inline-block;
}
.sessions-booking .event-session .session-extra-content .session-description {
  transition: max-height 0.5s ease-in;
  max-height: 300px;
  overflow-y: auto;
  padding: 0 10px;
}
.sessions-booking .event-session .session-extra-content.toggle-hidden .session-toggle::after {
  transform: rotate(180deg);
}
.sessions-booking .event-session .session-extra-content.toggle-hidden .session-description {
  transition-property: ease-out;
  max-height: 0;
}
@media (min-width: 768px) {
  .sessions-booking .event-session .session-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
  }
  .sessions-booking .event-session .session-content > div {
    margin: 10px;
  }
  .sessions-booking .event-session .session-header {
    flex: none;
    width: 150px;
    overflow: hidden;
  }
  .sessions-booking .event-session .session-summary {
    flex-grow: 1;
    padding: 0;
    border: none;
  }
  .sessions-booking .event-session .session-summary p {
    margin: 0;
  }
  .sessions-booking .event-session .session-cta {
    flex: none;
    width: 150px;
  }
}
.sessions-booking .sessions-footer {
  display: flex;
  align-items: center;
}
.sessions-booking .sessions-footer .sessions-progress {
  flex: 1;
  height: 22px;
  margin: 0;
  position: relative;
  /* missing bootstrap dependency */
}
.sessions-booking .sessions-footer .sessions-progress .progress-bar.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.sessions-booking .sessions-footer .sessions-progress .sessions-progress-message {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: black;
  font-weight: bold;
  text-shadow: white 0 0 5px;
}
.ticketsCart .attendee {
  margin-bottom: 30px;
  clear: both;
}
.ticketsCart .attendee_guest.disabled {
  position: relative;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ticketsCart .attendee_guest.disabled:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  z-index: 5;
}
#waiting_online_payment.checking .pending_payment {
  display: none;
}
#waiting_online_payment:not(.checking) .checking_payment {
  display: none;
}
#waiting_online_payment .loading {
  text-align: center;
}
html[dir="rtl"] .user_details_container .photo_url img,
.language_alignment_right .user_details_container .photo_url img {
  float: right;
}
#layout_profile #content {
  background-color: #eee;
}
#layout_profile #maindiv {
  margin-left: 80px;
  margin-right: 0;
}
#layout_profile .bg-transparent {
  background-color: transparent;
}
#layout_profile .expositor_description {
  margin-bottom: 20px;
}
#layout_profile .expositor_description a {
  font-weight: bolder;
}
#layout_profile .expositor_description .expositor_description_long,
#layout_profile .expositor_description .expositor_description_short {
  font-size: 16px;
}
#layout_profile .expositor_description .expositor_description_long {
  display: none;
}
#layout_profile .mt-0 {
  margin-top: 0;
}
#layout_profile .mb-20 {
  margin-bottom: 20px;
}
#layout_profile .mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#layout_profile .pl-20 {
  padding-left: 20px;
}
#layout_profile .mw-80 {
  max-width: 80px;
}
#layout_profile .expositor_logo img {
  width: 100%;
}
#layout_profile .rrss {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: row nowrap;
}
#layout_profile .rrss a {
  font-size: 1.3em;
  margin-right: 25px;
}
#layout_profile .rrss .link_twitter {
  color: #000000;
}
#layout_profile .rrss .link_youtube {
  color: #bb0000;
}
#layout_profile .rrss .link_linkedin {
  color: #007bb5;
}
#layout_profile .rrss .link_instagram {
  color: #125688;
}
#layout_profile .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
#layout_profile .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
#layout_profile .col-align {
  float: none;
  display: inline-block;
}
#layout_profile .col-align--top {
  vertical-align: top;
}
#layout_profile .col-align--center {
  vertical-align: middle;
}
#layout_profile .col-align--bottom {
  vertical-align: bottom;
}
#layout_profile .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#layout_profile .sessions .session_panel {
  min-height: 16px;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
#layout_profile .sessions .session_panel h4 {
  font-size: 16px;
  font-weight: bold;
}
#layout_profile .sessions .session_panel h5 {
  font-size: 15px;
  font-weight: 100;
}
#layout_profile .sessions .session_panel .long_description {
  display: none;
}
#layout_profile .sessions .session_panel .speakers .speaker {
  margin-bottom: 10px;
}
#layout_profile .sessions .session_panel .speakers .avatar_speaker {
  padding: 25px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  max-width: 24px;
}
#layout_profile .sessions .session_panel .speakers h6 {
  font-size: 15px;
  font-weight: 100;
  margin: 0;
}
#layout_profile .leftbar {
  width: 4px;
  background: #222222;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
}
#layout_profile .panel {
  border: 0px;
}
#layout_profile .panel h3 {
  margin-top: 0px;
  padding-top: 0px;
  font-weight: bold;
}
#layout_profile .panel .panel-heading {
  font-size: 1.2em;
  text-align: center;
}
#layout_profile #my_events {
  text-align: center;
}
@media (min-width: 920px) {
  #layout_profile #my_events {
    width: 100%!important;
  }
  #layout_profile #my_events .next_events_container {
    width: 50%;
    float: left;
    padding: 15px;
  }
  #layout_profile #my_events .past_events_container {
    width: 50%;
    float: left;
    padding: 15px;
  }
}
#layout_profile .profile_main_title {
  font-size: 16px;
  color: #377fa8;
  position: relative;
  overflow-x: hidden;
  font-weight: bold;
}
#layout_profile .profile_main_title:after {
  content: "";
  height: 7px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
#layout_profile .profile_section_title {
  color: #999;
  font-size: 20px;
  color: #377fa8;
  position: relative;
  overflow-x: hidden;
  font-weight: bold;
}
#layout_profile .profile_section_title:after {
  content: "";
  height: 7px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  width: 99%;
  border-bottom: 1px solid #aaa;
}
#layout_profile .profile_skills_services ul {
  list-style: none;
}
#layout_profile #chat .message {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
}
#layout_profile #chat .message.right {
  float: right;
}
#layout_profile #chat .message.left {
  float: left;
}
#layout_profile #media_profile #new_section {
  float: right;
  color: #586DB0;
}
#layout_profile #media_profile .input_editable {
  width: auto!important;
}
#layout_profile #media_profile #view_content_media {
  margin-bottom: 50px;
}
#layout_profile #media_profile #view_content_media .embed img {
  min-width: 100%!important;
  height: auto!important;
}
#layout_profile #media_profile #view_content_media .info {
  font-size: 16px;
  background-color: #F3F5F7;
}
#layout_profile #media_profile #top_media {
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin-top: 15px;
  vertical-align: middle;
}
#layout_profile #media_profile #top_media .add_files {
  float: left;
}
#layout_profile #media_profile #top_media .add_files .button {
  line-height: 18px;
  height: auto;
  margin-top: 8px;
}
#layout_profile #media_profile #top_media .logo {
  /*font-family: 'pacifico';*/
  font-size: 35px;
  color: #B3B3B3;
}
#layout_profile #media_profile #top_media .close {
  float: right;
  color: #586DB0;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  width: 90px;
}
#layout_profile #media_profile .upload {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px ;
  -moz-border-radius: 15px ;
  -ms-border-radius: 15px ;
  -o-border-radius: 15px ;
  border-radius: 15px ;
  padding: 35px;
}
#layout_profile #media_profile .upload .form {
  margin: 0 auto;
  width: 745px;
}
#layout_profile #media_profile .upload .or {
  float: left;
  height: 38px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
#layout_profile #media_profile .upload .form > img,
#layout_profile #media_profile .upload .left,
#layout_profile #media_profile .upload .right {
  float: left;
}
#layout_profile #media_profile .upload .left {
  display: inline-block;
  width: 100%;
}
#layout_profile #media_profile .upload .left span {
  font-size: 16px;
}
#layout_profile #media_profile .upload .left #media_import_oembed {
  cursor: pointer;
}
#layout_profile #media_profile .upload .left input[type=button] {
  float: left;
  padding: 8px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px ;
  -moz-border-radius: 8px ;
  -ms-border-radius: 8px ;
  -o-border-radius: 8px ;
  border-radius: 8px ;
  border: 2px solid #B4B4B4;
  font-size: 16px;
  margin-left: 10px;
}
#layout_profile #media_profile .section {
  float: left;
  width: 100%;
  margint-top: 20px;
  background-color: #F6F6F6;
  max-height: 603px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px ;
  -moz-border-radius: 8px ;
  -ms-border-radius: 8px ;
  -o-border-radius: 8px ;
  border-radius: 8px ;
}
#layout_profile #media_profile .section input,
#layout_profile #media_profile .section .name {
  display: inline-block;
  background-color: #F6F6F6;
  font-size: 14px;
  width: auto;
  padding-right: 20px;
  font-weight: 700;
  color: #888;
}
#layout_profile #media_profile .section .section_name {
  background-image: url("https://americas.eventscase.com/img/media/media_section_line.png");
  background-position: center right;
  background-repeat: repeat-x;
}
#layout_profile #media_profile .section .media_section_content {
  min-height: 220px;
}
#layout_profile #media_profile .section .load_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.68) 47%, #f6f6f6 69%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(246, 246, 246, 0.68)), color-stop(69%, #f6f6f6));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.68) 47%, #f6f6f6 69%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.68) 47%, #f6f6f6 69%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.68) 47%, #f6f6f6 69%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.68) 47%, #f6f6f6 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
}
#layout_profile #media_profile .section .load_more .show_more_data {
  cursor: pointer;
}
#layout_profile #form_moderate {
  padding-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #layout_profile .media > a {
    display: inline-block;
    width: 100%;
  }
  #layout_profile .media .media-object {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
  }
  #layout_profile .media .media-body {
    float: left;
    width: 100%;
    clear: both;
  }
}
.profile_info .profile_info_section {
  margin-bottom: 20px;
}
.profile_info > .panel > .panel-body {
  padding: 0px;
  position: relative;
}
.profile_info .edit_profile_icon {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  background-color: #377fa8;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  z-index: 4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.profile_info .edit_profile_icon span {
  line-height: 40px;
  vertical-align: top;
}
.profile_card .profile_card_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: -5px;
}
@media (max-width: 480px) {
  .profile_card .profile_card_content {
    display: block;
  }
  .profile_card .profile_card_content .profile_left {
    min-width: 100%;
    max-width: 100%;
  }
}
.profile_card .profile_left {
  margin: 5px;
  flex-basis: 20%;
  min-width: 200px;
  max-width: 300px;
}
.profile_card .profile_left .profile_left_content {
  width: 100%;
  background-color: white;
  padding: 30px ;
  position: relative;
  height: 100%;
}
.profile_card .profile_left .request_organiser_account_box {
  background-color: #dfdfdf;
}
.profile_card .profile_left .user_last_login {
  text-align: center;
  margin-top: 15px;
}
.profile_card .profile_right {
  flex-basis: 80%;
  overflow: hidden;
  width: auto;
  margin: 5px;
}
.profile_card .profile_right .profile_right_content {
  width: 100%;
  background-color: white;
  height: 100%;
  padding: 30px;
}
.profile_card #top_user_info .event .media .media-body {
  padding: 20px;
}
.profile_card #top_user_info .event .media {
  margin-top: 0px;
  text-align: left;
  border: 1px solid #ccc;
}
.profile_card #top_user_info .event h4 {
  font-size: 1.2em;
}
.profile_card #top_user_info .event .media-object {
  width: 170px;
  height: 140px;
  display: inline-block;
  background-position: center;
  background-size: 100%;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat;
}
.profile_card #top_user_info .event .date {
  font-size: 0.9em;
  color: #666;
}
@media (max-width: 480px) {
  .profile_card #top_user_info .event .media > a {
    display: inline-block;
    width: 100%;
  }
  .profile_card #top_user_info .event .media .media-object {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
  }
  .profile_card #top_user_info .event .media .media-body {
    float: left;
    width: 100%;
    clear: both;
  }
}
.profile_card #top_user_info .profile-stats {
  max-width: 530px;
  padding: 10px 0 0 50px;
  text-align: center;
}
@media (max-width: 1290px) {
  .profile_card #top_user_info .profile-stats {
    padding: 0;
  }
  .profile_card #top_user_info .profile-stats h4 {
    font-size: 16pt;
  }
}
.profile_card .user_photo {
  margin-bottom: 25px;
}
.profile_card .user_photo > div {
  position: relative;
}
.profile_card .user_photo .hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
.profile_card .user_photo .hover i {
  color: #fff;
  font-size: 50px;
  padding-top: 50%;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.profile_card .user_photo .hover:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #377fa8;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 100%;
}
.profile_card .user_photo .hover input {
  display: none;
}
.profile_card .user_photo #crop_image_sidebar {
  display: none;
}
.profile_card .user_photo:hover .hover,
.profile_card .user_photo.show_edit_photo .hover {
  display: block;
}
.profile_card .user_photo img {
  width: 100%;
  border: 2px solid #377fa8;
}
.profile_card #motto {
  margin-bottom: 25px;
  font-size: 1em;
}
.profile_card .location {
  margin-bottom: 20px;
  text-align: center;
}
.profile_card #role {
  font-size: 1.1em;
  margin: 0px;
  text-align: center;
}
.profile_card #company {
  text-align: center;
}
.profile_card #skills,
.profile_card #services {
  margin-bottom: 20px;
}
.profile_card #skills li,
.profile_card #services li {
  float: left;
  width: 50%;
  padding: 2px 10px 2px 10px;
  border-left: 1px solid #ccc;
  margin-bottom: 5px;
}
.profile_card h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.profile_card .social_networks_buttons {
  margin-bottom: 20px;
  text-align: center;
}
.profile_card .social_networks_buttons ul {
  list-style: none;
}
.profile_card .social_networks_buttons li {
  display: inline-block;
  margin-right: 12px;
}
.profilePopup .popupcontent {
  padding: 15px!important;
}
.profilePopup .popupcontent .profile_card {
  max-width: 100%;
  width: 1000px;
}
.chat_profile .actual_user {
  display: none;
}
.chat_profile .private_messages_wrapper {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.show_media_popup .embed {
  width: 900px;
  max-width: 100%;
}
.show_media_popup .info {
  padding: 20px ;
  text-align: left;
  min-width: 500px;
}
.show_media_popup .info p {
  display: block;
  max-width: 600px;
}
.show_media_popup .info .share {
  float: right;
}
.show_media_popup .info .share input {
  margin-left: 10px;
  padding: 2px;
  position: relative;
  top: -4px;
  width: 300px;
  max-width: 100%;
}
.set_media_properties_box {
  width: 500px;
  padding: 20px;
}
#filter-tag-container {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  #layout_profile #maindiv #content {
    padding: 10px ;
  }
  #layout_profile .edit_profile_icon {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 1024px) {
  #layout_profile #maindiv {
    padding-left: 65px!important;
    margin-left: 0px!important;
  }
}
@media (max-width: 768px) {
  #layout_profile #maindiv {
    padding-left: 0px!important;
    margin-left: 0px!important;
  }
}
.my_events_list .media {
  margin-top: 0px;
  text-align: left;
  border: 1px solid #ccc;
}
.my_events_list .media + .media {
  margin-top: 20px;
}
.my_events_list .media-body {
  padding: 20px;
}
.my_events_list h4 {
  font-size: 1.2em;
}
.my_events_list .media-object {
  width: 170px;
  height: 140px;
  display: inline-block;
  background-position: center;
  background-size: 100%;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat;
}
.my_events_list .date {
  font-size: 0.9em;
  color: #666;
}
@media (min-width: 1024px) {
  #layout_profile .sessions .speakers .avatar_speaker {
    padding: 30px !important;
  }
}
@media (max-width: 480px) {
  #layout_profile .sessions .session_panel {
    min-height: 16px;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
  }
  #layout_profile .sessions .session_panel h4 {
    font-size: 16px;
    font-weight: bold;
  }
  #layout_profile .sessions .session_panel h5 {
    font-size: 15px;
    font-weight: 100;
  }
  #layout_profile .sessions .session_panel .long_description {
    display: none;
  }
  #layout_profile .sessions .session_panel .display-flex {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  #layout_profile .sessions .session_panel .speakers .speaker {
    margin-bottom: 10px;
  }
  #layout_profile .sessions .session_panel .speakers .avatar_speaker {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
  }
  #layout_profile .sessions .session_panel .speakers h6 {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
  }
}
#post_event_survey_form {
  min-width: 750px;
}
@media (max-width: 768px) {
  #post_event_survey_form {
    min-width: 100%;
  }
}
.reset_password .muted {
  font-size: 18px!important;
  margin-bottom: 36px!important;
}
.index_whant_mobile #text_what {
  margin-top: 20px;
  font-size: 25px;
  color: #7F8C8D;
  margin-bottom: -3px;
}
.index_whant_mobile #sep_logo {
  margin-top: 30px;
}
.index_whant_mobile #sep_logo img {
  width: 215x;
  height: 52px;
}
.index_whant_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.index_whant_mobile .text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.index_whant_mobile #sep_sign_up {
  margin-top: 0px;
}
.index_whant_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.index_whant_mobile #contenedor {
  padding: 15px;
}
.index_whant_mobile .inputs {
  padding: 15px;
}
.index_whant_mobile .inputs input {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.index_whant_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.index_whant_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.index_whant_mobile .img_icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 16px;
}
.index_whant_mobile .form-group input {
  padding-left: 43px;
}
.login_mobile #sep_logo {
  margin-top: 30px;
}
.login_mobile #sep_logo img {
  width: 215x;
  height: 52px;
}
.login_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.login_mobile #text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.login_mobile #sep_sign_up {
  margin-top: 20px;
}
.login_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.login_mobile #contenedor {
  padding: 15px;
}
.login_mobile .inputs {
  padding: 15px;
}
.login_mobile .inputs input {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.login_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.login_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.login_mobile .terminos_text {
  margin-top: 25px;
}
.login_signup_box {
  font-family: "Lato";
  width: 350px;
}
.login_signup_box form {
  margin: 0px;
}
.login_signup_box .user_type {
  text-align: center;
  margin-bottom: 38px;
}
.login_signup_box .user_type .img_usertype {
  position: relative;
  max-height: 100px;
}
.login_signup_box .user_type .img_usertype img {
  max-height: 100px;
  max-width: 100%;
}
.login_signup_box .user_type .select {
  margin: 20px 0px 0px 0;
}
.login_signup_box .user_type.password-disabled {
  margin-bottom: 0;
}
.login_signup_box .registering_as {
  margin-top: 25px;
  display: block;
  font-size: 18px;
}
.login_signup_box .muted {
  font-size: 13px;
  text-align: center;
  margin: 10px 0;
  color: #7F8C8D !important;
}
.login_signup_box .checkbox,
.login_signup_box .forgot_password {
  margin-top: 20px;
  margin-bottom: 0px;
  cursor: pointer;
}
.login_signup_box .final_button {
  margin-top: 36px;
  white-space: initial;
}
@media (max-width: 768px) {
  .login_signup_box {
    max-width: 100%;
    width: auto;
    text-align: center;
  }
  .login_signup_box .content_login_signup {
    max-width: 100%;
    padding: 0px 15px;
    display: inline-block;
    width: auto!important;
  }
  .login_signup_box .checkbox,
  .login_signup_box .forgot_password {
    margin-top: 0px;
  }
  .login_signup_box .final_button {
    margin-top: 8px;
  }
  .btn {
    line-height: 1.2 !important;
  }
}
.signup2_box {
  max-width: 850px;
}
.signup2_box .left_colum {
  text-align: left;
}
.signup2_box .left_colum .user_image {
  position: relative;
}
.signup2_box .left_colum .user_image .user_photo {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.signup2_box .left_colum .user_image .user_type {
  width: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.signup2_box .left_colum h6 {
  font-size: 18px;
}
.signup2_box .left_colum p {
  font-size: 16px;
}
.signup2_box .left_colum .tagsinput-add {
  margin-bottom: 0px;
}
.signup2_box .left_colum .tagsinput {
  position: relative;
  border: 0px;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 50px;
}
.signup2_box .left_colum .tagsinput .tagsinput-add-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 9px;
  border: 2px solid #BDC3C7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
  margin-top: 5px;
}
.signup2_box .left_colum .tagsinput .tagsinput-add-container:before,
.signup2_box .left_colum .tagsinput .tagsinput-add-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.signup2_box .left_colum .tagsinput .tagsinput-add-container:after {
  clear: both;
}
.signup2_box .left_colum .tagsinput .tagsinput-add-container input {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.signup2_box .left_colum input.error + .tagsinput .tagsinput-add-container {
  border-color: #E74C3C;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px ;
  -ms-border-radius: 6px ;
  -o-border-radius: 6px ;
  border-radius: 6px ;
}
.signup2_box .right_colum {
  text-align: left;
}
.signup2_box .right_colum h5 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 23px;
  margin-top: 0px;
}
.signup2_box .right_colum .dropdown-menu {
  max-height: 200px!important;
  overflow-x: hidden;
}
.from_email_signup > #form_step3 > .row > .left_colum {
  float: right!important;
}
.from_email_signup > #form_step3 > .row > .col-md-offset-1 {
  margin-left: 0!important;
}
@media (max-width: 768px) {
  .signup2_box .signup2_box {
    max-width: 610px;
    width: auto!important;
  }
  .signup2_box .btn-main {
    line-height: 1.2 !important;
    width: 100%;
  }
}
#follow_people_signup {
  max-width: 735px;
}
#follow_people_signup .follow_people_signup_content {
  margin-left: -20px;
}
.forgot_password_mobile #sep_logo {
  margin-top: 30px;
}
.forgot_password_mobile #sep_logo img {
  width: 215x;
  height: 52px;
}
.forgot_password_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.forgot_password_mobile #text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.forgot_password_mobile #sep_sign_up {
  margin-top: 10px;
}
.forgot_password_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.forgot_password_mobile #contenedor {
  padding: 15px;
}
.forgot_password_mobile .inputs {
  padding: 15px;
}
.forgot_password_mobile .inputs input {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.forgot_password_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.forgot_password_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.forgot_password_mobile .text_title {
  margin-top: 75px;
  font-size: 20px;
  font-weight: bold;
  font-family: lato;
  color: #7F8C8D;
}
.forgot_password_mobile .sub_text {
  margin-top: 16px;
  margin-bottom: 26px;
  font-size: 15px;
  color: #7F8C8D;
  padding-left: 30px;
  padding-right: 30px;
}
.forgot_password_mobile .back {
  margin-top: 5px;
  font-size: 15px;
  color: #7F8C8D;
}
.skills_linkedin_box #close_linkedin_skills {
  margin-top: 50px;
}
.skills_linkedin_box .skill {
  margin: 3px;
}
.login_signup_box .col-xs-6 {
  padding: 0px;
}
.show-loader-on-button-pressed {
  display: none;
}
.button-pressed .show-loader-on-button-pressed {
  display: block;
}
.button-pressed .hide-loader-on-button-pressed {
  display: none;
}
.login_mobile #sep_logo {
  margin-top: 30px;
}
.login_mobile #sep_logo img {
  width: 140px;
  height: 100px;
}
.login_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.login_mobile #text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.login_mobile #sep_sign_up {
  margin-top: 0px;
}
.login_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.login_mobile #contenedor {
  padding: 15px;
}
.login_mobile .inputs {
  margin-top: 10px;
}
.login_mobile .signup1 {
  font-size: 15px;
  color: #fff;
}
.login_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.login_mobile .forgot {
  margin-top: 45px;
}
.login_mobile .text_forgot {
  margin-top: 25px;
  font-size: 15px;
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
.login_mobile .img_icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 16px;
}
.login_mobile .form-group input {
  padding-left: 43px;
}
.basic_registration_mobile #sep_logo {
  margin-top: 30px;
}
.basic_registration_mobile #sep_logo img {
  width: 215x;
  height: 52px;
}
.basic_registration_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.basic_registration_mobile #text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.basic_registration_mobile #sep_sign_up {
  margin-top: 0px;
}
.basic_registration_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.basic_registration_mobile #contenedor {
  padding: 15px;
}
.basic_registration_mobile .inputs {
  margin-top: 10px;
}
.basic_registration_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.basic_registration_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.basic_registration_mobile .forgot {
  margin-top: 70px;
}
.basic_registration_mobile .text_register {
  margin-top: 25px;
  font-size: 15px;
  color: #7F8C8D;
  margin-bottom: 20px;
}
.basic_registration_mobile .text_title {
  color: #7F8C8D;
  font-size: 25px;
  font-weight: bold;
  font-family: lato;
  padding-left: 40px;
  padding-right: 40px;
}
.sent_request_mobile #sep_logo {
  margin-top: 60px;
}
.sent_request_mobile #sep_logo img {
  width: 215x;
  height: 50px;
}
.sent_request_mobile .text_title {
  margin-top: 25px;
  color: #7F8C8D;
  font-weight: bold;
  font-family: lato;
  font-size: 24px;
}
.sent_request_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.sent_request_mobile .text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 15px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 56px;
  padding-right: 56px;
}
.sent_request_mobile #sep_sign_up {
  margin-top: 20px;
}
.sent_request_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.sent_request_mobile #contenedor {
  padding: 15px;
}
.sent_request_mobile .inputs {
  padding: 15px;
}
.sent_request_mobile .inputs input {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.sent_request_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.sent_request_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.sent_request_mobile .connect_media {
  background: #E6E6E6;
  height: 80px;
  width: 100%;
  border-radius: 4px;
}
.sent_request_mobile .connect_media p {
  margin-top: 25px;
  padding-top: 5px;
  font-size: 15px;
}
.sent_request_mobile .back1 {
  margin-top: -3px;
}
.sent_request_mobile .blog {
  font-size: 15px;
}
.sent_request_mobile .sep_img_media {
  margin-right: 20px;
}
.sent_request_mobile .img_media {
  margin-left: 17px;
}
.login_signup_box.signup img {
  display: none;
}
.login_signup_box.signup .email {
  display: none;
  margin-top: 20px;
}
.login_signup_box.signup .separator {
  margin-bottom: 0px;
  color: #999;
}
.login_signup_box.signup .separator a {
  color: #377fa8 !important;
  cursor: pointer;
}
.login_signup_box.signup .muted {
  margin-top: 0px;
  margin-bottom: 20px;
}
.login_signup_box.signup .for_eos {
  display: none;
}
.login_signup_box.signup.eo .signup_linkedin {
  display: none;
}
.login_signup_box.signup.eo .email {
  display: block!important;
}
.login_signup_box.signup.eo .for_eos {
  display: block;
}
.login_signup_box.signup.eo .not_for_eos {
  display: none;
}
.login_signup_box.signup label.checkbox {
  display: inline-block;
  position: relative;
  top: 2px;
}
.login_signup_box .separator {
  color: #999;
}
.popup-magic-link .user_type {
  margin-bottom: 38px !important;
}
.popup-magic-link .muted {
  font-size: 18px !important;
}
.popup-magic-link input[type="text"] {
  min-height: 52px;
  font-size: 17px;
  line-height: 20px;
  padding: 0 15px;
  border: 2px solid #d0d0d0;
}
.login_signup_box .magic-link-row {
  text-align: center;
}
.magic-link-button {
  cursor: pointer;
  border: 0;
}
.add_interests_mobile #sep_logo {
  margin-top: 30px;
}
.add_interests_mobile #sep_logo img {
  width: 215x;
  height: 52px;
}
.add_interests_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.add_interests_mobile #text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.add_interests_mobile #sep_sign_up {
  margin-top: 0px;
}
.add_interests_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.add_interests_mobile #contenedor {
  padding: 15px;
}
.add_interests_mobile .inputs {
  margin-top: 10px;
}
.add_interests_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.add_interests_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.add_interests_mobile .forgot {
  margin-top: 70px;
}
.add_interests_mobile .text_register {
  margin-top: 25px;
  font-size: 15px;
  color: #7F8C8D;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.add_interests_mobile .text_title {
  color: #7F8C8D;
  font-size: 25px;
  font-weight: bold;
  font-family: lato;
  padding-left: 40px;
  padding-right: 40px;
}
.add_interests_mobile .mini {
  font-size: 13px;
}
.signup_email_mobile #sep_logo {
  margin-top: 30px;
}
.signup_email_mobile #sep_logo img {
  width: 215x;
  height: 52px;
}
.signup_email_mobile #text1 {
  color: #7F8C8D;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.signup_email_mobile #text2 {
  color: #7F8C8D;
  line-height: 25x;
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
  padding-left: 37px;
  padding-right: 37px;
}
.signup_email_mobile #sep_sign_up {
  margin-top: 20px;
}
.signup_email_mobile #boton {
  width: 100%;
  margin-bottom: 15px;
}
.signup_email_mobile #contenedor {
  padding: 15px;
}
.signup_email_mobile .inputs {
  padding: 15px;
}
.signup_email_mobile .inputs input {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.signup_email_mobile .signup1 {
  font-size: 15px;
  color: #7F8C8D;
}
.signup_email_mobile .blue1 {
  color: #377fa8;
  font-weight: bold;
}
.signup_email_mobile .attendee {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/attendees_selected.png');
  background-size: 51px 51px;
  height: 51px;
  width: 51px;
  margin: 0 auto;
}
.signup_email_mobile .speaker {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/speakers_selected.png');
  background-size: 51px 51px;
  height: 51px;
  width: 51px;
  margin: 0 auto;
}
.signup_email_mobile .organise {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/eo_selected.png');
  background-size: 51px 51px;
  height: 51px;
  width: 51px;
  margin: 0 auto;
}
.signup_email_mobile .text_title {
  margin-top: 18px;
  font-size: 25px;
  font-weight: bold;
  font-family: lato;
  color: #7F8C8D;
}
.signup_email_mobile .sub_text {
  margin-top: 16px;
  margin-bottom: 26px;
  font-size: 15px;
  color: #7F8C8D;
  padding-left: 60px;
  padding-right: 60px;
}
.signup_email_mobile .terms {
  font-size: 12px;
  color: #7F8C8D;
}
.signup_email_mobile .speaker_text {
  display: none;
}
.signup_email_mobile .organise_text {
  display: none;
}
.signup_email_mobile .company {
  display: none;
}
.signup_mobile #text_what {
  margin-top: 20px;
  font-size: 25px;
  color: #7F8C8D;
  margin-bottom: 10px;
}
.signup_mobile #text_list {
  color: #7F8C8D;
  line-height: 17px;
  font-size: 17px;
  margin-top: 22px;
}
.signup_mobile .texto1 {
  color: #7F8C8D;
  line-height: 17px;
  font-size: 17px;
  margin-top: 22px;
}
.signup_mobile #selected {
  color: #377fa8;
  line-height: 17px;
  font-size: 17px;
  margin-top: 22px;
}
.signup_mobile #text_list2 {
  color: #7F8C8D;
  line-height: 17px;
  font-size: 17px;
  margin-top: 35px;
}
.signup_mobile .text2 {
  color: #7F8C8D;
  font-size: 15px;
  margin-top: 23px;
  padding-left: 45px;
  padding-right: 45px;
  line-height: 24px;
}
.signup_mobile #sep_sign_up {
  margin-top: 32px;
}
.signup_mobile #boton {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}
.signup_mobile #boton1 {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.signup_mobile #contenedor {
  padding: 15px;
}
.signup_mobile #contenedor img {
  width: 44px;
  height: 44px;
  margin-top: -12px;
}
.signup_mobile .blue {
  color: #377fa8;
}
.signup_mobile .dos {
  margin-top: 2px;
}
.signup_mobile .recomendado {
  font-size: 10px;
  display: block;
}
.signup_mobile .login_link {
  display: block;
  margin-top: -2px;
}
.signup_mobile .login_resp {
  font-size: 14px;
  display: block;
}
.signup_mobile .login_email {
  display: block;
  margin-top: -2px;
}
.signup_mobile .attend {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/attendees.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  margin-top: -12px;
}
.signup_mobile .attend.select {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/attendees_selected.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  margin-top: -12px;
}
.signup_mobile .speaker {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/speakers.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  margin-top: -12px;
}
.signup_mobile .speaker.select {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/speakers_selected.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  margin-top: -12px;
}
.signup_mobile .organise {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/eo.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  margin-top: -12px;
}
.signup_mobile .organise.select {
  background-image: url('https://americas.eventscase.com/img/landing/mobile/eo_selected.png');
  background-size: 44px 44px;
  height: 44px;
  width: 44px;
  margin-top: -12px;
}
.signup_mobile #botones_speaker {
  display: none;
}
.signup_mobile #botones_organise {
  display: none;
}
.signup_mobile #texto_speaker {
  display: none;
}
.signup_mobile #texto_organise {
  display: none;
}
.signup_mobile .selected {
  color: #377fa8;
  font-weight: bold;
}
.signup_mobile .login_fin {
  font-size: 15px;
  color: #7F8C8D;
}
.signup_mobile .login_fin a {
  color: #377fa8;
  font-weight: bold;
}
.popup_request_invite {
  width: 600px;
}
@media (max-width: 768px) {
  .popup_request_invite {
    max-width: 600px;
    width: auto!important;
  }
  .btn {
    line-height: 1.2 !important;
    width: 100%;
  }
}
#wrapper.my_messages_index #maindiv {
  margin-left: 65px;
  margin-right: 0px;
}
#wrapper.my_messages_index #maindiv #content {
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  #wrapper.my_messages_index #maindiv #content {
    padding: 0px;
  }
}
#wrapper.my_messages_index .my_messages_section_title {
  font-size: 20px;
  color: #377fa8;
  position: relative;
  overflow-x: hidden;
  font-weight: bold;
}
#wrapper.my_messages_index .my_messages_section_title:after {
  content: "";
  height: 7px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  width: 99%;
  border-bottom: 1px solid #aaa;
}
#wrapper.my_messages_index #profile_card_content_template,
#wrapper.my_messages_index #conversation_template {
  display: none;
}
#wrapper.my_messages_index #my_messages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: -10px;
}
@media (max-width: 768px) {
  #wrapper.my_messages_index #my_messages {
    flex-wrap: wrap;
  }
  #wrapper.my_messages_index #my_messages #my_messages_left {
    width: 100%;
    flex-basis: 100%;
  }
  #wrapper.my_messages_index #my_messages #my_messages_center {
    width: 100%;
    flex-basis: 100%;
  }
  #wrapper.my_messages_index #my_messages #my_messages_right {
    width: 100%;
    flex-basis: 100%;
  }
}
#wrapper.my_messages_index #my_messages > div {
  margin: 10px;
  background-color: white;
  padding: 15px;
}
#wrapper.my_messages_index #my_messages .user_chat {
  margin-bottom: 15px;
}
#wrapper.my_messages_index #my_messages .user_chat .user_photo {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  border-radius: 100%;
  background-position: center;
  background-size: 100%;
  margin-right: 15px;
}
#wrapper.my_messages_index #my_messages .user_chat .user_photo:first-child {
  background-color: #f0f0f0;
}
#wrapper.my_messages_index #my_messages .user_chat .user_details .user_name {
  font-weight: bold;
}
#wrapper.my_messages_index #my_messages .user_chat.active .new_messages_notification {
  display: none;
}
#wrapper.my_messages_index #my_messages .user_chat .new_messages_notification {
  background-color: #377fa8;
  color: white;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}
#wrapper.my_messages_index #my_messages #user_search_results.active_search .user_chat {
  display: none;
}
#wrapper.my_messages_index #my_messages #user_search_results.active_search .user_chat.match {
  display: block;
}
#wrapper.my_messages_index #my_messages #my_messages_left {
  min-width: 300px;
  flex-basis: 300px;
}
#wrapper.my_messages_index #my_messages #my_messages_left #users_search input {
  width: 100%;
  margin-bottom: 20px;
}
#wrapper.my_messages_index #my_messages #my_messages_left #users_search .input-icon {
  color: #f0f0f0;
}
#wrapper.my_messages_index #my_messages #my_messages_left .user_chat {
  cursor: pointer;
}
#wrapper.my_messages_index #my_messages #my_messages_center {
  width: 100%;
  position: relative;
}
#wrapper.my_messages_index #my_messages #my_messages_center #show_list_conversations_button {
  display: none;
}
#wrapper.my_messages_index #my_messages #my_messages_center .actual_user {
  margin: 0 !important;
}
#wrapper.my_messages_index #my_messages #my_messages_center #conversation_header {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  min-height: 60px;
}
#wrapper.my_messages_index #my_messages #my_messages_center #conversation_header .online_meeting_button {
  float: right;
}
#wrapper.my_messages_index #my_messages #my_messages_center #conversation_header .online_meeting_button:hover .explanation {
  transition: 1s;
  width: auto;
}
#wrapper.my_messages_index #my_messages #my_messages_center #conversation_header .avatar_link {
  cursor: default;
}
#wrapper.my_messages_index #my_messages #my_messages_right {
  min-width: 320px;
  flex-basis: 320px;
}
#wrapper.my_messages_index #my_messages #my_messages_right .profile_left {
  width: 100%;
}
#wrapper.my_messages_index #my_messages #my_messages_right .profile_left .profile_left_content {
  width: 100%;
  background-color: white;
  padding: 30px ;
  position: relative;
  height: 100%;
}
#wrapper.my_messages_index #my_messages #my_messages_right .profile_left .request_organiser_account_box {
  background-color: #dfdfdf;
}
#wrapper.my_messages_index #my_messages #my_messages_right .profile_left .user_last_login {
  text-align: center;
  margin-top: 15px;
}
#wrapper.my_messages_index #my_messages #my_messages_right .profile_main_title {
  font-size: 16px;
  color: #377fa8;
  position: relative;
  overflow-x: hidden;
  font-weight: bold;
}
#wrapper.my_messages_index #my_messages #my_messages_right .profile_main_title:after {
  content: "";
  height: 7px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
#wrapper.my_messages_index #my_messages #my_messages_right .user_photo {
  margin-bottom: 25px;
  text-align: center;
}
#wrapper.my_messages_index #my_messages #my_messages_right .user_photo > div {
  position: relative;
}
#wrapper.my_messages_index #my_messages #my_messages_right .user_photo img {
  max-width: 100%;
}
#wrapper.my_messages_index #my_messages #my_messages_right #motto {
  margin-bottom: 25px;
  font-size: 1em;
}
#wrapper.my_messages_index #my_messages #my_messages_right .location {
  margin-bottom: 20px;
  text-align: center;
}
#wrapper.my_messages_index #my_messages #my_messages_right #role {
  font-size: 1.1em;
  margin: 0px;
  text-align: center;
}
#wrapper.my_messages_index #my_messages #my_messages_right #company {
  text-align: center;
}
#wrapper.my_messages_index #my_messages #my_messages_right h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
#wrapper.my_messages_index #my_messages #my_messages_right .social_networks_buttons {
  margin-bottom: 20px;
  text-align: center;
}
#wrapper.my_messages_index #my_messages #my_messages_right .social_networks_buttons ul {
  list-style: none;
}
#wrapper.my_messages_index #my_messages #my_messages_right .social_networks_buttons li {
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  #wrapper.my_messages_index #my_messages #my_messages_right {
    display: none;
    position: absolute;
    top: -10px;
    right: 0px;
    bottom: -10px;
    left: 0px;
    width: 0;
    background-color: transparent;
    padding: 0px;
    overflow: auto;
    z-index: 1;
  }
  #wrapper.my_messages_index #my_messages #my_messages_right.show_mobiles {
    display: inline-block;
    width: 100%;
  }
  #wrapper.my_messages_index #my_messages #my_messages_right.show_mobiles #my_messages_right_container {
    position: absolute;
    transition: width 1s;
    right: 0px;
    z-index: 2;
    overflow: auto;
    width: 80%;
    height: 100%;
    max-width: 370px;
    background-color: #fff;
    min-width: auto;
    -webkit-box-shadow: 25px 1px 105px 14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 25px 1px 105px 14px rgba(0, 0, 0, 0.75);
    box-shadow: 25px 1px 105px 14px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 768px) {
  #wrapper.my_messages_index #my_messages_dashboard > .my_messages_section_title {
    display: none;
  }
  #wrapper.my_messages_index #my_messages {
    flex-wrap: wrap;
    position: relative;
  }
  #wrapper.my_messages_index #my_messages #my_messages_left {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
  }
  #wrapper.my_messages_index #my_messages #my_messages_left.show_mobiles {
    width: 100%;
    display: inline-block;
    transition: width 1s;
  }
  #wrapper.my_messages_index #my_messages #my_messages_center {
    width: 100%;
    flex-basis: 100%;
  }
  #wrapper.my_messages_index #my_messages #my_messages_center #show_list_conversations_button {
    display: block;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 20px;
  }
  #wrapper.my_messages_index #my_messages #my_messages_left {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 0;
    background-color: transparent;
    padding: 0px;
    overflow: auto;
    z-index: 1;
  }
  #wrapper.my_messages_index #my_messages #my_messages_left.show_mobiles {
    display: inline-block;
    width: 100%;
  }
  #wrapper.my_messages_index #my_messages #my_messages_left.show_mobiles #my_messages_left_container {
    position: absolute;
    transition: width 1s;
    left: 0px;
    z-index: 2;
    overflow: auto;
    width: 80%;
    max-width: 370px;
    min-width: auto;
    background-color: white;
    height: 100%;
    padding: 10px;
    -webkit-box-shadow: 25px 1px 105px 14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 25px 1px 105px 14px rgba(0, 0, 0, 0.75);
    box-shadow: 25px 1px 105px 14px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  #wrapper.my_messages_index #my_messages #my_messages #my_messages_right {
    top: 0;
    bottom: 0;
  }
}
#wrapper.my_messages_index .private_messages_wrapper {
  width: 100%;
}
#my_messages_root .usc_online_indicator_container {
  position: absolute;
  top: 0;
  right: 0;
  height: 30%;
  width: 30%;
  border: 1px solid white;
  border-radius: 50%;
  background-color: green;
  display: inline-block;
}
#conversation_wrapper {
  max-height: 320px;
  overflow: auto;
}
#conversation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  max-height: 100%;
}
#conversation .content_messages {
  position: relative;
  display: flex;
  flex-direction: column;
}
#conversation .message {
  display: flex;
  margin-bottom: 15px;
}
#conversation .message.left_message {
  margin-right: 150px;
  flex-direction: row;
  text-align: left;
}
#conversation .message.left_message .body {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
#conversation .message.right_message {
  flex-direction: row-reverse;
  margin-left: 150px;
  margin-right: 20px;
  text-align: right;
}
#conversation .message.right_message .body {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #f0f0f0;
}
#conversation .message .body {
  margin: 0 15px;
  line-height: 23px;
  font-size: 14px;
  color: #444;
}
#conversation .message .time {
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  vertical-align: middle;
}
#conversation .message.not_seen .body {
  padding: 5px 10px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #conversation .message.left_message {
    margin-right: 30px;
    margin-left: 0;
  }
  #conversation .message.right_message {
    margin-left: 30px;
    margin-right: 0;
  }
}
#conversation .newDay {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  border-left: none;
  border-right: none;
  margin: 15px 0 20px 0;
  font-size: 14px;
}
#conversation .newDay .date {
  display: inline-block;
}
#wrapper.panelLanding #select_template .template .photo {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
  background-color: #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  margin-bottom: 25px;
  display: inline-block;
  overflow: hidden;
}
#wrapper.panelLanding #select_template .template .photo img {
  max-width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
}
.pkpopup.invite_attendees .popup_opened_black_layout {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
.invite_box_attend {
  max-width: 588px;
  text-align: center;
  margin: -40px -50px;
}
.invite_box_attend .barra1 {
  height: 62px;
  position: relative;
}
.invite_box_attend .palm {
  margin-top: 13px;
  margin-left: -22px;
}
.invite_box_attend .palm img {
  height: 30px;
  width: 30px;
}
.invite_box_attend .but {
  border-top: 1px solid #BDC3C7;
  padding: 20px 0 15px 0;
}
.invite_box_attend .attending {
  color: grey;
  font-size: 18px;
  font-weight: bold;
  font-family: lato;
  text-align: left;
  margin-top: 14px;
  margin-left: -49px;
}
.invite_box_attend .calendar {
  color: grey;
  font-size: 14px;
  font-weight: bold;
  font-family: lato;
  margin-top: 22px;
  margin-right: 25px;
}
.invite_box_attend .calendar img {
  height: 20px;
}
.invite_box_attend .calendar_img {
  margin-top: 2px;
  margin-left: -47px;
}
.invite_box_attend .calendar_img img {
  height: 30px;
  width: 30px;
  margin-top: 12px;
}
.invite_box_attend .img_fondo {
  height: 300px;
  position: relative;
  z-index: 10;
}
.invite_box_attend .video_youtube {
  display: none;
  margin: 0 -15px;
}
.invite_box_attend .texto_fondo {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-family: lato;
  margin-top: -283px;
  z-index: 20;
  text-align: center;
  padding-left: 145px;
  padding-right: 145px;
}
.invite_box_attend .texto_fondo img {
  height: 42px;
  width: 42px;
  margin-top: 20px;
}
.invite_box_attend .texto_fondo button {
  height: 35px;
  width: 155px;
  margin-top: 20px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.invite_box_attend .campos {
  margin-top: 28px;
  padding-right: 35px;
  padding-left: 35px;
}
.invite_box_attend .grande {
  height: 100px !important;
}
.invite_box_attend .grande1 {
  color: white;
  font-size: 35px;
  font-weight: bold;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 24px;
}
.invite_box_attend .normal_text {
  color: white;
  font-size: 19px;
  font-weight: lighter;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 13px;
}
.invite_box_attend .box-dashed {
  border: 2px dashed #BDC3C7;
  border-radius: 5px;
  margin-top: 17px;
}
.invite_box_attend .box-dashed-form {
  margin-top: 17px;
}
.invite_box_attend .text-bold-dashed {
  color: grey;
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
.invite_box_attend .text-normal-dashed {
  color: grey;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  margin-top: -20px;
}
.invite_box_attend .pie_invite {
  margin-top: 45px;
  padding-right: 35px;
  padding-left: 35px;
  height: 100px;
  background: #F4F7F8;
  padding-top: 27px;
}
.invite_box_attend .boton_pie {
  text-align: left;
}
.invite_box_attend .boton_pie button {
  height: 35px;
  width: 174px;
  padding-top: 7px;
  margin-top: 4px;
}
.invite_box_attend .share {
  margin-top: 4px;
  float: right;
}
.invite_box_attend .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_attend .separacion {
  margin-right: 7px;
}
.invite_box_attend .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_attend #div_form_invite {
  display: none;
}
.invite_box_attend #template a {
  color: #444;
}
.invite_box_attend .show_attendees {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -268px;
  top: 20%;
  width: 250px;
  z-index: 1051 !important;
}
.invite_box_attend .show_attendees .text {
  font-size: 25px;
}
.invite_box_attend .show_attendees .arrow {
  font-size: 80px;
  font-weight: 200;
}
.invite_box_attend .show_attendees .arrow .icon {
  text-shadow: 1px 4px rgba(255, 255, 255, 0.81);
  color: #444;
}
.invite_box_attend .show_attendees .arrow:hover .icon {
  text-shadow: 1px 2px rgba(255, 255, 255, 0.81);
  color: #444;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .invite_box_attend .calendar {
    display: none;
  }
  .invite_box_attend #import_contacts_button {
    display: none;
  }
  .invite_box_attend .campos {
    display: none;
  }
  .invite_box_attend .text_share {
    display: none;
  }
  .invite_box_attend .texto_fondo {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .invite_box_attend .pie_invite {
    margin-top: 0!important;
    text-align: center;
  }
  .invite_box_attend .pie_invite .boton_pie {
    display: none;
  }
  .invite_box_attend .pie_invite .share {
    float: none;
  }
  .invite_box_attend .texto_fondo .cursor-pointer {
    display: none;
  }
  .invite_box_attend .attending {
    margin-left: 0px!important;
    text-align: center!important;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
  }
  .invite_box_attend .but {
    border-top: 0px!important;
  }
  .invite_box_attend iframe {
    display: none;
  }
  .invite_box_attend .show_attendees {
    display: none;
  }
}
.invite_box_speaker {
  max-width: 588px;
  margin: -40px -50px;
}
.invite_box_speaker .barra1 {
  height: 62px;
  position: relative;
}
.invite_box_speaker .palm {
  margin-top: 13px;
  margin-left: -22px;
}
.invite_box_speaker .palm img {
  height: 30px;
  width: 30px;
}
.invite_box_speaker .attending {
  color: grey;
  font-size: 16px;
  font-family: lato;
  text-align: left;
  margin-top: 16px;
  margin-left: -49px;
}
.invite_box_speaker .calendar {
  color: grey;
  font-size: 14px;
  font-weight: bold;
  font-family: lato;
  margin-top: 16px;
  margin-right: 25px;
}
.invite_box_speaker .calendar_img {
  margin-top: 2px;
  margin-left: -47px;
}
.invite_box_speaker .calendar_img img {
  height: 30px;
  width: 30px;
  margin-top: 12px;
}
.invite_box_speaker .img_fondo {
  height: 300px;
  position: relative;
  z-index: 10;
}
.invite_box_speaker .texto_fondo {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-family: lato;
  margin-top: -286px;
  z-index: 20;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}
.invite_box_speaker .texto_fondo img {
  height: 50px;
  width: 50px;
  margin-top: 20px;
}
.invite_box_speaker .texto_fondo button {
  height: 35px;
  width: 155px;
  margin-top: 20px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.invite_box_speaker .campos {
  margin-top: 28px;
  padding-right: 35px;
  padding-left: 35px;
}
.invite_box_speaker .grande {
  height: 100px !important;
}
.invite_box_speaker .grande1 {
  color: white;
  font-size: 35px;
  font-weight: bold;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 24px;
}
.invite_box_speaker .normal_text {
  color: white;
  font-size: 19px;
  font-weight: lighter;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 13px;
}
.invite_box_speaker .box-dashed {
  border: 2px dashed #BDC3C7;
  border-radius: 5px;
  margin-top: 17px;
}
.invite_box_speaker .box-dashed-form {
  margin-top: 17px;
}
.invite_box_speaker .text-bold-dashed {
  color: grey;
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
.invite_box_speaker .text-normal-dashed {
  color: grey;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  margin-top: -20px;
}
.invite_box_speaker .pie_invite {
  margin-top: 45px;
  padding-right: 35px;
  padding-left: 35px;
  height: 100px;
  background: #F4F7F8;
  padding-top: 27px;
}
.invite_box_speaker .boton_pie {
  text-align: left;
}
.invite_box_speaker .boton_pie button {
  height: 35px;
  width: 174px;
  padding-top: 7px;
  margin-top: 4px;
}
.invite_box_speaker .share {
  margin-top: 4px;
  float: right;
}
.invite_box_speaker .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_speaker .separacion {
  margin-right: 7px;
}
.invite_box_speaker .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_speaker #div_form_invite {
  display: none;
}
.invite_box_speaker #template a {
  color: #444;
}
.invite_box_eo {
  max-width: 588px;
  background-color: #FFF;
  margin: -40px -50px;
}
.invite_box_eo .barra1 {
  height: 62px;
  position: relative;
}
.invite_box_eo .palm {
  margin-top: 13px;
  margin-left: -1px;
}
.invite_box_eo .palm img {
  height: 30px;
  width: 30px;
}
.invite_box_eo .attending {
  color: grey;
  font-size: 16px;
  font-family: lato;
  text-align: left;
  margin-top: 16px;
  margin-left: -49px;
}
.invite_box_eo .calendar {
  color: grey;
  font-size: 14px;
  font-weight: bold;
  font-family: lato;
  margin-top: 16px;
  margin-right: 25px;
}
.invite_box_eo .calendar_img {
  margin-top: 2px;
  margin-left: -47px;
}
.invite_box_eo .calendar_img img {
  height: 30px;
  width: 30px;
  margin-top: 12px;
}
.invite_box_eo .img_fondo {
  height: 300px;
  position: relative;
  z-index: 10;
}
.invite_box_eo .texto_fondo {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-family: lato;
  margin-top: -272px;
  z-index: 20;
  padding-left: 100px;
  text-align: center;
  padding-right: 100px;
}
.invite_box_eo .texto_fondo img {
  height: 50px;
  width: 50px;
  margin-top: 20px;
}
.invite_box_eo .texto_fondo button {
  height: 35px;
  width: 155px;
  margin-top: 20px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.invite_box_eo .campos {
  margin-top: 28px;
  padding-right: 35px;
  padding-left: 35px;
}
.invite_box_eo .grande {
  height: 100px !important;
}
.invite_box_eo .grande1 {
  color: white;
  font-size: 35px;
  font-weight: bold;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 24px;
}
.invite_box_eo .normal_text {
  color: white;
  font-size: 19px;
  font-weight: lighter;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 13px;
}
.invite_box_eo .box-dashed {
  border: 2px dashed #BDC3C7;
  border-radius: 5px;
  margin-top: 17px;
}
.invite_box_eo .box-dashed-form {
  margin-top: 17px;
}
.invite_box_eo .text-bold-dashed {
  color: grey;
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
.invite_box_eo .text-normal-dashed {
  color: grey;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  margin-top: -20px;
}
.invite_box_eo .pie_invite {
  margin-top: 45px;
  padding-right: 35px;
  padding-left: 35px;
  height: 100px;
  background: #F4F7F8;
  padding-top: 27px;
}
.invite_box_eo .boton_pie {
  text-align: left;
}
.invite_box_eo .boton_pie button {
  height: 35px;
  width: 174px;
  padding-top: 7px;
  margin-top: 4px;
}
.invite_box_eo .share {
  margin-top: 4px;
  float: right;
}
.invite_box_eo .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_eo .separacion {
  margin-right: 7px;
}
.invite_box_eo .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_eo #div_form_invite {
  display: none;
}
.invite_box_eo #template a {
  color: #377fa8;
}
.invite_box_grow {
  max-width: 588px;
  margin: -40px -50px;
}
.invite_box_grow .barra1 {
  height: 62px;
  position: relative;
}
.invite_box_grow .palm {
  margin-top: 13px;
  margin-left: -22px;
}
.invite_box_grow .palm img {
  height: 30px;
  width: 30px;
}
.invite_box_grow .attending {
  color: grey;
  font-size: 16px;
  font-family: lato;
  text-align: left;
  margin-top: 16px;
  margin-left: -49px;
}
.invite_box_grow .calendar {
  color: grey;
  font-size: 14px;
  font-weight: bold;
  font-family: lato;
  margin-right: 25px;
  margin-top: 18px;
}
.invite_box_grow .calendar_img {
  margin-top: 2px;
  margin-left: -47px;
}
.invite_box_grow .calendar_img img {
  height: 30px;
  width: 30px;
  margin-top: 12px;
}
.invite_box_grow .img_fondo {
  height: 300px;
  position: relative;
  z-index: 10;
}
.invite_box_grow .texto_fondo {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-family: lato;
  margin-top: -273px;
  z-index: 20;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.invite_box_grow .texto_fondo img {
  height: 70px;
  width: 70px;
  margin-top: -12px;
}
.invite_box_grow .texto_fondo button {
  height: 35px;
  width: 155px;
  margin-top: 20px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.invite_box_grow .campos {
  margin-top: 15px;
  padding-right: 35px;
  padding-left: 35px;
}
.invite_box_grow .grande {
  height: 100px !important;
}
.invite_box_grow .grande1 {
  color: #77AD7D;
  font-size: 35px;
  font-weight: bold;
  font-family: lato;
  z-index: 21;
  text-align: center;
}
.invite_box_grow .normal_text {
  color: grey;
  font-size: 19px;
  font-family: lato;
  z-index: 21;
  text-align: center;
  margin-top: 13px;
}
.invite_box_grow .box-dashed {
  border: 2px dashed #BDC3C7;
  border-radius: 5px;
  margin-top: 17px;
}
.invite_box_grow .box-dashed-form {
  margin-top: 17px;
}
.invite_box_grow .text-bold-dashed {
  color: grey;
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
.invite_box_grow .text-normal-dashed {
  color: grey;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  margin-top: -20px;
}
.invite_box_grow .pie_invite {
  margin-top: 45px;
  padding-right: 35px;
  padding-left: 35px;
  height: 100px;
  background: #F4F7F8;
  padding-top: 27px;
}
.invite_box_grow .boton_pie {
  text-align: left;
}
.invite_box_grow .boton_pie button {
  height: 35px;
  width: 174px;
  padding-top: 7px;
  margin-top: 4px;
}
.invite_box_grow .share {
  margin-top: 4px;
  float: right;
}
.invite_box_grow .text_share {
  margin-top: 6px;
  float: left;
  margin-right: 13px;
}
.invite_box_grow #div_form_invite {
  display: none;
}
.invite_box_grow #template a {
  color: #444;
}
.results_search_div_users {
  margin-left: -20px;
}
.results_search_div_users .user_card {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
@media (max-width: 767px) {
  .results_search_div_users {
    margin-left: 0px;
  }
  .results_search_div_users .user_card {
    margin-left: 0px;
    margin-bottom: 15px;
    float: left;
  }
  .results_search_div_users .user_card .follow {
    float: right;
  }
}
@media (max-width: 480px) {
  .results_search_div_users .user_card .photo {
    padding-left: 3px;
    padding-right: 0px;
  }
  .results_search_div_users .user_card .photo .user_type {
    top: 0px;
    right: 0px;
  }
}
/******** SEARCH PAGE ******/
.no_search_sidebar .indexpage #over_sidebar {
  display: none!important;
}
.no_search_sidebar .indexpage #maindiv {
  margin-left: 80px;
}
.indexpage #maindiv {
  margin-right: 0px!important;
}
.indexpage #over_sidebar {
  display: block;
  left: 65px;
  z-index: 2px;
  padding: 0px;
}
.indexpage #over_sidebar #searchform {
  position: absolute;
  display: block;
  padding: 0 0px 0 20px;
  margin: -10px -20px 0 -20px;
  overflow: hidden;
  width: 242px;
  top: 10px;
  height: 100%;
}
.indexpage #over_sidebar #searchform .mCSB_container {
  margin-right: 0px!important;
}
.indexpage #over_sidebar #searchform input,
.indexpage #over_sidebar #searchform select {
  font-size: 12px!important;
}
.indexpage #over_sidebar #searchform .custom_date {
  border-top: 1px solid #CCCCCC;
  margin-top: 24px;
  padding-top: 10px;
}
.indexpage #over_sidebar #searchform .datepicker {
  width: 81px!important;
  margin: 10px 0px 10px 0px!important;
  font-size: 11px;
}
.indexpage #over_sidebar #searchform .search_button {
  height: 18px;
  margin-top: 15px;
  float: right;
  margin-right: 35px;
  cursor: pointer;
}
.indexpage #over_sidebar #searchform .clear_section {
  margin-right: 15px;
}
.indexpage #over_sidebar #searchform .clear_section .clear_search_form {
  -moz-box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.indexpage #over_sidebar h2 {
  padding: 10px 30px;
  color: #888;
  background-color: #e3e3e3;
  width: 222px;
  font-size: 14px;
  cursor: pointer;
}
.indexpage #over_sidebar h2.active {
  background-color: #98c370;
  color: #fff;
}
.indexpage #over_sidebar h2 span.open_closed {
  font-size: 23px;
  vertical-align: top;
  float: right;
  margin-top: -6px;
}
.indexpage #over_sidebar .options {
  display: none;
  width: 196px;
  padding-left: 20px;
}
.indexpage #over_sidebar .options p {
  font-size: 12px;
  margin-top: 10px;
}
.indexpage #over_sidebar .options span {
  max-width: 153px;
  display: inline-block;
}
.indexpage #over_sidebar .options span.form_element {
  float: right;
  display: inline;
}
.indexpage #over_sidebar .options span.form_element label {
  line-height: 16px;
  vertical-align: middle;
}
.indexpage #over_sidebar .options span.form_element label span {
  min-height: 20px;
  display: inline;
  margin-right: -5px;
  height: 100%;
}
.opacity-03 {
  opacity: 0.3;
}
.rotate180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.arrow-tour {
  width: 120px;
}
.block-tour {
  width: 170px;
  text-align: center;
  position: absolute;
  z-index: 30;
}
.block-tour .text-tour {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-bg-square {
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  width: 100%;
  background-size: cover;
}
.img-bg-square.rounded {
  border-radius: 5px;
}
.img-bg-square.circle {
  border-radius: 100%;
}
.img-bg-square.top-rounded {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.btn-circle-1to1 {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
}
.btn-circle-1to1[disabled],
.btn-circle-1to1:disabled {
  opacity: 0.5;
}
.btn-circle-1to1-green {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
  background-color: #77AD7D;
}
.btn-circle-1to1-green[disabled],
.btn-circle-1to1-green:disabled {
  opacity: 0.5;
}
.btn-circle-1to1-green:hover {
  background-color: #67a36e;
}
.btn-circle-1to1-green .fui-check {
  padding-top: 1px;
}
.btn-circle-1to1-blue {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
  background: #0F3C50;
  background-color: #0F3C50;
}
.btn-circle-1to1-blue[disabled],
.btn-circle-1to1-blue:disabled {
  opacity: 0.5;
}
.btn-circle-1to1-blue:hover {
  background-color: #0b2c3b;
}
.btn-circle-1to1-purple {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
  background-color: #c759b6;
}
.btn-circle-1to1-purple[disabled],
.btn-circle-1to1-purple:disabled {
  opacity: 0.5;
}
.btn-circle-1to1-purple:hover {
  background-color: #c146ae;
}
.btn-circle-1to1-grey {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
  background-color: #b0bec5;
}
.btn-circle-1to1-grey[disabled],
.btn-circle-1to1-grey:disabled {
  opacity: 0.5;
}
.btn-circle-1to1-grey:hover {
  background-color: #a1b2ba;
}
.btn-circle-1to1-red {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
  background-color: #d14836;
}
.btn-circle-1to1-red[disabled],
.btn-circle-1to1-red:disabled {
  opacity: 0.5;
}
.btn-circle-1to1-red:hover {
  background-color: #c13e2c;
}
.btn-1to1 {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  font-size: 15px;
  border-radius: 25px;
  padding: 15px 32px 11px 32px;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  border-width: 0px !important;
  vertical-align: middle;
}
ç .btn-1to1[disabled],
.btn-1to1:disabled {
  opacity: 0.5;
}
.btn-1to1-green {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  font-size: 15px;
  border-radius: 25px;
  padding: 15px 32px 11px 32px;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  border-width: 0px !important;
  vertical-align: middle;
  background-color: #77AD7D;
}
ç .btn-1to1-green[disabled],
.btn-1to1-green:disabled {
  opacity: 0.5;
}
.btn-1to1-green:hover {
  background-color: #67a36e;
}
.btn-1to1-blue {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  font-size: 15px;
  border-radius: 25px;
  padding: 15px 32px 11px 32px;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  border-width: 0px !important;
  vertical-align: middle;
  background-color: #0F3C50;
}
ç .btn-1to1-blue[disabled],
.btn-1to1-blue:disabled {
  opacity: 0.5;
}
.btn-1to1-blue:hover {
  background-color: #0b2c3b;
}
.btn-1to1-purple {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  font-size: 15px;
  border-radius: 25px;
  padding: 15px 32px 11px 32px;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  border-width: 0px !important;
  vertical-align: middle;
  background-color: #c759b6;
}
ç .btn-1to1-purple[disabled],
.btn-1to1-purple:disabled {
  opacity: 0.5;
}
.btn-1to1-purple:hover {
  background-color: #c146ae;
}
.btn-1to1-red {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  font-size: 15px;
  border-radius: 25px;
  padding: 15px 32px 11px 32px;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  border-width: 0px !important;
  vertical-align: middle;
  background-color: #d14836;
}
ç .btn-1to1-red[disabled],
.btn-1to1-red:disabled {
  opacity: 0.5;
}
.btn-1to1-red:hover {
  background-color: #c13e2c;
}
@media (max-width: 768px) {
  .btn-1to1-small-when-xs {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
  }
}
.btn-1to1-big {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .btn-1to1-big {
    padding-top: 15px;
    padding-bottom: 35px;
    line-height: 1.2em;
  }
}
.badge-1to1 {
  border-radius: 100%;
  color: #fff;
  line-height: 22px;
  margin-left: 10px;
}
.badge-1to1-blue {
  border-radius: 100%;
  color: #fff;
  line-height: 22px;
  margin-left: 10px;
  background-color: #0F3C50;
}
.badge-1to1-blue:hover {
  background-color: #0b2c3b;
}
.badge-1to1-green {
  border-radius: 100%;
  color: #fff;
  line-height: 22px;
  margin-left: 10px;
  background-color: #77AD7D;
}
.badge-1to1-green:hover {
  background-color: #67a36e;
}
.badge-1to1-purple {
  border-radius: 100%;
  color: #fff;
  line-height: 22px;
  margin-left: 10px;
  background-color: #c759b6;
}
.badge-1to1-purple:hover {
  background-color: #c146ae;
}
.tag-1to1 {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  border-radius: 12px;
  padding: 6px 8px 5px 9px;
  display: inline-block;
  height: 23px;
  text-transform: uppercase;
  font-weight: bold;
}
.tag-1to1 > span {
  padding-right: 3px;
}
.tag-1to1-blue {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  border-radius: 12px;
  padding: 6px 8px 5px 9px;
  display: inline-block;
  height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #0F3C50;
}
.tag-1to1-blue > span {
  padding-right: 3px;
}
.tag-1to1-blue:hover {
  background-color: #0b2c3b;
}
.tag-1to1-green {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  border-radius: 12px;
  padding: 6px 8px 5px 9px;
  display: inline-block;
  height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #77AD7D;
}
.tag-1to1-green > span {
  padding-right: 3px;
}
.tag-1to1-green:hover {
  background-color: #67a36e;
}
.tag-1to1-purple {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  border-radius: 12px;
  padding: 6px 8px 5px 9px;
  display: inline-block;
  height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #c759b6;
}
.tag-1to1-purple > span {
  padding-right: 3px;
}
.tag-1to1-purple:hover {
  background-color: #c146ae;
}
.primary-titles {
  font-size: 13px;
}
.title-1to1 {
  display: block;
  color: #0F3C50;
  font-size: 18px;
  margin: 0px;
  text-transform: uppercase;
}
.title-1to1-small {
  display: block;
  color: #0F3C50;
  font-size: 18px;
  margin: 0px;
  text-transform: uppercase;
  color: #283a43;
  font-size: 15px;
}
.pd {
  margin-top: 15px;
  margin-bottom: 15px;
}
.link_location {
  color: #fff;
}
.link_location:hover {
  color: #999;
}
@media screen and (min-width: 768px) {
  .link_location {
    padding-left: 30px;
  }
}
#one_to_one {
  background-color: #eceff1;
  padding-bottom: 100px;
}
#one_to_one .accountPopupTobarMenu {
  min-height: 60px !important;
}
#one_to_one .header_image {
  position: relative;
  background-size: cover;
  text-shadow: 0 0 6px #000000;
  padding-top: 15px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 15px;
}
#one_to_one .header_image .edit_profile_link {
  padding-right: 20px;
  margin-top: -5px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
#one_to_one .header_image h1 {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.5em;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  #one_to_one .header_image h1 {
    margin-left: 0px;
  }
  #one_to_one .header_image h1 .title-event {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
#one_to_one .header_image .accountPopup_icon {
  margin-top: 5px;
}
@media (max-width: 768px) {
  #one_to_one .header_image {
    text-align: center;
    padding-top: 80px;
  }
  #one_to_one .header_image h1 {
    display: block;
  }
}
#one_to_one .header_image .box_top_right {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  z-index: 30;
  text-shadow: none;
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  #one_to_one .header_image .box_top_right {
    width: 100%;
    padding-bottom: 1px;
  }
}
#one_to_one .main_header {
  margin: auto;
  max-width: 800px;
  margin-top: -20px;
  padding-top: 40px;
  margin-bottom: 40px;
}
#one_to_one .main_header .description {
  text-align: center;
}
#one_to_one .venue {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
}
#one_to_one .venue .icon {
  float: left;
  font-size: 78px;
  width: 75px;
  margin-top: 5px;
  display: inline-block;
  margin-right: 8px;
}
#one_to_one .venue .btn-view-map {
  margin-top: 10px;
}
#one_to_one #meeting-scheduler {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 30px;
  background-color: #374a53;
}
#one_to_one #meeting-scheduler a,
#one_to_one #meeting-scheduler h1,
#one_to_one #meeting-scheduler h2,
#one_to_one #meeting-scheduler h3,
#one_to_one #meeting-scheduler h4,
#one_to_one #meeting-scheduler h5,
#one_to_one #meeting-scheduler h6 {
  color: #93a8b1;
}
#one_to_one #meeting-scheduler h1,
#one_to_one #meeting-scheduler h2,
#one_to_one #meeting-scheduler h3,
#one_to_one #meeting-scheduler h4,
#one_to_one #meeting-scheduler h5,
#one_to_one #meeting-scheduler h6 {
  font-size: 13px;
}
#one_to_one #meeting-scheduler .header {
  padding-top: 25px;
  padding-bottom: 10px;
}
#one_to_one #meeting-scheduler .header h1,
#one_to_one #meeting-scheduler .header h2,
#one_to_one #meeting-scheduler .header h3,
#one_to_one #meeting-scheduler .header h4,
#one_to_one #meeting-scheduler .header h5,
#one_to_one #meeting-scheduler .header h6 {
  margin: 0px;
  text-transform: uppercase;
}
#one_to_one #meeting-scheduler .panel-1to1 {
  margin-left: -27px;
  margin-right: -27px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-head {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  height: 50px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-head .link {
  padding-top: 14px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-head .arrow {
  position: absolute;
  display: inline-block;
  right: 25px;
  top: 14px;
  font-size: 12px;
  color: #93a8b1;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-head.active {
  background-color: #283a43;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-head.active .arrow {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 {
  height: auto;
  background-color: #4d616a;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-body-content {
  padding: 27px;
  padding-top: 22px;
  padding-bottom: 0px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item {
  padding-bottom: 25px;
  position: relative;
  color: #78909c;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item .user {
  padding-top: 2px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item .user .name {
  color: #fff;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item .user img {
  width: 36px;
  height: 36px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item .container-btn-view {
  color: #fff;
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item .info {
  font-size: 12px;
  margin-top: 2px;
}
#one_to_one #meeting-scheduler .panel-1to1 .panel-body-1to1 .panel-item .info .fui-location {
  padding-left: 5px;
}
#one_to_one #meeting-scheduler .footer {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px;
}
#one_to_one #agenda-1to1,
#one_to_one #events-1to1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #one_to_one #agenda-1to1 .selector-date,
  #one_to_one #events-1to1 .selector-date {
    height: 35px;
  }
}
#one_to_one #agenda-1to1 .link-download-agenda,
#one_to_one #events-1to1 .link-download-agenda {
  font-size: 1.5em;
  color: #fff;
  vertical-align: middle;
  line-height: 1em;
}
#one_to_one #agenda-1to1 .agenda-header,
#one_to_one #events-1to1 .agenda-header {
  border-left: 6px solid #fff;
  padding: 20px;
  text-transform: uppercase;
  margin-bottom: -2px;
  position: relative;
  z-index: 6;
  background-color: #fff;
  height: 73px;
}
#one_to_one #agenda-1to1 .agenda-header .form-select,
#one_to_one #events-1to1 .agenda-header .form-select {
  position: absolute;
  top: 15px;
  right: 15px;
}
#one_to_one #agenda-1to1 .agenda-header select,
#one_to_one #events-1to1 .agenda-header select {
  font-size: 11px;
  min-width: 100px;
}
#one_to_one #agenda-1to1 .agenda-header .title,
#one_to_one #events-1to1 .agenda-header .title {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #0F3C50;
  font-size: 13px;
  padding-top: 4px;
}
#one_to_one #agenda-1to1 .agenda-header .form-select,
#one_to_one #events-1to1 .agenda-header .form-select {
  margin-top: 4px;
}
#one_to_one #agenda-1to1 .agenda-header.meetings-header,
#one_to_one #events-1to1 .agenda-header.meetings-header {
  background-color: #9ac5de;
  border-left: 6px solid #9ac5de;
}
#one_to_one #agenda-1to1 .agenda-header.meetings-header .title,
#one_to_one #events-1to1 .agenda-header.meetings-header .title {
  color: #fff !important;
}
#one_to_one #agenda-1to1 .meeting,
#one_to_one #events-1to1 .meeting {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 5px 0 rgba(120, 120, 120, 0.1);
  margin-bottom: 1px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  #one_to_one #agenda-1to1 .meeting.meeting-121,
  #one_to_one #events-1to1 .meeting.meeting-121 {
    padding-bottom: 60px;
  }
}
#one_to_one #agenda-1to1 .meeting-content,
#one_to_one #events-1to1 .meeting-content {
  position: relative;
}
#one_to_one #agenda-1to1 .meeting-header,
#one_to_one #events-1to1 .meeting-header {
  margin-bottom: 15px;
}
#one_to_one #agenda-1to1 .meeting-header .title,
#one_to_one #events-1to1 .meeting-header .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
#one_to_one #agenda-1to1 .meeting-header .info,
#one_to_one #events-1to1 .meeting-header .info {
  color: #78909c;
  font-size: 11px;
  padding-top: 3px;
}
#one_to_one #agenda-1to1 .meeting-header .info .fui-location,
#one_to_one #events-1to1 .meeting-header .info .fui-location {
  padding-left: 5px;
}
#one_to_one #agenda-1to1 .meeting-body,
#one_to_one #events-1to1 .meeting-body {
  margin-bottom: 40px;
}
#one_to_one #agenda-1to1 .meeting-event-session .meeting-body,
#one_to_one #events-1to1 .meeting-event-session .meeting-body {
  margin-bottom: 0px;
}
#one_to_one #agenda-1to1 .meeting-add-note,
#one_to_one #events-1to1 .meeting-add-note {
  display: none;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  #one_to_one #agenda-1to1 .meeting-add-note,
  #one_to_one #events-1to1 .meeting-add-note {
    padding-bottom: 135px;
  }
}
#one_to_one #agenda-1to1 .meeting-add-note textarea,
#one_to_one #events-1to1 .meeting-add-note textarea {
  border-width: 1px;
}
#one_to_one #agenda-1to1 .meeting-add-note .meeting-note-submit,
#one_to_one #events-1to1 .meeting-add-note .meeting-note-submit {
  margin-top: 15px;
  text-align: right;
}
#one_to_one #agenda-1to1 .meeting-actions,
#one_to_one #events-1to1 .meeting-actions {
  width: 100%;
  text-align: right;
}
@media (min-width: 992px) {
  #one_to_one #agenda-1to1 .meeting-actions,
  #one_to_one #events-1to1 .meeting-actions {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
#one_to_one #agenda-1to1 .meeting-actions > span,
#one_to_one #events-1to1 .meeting-actions > span {
  margin-left: 7px;
}
#one_to_one #agenda-1to1 .meeting-actions .row,
#one_to_one #events-1to1 .meeting-actions .row {
  margin-left: 0px;
  margin-right: 0px;
}
#one_to_one #agenda-1to1 .meeting-actions .rate-button,
#one_to_one #events-1to1 .meeting-actions .rate-button {
  border: 1px solid #d14836;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  opacity: 0.5;
  color: #d14836;
}
@media (max-width: 769px) {
  #one_to_one #agenda-1to1 .meeting-actions .rate-button,
  #one_to_one #events-1to1 .meeting-actions .rate-button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#one_to_one #agenda-1to1 .meeting-actions .rate-button .rate-message,
#one_to_one #events-1to1 .meeting-actions .rate-button .rate-message {
  margin-top: -3px;
  display: none;
  vertical-align: middle;
}
#one_to_one #agenda-1to1 .meeting-actions .rate-button .rate-message span,
#one_to_one #events-1to1 .meeting-actions .rate-button .rate-message span {
  vertical-align: middle;
}
#one_to_one #agenda-1to1 .meeting.started .rate-button,
#one_to_one #events-1to1 .meeting.started .rate-button {
  opacity: 1;
  background-color: #d14836;
  color: #fff;
}
#one_to_one #agenda-1to1 .meeting.no-rated .rate-button .rate-message.pending-to-rate,
#one_to_one #events-1to1 .meeting.no-rated .rate-button .rate-message.pending-to-rate {
  display: inline-block;
}
#one_to_one #agenda-1to1 .meeting.no-rated .rate-button .rate-message.rated,
#one_to_one #events-1to1 .meeting.no-rated .rate-button .rate-message.rated {
  display: none;
}
#one_to_one #agenda-1to1 .meeting.rated .rate-button,
#one_to_one #events-1to1 .meeting.rated .rate-button {
  border-color: #77AD7D;
  background-color: #77AD7D;
  color: #fff;
  opacity: 1;
}
#one_to_one #agenda-1to1 .meeting.rated .rate-button .rate-message.pending-to-rate,
#one_to_one #events-1to1 .meeting.rated .rate-button .rate-message.pending-to-rate {
  display: none;
}
#one_to_one #agenda-1to1 .meeting.rated .rate-button .rate-message.rated,
#one_to_one #events-1to1 .meeting.rated .rate-button .rate-message.rated {
  display: inline-block;
}
#one_to_one #agenda-1to1 .tags > span,
#one_to_one #events-1to1 .tags > span {
  font-size: 10px;
  line-height: 10px;
  color: #fff !important;
  border-radius: 12px;
  padding: 6px 8px 5px 9px;
  display: inline-block;
  height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #c759b6;
}
#one_to_one #agenda-1to1 .tags > span > span,
#one_to_one #events-1to1 .tags > span > span {
  padding-right: 3px;
}
#one_to_one #agenda-1to1 .tags > span:hover,
#one_to_one #events-1to1 .tags > span:hover {
  background-color: #c146ae;
}
#one_to_one .hide-title-label .form-group > div:first-child > div:first-child {
  display: none;
}
#one_to_one .hide-title-label .form-group > div:first-child > div:last-child {
  width: 100% !important;
}
.edit_popup_profile .hide-title-label .form-group > div:first-child > div:first-child > label {
  float: right;
}
.edit_popup_profile .hide-title-label .form-group > div:first-child > div:first-child {
  width: 34.1% !important;
}
.edit_popup_profile .hide-title-label .form-group > div:first-child > div:last-child {
  width: 63.2% !important;
}
#oneandone_popup_user_details .person-container,
#popup_create_request .person-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#oneandone_popup_user_details .meeting-person,
#popup_create_request .meeting-person {
  display: inline-block;
  margin-bottom: 15px;
}
#oneandone_popup_user_details .meeting-person .person-image,
#popup_create_request .meeting-person .person-image {
  float: left;
  width: 100px;
}
#oneandone_popup_user_details .meeting-person .person-image .img-bg-square,
#popup_create_request .meeting-person .person-image .img-bg-square {
  width: 100px;
  height: 100px;
}
#oneandone_popup_user_details .meeting-person .person-body,
#popup_create_request .meeting-person .person-body {
  float: left;
  position: relative;
  font-size: 15px;
  margin-left: 125px;
  text-align: left;
}
#popup_create_request {
  max-width: 450px;
}
#popup_create_request #table_requests {
  margin-top: 15px;
  width: 100%;
}
#popup_create_request #table_requests td {
  vertical-align: middle;
}
#popup_create_request #table_requests td.container-table-selector .form-select {
  min-width: 100px;
}
@media (min-width: 1000px) {
  #popup_create_request #table_requests td.time {
    min-width: 160px;
  }
}
#popup_create_request #table_requests td.name {
  max-width: 150px;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 435px) {
  #popup_create_request #table_requests td.name {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  #popup_create_request #table_requests .hour_start,
  #popup_create_request #table_requests .hour_end {
    display: block;
    margin-bottom: 5px;
  }
}
#popup_create_request #table_requests td.container-checkbox {
  width: 50px;
  text-align: center;
}
@media (min-width: 769px) {
  #popup_create_request #table_requests td.container-checkbox {
    width: auto;
  }
}
.custom_filters {
  padding-bottom: 0px;
  padding-top: 15px;
  margin-bottom: 15px;
  max-width: 800px;
}
.custom_filters .survey {
  clear: left;
}
.custom_filters .survey.survey_field_type_checkbox {
  min-height: 45px;
}
@media screen and (min-width: 1000px) {
  .custom_filters .survey.survey_field_type_checkbox {
    clear: none;
    float: left;
    width: 50%;
    min-height: 35px;
  }
}
.custom_filters .finalclear {
  display: table !important;
  clear: both;
}
#popup_send_request .form-select-filter-by-user-type {
  min-width: 200px;
}
@media (max-width: 768px) {
  #popup_send_request .form-select-filter-by-user-type {
    width: 100%;
    margin-left: 0px !important;
  }
}
#popup_send_request .form-select-filter-by-user-type select {
  height: 50px;
  border-color: #aaa;
  font-size: 1.2em;
}
#popup_send_request .paginate_button.current {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding-top: 15px;
  line-height: 10px;
  text-align: center;
  border: none !important;
  background: #0F3C50;
  background-color: #0F3C50;
  padding-left: 0px;
  padding-right: 0px;
}
#popup_send_request .paginate_button.current[disabled],
#popup_send_request .paginate_button.current:disabled {
  opacity: 0.5;
}
#popup_send_request .paginate_button.current:hover {
  background-color: #0b2c3b;
}
#popup_send_request #attendees_stats_table td,
#popup_send_request #full_reporting td {
  vertical-align: middle;
}
#popup_send_request #attendees_stats_table th.container-book-btn,
#popup_send_request #full_reporting th.container-book-btn,
#popup_send_request #attendees_stats_table td.container-book-btn,
#popup_send_request #full_reporting td.container-book-btn {
  width: 60px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #popup_send_request #attendees_stats_table th.container-book-btn,
  #popup_send_request #full_reporting th.container-book-btn,
  #popup_send_request #attendees_stats_table td.container-book-btn,
  #popup_send_request #full_reporting td.container-book-btn {
    width: 190px;
  }
}
#popup_send_request #attendees_stats_table .btn-book,
#popup_send_request #full_reporting .btn-book {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  #popup_send_request #attendees_stats_table .btn-book,
  #popup_send_request #full_reporting .btn-book {
    font-weight: normal !important;
    font-size: 0.9em;
    padding-top: 9px;
    line-height: 1em;
  }
}
@media (min-width: 769px) {
  #popup_send_request #attendees_stats_table .btn-book,
  #popup_send_request #full_reporting .btn-book {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  #popup_send_request #attendees_stats_table #table_full_reporting_wrapper,
  #popup_send_request #full_reporting #table_full_reporting_wrapper {
    margin-left: -15px;
  }
  #popup_send_request #attendees_stats_table #table_full_reporting_wrapper .tdActions,
  #popup_send_request #full_reporting #table_full_reporting_wrapper .tdActions {
    padding-left: 0px;
    padding-right: 5px;
    width: 70px;
  }
  #popup_send_request #attendees_stats_table #table_full_reporting_wrapper .photoUrl,
  #popup_send_request #full_reporting #table_full_reporting_wrapper .photoUrl {
    padding-left: 5px;
    padding-right: 0px;
  }
}
#popup_send_request table.dataTable.no-footer {
  border-bottom: 1px solid #93a8b1;
}
#popup_send_request #attendees_filter {
  padding: 0px;
  background-color: transparent;
}
#one_to_one .big_image_module {
  color: #fff;
  text-shadow: 0 0 6px #000000;
  font-size: 22px;
  text-align: center;
}
#one_to_one #attendance_process {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}
#one_to_one #attendance_process #steps_guide {
  margin: auto;
}
.meeting-person {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 36px;
  position: relative;
  clear: right;
}
.meeting-person.edition {
  margin-top: 15px;
  max-width: 350px;
  font-size: 14px;
}
.meeting-person.edition .person-body {
  max-width: 200px;
}
.meeting-person .person-image {
  float: left;
  width: 36px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.meeting-person .person-image .img-bg-square {
  width: 36px;
  height: 36px;
}
.meeting-person .person-body {
  float: left;
  margin-left: 58px;
  position: relative;
  font-weight: normal;
}
.new-meeting {
  background-color: #fff;
  padding: 30px;
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 1.3em;
  display: none;
}
.meeting-url-text {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
#oneandone_popup_user_details {
  min-width: 300px;
  max-width: 500px;
}
#oneandone_popup_user_details .person-image,
#oneandone_popup_user_details .person-image .img-bg-square {
  width: 100px;
  height: 100px;
}
#oneandone_popup_user_details .person-body {
  padding-left: 15px;
}
#oneandone_popup_user_details .skills {
  margin-bottom: 45px;
}
#oneandone_popup_user_details .skills > span {
  margin-bottom: 5px;
}
#oneandone_popup_user_details .bio {
  margin-bottom: 45px;
}
#oneandone_popup_user_details .services {
  font-size: 0.7em;
  margin-bottom: 45px;
}
#oneandone_popup_user_details #response_survey {
  min-width: initial !important;
}
/***************************/
/*******UPDATE PROFILE */
/***************************/
#one_and_one_update_profile section.photo {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
#one_and_one_update_profile section.photo img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  width: 160px;
  border: 5px solid #fff;
}
#one_and_one_update_profile section.photo #crop_image_sidebar {
  float: left;
  display: none;
}
#one_and_one_update_profile section.photo form {
  display: none;
}
#one_and_one_update_profile section.photo .user_type {
  border-width: 2px;
}
#one_and_one_update_profile section.photo .dial_div_sidebar {
  position: absolute;
  left: 50%;
  margin-left: -86px;
  top: 0px;
  display: none;
  margin-top: -8px;
}
#one_and_one_update_profile section.photo .img_person_sidebar {
  position: relative;
  width: 160px;
  height: 160px;
}
#one_and_one_update_profile section.photo .img_person_sidebar .overlay {
  display: none;
  background-color: #5A90C6;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-border-radius: 150px ;
  -moz-border-radius: 150px ;
  -ms-border-radius: 150px ;
  -o-border-radius: 150px ;
  border-radius: 150px ;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding-top: 40px;
}
#one_and_one_update_profile section.photo .img_person_sidebar:hover .overlay {
  display: block;
}
#one_and_one_update_profile section.photo .user_type {
  height: 34px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 34px !important;
}
.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-dialog {
  left: 0%;
  width: 100%;
}
@media (max-width: 768px) {
  .modal-header .close {
    margin-right: 15px;
    font-size: 40px !important;
    margin-top: -3px;
  }
}
.modal-dialog.modal-full-width {
  width: 100%;
}
@media (max-width: 768px) {
  .modal-dialog.modal-full-width {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-dialog.modal-full-width .modal-content {
  width: 100%;
}
.modal-content,
.modal-footer,
.modal-header,
.modal-body {
  background: #fff !important;
  background-color: #fff !important;
}
.popup_opened .close_popup {
  right: 30px;
}
#popup_send_request #attendees_filter .asterisk {
  display: none;
}
/* PAGE VIEW REQUEST */
.close-page-send-request {
  position: absolute;
  right: 30px;
  top: 12px;
  cursor: pointer;
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  z-index: 100;
}
.close-page-send-request:before {
  content: "X";
  font-wight: bold;
  font-size: 22px;
  color: #777;
}
@media (max-width: 768px) {
  #meeting_survey_popup_close_icon {
    top: 50px;
  }
}
#guides ul li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
#guides ul li a {
  color: #004481;
}
/********************************/
/********* mobile footer **/
.col-121 {
  display: block;
}
@media (max-width: 768px) {
  .col-121 {
    display: none;
  }
}
@media (max-width: 768px) {
  #col-meeting-scheduler {
    display: block;
  }
}
.footer_mobile {
  height: 55px;
  position: fixed;
  width: 100%;
  background-color: #0F3C50;
  bottom: 0px;
  text-align: center;
  z-index: 15;
  vertical-align: middle;
  border-top: 1px solid #087dba;
}
.footer_mobile .footer_mobile_body {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
.footer_mobile .footer_mobile_body a.footer_mobile_link {
  padding-top: 17px;
  width: 32%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}
.footer_mobile .footer_mobile_body a.footer_mobile_link.active {
  background-color: #087dba;
}
.registration_questionnarie .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.edit_event.form_active #form.reservationsModule {
  width: 750px!important;
}
@media screen and (max-width: 769px) {
  body.ios_browser .popup_opened_black_layout {
    display: none;
  }
}
#recommended_users {
  background-color: #f4f4f4;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media screen and (min-width: 770px) {
  #recommended_users {
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
#recommended_users .media {
  padding-bottom: 30px;
}
#recommended_users .media .media-body {
  position: relative;
}
#recommended_users .media .media-body .btn-book {
  position: absolute;
  top: 0;
  right: 0;
}
#recommended_users .media .media-body .media-body-content {
  width: 63%;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.edit_event.form_active #form.surveyMatchmaking121Module {
  width: 1000px !important;
}
.edit_event.form_active #form.tablesModule {
  width: 100% !important;
}
.edit_event.form_active .slotsModule#form {
  width: 825px!important;
}
.automatic-attendees-deletion .alert-error-eventscase {
  background-color: #FAE3DF;
  border-color: #9A291B;
  color: #9A291B;
}
.plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: relative;
  width: 21px;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #000;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  transition: transform 500ms ease;
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.plus-minus-toggle + .toggle-collapsed.toggle-border-left {
  border-left: 1px solid black;
  border-radius: 5px;
}
#profileFields_module .disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
#profileFields_module_popup_delete .events_profile_questions {
  overflow: auto;
  max-height: 30vh;
}
.edit_event.form_active #form.clienttermsModule,
.edit_event.form_active #form.regTermsModule {
  width: 80% !important;
}
.popupcontent #form.clienttermsModule,
.popupcontent #form.regTermsModule {
  width: 100% !important;
}
.popupcontent #form.clienttermsModule .terms-container,
.popupcontent #form.regTermsModule .terms-container {
  border: solid 1px #ccc;
  background: #fafafa;
  margin-bottom: 10px;
  padding: 10px;
}
.popupcontent #form.clienttermsModule .terms-container .form-select,
.popupcontent #form.regTermsModule .terms-container .form-select {
  width: 100%;
}
.popupcontent th,
.popupcontent th:hover {
  background-color: #1e3952 !important;
  color: #FFFFFF !important;
}
.popupcontent .rotate {
  transform: rotate(180deg);
}
.popupcontent .alert-error-eventscase {
  background-color: #FAE3DF;
  border-color: #9A291B;
  color: #9A291B;
}
.form_module .unblock {
  color: #E74C3C;
}
.form_module .icon {
  cursor: pointer;
}
.form_module .saved .icon {
  float: left;
  margin-right: 8px;
}
.select_option_row .form-select {
  width: 100%;
}
#question_ordered_list .thead {
  background-color: #003a51;
  color: #F0F0F0;
  margin-bottom: 5px;
  font-weight: bold;
}
#question_ordered_list .thead > div {
  padding: 9px 25px 9px 5px;
  line-height: 1.231;
  font-size: 14px;
}
#question_ordered_list .question_row {
  min-height: 25px;
  margin: 3px 0;
}
#question_ordered_list .question_row:hover {
  cursor: move;
  background-color: #fafafa;
}
#question_ordered_list .drag-icon {
  position: absolute;
}
body #analitycs .product-col {
  position: relative;
}
@media (min-width: 1600px) {
  body #analitycs .product-col {
    width: 33.33333333% !important;
  }
}
body #analitycs .product-col:hover .product {
  opacity: 1 !important;
}
body #analitycs .button-activate-product {
  position: absolute;
  bottom: 40px;
  right: 25px;
}
body #analitycs .product {
  width: 100%;
  padding: 2px;
  min-height: 155px;
  margin-bottom: 30px;
  border-radius: 2px;
  background-color: rgba(55, 127, 168, 0.95);
  transition: opacity 0.25s;
  height: 100%;
}
body #analitycs .product a {
  cursor: pointer;
}
body #analitycs .product.unactive {
  opacity: 0.55;
}
body #analitycs .product:hover {
  opacity: 1;
}
body #analitycs .product .product-title .title {
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  text-align: left;
}
body #analitycs .product .product-title .title a {
  color: #fff;
  font-weight: 600;
}
body #analitycs .product .media {
  background-color: white;
  margin-top: 0px;
  height: 185px;
}
body #analitycs .product .media .media-prod-img {
  width: 25%;
  border-right: 1px solid rgba(55, 127, 168, 0.2);
  height: 100%;
  margin-right: 0px;
  text-align: center;
}
body #analitycs .product .media .media-prod-img img {
  visibility: hidden;
}
body #analitycs .product .media .media-prod-img svg {
  margin-top: 45px;
}
body #analitycs .product .media .media-prod-img svg * {
  fill: #377fa8;
}
body #analitycs .product .media .media-prod-img a {
  display: inline-block;
  width: 90%;
  height: inherit;
}
body #analitycs .product .media .media-prod-img a img {
  height: inherit;
  margin: 0px;
  padding: 10%;
  margin: auto;
}
body #analitycs .product .media .media-body {
  display: inline-block;
  padding: 15px;
  height: 100%;
  width: 75%;
}
body #analitycs .product .media .media-body .text-prod-active {
  width: 51%;
  color: #30ae29;
  padding-top: 5px;
}
body #analitycs .product .media .media-body .prod-published-status {
  text-align: right;
  font-weight: bold;
  width: auto;
  margin-left: -15px;
  display: block;
  margin-right: -15px;
  border-bottom: 1px solid rgba(55, 127, 168, 0.2);
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -7px;
  padding-bottom: 8px;
}
body #analitycs .product .media .media-body .prod-published-status .prod-unpublished,
body #analitycs .product .media .media-body .prod-published-status .prod-unpublished a {
  text-align: right;
  color: #d44950;
}
body #analitycs .product .media .media-body .prod-published-status .prod-unpublished:hover,
body #analitycs .product .media .media-body .prod-published-status .prod-unpublished a:hover {
  color: #a9282e;
}
body #analitycs .product .media .media-body .prod-published-status .prod-published,
body #analitycs .product .media .media-body .prod-published-status .prod-published a {
  color: #30ae29;
}
body #analitycs .product .media .media-body .prod-published-status .prod-published:hover,
body #analitycs .product .media .media-body .prod-published-status .prod-published a:hover {
  color: #1f701a;
}
body #analitycs .product .media .media-body .prod-published-status .prod-in_process,
body #analitycs .product .media .media-body .prod-published-status .prod-in_process a {
  color: #ff541e;
}
body #analitycs .product .media .media-body .prod-published-status .prod-in_process:hover,
body #analitycs .product .media .media-body .prod-published-status .prod-in_process a:hover {
  color: #d13200;
}
body #analitycs .product .media .media-body .product-info,
body #analitycs .product .media .media-body .product-links {
  padding-top: 15px;
}
body #analitycs .product .media .media-body .product-info ul,
body #analitycs .product .media .media-body .product-links ul {
  list-style: none;
  list-style-type: none !important;
}
body #analitycs .product .media .media-body .product-info ul li,
body #analitycs .product .media .media-body .product-links ul li {
  padding-bottom: 5px;
}
body #analitycs .product.active .media-prod-img {
  background-color: rgba(55, 127, 168, 0.05);
}
body #product_resume {
  font-size: 15px;
  margin-bottom: 40px;
  /* The code below is awful and overwrites the classes underneath formgenerator only for table_link class area */
}
body #product_resume .extra-options {
  background-color: #eee;
  padding: 10px 25px;
}
body #product_resume .table_link {
  margin-top: 2px;
  border: solid 1px;
}
body #product_resume .table_link th {
  border: unset !important;
}
body #product_resume .table_link th:last-child {
  text-align: right;
}
body #product_resume .table_link td {
  padding: 10px 40px 10px 30px !important;
  border: unset !important;
}
body #product_resume .table_link td div {
  margin: 0px !important;
}
body #product_resume .table_link .form-group > .row {
  float: right;
}
body #product_resume .table_link .form-group .row > div:first-child {
  display: none;
}
body #product_resume .table_link .form-group .row > div:last-child {
  width: 100%;
  max-width: 100px;
}
body .edit_event #content h2.product_dashboard_title {
  font-weight: 500 !important;
  border-color: #377fa8;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  color: #555;
}
body .btn-activate-website {
  background-color: transparent !important;
  color: #377fa8 !important;
}
body .btn-activate-website:hover {
  background-color: #eee !important;
}
.edit_event #event_header {
  margin-bottom: 15px;
  font-size: 15px;
}
.edit_event #event_header .photo-container {
  width: 125px;
  min-height: 1px;
  margin-right: 30px;
}
.edit_event #event_header .photo-container .photo-event {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
  border: solid 1px #ddd;
}
.edit_event #event_header .media {
  position: relative;
}
.edit_event #event_header .media .media-body {
  margin-right: 100px;
}
.edit_event #event_header .event-tools {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.edit_event #event_header .event-info-container .label {
  font-size: 12px !important;
}
.edit_event #event_header .event-info-container h6 {
  font-weight: bolder;
  line-height: 1.4em;
  padding-top: 4px;
}
.edit_event #content {
  position: relative;
  height: 100%;
  /***** TITULOS ******/
}
.edit_event #content td {
  vertical-align: middle;
}
.edit_event #content .table > thead > tr > th {
  vertical-align: middle;
}
.edit_event #content th,
.edit_event #content th:hover {
  background-color: #163343 !important;
  color: #F0F0F0;
}
.edit_event #content .dataTables_filter input[type='search'] {
  border: 2px solid #ccc;
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 10px;
}
.edit_event #content h2 {
  border-bottom: 2px solid #98c370;
  font-size: 25px!important;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  font-weight: 200;
  text-transform: uppercase;
}
.edit_event #content h3 {
  font-size: 22px;
}
.edit_event #content #analitycs {
  min-height: 850px;
}
.edit_event #content .event {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F0F0F0;
  overflow: hidden;
}
.edit_event #content .event .photo {
  float: left;
  width: 75px;
  height: 75px;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  margin-right: 20px;
}
.edit_event #content .event .photo {
  position: relative;
  display: inline-block;
}
.edit_event #content .event .photo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.edit_event #content .event .photo:after {
  border: solid 1px #000;
  opacity: 0.1;
}
.edit_event #content .event .tools {
  float: right;
  width: 97px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 20px;
}
.edit_event #content .event .tools div {
  display: inline-block;
}
.edit_event #content .event .tools div span {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  margin: 5px 10px;
}
.edit_event #content .event .tools div span:hover {
  color: #377fa8;
  cursor: pointer;
}
.edit_event #content .event .title h6 {
  margin-top: 0px;
}
.edit_event #content .event .title .label {
  font-size: 12px;
  vertical-align: middle;
}
.edit_event #content .event .stats {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #F0F0F0;
  margin-left: 20px;
  border-left: 1px solid #F0F0F0;
  display: inline-block;
  float: right;
}
.edit_event #content .event .stats div {
  display: block;
  padding: 0 25px;
  font-size: 15px;
}
.edit_event #content .event .stats div .num {
  min-width: 50px;
  display: inline-block;
}
.edit_event #content .event .items li {
  display: inline;
  margin-left: 10px;
}
.edit_event #content #event_reviews .event_percentajes .percentaje {
  background-color: #377fa8 !important;
}
.edit_event #content #event_reviews .user_review + .user_review {
  border-top: 1px solid #F0F0F0;
  padding-top: 25px;
  margin-top: 10px;
}
.edit_event #content #event_reviews .user_review .photo {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.edit_event #content #event_reviews .user_review .photo img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.edit_event #content #event_reviews .user_review .details {
  font-size: 14px;
}
.edit_event #content #event_reviews .user_review .details .name {
  font-weight: bold;
}
.edit_event #content #event_reviews .user_review .user_percentajes {
  float: right;
  margin-left: 40px;
}
.edit_event #content #event_reviews .user_review .user_percentajes > div {
  width: 100%;
}
.edit_event #content #event_reviews .user_review .user_percentajes > div > div {
  float: left;
}
.edit_event #content #event_reviews .user_review .user_percentajes > div .points {
  margin-left: 15px;
  float: right;
}
.edit_event #content #event_reviews .speaker_review .photo {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.edit_event #content #event_reviews .speaker_review .photo img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.edit_event #content #event_reviews .speaker_review .name_speaker {
  font-size: 14px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: bold;
}
.edit_event #content #event_reviews .speaker_review .speaker_review_details {
  display: none;
}
.edit_event #content #event_reviews .speaker_review .score .name {
  padding-top: 4px!important;
  padding-bottom: 3px!important;
}
.edit_event #content #event_reviews .speaker_review .score .name .percentaje {
  padding-top: 4px!important;
  padding-bottom: 3px!important;
}
.edit_event #content #event_reviews .speaker_review .user_review {
  margin-bottom: 50px;
}
.edit_event #content #stats_tickets {
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  flex-flow: row nowrap;
}
.edit_event #content #stats_tickets .box25 {
  width: 25%;
}
.edit_event #content #stats_tickets .box20 {
  width: 20%;
}
.edit_event #content #stats_tickets .box33 {
  width: 33.33333%;
}
.edit_event #content #stats_tickets .box50 {
  width: 50%;
}
.edit_event #content #stats_tickets .box {
  width: 100%;
  float: left;
  text-align: center;
  padding: 7px;
}
.edit_event #content #stats_tickets .box > div:first-child {
  padding: 20px;
  padding-top: 35px;
  background-color: #f6f6f6;
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: inline-block;
}
.edit_event #content #stats_tickets .box > div:first-child .net_sales {
  background-color: #E7E7E7;
}
.edit_event #content #stats_tickets .box > div:first-child .name {
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.edit_event #content #stats_tickets .box > div:first-child .number {
  font-size: 28px;
}
.edit_event #content #stats_tickets #promo_codes_usage.view_background {
  max-height: 182px;
  overflow: hidden;
  position: relative;
}
.edit_event #content #stats_tickets #promo_codes_usage.view_background > div {
  padding: 7px;
}
.edit_event #content #stats_tickets #promo_codes_usage.view_background > div .name {
  font-size: 14px;
}
.edit_event #content #stats_tickets #promo_codes_usage.view_background > div .number {
  font-size: 20px;
}
.edit_event #content #stats_tickets #promo_codes_usage.view_background #view_all_promocodes_used {
  position: absolute;
  bottom: 10px;
  text-align: right;
  left: 0px;
  right: 0px;
}
.edit_event #content #stats_tickets #promo_codes_usage.view_background::before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 96%, #ffffff 97%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(96%, rgba(255, 255, 255, 0.99)), color-stop(97%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 96%, #ffffff 97%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 96%, #ffffff 97%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 96%, #ffffff 97%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 96%, #ffffff 97%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  height: 85px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 3s;
  transition: 3s;
}
.edit_event #content #stats_tickets #promo_codes_usage.active {
  height: auto;
  overflow: visible;
}
.edit_event #content #stats_tickets #promo_codes_usage.active #view_all_promocodes_used {
  display: none;
}
.edit_event #content #stats_tickets #promo_codes_usage.active::before {
  display: none;
}
.edit_event #content #stats_tickets .details {
  display: none;
}
.edit_event #content #stats_tickets .details td {
  padding: 9px 10px;
}
.edit_event #content #stats_tickets .details .payment_id {
  display: inline-block;
  min-width: 30px;
}
.edit_event #content #stats_tickets .details .usertype {
  border-radius: 100%;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 14px;
  margin-right: 10px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.edit_event #content #stats_tickets .details .icon {
  cursor: pointer;
}
.edit_event #content #stats_tickets table table th {
  color: #526476;
  background-color: transparent!important;
  border-top-color: #eef0f0 !important;
  border-left-color: #eef0f0 !important;
  border-right-color: #eef0f0 !important;
}
.edit_event #maindiv {
  margin-right: 0px;
}
.edit_event #container_form {
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 0%;
  height: 0px;
  z-index: 4;
}
.edit_event #container_form.open {
  width: 100%;
  overflow: auto;
}
.edit_event #form {
  width: 0px!important;
  min-width: 0px !important;
  background-color: #fff;
  border-right: 0px solid #E0E0E0;
  position: relative;
  z-index: 4;
  padding: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.edit_event #form #content_form {
  opacity: 0;
  filter: alpha(opacity=0);
}
.edit_event #overlay_form {
  display: block;
  width: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  z-index: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.edit_event #overlay_form.open {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.edit_event #sidebar {
  min-height: 850px;
  margin-left: 80px;
  width: 222px;
  padding: 0px;
  border-right: 1px solid #E0E0E0 !important;
  /*#createEvent_menu_attendees::after {
            background-color: white;
            bottom: 0;
            content: "PRODUCTS:";
            display: inline-block;
            font-weight: bold;
            height: 100%;
            padding: 11px 16px;
            position: relative;
            width: 100%;
            z-index: 999;
        }*/
}
.edit_event #sidebar ul {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
  vertical-align: center;
}
.edit_event #sidebar ul li {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 4px 6px;
  font-size: 13px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.edit_event #sidebar ul li .icon {
  margin-right: 10px;
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}
.edit_event #sidebar ul li .text {
  display: inline;
}
.edit_event #sidebar ul li .submenu {
  margin: 15px -15px 15px -15px;
}
.edit_event #sidebar ul li .submenu > div {
  padding: 5px 10px 5px 20px;
  border-bottom: 1px solid #fff;
  background-color: #f0f0f0;
}
.edit_event #sidebar ul li .submenu > div:hover {
  background-color: #fff;
}
.edit_event #sidebar ul li .submenu > div.active {
  background-color: #333;
  color: #fff;
  padding-left: 25px;
}
.edit_event #sidebar ul li:hover {
  background-color: #e8e8e8;
}
.edit_event #sidebar ul li.active {
  background-color: #f5f5f5;
}
.edit_event #sidebar ul li .menu_link_icon {
  width: 18px;
  text-align: center;
  margin-top: -2px;
}
.edit_event #sidebar ul li ul li[doaction="createEvent_show_module"][data-module$="_help"],
.edit_event #sidebar ul li ul li[doaction="oneandone_show_module"][data-module$="_help"] {
  display: none;
  visibility: hidden;
}
.edit_event #sidebar ul li #module_button_rooms {
  display: flex;
  align-items: center;
}
.edit_event #sidebar ul li #module_button_rooms .couch-icon {
  margin-bottom: -5px;
  height: 20px;
}
.edit_event #sidebar ul li #module_button_rooms .text {
  margin-left: 2.33px;
}
.edit_event #sidebar ul li ul li.active .text {
  font-weight: bold;
  color: black;
}
.edit_event #sidebar ul li ul li.active .menu_link_icon {
  font-size: 18px;
  color: #377fa8;
}
.edit_event #sidebar ul li ul li.active .menu_link_icon.fa {
  position: relative;
  top: 2px;
}
.edit_event #sidebar ul li ul li.active .menu_link_icon.couch-icon {
  width: 21px;
}
.edit_event #sidebar ul li ul li.active .menu_link_icon.couch-icon .cls-1 {
  fill: #377fa8;
}
.edit_event #sidebar ul li.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.edit_event #sidebar ul li.product {
  padding: 7px 15px;
  font-weight: bold;
  background-color: #98c370;
  color: #fff;
}
.edit_event #sidebar ul li.product:hover {
  background-color: #7eb44c;
  opacity: 1;
}
.edit_event #sidebar ul .pro_budget {
  position: absolute;
  top: -1px;
  right: 0px;
  padding: 5px;
  color: #fff;
  width: 40px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background-image: url("https://americas.eventscase.com/img/pro.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.edit_event #sidebar ul .paid_budget {
  position: absolute;
  top: -1px;
  right: 0px;
  padding: 5px;
  color: #fff;
  width: 40px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background-image: url("https://americas.eventscase.com/img/paid.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.edit_event #sidebar ul li:hover {
  /* .pro_budget{
                    .opacity(1);
                }
                */
}
.edit_event #sidebar .main-section,
.edit_event #sidebar .main-section:hover {
  background-color: #0a8fd5;
  color: white;
  text-align: center;
}
.edit_event #sidebar .group {
  padding: 0;
  position: relative;
}
.edit_event #sidebar .group:hover {
  background-color: #F4F5F6;
}
.edit_event #sidebar .group .group-name {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 7px 15px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  background-color: #377fa8;
  color: #fff;
  text-transform: uppercase;
}
.edit_event #sidebar .group .group-name .closable:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  border: 8px;
  border-color: white transparent transparent transparent;
  border-style: solid;
  width: 0px;
  height: 0px;
}
.edit_event #sidebar .group .group-name.disabled_group {
  background-color: rgba(55, 127, 168, 0.95);
  opacity: 0.55;
}
.edit_event #sidebar .group .group-name.disabled_group .fa {
  display: none;
}
.edit_event #sidebar .group .group-name.disabled_group:hover .fa {
  display: block;
  font-size: 10px;
  margin-left: -8px;
  position: absolute;
  right: 7px;
  top: 3px;
}
.edit_event #sidebar .group .group-name.disabled_pro {
  background-color: #ccc;
  color: #fff !important;
}
.edit_event #sidebar .group .group-name.disabled_pro:before {
  content: "\f023";
  font-family: FontAwesome;
  border: 0px;
  width: auto;
  height: auto;
  top: 13px;
  right: 25px;
}
.edit_event #sidebar .group.opened .group-name.closable:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  border: 8px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  width: 0px;
  height: 0px;
}
.edit_event #sidebar .group .group-subcategory {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  left: 0;
  top: 0;
  float: left;
  display: inline-block;
  width: 100%;
  padding: 1px 37px;
}
.edit_event #sidebar .group .group-subcategory .text {
  font-size: 11px;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.edit_event #sidebar .group .group-container {
  display: none;
}
.edit_event #sidebar .group .group-container > ul {
  float: left;
}
.edit_event #sidebar .group.opened .group-container {
  display: block;
}
.edit_event #sidebar #createEvent_menu_my_event,
.edit_event #sidebar #createEvent_menu_attendees,
.edit_event #sidebar #createEvent_menu_attendees_config,
.edit_event #sidebar #createEvent_menu_dashboard {
  background-color: #F4F5F6;
}
.edit_event #sidebar #createEvent_menu_my_event .group-name,
.edit_event #sidebar #createEvent_menu_attendees .group-name,
.edit_event #sidebar #createEvent_menu_attendees_config .group-name,
.edit_event #sidebar #createEvent_menu_dashboard .group-name {
  background-color: #fff;
  color: #163343;
}
.edit_event #sidebar #createEvent_menu_my_event .group-name:hover,
.edit_event #sidebar #createEvent_menu_attendees .group-name:hover,
.edit_event #sidebar #createEvent_menu_attendees_config .group-name:hover,
.edit_event #sidebar #createEvent_menu_dashboard .group-name:hover {
  color: #377fa8;
}
.edit_event #sidebar .group-name::before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  position: absolute;
  right: 6px;
  top: 15px;
}
.edit_event #sidebar #createEvent_menu_my_event .group-name::before,
.edit_event #sidebar #createEvent_menu_attendees_config .group-name::before {
  border-color: #1e455b transparent transparent;
}
.edit_event #sidebar #createEvent_menu_my_event.opened .group-name::before,
.edit_event #sidebar #createEvent_menu_attendees_config.opened .group-name::before,
.edit_event #sidebar .group.opened .group-name::before {
  top: 10px;
  transform: rotate(180deg);
}
.edit_event #sidebar #menu_sidebar_products_title {
  cursor: auto !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  left: 0;
  top: 0;
  float: left;
  display: inline-block;
  width: 100%;
  padding: 1px 37px;
  font-size: 12px;
  margin-top: 15px;
  color: white;
  text-transform: uppercase;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 10px;
  border-top: none;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0px;
  font-weight: bold;
  padding-top: 15px;
}
.edit_event #sidebar #menu_sidebar_products_title:hover {
  background-color: #fff;
  color: #333;
}
.edit_event div[role=tabpanel] .nav-tabs .disabled a {
  position: relative;
}
.edit_event div[role=tabpanel] .nav-tabs .disabled a:before {
  background: none repeat scroll 0 0 #163343;
  border-radius: 4px;
  color: #FFFFFF;
  left: 100% ;
  font-family: "Lato", Arial !important;
  font-size: 12px;
  z-index: 1085;
  line-height: 1.2 !important;
  margin-left: 20px;
  top: 0px;
  padding: 10px;
  position: absolute;
  display: none!important;
  text-align: left;
  width: 150px;
  content: "You must create before the main language";
}
.edit_event div[role=tabpanel] .nav-tabs .disabled a:hover:before {
  display: block!important;
}
.edit_event div[role=tabpanel] .nav-tabs .disabled a:hover:after {
  display: block!important;
}
.edit_event.form_active #form {
  width: 650px!important;
  border-right: 2px solid #E0E0E0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  padding: 30px 40px;
  overflow: auto;
  overflow-x: hidden;
  font-size: 16px;
  z-index: 5;
}
.edit_event.form_active #form #content_form {
  -webkit-transition: opacity;
  transition: opacity;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
}
.edit_event.form_active #form #content_form .title_section {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 35px !important;
  padding-bottom: 6px;
}
.edit_event.form_active #form #content_form .title_section input.form-control {
  display: inline-block;
  width: auto;
}
.edit_event.form_active #form #content_form .delimiter {
  padding-bottom: 35px;
}
.edit_event.form_active #form #content_form label {
  font-size: 16px;
}
.edit_event.form_active #form #content_form .explain {
  font-size: 14px;
}
.edit_event.form_active #form #content_form .explain p {
  font-size: 14px;
}
.edit_event.form_active #form #content_form .explain li {
  padding-left: 35px;
}
.edit_event.form_active #form #content_form .right_colum {
  float: right;
  width: 56%;
}
.edit_event.form_active #form #content_form .save_buttons {
  text-align: right;
}
.edit_event.form_active #form #content_form .subsection {
  margin-top: 10px;
}
.edit_event.form_active #form #content_form .subsection h1 {
  background-color: #f0f0f0;
  font-size: 28px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.edit_event.form_active #form #content_form .subsection h1 .close {
  height: 50px;
  display: none;
  font-size: 16px;
  line-height: 47px;
  vertical-align: middle;
  cursor: pointer;
}
.edit_event.form_active #form #content_form .subsection h1 .open {
  display: block;
  font-size: 14px;
  line-height: 47px;
  vertical-align: middle;
  cursor: pointer;
}
.edit_event.form_active #form #content_form .subsection .subsection_content {
  display: none;
}
.edit_event.form_active #form #content_form .subsection.active h1 .close {
  display: block;
}
.edit_event.form_active #form #content_form .subsection.active h1 .open {
  display: none;
}
.edit_event.form_active #form #content_form .subsection.active .subsection_content {
  display: block;
}
.edit_event.form_active #form #content_form .tooltip_form {
  position: relative;
}
.edit_event.form_active #form #content_form .tooltip_form .tooltip_text {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  background-color: #163343;
  color: #fff;
  font-size: 11px;
  top: 0px;
  z-index: 2;
  min-width: 210px;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.edit_event.form_active #form #content_form .tooltip_form .tooltip_text:before {
  border-color: transparent #163343 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: "";
  height: 0;
  left: -23px;
  position: absolute;
  top: 4px;
  width: 0;
}
.edit_event.form_active #form #content_form .tooltip_form .tooltip_text.tooltip_left {
  left: auto;
  right: 100%;
  margin-right: 30px;
  margin-left: 0px;
}
.edit_event.form_active #form #content_form .tooltip_form input:focus + .tooltip_text,
.edit_event.form_active #form #content_form .tooltip_form select:focus + .tooltip_text,
.edit_event.form_active #form #content_form .tooltip_form textarea:focus t + .tooltip_text {
  background-color: #163343 !important;
  display: block;
}
.edit_event.form_active #form #content_form .tooltip_form input:focus + .tooltip_text:before,
.edit_event.form_active #form #content_form .tooltip_form select:focus + .tooltip_text:before,
.edit_event.form_active #form #content_form .tooltip_form textarea:focus t + .tooltip_text:before {
  border-color: transparent #163343 transparent transparent;
}
.edit_event.form_active #form #content_form .tooltip_form .tooltip_text.tooltip_left:before {
  border-color: transparent transparent transparent #163343 !important;
  right: -23px;
  left: auto;
}
.edit_event.form_active #form #content_form .tooltip_form.show .tooltip_text {
  background-color: #AAB0B4;
  display: block;
}
.edit_event.form_active #form #content_form .tooltip_form.show .tooltip_text:before {
  border-color: transparent #AAB0B4 transparent transparent;
}
.edit_event.form_active #analitycs {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.edit_event.form_active [class$="HelpModule"]#form {
  width: 1000px!important;
}
#popup_send_message {
  min-width: 600px;
}
.form_pay_div {
  text-align: center;
  position: relative;
  height: 403px;
  margin-bottom: 50px;
}
.form_pay_div > img {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.form_pay_div .pro_msj {
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0 75px;
  padding: 25px;
  position: absolute;
  top: 45px;
  z-index: 2;
  width: 402px;
}
.form_pay_div .pro_msj h6 {
  text-shadow: 1px 2px 25px #FFF;
}
.form_pay_div .form_pay {
  display: none;
  text-align: left;
}
#menu_stats {
  position: relative;
}
#menu_stats + div {
  padding-top: 70px;
}
#menu_stats.fixed {
  left: 0;
  padding-left: 313px;
  padding-right: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#menu_stats .gradient {
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 55px;
  padding-bottom: 10px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 76%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(76%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 76%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 76%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 76%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 76%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
#menu_stats .content {
  height: 45px;
  border-bottom: 2px solid #B8B8B8;
  margin-bottom: 35px;
}
#menu_stats .content .tab {
  color: #CECCCC;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: 2px 3px 0 0;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu_stats .content .tab:before {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #77AD7D;
  position: absolute;
  bottom: -1px;
  left: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#menu_stats .content .tab a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu_stats .content .tab a:hover {
  color: grey;
}
#menu_stats .content .active {
  color: grey;
}
#menu_stats .content .active:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #77AD7D;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#payments_tables {
  position: relative;
  min-height: 250px;
}
#payments_tables_container #table_confirmed_tickets_payments_filters,
#payments_tables_container #table_confirmed_tickets_payments_filters .form-group,
#payments_tables_container #table_confirmed_addons_payments_filters,
#payments_tables_container #table_confirmed_addons_payments_filters .form-group,
#payments_tables_container #table_confirmed_payments_filters,
#payments_tables_container #table_confirmed_payments_filters_prev,
#payments_tables_container #table_confirmed_payments_filters_prev .form-group {
  display: inline-block;
  float: left;
}
#payments_tables_container #table_confirmed_tickets_payments_filters .form-group,
#payments_tables_container #table_confirmed_addons_payments_filters .form-group,
#payments_tables_container #table_confirmed_payments_filters_prev .form-group {
  padding-right: 10px;
}
#payments_tables_container #table_confirmed_tickets_payments_filters form,
#payments_tables_container #table_confirmed_addons_payments_filters form,
#payments_tables_container #table_confirmed_payments_filters_prev form {
  display: inline;
  float: left;
  width: 100%!important;
}
#payments_tables_container .paid {
  text-align: left;
}
#payments_tables_container .refund_row.odd td,
#payments_tables_container .refund_row.even td {
  background-color: #F6F6F6 !important;
}
#table_pending_attendees_filters_prev .form-group {
  padding-left: 20px;
  display: inline;
  float: left;
}
#table_pending_attendees_filters_prev form {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  float: left;
  width: 100%!important;
}
#table_pending_attendees_filters_prev form .row {
  display: inline;
  float: left;
}
.edit_event.form_active #close_form {
  top: 0px;
  right: 0px;
  position: absolute;
  width: auto;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  z-index: 1;
}
.edit_event.form_active #close_form:before {
  content: "";
  width: 0;
  height: 0;
  left: -13px;
  top: 9px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #CCC;
  position: absolute;
}
.edit_event.form_active .panel_module_container #close_form {
  position: relative;
  top: initial;
  right: initial;
}
#fast_track_registration [doaction="surveys_show_analytics"],
#fast_track_registration [doaction="regQuestionnaireModule_popup_pre_survey"] {
  display: none;
}
#fast_track_registration .container-currency {
  display: block !important;
}
#fast_track_registration .container-currency .form-select {
  width: 100%;
}
#fast_track_registration #tickets_list h6 {
  font-size: 15px;
}
.edit_event.form_active #form.widgetsModule {
  width: 700px!important;
}
#form.widgetsModule .widget_explain {
  width: 282px;
  padding: 15px;
  display: inline-block;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  background-color: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#form.widgetsModule .widget_explain:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
#form.widgetsModule .widget_explain:hover p {
  color: #444;
}
#form.widgetsModule .widget_explain .photo {
  position: relative;
}
#form.widgetsModule .widget_explain .photo:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  opacity: 0.15;
  filter: alpha(opacity=15);
  display: inline-block;
}
#form.widgetsModule .widget_page {
  width: 100%!important;
}
#form.widgetsModule .widget_explain + .widget_explain {
  margin-left: 20px;
}
#form.widgetsModule #widget_code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 15px;
  background-color: #F0F0F0;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#form.widgetsModule .back {
  font-size: 16px;
  color: #377fa8;
  float: right;
  cursor: pointer;
}
#form.widgetsModule .widget_button_wrapper .form {
  width: 400px;
}
.edit_event.form_active #form.registrationInfographicModule {
  width: 100% !important;
  float: left;
}
.edit_event.form_active #form.registrationInfographicModule .infographic img {
  width: 100%;
}
#form.regGuestsModule form label .text > .plm {
  float: right;
}
.edit_event.form_active #form.pesurveyModule {
  width: 900px!important;
}
.edit_event.form_active #form.attendeesModule {
  width: 900px!important;
}
#attendee_list {
  position: relative;
  min-height: 250px;
}
#attendee_list td {
  white-space: normal;
}
.edit_event.form_active #form.appPushModule {
  width: 900px !important;
}
.edit_event.form_active #form.appPushModule #event_reminder_container {
  position: relative;
}
.edit_event.form_active #form.appPushModule #event_reminder_container label > * {
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.edit_event.form_active #form.appPushModule #event_reminder_container .wrapper > * {
  cursor: pointer;
}
.edit_event.form_active #form.appPushModule #event_reminder_container .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 35px;
  background: #F1F1F1;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
}
.edit_event.form_active #form.appPushModule #event_reminder_container .wrapper .toggle--handler {
  background: #F5515F;
  width: 27px;
  height: 27px;
  display: block;
  box-shadow: 0px 5px 40px rgba(245, 81, 95, 0.8);
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
  border-radius: 60px;
  margin: 3.5px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.edit_event.form_active #form.appPushModule #event_reminder_container .wrapper .toggle--handler:after {
  content: "";
  position: absolute;
  border-radius: 60px;
  background: -webkit-linear-gradient(to bottom, #299421, #30ae27);
  background: linear-gradient(to bottom, #299421, #30ae27);
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.edit_event.form_active #form.appPushModule #event_reminder_container .wrapper .toggle--handler:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 60px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.edit_event.form_active #form.appPushModule #event_reminder_container .wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55px;
  height: 2px;
  background: #E5E5E5;
  pointer-events: none;
}
.edit_event.form_active #form.appPushModule #event_reminder_container input {
  position: absolute;
  left: -999em;
}
.edit_event.form_active #form.appPushModule #event_reminder_container input:checked + .toggle .toggle--handler {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #299421;
  box-shadow: 0px 5px 40px rgba(30, 150, 8, 0.8);
}
.edit_event.form_active #form.appPushModule #event_reminder_container input:checked + .toggle .toggle--handler:after {
  opacity: 0;
}
.edit_event.form_active #form.appPushModule #event_reminder_container input:checked + .toggle .toggle--handler:before {
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.edit_event.form_active #form.appPushModule #push_block .push-filter {
  display: flex;
  align-items: center;
}
.edit_event.form_active #form.appPushModule #push_block .chosen-container {
  min-width: 200px;
}
#checkin_app_analytics .checkin-day-selector {
  float: right;
  min-width: 400px;
  text-align: right;
}
#checkin_app_analytics .checkin-day:not(.active) {
  display: none;
}
#checkin_app_analytics .checkin-day:not(.realtime) .total_inside {
  display: none;
}
#checkin_app_analytics .checkin-statistics-summary {
  font-weight: bold;
  font-size: 20px;
}
#checkin_app_analytics .checkin-statistics-summary li {
  background-color: #fafafa;
  margin: 5px 0;
  padding: 0 5px;
}
#checkin_app_analytics .checkin-statistics-summary .statistics-value {
  float: right;
}
#checkin_app_analytics .tab-content {
  border: none;
  padding: 0;
  overflow: auto hidden;
}
.edit_event.form_active #form.templatesModule {
  width: 931px!important;
}
.edit_event.form_active #form.websiteManagerDashboardModule {
  height: 100% !important;
  width: 100% !important;
}
#popup_buy_template {
  width: 500px;
}
#popup_buy_template textarea {
  height: 160px;
}
#list_links_manage_template_menu {
  width: 750px;
}
#list_links_manage_template_menu .module_preview .preview {
  width: 100%;
}
#list_links_manage_template_menu .page_modules {
  display: none;
}
#list_links_manage_template_menu .module_preview {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
#menus_module .modules {
  padding-left: 25px;
}
#menus_module .when > div {
  padding: 3px 10px;
  font-size: 10px;
  float: left;
  background-color: #ccc;
  color: #fff;
}
#menus_module .when > div.active {
  background-color: #666;
}
#menus_module .when > div + div {
  border-left: 1px solid #eee;
}
#menus_module .when > div:first-child {
  border-radius: 3px 0 0 3px;
}
#menus_module .when > div:last-child {
  border-radius: 0 3px 3px 0;
}
#menus_module #personalized_menu tr {
  position: relative;
}
#menus_module #personalized_menu tr .draggable {
  position: absolute;
  left: 0px;
}
#menus_module #personalized_menu .tools > div {
  display: inline-block;
  cursor: pointer;
}
#form.templatesModule #guides_create_event ul li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
#form.templatesModule #guides_create_event ul li a {
  color: #004481;
}
#form.templatesModule #slides_top {
  width: 736px!important;
  display: inline-block;
  overflow: hidden;
}
#form.templatesModule .slide .img {
  position: relative;
}
#form.templatesModule .slide .img img {
  width: 736px;
}
#form.templatesModule .slide .img:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 2px solid #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: inline-block;
  content: "";
  border-bottom: 0px;
}
#form.templatesModule .slide .explain {
  background-color: #377fa8;
  color: #fff;
  padding: 20px 35px;
  font-size: 14px;
}
#form.templatesModule .slide .explain p {
  font-size: 14px;
}
#form.templatesModule .slide .explain h5 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 15px;
}
#form.templatesModule .template .photo {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
  background-color: #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  margin-bottom: 25px;
  display: inline-block;
  overflow: hidden;
}
#form.templatesModule .template .photo img {
  max-width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
}
#form.templatesModule .full_pack th {
  border-top: 0px!important;
  padding: 5px 10px!important;
  font-size: 16px;
}
#form.templatesModule .full_pack td {
  padding: 5px 10px!important;
}
#form.templatesModule .buy_price {
  background-color: #f0f0f0;
  padding: 15px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#form.templatesModule .buy_price p {
  line-height: 44px!important;
  vertical-align: middle;
  margin-bottom: 0px;
  font-size: 18px;
}
#form.templatesModule .buy_price span {
  float: right;
  padding: 0 25px;
  font-weight: bold;
}
#admin_custom_modules h6,
#custom_panel_modules h6 {
  margin-bottom: 25px;
}
#admin_custom_modules .mange_field,
#custom_panel_modules .mange_field {
  padding-left: 25px;
  padding-right: 80px;
  position: relative;
  padding-bottom: 32px;
  padding-top: 7px;
  cursor: move;
  border-bottom: 2px dashed #eee;
  text-align: left;
}
#admin_custom_modules .mange_field img.preview,
#custom_panel_modules .mange_field img.preview {
  width: 100%;
  margin-bottom: -25px;
}
#admin_custom_modules .mange_field .manage_order,
#custom_panel_modules .mange_field .manage_order {
  position: absolute;
  top: 5px;
  left: 10px;
  line-height: 16px;
  opacity: 0.2;
}
#admin_custom_modules .mange_field .manage_edit,
#custom_panel_modules .mange_field .manage_edit {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}
#admin_custom_modules .mange_field .manage_edit .icon,
#custom_panel_modules .mange_field .manage_edit .icon {
  cursor: pointer;
}
#admin_custom_modules .mange_field:hover,
#custom_panel_modules .mange_field:hover {
  background-color: #f0f0f0;
}
#admin_custom_modules .mange_field:hover .manage_order,
#custom_panel_modules .mange_field:hover .manage_order,
#admin_custom_modules .mange_field:hover .manage_edit,
#custom_panel_modules .mange_field:hover .manage_edit {
  opacity: 1;
}
#admin_custom_modules .mange_field .when,
#custom_panel_modules .mange_field .when {
  position: absolute;
  bottom: 6px;
  left: 40px;
}
#admin_custom_modules .mange_field .when > div,
#custom_panel_modules .mange_field .when > div {
  padding: 3px 10px;
  font-size: 10px;
  float: left;
  background-color: #ccc;
  color: #fff;
}
#admin_custom_modules .mange_field .when > div.active,
#custom_panel_modules .mange_field .when > div.active {
  background-color: #666;
}
#admin_custom_modules .mange_field .when > div + div,
#custom_panel_modules .mange_field .when > div + div {
  border-left: 1px solid #eee;
}
#admin_custom_modules .mange_field .when > div:first-child,
#custom_panel_modules .mange_field .when > div:first-child {
  border-radius: 3px 0 0 3px;
}
#admin_custom_modules .mange_field .when > div:last-child,
#custom_panel_modules .mange_field .when > div:last-child {
  border-radius: 0 3px 3px 0;
}
#pages_admin_guides a {
  font-size: 13px;
  color: #004481;
}
#pages .page .panel {
  position: relative;
}
#pages .page .panel:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 11px;
  height: 11px;
  background-image: url('https://americas.eventscase.com/img/createEvent/page_corner.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
#pages .page .tools {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}
#pages .page .tools > div {
  display: inline;
  cursor: pointer;
}
#pages .page .tools .btn-default {
  border: 0px!important;
}
#editTemplateModulePopup .popup_opened .popup {
  text-align: left;
}
#editTemplateNewModulePopup .popup_opened .popup {
  text-align: center;
}
.pkpopup.template_panel_popup .popupcontent {
  max-width: 100%;
  width: 750px;
}
.form_panel_popup_simple .bottom {
  margin-bottom: 0px;
  position: relative;
  top: 50px;
  margin-top: 0px;
  background-color: #377fa8;
}
#template_modules_container {
  margin: -50px;
  display: table;
}
#template_modules_container > div {
  display: table-row;
}
#template_modules_container > div > div {
  display: table-cell;
  vertical-align: top;
}
#template_modules_container #template_modules_sidebar_container {
  min-height: 650px;
  display: inline-block;
  width: 100%;
}
#template_modules_container #template_modules_sidebar {
  background-color: #333;
  color: #fff;
  width: 250px;
  border-radius: 4px 0 0 4px;
}
#template_modules_container #template_modules_sidebar h5 {
  padding-left: 30px;
  padding-top: 10px;
}
#template_modules_container #template_modules_sidebar ul {
  display: inline-block;
  list-style: none;
  width: 100%;
}
#template_modules_container #template_modules_sidebar ul li {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#template_modules_container #template_modules_sidebar ul li:first-child {
  border-top: 1px solid #ccc;
}
#template_modules_container #template_modules_sidebar ul li.active {
  background-color: #777;
}
#template_modules_container #template_modules_sidebar ul li:hover {
  background-color: #377fa8;
}
#template_modules_container #template_modules_sidebar ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
#template_modules_container #preview_module {
  display: none;
  width: 840px;
  height: 460px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
#template_modules_container #preview_module .frame {
  width: 1280px;
  height: 786px;
  border: 0;
  -ms-transform: scale(0.58);
  -moz-transform: scale(0.58);
  -o-transform: scale(0.58);
  -webkit-transform: scale(0.58);
  transform: scale(0.58);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#template_modules_container #form_template_modules {
  width: 1200px;
  padding: 10px 40px 40px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#template_modules_container #form_template_modules #type_modules_container {
  display: table;
  width: 100%;
}
#template_modules_container #form_template_modules #modules_categories_menu {
  display: table-cell;
  width: 230px;
  background-color: #555;
  border-radius: 4px 0 0 4px;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul {
  float: left;
  width: 100%;
  background-color: #333;
  color: #fff;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul a {
  color: #fff;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul a:hover {
  color: #fff;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul li {
  position: relative;
  border-bottom: 1px solid #444;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul li > div {
  padding: 5px 10px;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul li:hover,
#template_modules_container #form_template_modules #modules_categories_menu > ul li.active {
  background-color: #111;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul > li:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 12px;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul > li.active:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  border-width: 5px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul > li > ul {
  overflow: hidden;
  display: block;
  visibility: hidden;
  max-height: 0px;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul > li > ul > li {
  padding-left: 10px;
  background-color: #444;
  border-bottom: 1px solid #555;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul > li > ul > li:hover,
#template_modules_container #form_template_modules #modules_categories_menu > ul > li > ul > li.active {
  background-color: #333;
}
#template_modules_container #form_template_modules #modules_categories_menu > ul > li.active > ul {
  display: block;
  max-height: 5000px;
  visibility: visible;
}
#template_modules_container #form_template_modules #select_type_module_div {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding: 10px 20px 20px 10px;
  background-color: #f0f0f0;
}
#template_modules_container #form_template_modules #select_type_module_div #select_type_module_div_container {
  width: 100%;
  display: inline-block;
  position: relative;
}
#template_modules_container #form_template_modules #module_advanced_options {
  margin-top: 20px;
  margin-bottom: 20px;
}
#template_modules_container #form_template_modules.second_step {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 800px;
}
#template_modules_container #form_template_modules.second_step #module_settings {
  display: block;
}
#template_modules_container #form_template_modules #module_settings label {
  line-height: 1.2;
}
#template_modules_container #form_template_modules .module_type_select {
  text-align: center;
  width: 33%;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
#template_modules_container #form_template_modules .module_type_select .box {
  padding: 10px;
  border: 1px solid #aaa;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  transition: color 0.25s;
}
#template_modules_container #form_template_modules .module_type_select .box::before,
#template_modules_container #form_template_modules .module_type_select .box::after {
  content: "";
  border: 5px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  border-radius: 4px;
}
#template_modules_container #form_template_modules .module_type_select .box::before {
  top: 0;
  left: 0;
}
#template_modules_container #form_template_modules .module_type_select .box::after {
  bottom: 0;
  right: 0;
}
#template_modules_container #form_template_modules .module_type_select .box:hover {
  color: #0F3C50;
}
#template_modules_container #form_template_modules .module_type_select .box:hover::before,
#template_modules_container #form_template_modules .module_type_select .box:hover::after {
  width: 100%;
  height: 100%;
}
#template_modules_container #form_template_modules .module_type_select .box:hover::before {
  border-top-color: #0F3C50;
  border-right-color: #0F3C50;
  transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}
#template_modules_container #form_template_modules .module_type_select .box:hover::after {
  border-bottom-color: #0F3C50;
  border-left-color: #0F3C50;
  transition: border-color 0s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.4s;
}
#template_modules_container #form_template_modules .module_type_select .box input {
  display: none;
}
#template_modules_container #form_template_modules .module_type_select .box h6 {
  margin: -10px -10px 10px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 3px 3px;
  border-radius: 2px 2px 0 0;
  background-color: #377fa8;
  color: #fff;
}
#template_modules_container #form_template_modules .module_type_select .box input:checked + h6:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  border: 4px solid #377fa8;
}
#template_modules_container #form_template_modules .module_type_select .box img {
  max-width: 100%;
}
#template_modules_container #form_template_modules .module_type_select .box p {
  font-size: 13px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
#template_modules_container #form_template_modules .module_type_select .box .hover {
  visibility: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
#template_modules_container #form_template_modules .module_type_select .box .hover > div {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  line-height: 100%;
  z-index: 3;
  opacity: 0;
}
#template_modules_container #form_template_modules .module_type_select .box .hover:before {
  content: "";
  background-color: #fff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#template_modules_container #form_template_modules .module_type_select .box .hover:after {
  content: "";
  background-color: #3BA5DD;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  opacity: 0.4;
  z-index: 2;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#template_modules_container #form_template_modules .module_type_select .box:hover .hover {
  visibility: visible;
}
#template_modules_container #form_template_modules .module_type_select .box:hover .hover > div {
  transition: 0.3s;
  opacity: 1;
}
#template_modules_container #form_template_modules.form-select-module {
  min-width: 1200px;
  width: 100%;
}
#template_modules_container #form_template_modules .form_inf {
  text-align: center;
}
#template_modules_container #form_template_modules .form_inf > div {
  text-align: left;
  display: inline-block;
  width: 700px;
}
#template_modules_container #form_template_modules #extra_panel_buttons {
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
#template_modules_container #form_template_modules #extra_panel_buttons .btn-main {
  border-radius: 4px 4px 0 0;
}
#template_modules_container #form_template_modules #extra_panel_buttons .btn-default {
  border-radius: 4px 4px 0 0;
}
#template_modules_container .formgenerator-no-title .form-group .row div:nth-child(1) {
  display: none;
}
#template_modules_container .formgenerator-no-title .form-group .row div:nth-last-child(1) {
  width: 100%;
}
#template_modules_container .formgenerator-no-title .chosen-container-multi {
  width: 100% !important;
}
#template_modules_container .formgenerator-no-title .chosen-choices input {
  width: 100% !important;
}
#template_modules_container .label-time {
  display: block;
  text-align: center;
}
#template_modules_container .no-padding-left {
  padding-left: 0px !important;
}
#template_modules_container .no-padding-right {
  padding-right: 0px !important;
}
.more_info_module .slider_images img {
  width: 100%;
}
.panel_module_container .panel_table_groups .handle {
  margin-left: -10px;
  cursor: move;
}
.panel_module_container .panel_table_groups .icon-edit,
.panel_module_container .panel_table_groups .icon-trash {
  cursor: pointer;
}
#custom_panel_modules .page-title {
  font-size: 1.1em;
}
#custom_panel_modules > h6 {
  color: #377fa8;
  margin-top: 50px;
}
/* ESTILOS PANEL MENU CON NESTED LINKS */
.placeholder {
  outline: 1px dashed #00559F;
}
.placeholder:before {
  content: "";
  color: #ccc;
  display: inline-block;
  height: 48px;
}
#list_menu_sortable > li > ol > li > ol {
  /* sons li */
  padding-left: 0px;
  margin-left: 0px;
}
#list_menu_sortable > li > ol {
  /* sons li */
  padding-left: 0px;
  margin-left: 0px;
}
#list_menu_sortable > li > ol > .placeholder {
  outline: 1px dashed #00559F !important;
  border-left: 15px solid #ccc !important;
}
#list_menu_sortable > li > ol > .placeholder:before {
  content: "Sub-menu.";
  color: #ccc;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  margin-left: 20px;
}
#list_menu_sortable > li > ol > li > .placeholder {
  border-left: 0px solid #ccc !important;
}
#list_menu_sortable > li > ol > li > .placeholder:before {
  content: "";
}
#list_menu_sortable > li > ol .ui-sortable-helper {
  outline: 1px dashed #00559F;
  border-left: 5px;
}
td.link_name {
  width: 330px;
  padding-left: 5px !important;
}
#list_menu_sortable li {
  cursor: move;
  list-style: none;
}
#list_menu_sortable li ol li td.link_name {
  /* sons */
  width: 322px;
}
#list_menu_sortable table {
  border-color: #ccc;
}
#list_menu_sortable table td {
  padding-top: 12px;
}
#list_menu_sortable li ol li table {
  /* son list */
  border-left: 15px solid #ccc;
}
/* <end> ESTILOS PANEL MENU CON NESTED LINKS */
#edit_header_fixed_content,
#edit_footer_fixed_content {
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 3px;
}
#edit_header_fixed_content h6,
#edit_footer_fixed_content h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#edit_header_fixed_content h6 span,
#edit_footer_fixed_content h6 span {
  font-size: 14px;
}
#edit_header_fixed_content .mange_field:hover,
#edit_footer_fixed_content .mange_field:hover {
  background-color: #ffffff;
}
#edit_header_fixed_content .mange_field:hover .manage_order,
#edit_footer_fixed_content .mange_field:hover .manage_order,
#edit_header_fixed_content .mange_field:hover .manage_edit,
#edit_footer_fixed_content .mange_field:hover .manage_edit {
  opacity: 1;
}
#edit_header_fixed_content {
  background-color: #e6f2f8;
}
#edit_header_fixed_content h6 {
  color: #0F3C50;
}
#edit_footer_fixed_content {
  background-color: #ecf8e6;
}
#edit_footer_fixed_content h6 {
  color: #188446;
}
.hide_edit_fixed_content {
  display: block;
}
.collapsed .hide_edit_fixed_content {
  display: none;
}
.show_edit_fixed_content {
  display: none;
}
.collapsed .show_edit_fixed_content {
  display: block;
}
#new_user_data {
  background-color: #f0f0f0;
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 0 0 4px 4px;
  display: none;
}
.create_exhibitor_popup .speaker_img {
  width: 100px;
}
.create_exhibitor_popup iframe {
  width: 100%;
  border: 0px;
  overflow: hidden;
  height: 120px;
}
.edit_event.form_active .addonsModule#form {
  width: 980px!important;
}
.edit_event.form_active .connected_with {
  margin-right: 100px;
  font-size: 18px;
  font-weight: normal;
}
.edit_event.form_active .connected_with span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #3B7DD0;
}
.edit_event.form_active .unblock {
  color: #E74C3C;
}
.edit_event.form_active .icon {
  cursor: pointer;
}
.edit_event.form_active .saved .icon {
  float: left;
  margin-right: 8px;
}
.edit_event.form_active .need_stripe_data,
.edit_event.form_active .is_free_event {
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: 100;
  bottom: 0px;
  padding: 45px;
  left: 0px;
  right: 0px;
}
.edit_event.form_active .need_stripe_data:before,
.edit_event.form_active .is_free_event:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: -1;
}
#manage_addon {
  width: 810px !important;
}
#manage_addon .add_addon {
  text-align: center;
}
#manage_addon .currency {
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 30px !important;
  padding: 0 8px;
  text-align: right;
}
#manage_addon .amount_info {
  font-size: 14px;
  padding-right: 15px;
  text-align: right;
  position: relative;
  top: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#manage_addon .checkbox {
  margin-top: -4px;
}
#manage_addon .more.active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0 ;
  -moz-border-radius: 4px 4px 0 0 ;
  -ms-border-radius: 4px 4px 0 0 ;
  -o-border-radius: 4px 4px 0 0 ;
  border-radius: 4px 4px 0 0 ;
  background-color: #f6f6f6;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#manage_addon #form_addons {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}
#manage_addon .icon.help_icon {
  color: #999;
  font-size: 15px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
#manage_addon .saved .icon {
  cursor: pointer;
}
#manage_addon #show_info_private_addons {
  cursor: pointer;
  font-size: 14px;
}
#manage_addon #show_info_private_addons p {
  font-size: 14px;
}
#manage_addon #show_info_private_addons h6 {
  font-size: 20px;
}
#manage_addon #info_private_addons {
  display: none;
}
.btn-stripe {
  -moz-user-select: none;
  background-image: linear-gradient(#28a0e5, #015e94);
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin-bottom: 1px;
  padding: 1px;
  text-decoration: none !important;
}
.btn-stripe span {
  background: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4) repeat scroll 0 0 #1275ff;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  color: white;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 12px 0 44px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-stripe span:before {
  background-repeat: no-repeat;
  background-size: 23px 24px;
  content: "";
  display: block;
  height: 24px;
  left: 11px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 23px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADQklEQVRIDbWVaUiUQRjHZ96dXY/d1fYQj1U03dJSw9YkFgy6DIkILRArQSSC7PjQjQQqVH7oQ0GHQUWgpQhKHzoNSqiUwpXcsrwIjzVtPVrzbPV9Z6bZhYV3N3WXYAeGmWeeZ37z8J95GEgpBf5oeXn1Es4fYAdzPDlM6je4RBYhR+LMU89UxiCBGiCgkUwsBYSA+SlPKLQBQAYEAZm+3j42K96z3NyOF7VOeMrp62opRcacjPW5+43rDTpNSKQ8QKZAEg7xmPCTs/O27uGJgXuNbW0pxyvLfTmAEBzthEsFZLxRvPdi5rpYo2cmUiQJDA4IVeo0obGdlvGfXUPj0Sym2zPuHxvzcWjDyVupJ/YYizKTGNjLw/HiduNTAqIRIUJ6Vpp+ky8bCSFgwQ2xgkGxFi1ioNWEBGuJB31gbLIv/2pd7SpFoGxtpCYkLSEq4ptlzIYFO7tc7w0TKkeEYg5ADnrWkkYhD8s26GPq3nW0WKxTptftPYBI4Mj3O2fHvKNZBMVSDmMwarXNjDkSF3d5kExZeiCr8M2VI+VFu9IvsPcYtzAvkfoEZkEEE45jMppq3ppbCNPFIY1nD1cpo07lbMmvOXeoDCF8BLKy9uUAAjDkBh+c6bz78mNtVVP7MwET7JBnqb4xXpdWVpC1OVzWn+ELHLCsneX/s7rkRWl1463cy1U3WroG21jhCGKJXPOtKQnpAuENvsAppgDB3TcDVIrpDHbK5Kd+y7W8iodNybHh22rOHyxUK+UaMYjZaoyp25rYL54TSihSKmwZ14v3lc3ZFxdbeywjn/tGJnkmzrydX1ApxOEACKymmXLYfXVpi1JMEOGxPi1ep18doY4r2J7uFumQQ9yGf01bMcZW8dpyc0oIjxxpuC5wuUDX+ovWrnYeg3aXvdLIqnmOvXPsfH6uA5YbTb1DX8ofvTLzTy6ZV4K6fAw+gXiATfdffmjeaUgc1UdpdWplsCooQBrEnqUw82dhdnjit/Vxc4f59tP3DRjzJvYteqrl4rmNlJIfrOwpgNklesDRNQBCHYtQAQqD2CgACNjHAJnG1EyfV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC");
}
.edit_event.form_active #form.matchmakingModule {
  width: 1000px !important;
}
.edit_event.form_active #form.eoLogsModule {
  width: 1200px!important;
}
.edit_event.form_active #form.eoLogsModule table pre {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.edit_event.form_active #form.eoLogsModule .scroll {
  max-width: 580px;
  overflow-x: auto;
}
.edit_event.form_active #form.surveysModule {
  width: 900px!important;
}
#surveys_module #explain_top {
  color: #98c370;
}
#surveys_module #created_groups th,
#surveys_module #created_questions th,
#surveys_module #created_groups th:hover,
#surveys_module #created_questions th:hover {
  background-color: #163343 !important;
  border-left-color: #163343 !important;
  border-top-color: #163343 !important;
  border-right-color: #163343 !important;
  color: #F0F0F0;
}
#surveys_module .edit {
  width: 120px;
}
#surveys_module .edit .updown {
  width: 20px;
  margin-right: 8px;
  line-height: 12px;
}
#surveys_module .edit .updown img {
  width: 15px;
  cursor: pointer;
}
#surveys_module .edit .icon.icon-trash,
#surveys_module .edit .icon.icon-edit {
  line-height: 18px;
  cursor: pointer;
}
#surveys_module #prev_survey {
  padding: 20px;
  margin-bottom: 75px;
  border: 2px solid #F0F0F0;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
#form_questions {
  min-width: 400px;
  max-width: 700px;
}
#form_questions .input_options {
  display: none;
}
#form_questions .question_textarea {
  display: none;
}
#form_questions .checkbox_checked_div {
  display: none;
}
.edit_event.form_active #form.networkingtoolsModule {
  width: 800px!important;
}
.networkingtoolsModule #move_attendees {
  margin-top: 50px;
}
.networkingtoolsModule #move_attendees .reason {
  margin-bottom: 8px;
}
.networkingtoolsModule #move_attendees .reason .reason_name {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: inline-block;
}
.networkingtoolsModule #move_attendees .reason .reason_name .arrow {
  float: right;
}
.networkingtoolsModule #move_attendees .reason input[type=checkbox] {
  display: none;
}
.networkingtoolsModule #move_attendees .reason input[type=checkbox]:checked + .users {
  display: block;
}
.networkingtoolsModule #move_attendees .users {
  display: none;
}
.networkingtoolsModule #move_attendees .user {
  width: 33%;
  float: left;
  height: 36px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}
.networkingtoolsModule #move_attendees .user img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 10px;
  float: left;
}
.networkingtoolsModule #move_attendees .user:after {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #77AD7D;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
}
.networkingtoolsModule #move_attendees .user:before {
  content: "Move";
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.networkingtoolsModule #move_attendees .user:hover:after,
.networkingtoolsModule #move_attendees .user:hover:before {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.networkingtoolsModule #move_attendees .user:hover {
  color: red;
}
.networkingtoolsModule #move_attendees .user:hover:after,
.networkingtoolsModule #move_attendees .user:hover:before {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#move_to {
  width: 700px;
}
#analytics_survey {
  width: 1000px;
  text-align: center;
}
.edit_event.form_active .ticketsModule#form,
.edit_event.form_active #form.sessionsBookingModule {
  width: 100%!important;
}
.edit_event.form_active .connected_with {
  margin-right: 100px;
  font-size: 18px;
  font-weight: normal;
}
.edit_event.form_active .connected_with span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #3B7DD0;
}
.edit_event.form_active .unblock {
  color: #E74C3C;
}
.edit_event.form_active .icon {
  cursor: pointer;
}
.edit_event.form_active .saved .icon {
  float: left;
  margin-right: 8px;
}
.edit_event.form_active .need_stripe_data,
.edit_event.form_active .is_free_event {
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: 100;
  bottom: 0px;
  padding: 45px;
  left: 0px;
  right: 0px;
}
.edit_event.form_active .need_stripe_data:before,
.edit_event.form_active .is_free_event:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: -1;
}
.tickets_module.free_event .tickets_activated {
  display: none;
}
.tickets_module:not(.free_event) .tickets_disabled {
  display: none;
}
#ticket_list .thead {
  background-color: #003a51;
  color: #F0F0F0;
  margin-bottom: 5px;
  font-weight: bold;
}
#ticket_list .thead > div {
  padding: 9px 25px 9px 5px;
  line-height: 1.231;
  font-size: 14px;
}
#ticket_list .ticket_row {
  min-height: 25px;
  margin: 3px 0;
}
#ticket_list .ticket_row:hover {
  cursor: move;
  background-color: #fafafa;
}
#ticket_list .drag-icon {
  position: absolute;
}
#manage_ticket {
  width: 760px;
}
#manage_ticket .add_ticket {
  text-align: center;
}
#manage_ticket .currency {
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 30px !important;
  padding: 0 8px;
  text-align: right;
}
#manage_ticket .amount_info {
  font-size: 14px;
  padding-right: 15px;
  text-align: right;
  position: relative;
  top: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#manage_ticket .checkbox {
  margin-top: -4px;
}
#manage_ticket .more.active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0 ;
  -moz-border-radius: 4px 4px 0 0 ;
  -ms-border-radius: 4px 4px 0 0 ;
  -o-border-radius: 4px 4px 0 0 ;
  border-radius: 4px 4px 0 0 ;
  background-color: #f6f6f6;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#manage_ticket #form_tickets {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}
#manage_ticket .icon.help_icon {
  color: #999;
  font-size: 15px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
#manage_ticket .saved .icon {
  cursor: pointer;
}
#manage_ticket #show_info_private_tickets {
  cursor: pointer;
  font-size: 14px;
}
#manage_ticket #show_info_private_tickets p {
  font-size: 14px;
}
#manage_ticket #show_info_private_tickets h6 {
  font-size: 20px;
}
#manage_ticket #info_private_tickets {
  display: none;
}
.btn-stripe {
  -moz-user-select: none;
  background-image: linear-gradient(#28a0e5, #015e94);
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin-bottom: 1px;
  padding: 1px;
  text-decoration: none !important;
}
.btn-stripe span {
  background: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4) repeat scroll 0 0 #1275ff;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  color: white;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 12px 0 44px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-stripe span:before {
  background-repeat: no-repeat;
  background-size: 23px 24px;
  content: "";
  display: block;
  height: 24px;
  left: 11px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 23px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADQklEQVRIDbWVaUiUQRjHZ96dXY/d1fYQj1U03dJSw9YkFgy6DIkILRArQSSC7PjQjQQqVH7oQ0GHQUWgpQhKHzoNSqiUwpXcsrwIjzVtPVrzbPV9Z6bZhYV3N3WXYAeGmWeeZ37z8J95GEgpBf5oeXn1Es4fYAdzPDlM6je4RBYhR+LMU89UxiCBGiCgkUwsBYSA+SlPKLQBQAYEAZm+3j42K96z3NyOF7VOeMrp62opRcacjPW5+43rDTpNSKQ8QKZAEg7xmPCTs/O27uGJgXuNbW0pxyvLfTmAEBzthEsFZLxRvPdi5rpYo2cmUiQJDA4IVeo0obGdlvGfXUPj0Sym2zPuHxvzcWjDyVupJ/YYizKTGNjLw/HiduNTAqIRIUJ6Vpp+ky8bCSFgwQ2xgkGxFi1ioNWEBGuJB31gbLIv/2pd7SpFoGxtpCYkLSEq4ptlzIYFO7tc7w0TKkeEYg5ADnrWkkYhD8s26GPq3nW0WKxTptftPYBI4Mj3O2fHvKNZBMVSDmMwarXNjDkSF3d5kExZeiCr8M2VI+VFu9IvsPcYtzAvkfoEZkEEE45jMppq3ppbCNPFIY1nD1cpo07lbMmvOXeoDCF8BLKy9uUAAjDkBh+c6bz78mNtVVP7MwET7JBnqb4xXpdWVpC1OVzWn+ELHLCsneX/s7rkRWl1463cy1U3WroG21jhCGKJXPOtKQnpAuENvsAppgDB3TcDVIrpDHbK5Kd+y7W8iodNybHh22rOHyxUK+UaMYjZaoyp25rYL54TSihSKmwZ14v3lc3ZFxdbeywjn/tGJnkmzrydX1ApxOEACKymmXLYfXVpi1JMEOGxPi1ep18doY4r2J7uFumQQ9yGf01bMcZW8dpyc0oIjxxpuC5wuUDX+ovWrnYeg3aXvdLIqnmOvXPsfH6uA5YbTb1DX8ofvTLzTy6ZV4K6fAw+gXiATfdffmjeaUgc1UdpdWplsCooQBrEnqUw82dhdnjit/Vxc4f59tP3DRjzJvYteqrl4rmNlJIfrOwpgNklesDRNQBCHYtQAQqD2CgACNjHAJnG1EyfV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC");
}
#VatProperties {
  padding: 30px;
  background-color: #f8f8f8;
  position: relative;
  border-radius: 4px;
  border: 2px solid #ccc;
}
#VatProperties h3 {
  margin-top: 0px;
}
#VatProperties #countries_list {
  display: none;
}
#VatProperties #countries_list.visible {
  display: block;
}
#VatProperties #countries_list .col-xs-4 label {
  font-size: 0.8em !important;
}
#VatProperties #vat_exclude_tickets_list {
  display: none;
}
#VatProperties #vat_exclude_tickets_list.visible {
  display: block;
}
#VatProperties #vat_options_advanced {
  display: none;
}
#VatProperties #vat_options_advanced.visible {
  display: block;
}
#tickets_list #table_full_reporting_tickets_wrapper:not(.sorting):not(.filtering) tbody {
  cursor: move;
}
#tickets_list #table_full_reporting_tickets_wrapper:not(.sorting):not(.filtering) .drag-icon {
  visibility: visible;
}
#tickets_list .drag-icon {
  visibility: hidden;
}
.buttons-page-length {
  font-size: 13px;
  padding-left: 10px;
}
.edit_event.form_active #form.meetingsModule {
  width: 100% !important;
}
.edit_event.form_active #form.websiteManagerInfographicModule {
  width: 100% !important;
  float: left;
}
.edit_event.form_active #form.websiteManagerInfographicModule .infographic img {
  width: 100%;
}
.edit_event.form_active #form.websiteManagerInfographicModule .position-guide-buttons {
  float: right;
  max-width: 920px;
}
@media screen and (min-width: 1305px) {
  .edit_event.form_active #form.websiteManagerInfographicModule .position-guide-buttons {
    max-width: 920px;
    text-align: right;
    float: none;
  }
  .edit_event.form_active #form.websiteManagerInfographicModule .position-guide-buttons > a {
    display: inline-block;
  }
}
.filters_sessions_buttons .form-group > .row {
  float: left;
}
.filters_sessions_buttons .form-group .row > div:first-child {
  display: none;
}
.filters_sessions_buttons .form-group .row > div:last-child {
  width: 100%;
}
.popup_room_sessions .popupcontent {
  min-width: 65vw;
}
.popup_edit_sessions .popupcontent {
  width: 1000px;
}
.popup_edit_sessions .popupcontent h3 {
  font-size: 22px;
}
.roomsModule .alert-warning {
  background-color: #fcf8e3;
  color: #cdb023;
  border-color: #cdb023;
}
.edit_event.form_active #form.regDesignModule {
  width: 850px!important;
}
#iframe_preview_design_tab {
  width: 840px;
  height: 460px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
#iframe_preview_design_tab iframe {
  width: 1280px;
  height: 786px;
  border: 0;
  -ms-transform: scale(0.58);
  -moz-transform: scale(0.58);
  -o-transform: scale(0.58);
  -webkit-transform: scale(0.58);
  transform: scale(0.58);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.edit_event.form_active #form.rewardsModule {
  width: 100% !important;
}
.edit_event.form_active #form.streamingModule {
  width: 980px!important;
}
.users_rights_module .rights_groups th {
  vertical-align: middle;
  line-height: 160%;
}
.rights_groups {
  table-layout: fixed;
}
.rights_groups td {
  word-wrap: break-word;
  /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
}
.rights_groups .privileges {
  word-wrap: break-word;
  /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
  /* Renamed property in CSS3 draft spec */
  width: 100%;
}
.cb-group-title {
  display: inline-block;
}
.block_view_html {
  position: relative;
}
.block_view_html::before {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 20;
  width: 100%;
  content: "";
  height: auto;
  top: 0;
  bottom: 0;
  display: block !important;
}
#guests_options_form .disabled {
  cursor: not-allowed;
  pointer-events: none;
}
#guests_options_form .disabled span.second-icon.fui-checkbox-checked {
  opacity: 0.65;
}
.edit_event.form_active #form.regQuestionnaireModule {
  width: 700px !important;
}
.pl-30 {
  padding-left: 30px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-90 {
  padding-left: 90px;
}
.plm,
.phm,
.pam {
  padding-left: 5px !important;
}
#created_sponsors {
  text-align: left;
}
#created_sponsors h6 .icon {
  font-size: 16px;
}
#created_sponsors .updown {
  width: 20px;
  margin-right: 8px;
  line-height: 12px;
  margin-top: -7px;
}
#created_sponsors .updown img {
  width: 15px;
  cursor: pointer;
}
#created_sponsors .sponsors {
  margin: -5px;
}
#created_sponsors .sponsors .sponsor {
  position: relative;
  margin: 5px;
}
#created_sponsors .sponsors .sponsor img {
  max-height: 70px;
  max-width: 200px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
#created_sponsors .sponsors .sponsor .btn.btn-default {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 12px;
  margin-top: -6px;
  padding: 5px 8px;
}
#created_sponsors .sponsors .sponsor .edit_delete {
  display: inline-block;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  margin-top: 5px;
  margin-left: 10px;
}
#created_sponsors .sponsors .sponsor .edit_delete .icon-top-triangle {
  color: #333;
}
#created_sponsors .sponsors .sponsor .edit_delete .icon {
  cursor: pointer;
  margin: 0 3px;
}
.edit_event.form_active .attendeeProfileDataModule#form {
  width: 100%!important;
}
.edit_event.form_active #form.regPublicPrivateModule {
  width: 1100px!important;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig .radio + .show_more_radio {
  display: none;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig .radio + .show_more_radio ul {
  margin-left: 40px;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig .radio + .show_more_radio li {
  list-style: outside none disc;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig .radio.checked + .show_more_radio {
  display: block;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig #manage_private_event_manual_requests {
  margin: 0 -40px;
  margin-top: -20px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig #manage_private_event_manual_requests #moderate_private_event {
  padding: 0px 40px 0px 40px;
}
.edit_event.form_active #form.regPublicPrivateModule #paymentsconfig #manage_private_event_manual_requests #moderate_private_event .attendees_to_be_approved_title {
  display: block !important;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event {
  font-size: 14px;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .dataTables_scrollHead {
  margin-top: 12px;
  padding-top: 12px;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event #whitelisted_datatable_filter label {
  line-height: 2.1;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event #whitelisted_datatable_length label {
  font-size: 10pt;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event #whitelisted_datatable_info {
  font-size: 10pt;
  width: 60%;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event #whitelisted_datatable_paginate {
  font-size: 10pt;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #F0F0F0;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted input[type=text] {
  width: 350px;
  border-color: #0F3C50 !important;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .btn-default {
  border-color: #0F3C50 !important;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted label {
  margin-right: 25px;
  color: #17181A;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .search_filters .form-group > .row {
  display: flex;
  flex-flow: column nowrap;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .search_filters .form-group > .row > div {
  width: 100%;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .search_filters .form-group.formgenerator_select label {
  float: left;
  padding-left: 7px;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .search_filters .chosen-container {
  min-height: 38px;
  width: 100% !important;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .search_filters .chosen-container .chosen-choices {
  min-height: 38px;
  padding-right: 33px !important;
  border: 2px solid #bdc3c7;
}
.edit_event.form_active #form.regPublicPrivateModule #whitelisted_private_event .search_whitelisted .search_filters .chosen-container .chosen-choices > li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.create_event_speakers_module .searched_speakers .languaje_title h6,
.create_event_speakers_module .added_speakers .languaje_title h6 {
  font-size: 18px;
  line-height: 29px;
}
.create_event_speakers_module .searched_speakers .languaje_title a,
.create_event_speakers_module .added_speakers .languaje_title a {
  margin-top: 6px;
}
.create_event_speakers_module .searched_speakers .speaker,
.create_event_speakers_module .added_speakers .speaker {
  cursor: pointer;
  padding: 7px;
  height: 41px;
  overflow: hidden;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  position: relative;
}
.create_event_speakers_module .searched_speakers .speaker .drag,
.create_event_speakers_module .added_speakers .speaker .drag {
  vertical-align: middle;
  position: relative;
  top: 6px;
  vertical-align: top;
  cursor: move;
}
.create_event_speakers_module .searched_speakers .speaker .photo,
.create_event_speakers_module .added_speakers .speaker .photo {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f0f0f0;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 10px;
  position: relative;
}
.create_event_speakers_module .searched_speakers .speaker .photo img,
.create_event_speakers_module .added_speakers .speaker .photo img {
  width: 25px;
  height: 25px;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 15px;
  position: absolute;
  background-color: #f0f0f0;
  top: 0px;
}
.create_event_speakers_module .searched_speakers .speaker .name,
.create_event_speakers_module .added_speakers .speaker .name {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  width: auto;
  padding-right: 25px;
  overflow: hidden;
  position: relative;
  height: 27px;
  z-index: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.create_event_speakers_module .searched_speakers .speaker .name .icon,
.create_event_speakers_module .added_speakers .speaker .name .icon {
  height: 27px;
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
  color: #ccc;
  right: 0px;
  position: absolute;
  top: 0px;
}
.create_event_speakers_module .searched_speakers .speaker .controls,
.create_event_speakers_module .added_speakers .speaker .controls {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  color: #fff;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  line-height: 39px;
}
.create_event_speakers_module .searched_speakers .speaker .controls .delete,
.create_event_speakers_module .added_speakers .speaker .controls .delete {
  margin-right: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
}
.create_event_speakers_module .added_speakers {
  cursor: auto!important;
}
.create_event_speakers_module .added_speakers .speaker {
  float: left;
  cursor: pointer;
  padding: 7px;
  height: 41px;
  overflow: hidden;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  position: relative;
}
.create_event_speakers_module .added_speakers .speaker .photo {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 10px;
  position: relative;
}
.create_event_speakers_module .added_speakers .speaker .photo img {
  width: 25px;
  height: 25px;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 15px;
  position: absolute;
  background-color: #f0f0f0;
  top: 0px;
}
.create_event_speakers_module .added_speakers .speaker .name {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  width: 180px;
  padding-right: 25px;
  overflow: hidden;
  position: relative;
  height: 27px;
  z-index: 0;
}
.create_event_speakers_module .added_speakers .speaker .name .icon {
  height: 27px;
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
  color: #ccc;
  right: 0px;
  position: absolute;
  top: 0px;
}
.create_event_speakers_module .added_speakers .speaker .controls {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  color: #fff;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  line-height: 39px;
}
.create_event_speakers_module .added_speakers .speaker .controls .delete {
  margin-right: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
}
.create_speaker_popup {
  width: 900px;
}
.create_speaker_popup .speaker_img {
  width: 100px;
}
.create_speaker_popup iframe {
  width: 100%;
  border: 0px;
  overflow: hidden;
  height: 120px;
}
.edit_event.form_active #form.scheduledEmailsModule {
  width: 1000px !important;
}
.edit_event.form_active #form.scheduledEmailsModule #scheduled_emails {
  margin-top: 60px;
}
body.fullscreen-editor #topbar {
  display: none !important;
}
body.fullscreen-editor #website_editor_wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #EEE;
}
body.fullscreen-editor #website_editor_wrapper #editor_device,
body.fullscreen-editor #website_editor_wrapper #editor_toggle,
body.fullscreen-editor #website_editor_wrapper .enable_fullscreen {
  display: none !important;
}
body.fullscreen-editor #website_editor_wrapper #website_editor_container {
  flex: 1;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  height: unset !important;
}
body.fullscreen-editor #website_editor_wrapper #website_editor_container::before {
  content: none;
}
body.fullscreen-editor #website_editor_wrapper #website_editor_container .website_editor_decorator,
body.fullscreen-editor #website_editor_wrapper #website_editor_container #website_editor {
  width: 100%;
  height: 100%;
}
body:not(.fullscreen-editor) #editor_fullscreen .disable_fullscreen {
  display: none !important;
}
#custom_panel_modules #pages {
  overflow-x: scroll;
  overflow-x: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
#custom_panel_modules #pages::-webkit-scrollbar {
  display: none;
}
#custom_panel_modules #pages + #page_tools {
  text-align: center;
  /* hack for latest firefox versions */
  background: white;
  margin-top: -20px;
  padding-top: 20px;
}
#custom_panel_modules #pages > ul {
  display: flex;
}
#custom_panel_modules #pages > ul > li {
  white-space: nowrap;
  cursor: pointer;
  border-bottom: solid 2px #d9eff7;
}
#custom_panel_modules #pages > ul > li.active {
  border-bottom: solid 2px white;
}
#custom_panel_modules #pages.homepage ~ #page_tools #page_home,
#custom_panel_modules #pages.homepage ~ #page_tools #page_delete {
  visibility: hidden;
}
#custom_panel_modules #pages #page_add a {
  color: black;
  text-transform: uppercase;
}
#custom_panel_modules #editor_tools {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 15px;
}
#custom_panel_modules #editor_tools > * {
  margin: 0 10px;
}
#custom_panel_modules #editor_tools .enable_fullscreen,
#custom_panel_modules #editor_tools .disable_fullscreen,
#custom_panel_modules #editor_tools #editor_device .device {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  font-size: 36px;
  color: #AAA;
}
#custom_panel_modules #editor_tools .enable_fullscreen.active,
#custom_panel_modules #editor_tools .disable_fullscreen.active,
#custom_panel_modules #editor_tools #editor_device .device.active,
#custom_panel_modules #editor_tools .enable_fullscreen:hover,
#custom_panel_modules #editor_tools .disable_fullscreen:hover,
#custom_panel_modules #editor_tools #editor_device .device:hover {
  color: #377fa8;
}
#custom_panel_modules #editor_tools .enable_fullscreen .fa-tablet-landscape,
#custom_panel_modules #editor_tools .disable_fullscreen .fa-tablet-landscape,
#custom_panel_modules #editor_tools #editor_device .device .fa-tablet-landscape {
  transform: rotate(270deg);
}
#custom_panel_modules #editor_tools .enable_fullscreen .fa-tablet-landscape::before,
#custom_panel_modules #editor_tools .disable_fullscreen .fa-tablet-landscape::before,
#custom_panel_modules #editor_tools #editor_device .device .fa-tablet-landscape::before {
  content: "\f10a";
}
#custom_panel_modules #editor_tools .disable_fullscreen {
  color: black;
  font-size: 24px;
}
#custom_panel_modules #editor_tools #editor_toggle button {
  color: black;
  background-color: white;
  border: solid 1px #377fa8;
}
#custom_panel_modules #editor_tools #editor_toggle button.active {
  color: white;
  background-color: #377fa8;
}
#custom_panel_modules #website_editor_container {
  position: relative;
  width: 100%;
}
#custom_panel_modules #website_editor_container::before {
  content: '';
  position: absolute;
  background-color: black;
  border-radius: 10px;
}
#custom_panel_modules #website_editor_container .website_editor_decorator {
  overflow: visible;
  float: left;
  height: 0;
}
#custom_panel_modules #website_editor_container #website_editor {
  border: 0;
  transform-origin: 0 0;
  float: left;
}
#custom_panel_modules #website_editor_container.responsive_desktop {
  margin: 30px auto;
  max-width: 1920px;
  max-height: 1080px;
}
#custom_panel_modules #website_editor_container.responsive_desktop::before {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}
#custom_panel_modules #website_editor_container.responsive_desktop #website_editor {
  width: 1920px;
  height: 1080px;
}
#custom_panel_modules #website_editor_container.responsive_laptop {
  margin: 35px auto;
  max-width: 1366px;
  max-height: 768px;
}
#custom_panel_modules #website_editor_container.responsive_laptop::before {
  top: -20px;
  right: -10px;
  bottom: -20px;
  left: -10px;
}
#custom_panel_modules #website_editor_container.responsive_laptop #website_editor {
  width: 1366px;
  height: 768px;
}
#custom_panel_modules #website_editor_container.responsive_tablet-landscape {
  margin: 20px auto;
  max-width: 1024px;
  max-height: 600px;
}
#custom_panel_modules #website_editor_container.responsive_tablet-landscape::before {
  top: -30px;
  right: -15px;
  bottom: -30px;
  left: -15px;
}
#custom_panel_modules #website_editor_container.responsive_tablet-landscape #website_editor {
  width: 1024px;
  height: 600px;
}
#custom_panel_modules #website_editor_container.responsive_tablet {
  margin: 35px auto;
  max-width: 600px;
  max-height: 1024px;
}
#custom_panel_modules #website_editor_container.responsive_tablet::before {
  top: -15px;
  right: -30px;
  bottom: -15px;
  left: -30px;
}
#custom_panel_modules #website_editor_container.responsive_tablet #website_editor {
  width: 600px;
  height: 1024px;
}
#custom_panel_modules #website_editor_container.responsive_mobile {
  margin: 45px auto;
  max-width: 454px;
  max-height: 768px;
}
#custom_panel_modules #website_editor_container.responsive_mobile::before {
  top: -40px;
  right: -5px;
  bottom: -40px;
  left: -5px;
}
#custom_panel_modules #website_editor_container.responsive_mobile #website_editor {
  width: 454px;
  height: 768px;
}
#space-tables-table.dataTable.no-footer {
  border-bottom: 2px solid #F0F0F0;
}
#space-tables-table td {
  padding: 10px 18px;
}
#space-tables-table.dataTable thead th {
  background: none;
  white-space: nowrap;
}
#space-tables-table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 14px;
}
#space-tables-table.dataTable tr a {
  cursor: pointer;
}
#space-tables-table.dataTable .tooltip_new {
  top: -5px;
}
#space-tables-table.dataTable thead .sorting span {
  background: url('https://americas.eventscase.com/js/datatables/images/sort_both.png') no-repeat center right;
}
#space-tables-table.dataTable thead .sorting_asc span {
  background: url('https://americas.eventscase.com/js/datatables/images/sort_asc.png') no-repeat center right;
  margin-bottom: -5px;
}
#space-tables-table.dataTable thead .sorting_desc span {
  background: url('https://americas.eventscase.com/js/datatables/images/sort_desc.png') no-repeat center right;
}
#space-tables-table.dataTable thead .sorting_asc_disabled span {
  background: url('https://americas.eventscase.com/js/datatables/images/sort_asc_disabled.png') no-repeat center right;
  margin-bottom: -5px;
}
#space-tables-table.dataTable thead .sorting_desc_disabled span {
  background: url('https://americas.eventscase.com/js/datatables/images/sort_desc_disabled.png') no-repeat center right;
}
#popup-create-tables {
  z-index: 1070;
}
#popup-create-tables .modal-dialog {
  width: fit-content;
}
#popup-create-tables .modal-content {
  top: 50px;
  width: 350px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.confirm-txt {
  font-size: 12pt;
  padding-top: 20px;
}
#advanced_website_analytics {
  position: relative;
  min-height: 250px;
  z-index: 1;
}
#engagement_analytics {
  position: relative;
  min-height: 250px;
}
#engagement_stats #engagement_box .stat {
  font-size: 16px;
  padding: 8px 0px;
  margin-bottom: 6px;
}
#engagement_stats #engagement_box .stat .more_details {
  background-color: #377fa8;
  color: #fff;
  font-size: 14px;
  margin: -4px 0 -4px 15px;
  padding: 4px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
}
#engagement_stats #engagement_box .views_per_attendee .num {
  margin-right: 143px;
}
#engagement_stats #engagement_box .stat.active {
  font-weight: bold;
}
#engagement_stats .social_shares .tile-linkedin .icon {
  color: #0177B5;
}
#engagement_stats .social_shares .tile-facebook .icon {
  color: #3B5998;
}
#engagement_stats .social_shares .tile-gplus .icon {
  color: #DA4835;
}
#engagement_stats .social_shares .tile-twitter .icon {
  color: #33CCFF;
}
#engagement_stats .social_shares .share_box {
  padding: 10px;
  background-color: #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  margin-bottom: 20px;
}
#engagement_stats .social_shares .share_box .content {
  padding: 10px;
}
#engagement_stats .social_shares .share_box.header .content {
  background: none repeat scroll 0 0 transparent;
  display: inline-block;
  padding: 10px 10px 10px 20px;
  position: relative;
  z-index: 3;
}
#engagement_stats .social_shares .share_box.detail .icon {
  display: block;
  float: right;
  height: 80px;
  position: absolute;
  right: 21px;
  top: 21px;
  width: 80px;
}
#engagement_stats .social_shares .share_box.header {
  overflow: hidden;
  position: relative;
}
#engagement_stats .social_shares .share_box.detail .icon {
  font-size: 65px;
  line-height: 65px;
}
#engagement_stats .social_shares .share_box .content p {
  font-size: 14px;
  margin-bottom: 0;
}
#engagement_stats .social_shares .share_box .content h1 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
#engagement_stats #engagement_details {
  background-color: #f0f0f0;
  display: block;
  display: none;
  margin-left: -30px;
  margin-right: -40px;
  margin-top: 25px;
  padding: 10px 80px;
}
#engagement_stats #engagement_details.active {
  display: block;
}
.engagement_popup {
  width: 900px;
  height: 500px;
  margin-right: -27px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 25px;
}
#engagement_recurrent_users .table td,
#engagement_recurrent_users .table th {
  background-color: #fff;
}
#engagement_recurrent_users .photo {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  background-color: #ccc;
  margin-right: 8px;
}
#engagement_follows,
#engagement_views {
  font-size: 14px;
}
#engagement_follows #most_followed,
#engagement_views #most_followed,
#engagement_follows #most_viewed,
#engagement_views #most_viewed {
  height: 200px;
}
#engagement_follows #most_followed .user,
#engagement_views #most_followed .user,
#engagement_follows #most_viewed .user,
#engagement_views #most_viewed .user {
  text-align: center;
  margin-bottom: 35px;
  height: 215px;
}
#engagement_follows #most_followed .user .photo img,
#engagement_views #most_followed .user .photo img,
#engagement_follows #most_viewed .user .photo img,
#engagement_views #most_viewed .user .photo img {
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  height: 90px;
  background-color: #f0f0f0;
}
#engagement_follows #most_followed .user .name,
#engagement_views #most_followed .user .name,
#engagement_follows #most_viewed .user .name,
#engagement_views #most_viewed .user .name {
  font-weight: bold;
}
#engagement_follows #most_followed .user .num,
#engagement_views #most_followed .user .num,
#engagement_follows #most_viewed .user .num,
#engagement_views #most_viewed .user .num {
  background-color: #98c370;
  border-radius: 100%;
  color: white;
  font-size: 16px;
  padding: 6px 15px;
  position: absolute;
  right: 55px;
  top: -5px;
}
#engagement_follows #follows_details .follow,
#engagement_views #follows_details .follow,
#engagement_follows #views_details .follow,
#engagement_views #views_details .follow {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#engagement_follows #follows_details .follow .fa.fa-share-alt,
#engagement_views #follows_details .follow .fa.fa-share-alt,
#engagement_follows #views_details .follow .fa.fa-share-alt,
#engagement_views #views_details .follow .fa.fa-share-alt,
#engagement_follows #follows_details .follow .fa.fa-eye,
#engagement_views #follows_details .follow .fa.fa-eye,
#engagement_follows #views_details .follow .fa.fa-eye,
#engagement_views #views_details .follow .fa.fa-eye,
#engagement_follows #follows_details .follow .icon,
#engagement_views #follows_details .follow .icon,
#engagement_follows #views_details .follow .icon,
#engagement_views #views_details .follow .icon {
  color: #98c370;
  display: inline-block;
  float: right;
  font-size: 35px;
  height: 120px;
  line-height: 120px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 55px;
}
#engagement_follows #follows_details .follow .follower,
#engagement_views #follows_details .follow .follower,
#engagement_follows #views_details .follow .follower,
#engagement_views #views_details .follow .follower {
  float: left;
  width: 255px;
  text-align: center;
  padding: 0 15px;
}
#engagement_follows #follows_details .follow .follower .photo,
#engagement_views #follows_details .follow .follower .photo,
#engagement_follows #views_details .follow .follower .photo,
#engagement_views #views_details .follow .follower .photo {
  margin-bottom: 5px;
}
#engagement_follows #follows_details .follow .follower .photo img,
#engagement_views #follows_details .follow .follower .photo img,
#engagement_follows #views_details .follow .follower .photo img,
#engagement_views #views_details .follow .follower .photo img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  background-color: #ccc;
  display: inline-block;
}
#engagement_follows #follows_details .follow .followers,
#engagement_views #follows_details .follow .followers,
#engagement_follows #views_details .follow .followers,
#engagement_views #views_details .follow .followers {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 120px;
  height: 120px;
}
#engagement_follows #follows_details .follow .followers > div,
#engagement_views #follows_details .follow .followers > div,
#engagement_follows #views_details .follow .followers > div,
#engagement_views #views_details .follow .followers > div {
  display: inline-block;
  vertical-align: middle;
}
#engagement_follows #follows_details .follow .followers .photo,
#engagement_views #follows_details .follow .followers .photo,
#engagement_follows #views_details .follow .followers .photo,
#engagement_views #views_details .follow .followers .photo {
  line-height: 35px;
  vertical-align: middle;
  height: 38px;
  width: 35px;
  margin-right: 15px;
  float: left;
  display: inline-block;
  margin: 5px;
}
#engagement_follows #follows_details .follow .followers .photo img,
#engagement_views #follows_details .follow .followers .photo img,
#engagement_follows #views_details .follow .followers .photo img,
#engagement_views #views_details .follow .followers .photo img {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  background-color: #ccc;
  display: inline-block;
}
/************** ATTENDE LIST **************/
#tab_attendees_lists {
  border-bottom-color: #888;
}
#tab_attendees_lists li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#tab_attendees_lists li.active > a {
  border-color: #888 #888 #fff #888;
  color: #666 !important;
}
.edit_event #content #attendee_list h2 {
  border-bottom: 0px;
}
.edit_event #content #attendee_list #checking_app {
  font-size: 18px;
  color: #333;
}
.edit_event #content #attendee_list #more_options_filter_attendees_prev {
  display: none;
}
.edit_event #content #attendee_list #tools_attendees_prev {
  display: none;
}
.edit_event #content #attendee_list #tools_attendees {
  float: left;
}
.edit_event #content #attendee_list #more_options_filter_attendees {
  background-color: #f0f0f0;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
  margin-top: 10px;
}
.edit_event #content #attendee_list #more_options_filter_attendees h5 {
  margin-top: 0px;
}
.edit_event #content #attendee_list #more_options_filter_attendees label,
.edit_event #content #attendee_list #more_options_filter_attendees input,
.edit_event #content #attendee_list #more_options_filter_attendees select {
  font-size: 14px;
}
.edit_event #content #attendee_list #more_options_filter_attendees .form-control {
  height: 34px;
  padding: 3px 12px;
}
.edit_event #content #attendee_list #more_options_filter_attendees .form-select select {
  padding: 5px 41px 5px 6px!important;
}
.edit_event #content #attendee_list #more_options_filter_attendees .form-group {
  margin-bottom: 13px;
}
.edit_event #content #attendee_list #filter_attendees_by_company {
  width: 234px;
}
.edit_event #content #attendee_list .hidden {
  display: none;
}
.edit_event #content #attendee_list span.usertype {
  padding: 3px;
  border-radius: 100%;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.edit_event #content #attendee_list .bg_grey_color {
  background-color: #aaa;
  color: #fff;
}
.edit_event #content #attendee_list .edit {
  width: 103px;
}
.edit_event #content #attendee_list .edit .icon,
.edit_event #content #attendee_list .edit .fa {
  margin: 0 5px;
  cursor: pointer;
}
.edit_event #content #attendee_list .tooltip_div {
  float: left;
}
.edit_event #content #attendee_list .survey_field_type_checkbox .pkcheckbox {
  margin: -14px 0;
}
.edit_event #content #attendee_list #attendees_stats_table .guest {
  padding-left: 25px;
}
#create_attendee2,
#create_attendee1 {
  width: 700px;
  font-size: 16px;
}
#create_attendee2 #user_details_container .photo_url img,
#create_attendee1 #user_details_container .photo_url img,
#create_attendee2 #user_details_form_container .photo_url img,
#create_attendee1 #user_details_form_container .photo_url img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  float: left;
  margin-right: 15px;
}
#create_attendee2 #user_details_container .user_details,
#create_attendee1 #user_details_container .user_details,
#create_attendee2 #user_details_form_container .user_details,
#create_attendee1 #user_details_form_container .user_details {
  display: block;
}
#create_attendee2 #user_details_container .user_details > div,
#create_attendee1 #user_details_container .user_details > div,
#create_attendee2 #user_details_form_container .user_details > div,
#create_attendee1 #user_details_form_container .user_details > div {
  display: inline-block;
  width: 575px;
}
#create_attendee2 #user_details_container .edit,
#create_attendee1 #user_details_container .edit,
#create_attendee2 #user_details_form_container .edit,
#create_attendee1 #user_details_form_container .edit {
  cursor: pointer;
}
#create_attendee1 {
  width: 313px;
}
#create_attendee1 .add_user_icon {
  font-size: 77px;
  float: left;
  margin-right: 15px;
}
#create_attendee1 .form_email {
  display: block;
}
#create_attendee1 #user_email {
  width: 200px;
  margin-bottom: 15px;
}
#info_delete_attendee {
  max-height: 300px;
  text-align: left;
  overflow: auto;
  overflow-x: hidden;
}
/*** NEW TABLE FULL REPORTING ATTENDEES ****/
#table_full_reporting .guest_icon {
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  border-radius: 100%;
  text-align: center;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  margin-left: 5px;
}
#attendees_filter {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 10px 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
}
#attendees_filter [id^=usertype_selectcountries] {
  width: 100% !important;
}
#attendees_filter .attendee-list-filter-TC-row {
  display: flex;
  padding: 5px;
  align-items: center;
}
#attendees_filter .attendee-list-filter-TC-row .attendee-list-filter-TC-row-selector {
  text-align-last: center;
}
#attendees_filter .chosen-single.chosen-default {
  background: #ffffff;
}
#attendees_filter .chosen-single.chosen-single-with-deselect {
  background: #ffffff;
}
#pending_attendee_list #tools .form-group {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
#user_journey_steps_container {
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative;
}
#user_journey_steps_container .user_journey_step:first-child .hover_options,
#user_journey_steps_container .user_journey_step:first-child .fa {
  margin-left: 0px !important;
}
#user_journey_steps_container .user_journey_step {
  position: relative;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  background-color: #377fa8;
  color: white;
  padding: 0 20px ;
  margin-bottom: 1px;
  text-align: center;
}
#user_journey_steps_container .user_journey_step .fa {
  margin-left: -20px;
}
#user_journey_steps_container .user_journey_step:after {
  content: "";
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  position: absolute;
  border-width: 30px 20px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  z-index: 3!important;
}
#user_journey_steps_container .user_journey_step:first-child:after {
  left: -10px;
}
#user_journey_steps_container .user_journey_step:before {
  content: "";
  top: 0px;
  right: -19px;
  width: 0px;
  height: 0px;
  position: absolute;
  border-width: 30px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #377fa8;
  z-index: 4!important;
}
#user_journey_steps_container .user_journey_step:last-child:before {
  right: -20px;
  border-color: white white white transparent!important;
}
#user_journey_steps_container .user_journey_step .hover_options {
  z-index: 1;
  width: 100%;
  line-height: 1.6;
  min-width: 135px;
  position: relative;
  left: 0px;
  margin-left: -20px;
  background-color: transparent;
  border-radius: 3px;
  position: absolute;
}
#user_journey_steps_container .user_journey_step .hover_options .step_description {
  color: #333;
}
#user_journey_steps_container .user_journey_step .hover_options .step_description .step_title {
  font-weight: bold;
  padding: 15px;
  font-size: 12px;
  font-weight: 16px;
  display: inline-block;
}
#user_journey_steps_container .user_journey_step .hover_options .step_links_container {
  margin: 10px;
}
#user_journey_steps_container .user_journey_step .hover_options .step_link {
  opacity: 0;
  transition: 0.5s;
  width: 100%;
}
#user_journey_steps_container .user_journey_step:hover .step_name {
  font-size: 22px;
  transition: 0.3s;
}
#user_journey_steps_container .user_journey_step:hover .hover_options {
  display: block;
  background-color: #f0f0f0;
}
#user_journey_steps_container .user_journey_step:hover .hover_options .step_link {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
#user_journey_steps_container .user_journey_step:hover .hover_options .step_description {
  color: #333;
}
#user_journey_steps_container .user_journey_step:hover .hover_options .step_link.disabled {
  pointer-events: none;
}
#user_journey_steps_container .user_journey_step:nth-child(odd) .hover_options {
  bottom: 100%;
  position: absolute;
}
#user_journey_steps_container .user_journey_step:last-child .hover_options {
  position: absolute;
}
#user_journey_steps_container .user_journey_step.deactivated .step_name {
  opacity: 0.5;
}
#user_journey_steps_container .user_journey_step.deactivated .step_title {
  opacity: 0.7;
}
#user_journey_steps_container .user_journey_step.email {
  background-color: #333;
}
#user_journey_steps_container .user_journey_step.email:before {
  content: "";
  border-color: #377fa8 #377fa8 #377fa8 #333;
}
#user_journey_steps_container .user_journey_step.email:after {
  content: "";
  border-color: #333 #333 #333 white;
}
#user_journey_steps_container .registration_closed {
  background-color: #D9534F;
}
#user_journey_steps_container .registration_closed:before {
  content: "";
  top: 0px;
  right: -19px;
  width: 0px;
  height: 0px;
  position: absolute;
  border-width: 30px 20px;
  border-style: solid;
  border-color: #377fa8 #377fa8 #377fa8 #D9534F;
  z-index: 4!important;
}
#user_journey_steps_container .registration_closed .step_title {
  color: #D9534F;
}
#user_journey_steps_container .user_journey_step.email + .user_journey_step.email::before {
  border-color: #377fa8 #377fa8 #377fa8 #333;
}
#user_journey_steps_container .user_journey_step.email + .user_journey_step.email::after {
  border-color: #333;
  z-index: 6!important;
}
.appMenuModule #app_menu #mobile_editor,
.appEventDesignModule #mobile_editor {
  display: inline-block;
}
.appMenuModule #app_menu #sortable,
.appEventDesignModule #sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 266px;
  height: 472px;
  overflow-x: hidden;
}
.appMenuModule #app_menu #mobile_editor_container,
.appEventDesignModule #mobile_editor_container {
  text-align: center;
}
.appMenuModule #app_menu #mobile_background,
.appEventDesignModule #mobile_background {
  background-image: url("https://americas.eventscase.com/img/createEvent/mobile.png");
  background-size: 100% auto;
  float: left;
  padding: 74px 22px 74px 22px;
  width: 310px;
  height: 619px;
  overflow: hidden;
  border-radius: 3px;
}
.appMenuModule #app_menu #mobile_scroll_content,
.appEventDesignModule #mobile_scroll_content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 472px;
  width: 100%;
  box-sizing: content-box;
  border-radius: 3px;
}
.appMenuModule #app_menu #mobile_scroll,
.appEventDesignModule #mobile_scroll {
  overflow: hidden;
  height: 472px;
  width: 100%;
}
.appMenuModule #app_menu .header_image,
.appEventDesignModule .header_image {
  background-image: url("https://americas.eventscase.com/img/createEvent/modules/app_menu/header.png");
  height: 100px;
  width: 266px;
  float: left;
  background-size: 100%;
  border-radius: 3px 3px 0 0;
  background-position: center center;
}
.appMenuModule #app_menu #sortable > div,
.appEventDesignModule #sortable > div {
  padding: 1px;
  float: left;
  width: 33%;
  height: 100px;
  position: relative;
  padding: 10px;
  text-align: center;
  display: inline-block;
}
.appMenuModule #app_menu #sortable > div:hover:before,
.appEventDesignModule #sortable > div:hover:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px dashed #ccc;
  opacity: 0.7;
}
.appMenuModule #app_menu #sortable > div .icon,
.appEventDesignModule #sortable > div .icon {
  font-size: 3em;
  height: 52px;
  margin-bottom: 10px;
  padding: 10px;
}
.appMenuModule #app_menu #sortable > div .icon img,
.appEventDesignModule #sortable > div .icon img {
  width: 100%;
}
.appMenuModule #app_menu #sortable > div .text,
.appEventDesignModule #sortable > div .text {
  font-size: 10px;
  vertical-align: middle;
}
.appMenuModule #app_menu .plus,
.appEventDesignModule .plus {
  padding: 1px;
  float: left;
  width: 33%;
  height: 100px;
  position: relative;
  padding: 10px;
  text-align: center;
  display: inline-block;
}
.edit_event.form_active #form.appEventDesignModule {
  width: 750px !important;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-topbar {
  background-color: grey;
  color: white;
  padding: 9px 25px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-topbar .mbs-topbar-left {
  float: left;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-topbar .mbs-topbar-right {
  float: right;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content {
  background-color: #f0f0f0;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-days {
  background-color: white;
  padding: 0 10px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-days .mbs-day {
  padding: 10px;
  width: 33%;
  float: left;
  text-align: center;
  font-size: 0.6em;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-days .mbs-day:first-child {
  border-bottom: 3px solid blue;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-item-list-container {
  padding: 10px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-item-list-container .mbs-item-list {
  background-color: white;
  margin-bottom: 4px;
  text-align: left;
  font-size: 0.8em;
  padding: 10px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-item-list-container .mbs-item-list .mbs-title-session {
  font-size: 1.1em;
  margin-bottom: 25px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-item-list-container .mbs-item-list .item-content {
  width: 90%;
  float: left;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content .mbs-item-list-container .mbs-item-list .mbs-item-right {
  float: left;
  width: 10%;
  color: blue;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content.mbs-speaker-content {
  background-color: white;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content.mbs-speaker-content .mbs-speaker-photo img {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  border-radius: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content.mbs-speaker-content .mbs-speaker-details .mbs-speaker-name {
  font-size: 1.2em;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content.mbs-speaker-content .mbs-speaker-buttons {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 25px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content.mbs-speaker-content .mbs-speaker-buttons .row > .col-xs-6:first-child > .row:first-child {
  margin: 0px -12px 0 -15px;
}
.edit_event.form_active #form.appEventDesignModule .mobile-simulator-content.mbs-speaker-content .mbs-speaker-buttons .mbs-speaker-button {
  border: 2px solid blue;
  color: blue;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: 2px;
  font-size: 0.7em;
}
#app_menu_editar_item_form svg {
  width: 100%;
}
#app_menu_editar_item_form .btn-danger {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white !important;
  display: inline-block;
  cursor: pointer;
}
#app_menu_editar_item_form #icons_box {
  overflow: hidden;
}
#app_menu_editar_item_form .color-red {
  color: #f00;
}
#app_menu_editar_item_form .contenedor-item-rights {
  width: 100%;
  column-count: 2;
}
#app_menu_editar_item_form .contenedor-item-rights .form-group {
  width: 50%;
}
.login_module_info {
  background-color: #dae8fc;
  border: 1px solid #8eaad2;
  padding: 40px 20px 20px 20px;
  color: #0a001f;
  margin-bottom: 50px;
}
.no_login_logout_section,
.login_logout_section {
  overflow: inherit !important;
}
.edit_event #form.attendanceProcessModule {
  width: 100% !important;
  min-width: 840px !important;
}
.edit_event #form.attendanceProcessModule .general-features {
  width: 700px;
  height: 400px;
  display: inline-block;
  background-image: url('https://americas.eventscase.com/img/tourSlider/attendanceProcess/general.png');
  background-repeat: no-repeat;
  position: relative;
  margin-top: -25px;
}
.edit_event #form.attendanceProcessModule .general-features .tooltip-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 100%;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.inactive {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: auto !important;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.survey-item {
  top: 23px;
  left: 177px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.branding-item {
  top: 45px;
  left: 305px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.private-public-item {
  top: 25px;
  left: 430px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.confirmation-page-item {
  top: 150px;
  left: 105px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.delegates-item {
  top: 135px;
  left: 500px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.invoicing-item {
  top: 260px;
  left: 55px;
}
.edit_event #form.attendanceProcessModule .general-features .hover-item.offline-payments-item {
  top: 248px;
  left: 543px;
}
.edit_event.form_active #form.virtualvenueModule {
  width: min-content !important;
  min-width: 650px !important;
  max-width: 100%;
}
.edit_event.form_active .vatModule#form {
  width: 980px!important;
}
#exhibitors_types_module .added_exhibitors_types {
  border: 2px solid #eef0f0;
}
#exhibitors_types_module .exhibitorType {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
#exhibitors_types_module .exhibitorType:nth-child(1) {
  border-top: 0px;
}
#exhibitors_types_module .exhibitorType {
  border-top: 1px solid #eef0f0;
}
#app_content_popup {
  max-width: 1200px;
}
#app_content_popup .preview-container h2 {
  margin-top: 0px;
  padding-top: 0px;
}
#app_content_popup .preview {
  width: 320px;
  height: 480px;
  border: 1px solid #ddd;
}
#app_content_popup #mobile_editor {
  display: inline-block;
}
#app_content_popup #sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 266px;
  height: 472px;
}
#app_content_popup #mobile_editor_container {
  text-align: center;
}
#app_content_popup #mobile_background {
  background-image: url("https://americas.eventscase.com/img/createEvent/mobile.png");
  background-size: 100% auto;
  float: left;
  padding: 74px 22px 74px 22px;
  width: 310px;
  height: 619px;
  overflow: hidden;
  border-radius: 3px;
}
#app_content_popup #mobile_scroll_content {
  overflow: auto;
  height: 472px;
  width: 100%;
  padding-right: 15px;
  box-sizing: content-box;
  border-radius: 3px;
}
#app_content_popup #mobile_scroll {
  overflow: hidden;
  height: 472px;
  width: 100%;
}
#app_content_popup .header_image {
  max-width: 100%;
}
#app_content_popup #mobile_scroll_content #content {
  padding: 0;
  padding-top: 30px;
  text-align: left;
}
#multisurveyEditPopup .popup {
  max-width: 750px;
}
#exhibitors_categories_module .exhibitorGroup_button_add_category {
  margin-bottom: 20px;
}
#exhibitors_categories_module .exhibitorGroup_categories {
  border: 2px solid #eef0f0;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
  border-radius: 0 0 5px 5px;
}
#exhibitors_categories_module .exhibitorGroup_categories_list {
  border: 2px solid #eef0f0;
}
#exhibitors_categories_module .exhibitorType_title_container {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
#exhibitors_categories_module .exhibitorType_title_container {
  border-top: 1px solid #eef0f0;
}
#exhibitors_categories_module .exhibitorType_title_container:nth-child(1) {
  border-top: 0px;
}
#exhibitors_categories_module .exhibitorGroup_title_container {
  line-height: 1.5em;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #043855;
  color: white;
}
#exhibitors_categories_module .exhibitorGroupName {
  font-size: 1.2em;
}
.edit_event.form_active #form.regOrganizerNotificationsModule #reg_organizers_notifications .edit .delete {
  cursor: pointer;
}
.edit_event.form_active #form.mobileAppDashboardModule {
  width: 100% !important;
  float: left;
}
.edit_event.form_active #form.mobileAppDashboardModule .infographic img {
  width: 100%;
}
.edit_event.form_active #form.emailMarketingListsModule {
  width: 100% !important;
}
.edit_event.form_active #form.firebaseModerationModule {
  width: 950px!important;
  float: left;
}
#firebase_moderation_module .bg-download {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#firebase_moderation_module .bg-download:hover {
  opacity: 1;
}
#firebase_moderation_module .bg-download span {
  color: #fff;
  font-size: 1.8em;
}
#firebase_moderation_module #refresh {
  float: right;
}
#firebase_moderation_module .feed-container {
  margin-top: 35px;
}
#firebase_moderation_module .feed-container .feed-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  width: 100%;
}
#firebase_moderation_module .feed-container .feed-no-image {
  background: #ababab;
  height: 200px;
  width: 100%;
}
#firebase_moderation_module .feed-container .feed-no-image h3 {
  padding-top: 30px;
  color: #fff;
  margin: 0px;
}
#firebase_moderation_module .feed-container .feed-card {
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 145, 203, 0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 145, 203, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 145, 203, 0.75);
  padding: 10px;
  padding-top: 0px;
  margin-bottom: 35px;
}
#firebase_moderation_module .feed-container .feed-card .feed-top-container {
  height: 60px;
}
#firebase_moderation_module .feed-container .feed-card .feed-top-container p {
  margin: 0;
}
#firebase_moderation_module .feed-container .feed-card .feed-top-container .title-container {
  min-height: 30px;
}
#firebase_moderation_module .feed-container .feed-card .feed-top-container .title-container p {
  font-weight: 400;
  font-size: 18px;
}
#firebase_moderation_module .feed-container .feed-card .img-container {
  text-align: center !important;
}
#firebase_moderation_module .feed-container .feed-card .img-container img {
  height: 300px;
  max-width: 100%;
}
#firebase_moderation_module .feed-container .feed-card .card-time {
  text-align: center;
}
#firebase_moderation_module .feed-container .feed-card .card-time > p {
  font-weight: 600;
}
#firebase_moderation_module .feed-container .feed-card .card-message {
  min-height: 40px;
}
#firebase_moderation_module .feed-container .feed-card .card-message p {
  padding: 0px;
  margin: 0px;
}
#firebase_moderation_module .align-center {
  text-align: center;
}
#firebase_moderation_module .block {
  display: inline-block;
}
#firebase_moderation_module .status-info {
  position: relative;
  min-height: 5px;
  height: 5px;
  margin-bottom: 2px;
  border-radius: 30px;
}
/*******/
.popupFeeds {
  max-width: 730px;
  padding: 10px;
}
.popupFeeds .fotoOwner {
  margin-top: -385px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 15px;
  padding: 10px 10px;
  border-bottom: 2px grey solid;
  box-shadow: 2px 2px 8px #75716f;
  width: auto;
  padding-right: 25px;
  min-width: 200px;
}
.popupFeeds .fotoOwner img {
  width: 50px;
  height: 50px;
  float: left;
}
.popupFeeds .fotoOwner span {
  padding-left: 15px;
  float: left;
  font-weight: bold;
}
.popupFeeds .fotoOwner .wrapper {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0) !important;
  width: 40px;
  height: 20px;
  background: #F1F1F1;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
  margin-left: 20px;
  margin-top: 3px;
}
.popupFeeds .fotoOwner input[type=checkbox] + label span {
  display: block;
  float: left;
  padding-left: 15px !important;
  min-height: 15px !important;
  cursor: pointer;
}
.popupFeeds .userData {
  margin-top: 20px;
}
.popupFeeds .separador {
  padding-bottom: 25px;
}
.popupFeeds .feed-top-container {
  height: 60px;
}
.popupFeeds .feed-top-container p {
  margin: 0;
}
.popupFeeds .feed-top-container .title-container {
  min-height: 30px;
}
.popupFeeds .feed-top-container .title-container p {
  font-weight: 400;
  font-size: 18px;
}
.popupFeeds .feed-top-container h2 {
  border-bottom: 2px solid #77AD7D;
  font-size: 25px!important;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  font-weight: 200;
  text-transform: uppercase;
}
.popupFeeds .card-message {
  margin-top: -100px;
  background-color: rgba(50, 50, 50, 0.6);
  color: #fff;
  height: 100px;
}
.popupFeeds .feed-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  width: 100%;
}
.popupFeeds .feed-no-image {
  background: #ababab;
  height: 400px;
  width: 100%;
}
.popupFeeds .feed-no-image h3 {
  padding-top: 150px;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 2em;
}
.popupFeeds .align-center {
  text-align: center;
}
.popupFeeds .block {
  display: inline-block;
}
.popupFeeds .userContainer {
  margin-bottom: 10px;
  margin-top: 10px;
}
.popupFeeds .userContainer .userPlace {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 2px grey solid;
  -webkit-box-box-shadow: 2px 2px 8px #75716f;
  -moz-box-box-shadow: 2px 2px 8px #75716f;
  box-shadow: 2px 2px 8px #75716f;
}
.popupFeeds .popupPrincipalCont p {
  margin: 13px 0 13.5px !important;
}
.popupFeeds .popupPrincipalCont .userName {
  font-size: 18px;
  font-weight: 500;
}
.popupFeeds .popupSecondaryCont p {
  margin: 5px 0 5px !important;
}
.popupFeeds .popupSecondaryCont a {
  line-height: 60px;
}
.popupFeeds .sessionspSecondaryCont p {
  margin: 13px 0 13.5px !important;
}
.popupFeeds .visible.fa.fa-eye {
  color: black !important;
  opacity: 0.8;
}
.popupFeeds .visible.fa.fa-eye::before {
  content: "\f06e";
  position: absolute;
  top: 7px;
  left: 10px;
  right: 0;
  bottom: 0;
}
.popupFeeds .non-visible.fa.fa-eye-slash {
  color: black !important;
  opacity: 0.8;
}
.popupFeeds .non-visible.fa.fa-eye-slash::before {
  content: "\f06e";
  position: absolute;
  top: 7px;
  left: 10px;
  right: 0;
  bottom: 0;
}
.popupFeeds label > * {
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.popupFeeds .wrapper > * {
  cursor: pointer;
}
.popupFeeds .wrapper {
  position: absolute;
  top: 30px;
  left: 120px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 20px;
  background: #F1F1F1;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
}
.popupFeeds .wrapper .toggle--handler {
  background: #299421;
  width: 15px;
  height: 15px;
  display: block;
  box-shadow: 0px 5px 40px rgba(30, 150, 8, 0.8);
  border-radius: 60px;
  margin: 2.5px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popupFeeds .wrapper .toggle--handler:after {
  content: "";
  position: absolute;
  border-radius: 60px;
  background: -webkit-linear-gradient(to bottom, #299421, #30ae27);
  background: linear-gradient(to bottom, #299421, #30ae27);
  opacity: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.popupFeeds .wrapper .toggle--handler:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 60px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.popupFeeds .wrapper .toggle--handler:before .non-visible.fa.fa-eye {
  display: none;
}
.popupFeeds .wrapper .toggle--handler:before .non-visible.fa.fa-eye-slash {
  display: block;
}
.popupFeeds .wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background: #E5E5E5;
  pointer-events: none;
}
.popupFeeds input {
  position: absolute;
  left: -999em;
}
.popupFeeds input:checked + .toggle .toggle--handler {
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
  background: #F5515F;
  box-shadow: 0px 5px 40px rgba(245, 81, 95, 0.8);
}
.popupFeeds input:checked + .toggle .toggle--handler:after {
  opacity: 1;
}
.popupFeeds input:checked + .toggle .toggle--handler:before {
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.popupFeeds input:checked + .toggle .toggle--handler:before .non-visible.fa.fa-eye {
  display: none;
}
.popupFeeds input:checked + .toggle .toggle--handler:before .non-visible.fa.fa-eye-slash {
  display: block;
}
.popupFeeds .headFeed {
  padding: 10px;
  padding-bottom: 50px;
}
.popupFeeds .headFeed .wrapper {
  position: relative;
  top: 0px !important;
  left: 0px !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0) !important;
  width: 40px;
  height: 20px;
  background: #F1F1F1;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
}
.popupFeeds input[type=checkbox] + label span {
  display: block;
  float: left;
  padding-left: 15px !important;
  min-height: 15px !important;
  cursor: pointer;
}
.popupFeeds .textLabelFeed {
  position: relative;
  top: 0px;
  padding-left: 0px;
  color: gray;
  font-size: 12px;
}
.popupFeeds .userName {
  font-size: 20px;
  font-weight: 500;
}
.popupFeeds .textLabelComment {
  position: relative;
  left: -27px;
  color: gray;
  font-size: 12px;
}
.popupFeeds .textCommentHour {
  margin: 0 0 13.5px;
  position: relative;
  top: -13px;
  left: -4px;
  color: #4c4545;
  width: 100px;
  font-size: 12px;
}
.popupFeeds .textLabelHour {
  position: relative;
  /* padding-left: 55px; */
  top: 20px;
  left: -98px;
  color: gray;
  width: 100px;
  font-size: 12px;
}
.edit_event.form_active .promocodesModule#form {
  width: 980px!important;
}
.edit_event.form_active #manage_promo_code #filter_pm_by_ticket,
.edit_event.form_active #manage_promo_code #filter_pm_by_addon {
  display: none;
}
.promocodes_list .thead {
  background-color: #003a51;
  color: #F0F0F0;
  margin-bottom: 5px;
  font-weight: bold;
}
.promocodes_list .thead > div {
  padding: 9px 25px 9px 5px;
  line-height: 1.231;
  font-size: 14px;
}
.promocodes_list .promocode_row {
  min-height: 25px;
  margin: 3px 0;
}
.promocodes_list .promocode_row:hover {
  cursor: move;
  background-color: #fafafa;
}
.promocodes_list .drag-icon {
  position: absolute;
}
#filter_pm_by_addon,
#filter_pm_by_ticket {
  display: none;
}
#filter_pm_by_addon.show,
#filter_pm_by_ticket.show {
  display: inline-block;
}
.edit_event.form_active #form.sessionsModule {
  width: 980px!important;
}
.edit_event.form_active #form.websiteUrlModule {
  width: 900px!important;
}
.create_event_sessions_module #explain_top {
  color: #98c370;
}
.create_event_sessions_module .create-talk {
  float: right;
}
.create_event_sessions_module .translation_not_completed {
  color: red;
}
.create_event_sessions_module .searched_speakers .languaje_title h6,
.create_event_sessions_module .added_speakers .languaje_title h6 {
  font-size: 18px;
  line-height: 29px;
}
.create_event_sessions_module .searched_speakers .languaje_title a,
.create_event_sessions_module .added_speakers .languaje_title a {
  margin-top: 6px;
}
.create_event_sessions_module .searched_speakers .speaker,
.create_event_sessions_module .added_speakers .speaker {
  cursor: pointer;
  padding: 7px;
  height: 41px;
  overflow: hidden;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  position: relative;
}
.create_event_sessions_module .searched_speakers .speaker .drag,
.create_event_sessions_module .added_speakers .speaker .drag {
  vertical-align: middle;
  position: relative;
  top: 6px;
  vertical-align: top;
  cursor: move;
}
.create_event_sessions_module .searched_speakers .speaker .photo,
.create_event_sessions_module .added_speakers .speaker .photo {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f0f0f0;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 10px;
  position: relative;
}
.create_event_sessions_module .searched_speakers .speaker .photo img,
.create_event_sessions_module .added_speakers .speaker .photo img {
  width: 25px;
  height: 25px;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 15px;
  position: absolute;
  background-color: #f0f0f0;
  top: 0px;
}
.create_event_sessions_module .searched_speakers .speaker .name,
.create_event_sessions_module .added_speakers .speaker .name {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  width: 164px;
  padding-right: 25px;
  overflow: hidden;
  position: relative;
  height: 27px;
  z-index: 0;
}
.create_event_sessions_module .searched_speakers .speaker .name .icon,
.create_event_sessions_module .added_speakers .speaker .name .icon {
  height: 27px;
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
  color: #ccc;
  right: 0px;
  position: absolute;
  top: 0px;
}
.create_event_sessions_module .searched_speakers .speaker .controls,
.create_event_sessions_module .added_speakers .speaker .controls {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  color: #fff;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  line-height: 39px;
}
.create_event_sessions_module .searched_speakers .speaker .controls .delete,
.create_event_sessions_module .added_speakers .speaker .controls .delete {
  margin-right: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
}
.create_event_sessions_module .searched_speakers .speaker:before,
.create_event_sessions_module .added_speakers .speaker:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #77AD7D;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  content: "";
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  vertical-align: center;
  line-height: 39px;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.create_event_sessions_module .searched_speakers .speaker:hover .controls,
.create_event_sessions_module .added_speakers .speaker:hover .controls {
  display: inline-block;
}
.create_event_sessions_module .searched_speakers .speaker:hover .controls span,
.create_event_sessions_module .added_speakers .speaker:hover .controls span {
  cursor: pointer!important;
}
.create_event_sessions_module .searched_speakers .speaker:hover:before,
.create_event_sessions_module .added_speakers .speaker:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.create_event_sessions_module #form_new_session .searched_speakers label input:checked + .speaker {
  background-color: #77AD7D;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.create_event_sessions_module #form_new_session .searched_speakers label input:checked + .speaker .name .icon {
  display: none;
}
.create_event_sessions_module #form_new_session .searched_speakers label input:checked + .speaker:before {
  content: "Remove";
  background-color: #E74C3C;
}
.create_event_sessions_module #form_new_session .searched_speakers .speaker:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #77AD7D;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  content: "Add";
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  vertical-align: center;
  line-height: 39px;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.create_event_sessions_module #form_new_session .searched_speakers .speaker:hover .controls {
  display: inline-block;
}
.create_event_sessions_module #form_new_session .searched_speakers .speaker:hover .controls span {
  cursor: pointer!important;
}
.create_event_sessions_module #form_new_session .searched_speakers .speaker:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.create_event_sessions_module .added_speakers {
  cursor: auto!important;
}
.create_event_sessions_module .added_speakers .speaker {
  float: left;
  cursor: pointer;
  padding: 7px;
  margin: 3px 20px 3px 20px ;
  width: 235px;
  height: 41px;
  overflow: hidden;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  position: relative;
}
.create_event_sessions_module .added_speakers .speaker .photo {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 10px;
  position: relative;
}
.create_event_sessions_module .added_speakers .speaker .photo img {
  width: 25px;
  height: 25px;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 15px;
  position: absolute;
  background-color: #f0f0f0;
  top: 0px;
}
.create_event_sessions_module .added_speakers .speaker .name {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  width: 180px;
  padding-right: 25px;
  overflow: hidden;
  position: relative;
  height: 27px;
  z-index: 0;
}
.create_event_sessions_module .added_speakers .speaker .name .icon {
  height: 27px;
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
  color: #ccc;
  right: 0px;
  position: absolute;
  top: 0px;
}
.create_event_sessions_module .added_speakers .speaker .controls {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  color: #fff;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  line-height: 39px;
}
.create_event_sessions_module .added_speakers .speaker .controls .delete {
  margin-right: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
}
.create_event_sessions_module .added_speakers .speaker:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #77AD7D;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  content: "";
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  vertical-align: center;
  line-height: 39px;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.create_event_sessions_module .added_speakers .speaker:hover .controls {
  display: inline-block;
}
.create_event_sessions_module .added_speakers .speaker:hover .controls span {
  cursor: pointer!important;
}
.create_event_sessions_module .added_speakers .speaker:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.create_event_sessions_module .sessions .speakers_preview > div,
.create_event_sessions_module .sessions .speakers_preview a > div {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: cover;
  background-position: middle;
  background-color: #fff;
}
.create_event_sessions_module .sessions .time {
  width: 160px;
}
.create_event_sessions_module .sessions .time .icon {
  margin-right: 7px;
}
.create_event_sessions_module .sessions .edit {
  width: 95px;
}
.create_event_sessions_module .sessions td {
  vertical-align: top;
}
.create_event_sessions_module .sessions th,
.create_event_sessions_module .sessions th:hover {
  background-color: #163343 !important;
  border-left-color: #163343 !important;
  border-top-color: #163343 !important;
  border-right-color: #163343 !important;
  color: #F0F0F0;
}
.create_event_sessions_module .sessions .speakers_preview {
  margin-top: 5px;
}
.create_event_sessions_module .sessions .speakers_preview div {
  margin-right: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.create_event_sessions_module .sessions .edit .icon {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.create_event_sessions_module .sessions .edit .icon:hover {
  color: #444;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.create_event_sessions_module .alert-warning {
  background-color: #fcf8e3;
  color: #cdb023;
  border-color: #cdb023;
}
.create_event_sessions_module .disabled {
  position: relative;
  cursor: not-allowed;
}
.create_event_sessions_module .disabled .tooltip_div {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
form.private_session {
  width: 600px;
}
form.private_session .extra-options {
  background-color: #eee;
  padding: 10px 25px;
}
#popupEditAttendeeContent .admin_likes_module .mw40 {
  max-width: 40px;
}
#popupEditAttendeeContent .admin_likes_module .mw60 {
  max-width: 60px;
}
#popupEditAttendeeContent .admin_likes_module .mw100 {
  max-width: 100px;
}
#popupEditAttendeeContent .admin_likes_module .padding-top18 {
  padding: 18px 0 0 0;
}
.reg_automatic-attendees-deletion .alert-error-eventscase {
  background-color: #FAE3DF;
  border-color: #9A291B;
  color: #9A291B;
}
#content > .lightdiv_element > .message {
  top: 0;
  transform: none;
}
.edit_event.form_active #form.firebaseAnalyticsModule {
  width: 100% !important;
}
.edit_event.form_active #form.firebaseAnalyticsModule #content_form #sessions_module #session_data .analytics-container .btn-main {
  font-weight: normal;
}
.edit_event.form_active #form.firebaseAnalyticsModule #content_form #sessions_module #session_data .analytics-container .btn-main:hover {
  text-decoration: none;
}
.edit_event.form_active #form.firebaseAnalyticsModule #content_form #sessions_module #session_data .analytics-container .btn-main span {
  font-family: "Lato", 'Myriad Pro', sans-serif !important;
}
.edit_event.form_active #form.firebaseAnalyticsModule #content_form #sessions_module #session_data .analytics-container .fa {
  margin-top: 1px;
}
#popupCharts {
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-box-shadow: 0px 0px 2px #75716f;
  -moz-box-box-shadow: 0px 0px 2px #75716f;
  box-shadow: 0px 0px 2px #75716f;
}
#popupCharts .userImg img {
  border-radius: 50%;
}
#popupCharts .popupPrincipalCont p {
  overflow-wrap: break-word;
  margin: 13px 0 13.5px !important;
}
#popupCharts .popupPrincipalCont .userName {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 500;
}
#popupCharts .popupSecondaryCont p {
  overflow-wrap: break-word;
  margin: 5px 0 5px !important;
}
#popupCharts .popupSecondaryCont a {
  line-height: 60px;
}
#popupCharts .sessionspSecondaryCont p {
  overflow-wrap: break-word;
  margin: 13px 0 13.5px !important;
}
#showMoreSpeakersPopup h1 {
  text-align: center;
  font-size: 35px;
  margin: 0;
  color: #8a7878;
}
.edit_event.form_active #form.applyModule {
  width: 900px!important;
}
.edit_event.form_active #form.badgesModule {
  width: 950px!important;
}
#badge_editor {
  min-width: 1170px;
}
#badge_editor #badges_templates .hover {
  visibility: hidden;
}
#badge_editor #badges_templates .hover > div {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  line-height: 100%;
  z-index: 3;
  opacity: 0;
  text-align: center;
}
#badge_editor #badges_templates .hover::before {
  position: absolute;
  content: "";
  background: gray;
  opacity: 0.2;
  top: 0px;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 4px;
}
#badge_editor #badges_templates .thumbnail {
  width: 100%;
  height: auto;
}
#badge_editor #badges_templates .badge_template:hover .hover {
  visibility: visible;
}
#badge_editor #badges_templates .badge_template:hover .hover > div {
  opacity: 1;
}
#badge_editor #badge_editor_tags ul {
  list-style: none;
}
#badge_editor #badge_editor_tags .tags_group {
  margin-top: 15px;
}
#badge_editor #badge_editor_tags .tags_group .tags_group_button span {
  position: relative;
}
#badge_editor #badge_editor_tags .tags_group .tags_group_button span:before {
  content: "";
  position: absolute;
  border: 6px;
  border-color: transparent transparent black transparent;
  border-style: solid;
  width: 0;
  height: 0;
  left: 100%;
  margin-left: 5px;
  top: 2px;
}
#badge_editor #badge_editor_tags .tags_group .tags_group_list_container {
  opacity: 1;
  transition: opacity ease-out 0.5s;
  margin-left: -5px;
}
#badge_editor #badge_editor_tags .tags_group.closed .tags_group_button span:before {
  border-color: black transparent transparent transparent;
  top: 8px;
}
#badge_editor #badge_editor_tags .tags_group.closed .tags_group_list_container {
  opacity: 0;
}
#badge_editor #badge_editor_tags .tag {
  background-color: #f0f0f0;
  padding: 5px 7px;
  display: inline-block;
  float: left;
  margin: 5px;
  cursor: pointer;
}
#badge_editor #badge_editor_tags .tag .edit_icons {
  display: none;
}
#badge_editor #badge_editor_tags .tag.image {
  width: 100px;
  border-width: 0 0 0 0;
}
#badge_editor #badge_editor_tags .tag.image img {
  width: 100%;
}
#badge_editor #badge_editor_tags .tag:active {
  background-color: #003A51;
  color: #fff;
}
#badge_editor #badge_editor_content {
  display: inline-block;
  margin-top: 30px;
}
#badge_editor #badge_editor_content #badge_editor_options span {
  cursor: pointer;
  color: #ccc;
}
#badge_editor #badge_editor_content #badge_editor_options span:hover,
#badge_editor #badge_editor_content #badge_editor_options span.active {
  color: #000;
}
#badge_editor #badge_editor_preview {
  width: 850px;
  height: 600px;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  font-family: Helvetica;
}
#badge_editor #badge_editor_preview.grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  background-image: url("https://americas.eventscase.com/img/grid.png");
  background-repeat: repeat;
  background-size: 5mm 5mm;
  opacity: 0.1;
}
#badge_editor #badge_editor_preview .tag {
  cursor: move;
  padding: 0;
  display: inline-block;
  width: auto;
  float: none;
  z-index: 0;
  height: 18px;
  width: 100px;
}
#badge_editor #badge_editor_preview .tag .edit_icons {
  display: none;
  text-align: left;
  font-style: normal;
  font-size: 12px;
  position: absolute;
  top: -35px;
  left: 0px;
  padding: 0px;
  border-radius: 3px 3px 0 0;
  background-color: #043955;
  color: #fff;
  min-width: 550px;
  line-height: 18px;
  vertical-align: middle;
  padding: 7px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .num_layer {
  border: 0px;
}
#badge_editor #badge_editor_preview .tag .edit_icons > span {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 2px;
  border: 1px solid #005ea4;
  border-radius: 2px;
  display: inline-block !important;
  cursor: pointer;
}
#badge_editor #badge_editor_preview .tag .edit_icons > span:hover,
#badge_editor #badge_editor_preview .tag .edit_icons > span.active {
  background-color: #0F3C50;
}
#badge_editor #badge_editor_preview .tag .edit_icons > span.separator {
  width: 3px;
  background-color: transparent;
  height: 24px;
  margin-right: 2px;
  display: inline-block;
  border: 0px;
  border: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .color {
  position: relative;
  width: 75px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .color label {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .color input {
  position: absolute;
  top: -1px;
  left: 0px;
  padding: 0px 0px 0px 22px;
  width: 75px;
  height: 22px;
  border: 0;
  border-radius: 2px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .color .minicolors-theme-bootstrap .minicolors-swatch {
  left: -1px !important;
  top: -1px !important;
  height: 22px;
  width: 22px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .font_size {
  position: relative;
}
#badge_editor #badge_editor_preview .tag .edit_icons .font_size input {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 2px;
}
#badge_editor #badge_editor_preview .tag .edit_icons .fa-font {
  border-color: transparent;
  cursor: default;
}
#badge_editor #badge_editor_preview .tag .edit_icons .fa-font:hover {
  background-color: transparent;
  border-color: transparent;
}
#badge_editor #badge_editor_preview .tag .edit_icons .font_options {
  background-color: #043955;
  border-radius: 0 3px 0 0;
  color: white;
  position: absolute;
  right: -56px;
  top: 0;
  display: none;
}
#badge_editor #badge_editor_preview .tag .edit_icons .font-family {
  width: auto;
  border-color: transparent;
}
#badge_editor #badge_editor_preview .tag.image .edit_icons {
  min-width: 180px;
}
#badge_editor #badge_editor_preview .tag .tag-content {
  line-height: 1.2;
  vertical-align: middle;
  position: absolute;
  width: 200px;
  overflow: hidden;
}
#badge_editor #badge_editor_preview .tag:hover .edit_icons {
  display: block;
}
#badge_editor #badge_editor_preview .tag:hover .tag-content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px dashed #377fa8;
}
#badge_editor #badge_editor_preview .tag .tag-content:hover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px dashed #aaa;
}
#badge_editor #badge_editor_preview .tag.selected {
  z-index: 9999!important;
}
#badge_editor #badge_editor_preview .tag.selected .edit_icons {
  display: block;
}
#badge_editor #badge_editor_preview .tag.selected .tag-content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px dashed #377fa8;
}
#badge_editor #badge_editor_preview .tag.selected .tag-content:after:hover {
  border: 2px dashed #377fa8;
}
#badge_editor #badge_editor_preview .tag.not-selected {
  opacity: 0.7;
}
#badge_editor #badge_editor_preview .tag.image {
  width: 100px;
}
#badge_editor #badge_editor_preview .tag.image img {
  width: 100%;
}
#badge_editor #badge_editor_preview .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#badge_editor #badge_editor_preview .ui-resizable {
  position: relative;
}
#badge_editor #badge_editor_preview .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
#badge_editor #badge_editor_preview .ui-resizable-disabled .ui-resizable-handle,
#badge_editor #badge_editor_preview .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
#badge_editor #badge_editor_preview .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: 0px;
  left: 0;
}
#badge_editor #badge_editor_preview .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: 0px;
  left: 0;
}
#badge_editor #badge_editor_preview .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: 0px;
  top: 0;
  height: 100%;
}
#badge_editor #badge_editor_preview .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: 0px;
  top: 0;
  height: 100%;
}
#badge_editor #badge_editor_preview .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
#badge_editor #badge_editor_preview .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
#badge_editor #badge_editor_preview .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
#badge_editor #badge_editor_preview .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
#badge_editor #new_image_tag_template {
  display: none;
}
#badges_templates_list .template-new-btn {
  margin-bottom: 10px;
  float: right;
}
#badges_templates_list .template-array {
  margin-left: 12px;
  margin-right: -12px;
}
#badges_templates_list .template-fa-icon {
  margin-left: auto;
}
#badges_templates_list .thead {
  background-color: #003a51;
  color: #F0F0F0;
  margin-bottom: 5px;
  font-weight: bold;
}
#badges_templates_list .thead > div {
  padding: 9px 25px 9px 25px;
  line-height: 1.231;
  font-size: 14px;
}
#badges_templates_list .template_row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 8px;
}
#badges_templates_list .template_row .row {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#badges_templates_list .template_row:hover {
  cursor: move;
  background-color: #fafafa;
}
#badges_templates_list .drag-icon {
  position: absolute;
  margin-top: -2px;
}
#badges_templates_list .template-title {
  padding-left: 18px;
}
.edit_event.form_active #form.basicConfigurationModule {
  width: 850px !important;
}
.edit_event.form_active #form.basicDataModule {
  width: 900px!important;
}
.pkpopup #popup_body form {
  margin-top: 20px;
}
.pkpopup .container {
  max-width: 1200px;
}
#basic_data_module form span.icon {
  margin-top: 10px;
  margin-bottom: inherit;
}
#basic_data_module .p-t-10 {
  padding-top: 10px;
}
#basic_data_module .type_url_input {
  display: none;
}
#basic_data_module .radio.checked + .type_url_input {
  display: table;
}
#basic_data_module #explain_top {
  color: #98c370;
}
#basic_data_module #explain_top ul,
#basic_data_module #explain_top li {
  list-style: disc outside none;
}
#basic_data_module #explain_top li {
  margin-left: 45px;
}
#basic_data_module .tagsinput input {
  min-width: 100px !important;
}
#basic_data_module #colorbox_crop_div {
  display: none;
}
#basic_data_module .left_colum {
  max-width: 586px;
  padding-right: 30px;
}
#basic_data_module #description_textarea {
  height: 150px;
}
#basic_data_module .right_tip {
  float: right;
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  padding: 15px;
  font-size: 12px;
  width: 220px;
}
#basic_data_module .title_section .state {
  font-size: 11px;
  margin-left: 10px;
  vertical-align: middle;
}
#basic_data_module set_password {
  display: none;
}
#basic_data_module #venue_details {
  margin-top: 20px;
  display: none;
}
#basic_data_module #mapa_google {
  height: 150px;
}
#basic_data_module .photo {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
  background-color: #F0F0F0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  margin-bottom: 25px;
  overflow: hidden;
}
#basic_data_module .photo iframe {
  border: 0px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
#basic_data_module .title_and_event_type {
  display: inline-block;
  width: 334px;
}
#basic_data_module #event_alias_input.error + .tooltip_text {
  display: block!important;
}
#basic_data_module #event_alias_input.error + .tooltip_text:after {
  color: #E74C3C;
  content: "not available";
  left: -105px;
  position: absolute;
  top: 5px;
}
#basic_data_module .stripe_info {
  font-size: 14px;
}
#basic_data_module .stripe_info img {
  float: left;
  margin-right: 15px;
  width: 150px;
}
#basic_data_module .stripe_info ul {
  display: inline;
}
#basic_data_module .stripe_info li {
  list-style: disc outside none;
}
#basic_data_module .stripe_info .d {
  display: inline-block;
  width: 100%;
}
#basic_data_module #private_event_survey {
  background-color: #f5f5f5;
  display: inline-block;
  margin: 25px -275px 35px -25px;
  padding: 15px 200px 15px 25%;
}
#basic_data_module #private_event_survey:after {
  background-color: red;
  content: "";
  display: block;
  height: 0;
  width: 538px;
}
#popup_edit_start_date .container {
  max-width: 1200px;
}
.i_know_fields label.pkcheckbox {
  line-height: 1.8em !important;
  font-size: 0.95em !important;
  margin-bottom: 15px;
}
.create_event_index #maindiv {
  margin-left: 80px;
  background-color: red;
  margin-right: 0;
}
#index_create_events #guides_create_event ul li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
#index_create_events #guides_create_event ul li a {
  color: #004481;
}
#index_create_events #my_events .flex-row {
  display: flex;
  flex-flow: row nowrap;
}
#index_create_events #my_events .flex-col {
  display: flex;
  flex-flow: column nowrap;
}
#index_create_events #my_events .flex-inline {
  display: inline-flex;
}
#index_create_events #my_events .flex-center {
  justify-content: center;
}
#index_create_events #my_events .flex-between {
  justify-content: space-between;
}
#index_create_events #my_events .flex-around {
  justify-content: space-around;
}
#index_create_events #my_events .section-title {
  margin-top: 0;
  float: left;
}
#index_create_events #my_events #events_table .table-filters > div {
  max-width: 300px;
}
#index_create_events #my_events #events_table .table-filters .search-filter {
  position: relative;
}
#index_create_events #my_events #events_table .table-filters .search-filter::after {
  font-family: 'FontAwesome';
  content: '\f002';
  position: absolute;
  top: 5px;
  left: 10px;
  color: #bdc3c7;
  font-size: 20px;
  pointer-events: none;
}
#index_create_events #my_events #events_table .table-filters .search-filter input {
  padding-left: 40px;
}
#index_create_events #my_events #events_table .table-statistics {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 10px 0;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box {
  background-color: hsl(201.7699115, 75%, 97%);
  border-radius: 5px;
  flex: 1;
  min-height: 85px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: center;
  margin: 5px;
  padding: 5px;
  position: relative;
  border: solid 1px hsl(201.7699115, 50%, 15%);
  cursor: pointer;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box .statistics-order {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  color: hsl(201.7699115, 50%, 15%);
}
#index_create_events #my_events #events_table .table-statistics .statistics-box.order-asc .statistics-order,
#index_create_events #my_events #events_table .table-statistics .statistics-box.order-desc .statistics-order {
  color: hsl(201.7699115, 45%, 40%);
}
#index_create_events #my_events #events_table .table-statistics .statistics-box:not(.order-desc) .statistics-order::before {
  font-family: FontAwesome;
  content: '\f0d8';
  position: absolute;
  top: 0;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box:not(.order-asc) .statistics-order::after {
  font-family: FontAwesome;
  content: '\f0d7';
  position: absolute;
  bottom: 0px;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box:first-child {
  margin-left: 0;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box:last-child {
  margin-right: 0;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box .statistics-title {
  flex: 1;
  color: hsl(201.7699115, 50%, 15%);
  font-weight: bold;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box .statistics-value {
  flex: 0 0 0;
  font-size: 18px;
}
#index_create_events #my_events #events_table .table-statistics .statistics-box .statistics-value::before {
  margin-right: 5px;
}
#index_create_events #my_events #events_table ul {
  list-style: none;
  list-style-type: none !important;
}
#index_create_events #my_events #events_table table {
  border: solid 1px;
}
#index_create_events #my_events #events_table table.disable-strip .odd:not(:hover) {
  background-color: white;
}
#index_create_events #my_events #events_table th {
  background-color: #163343 !important;
  background-position-x: left;
  color: #F0F0F0;
}
#index_create_events #my_events #events_table tbody td {
  vertical-align: top;
}
#index_create_events #my_events #events_table tbody .event-image {
  width: 50px;
  margin-right: 15px;
  flex: none;
}
#index_create_events #my_events #events_table tbody .event-image img {
  max-width: 100%;
}
#index_create_events #my_events #events_table tbody .event-title {
  font-size: 16px;
  font-weight: bold;
}
#index_create_events #my_events #events_table tbody .actions_column ul {
  justify-content: flex-end;
}
#index_create_events #my_events #events_table tbody .actions_column ul li {
  position: relative;
  font-size: 25px;
  margin-right: 15px;
  margin-top: 10px;
}
#index_create_events #my_events #events_table tbody .actions_column ul li .badge {
  position: absolute;
  font-size: 10px;
  padding: 2px 0px;
  border-radius: 100%;
  min-width: 20px;
  background-color: rgba(255, 0, 0, 0.8);
  top: -10px;
  right: -10px;
}
#index_create_events #my_events #events_table tbody .details_column {
  vertical-align: middle;
  cursor: pointer;
  color: #888;
  transition: color 0.5s;
  text-align: right;
}
#index_create_events #my_events #events_table tbody .details_column i {
  transition: transform 0.5s;
}
#index_create_events #my_events #events_table tbody tr:hover .details_column {
  color: hsl(201.7699115, 45%, 40%);
}
#index_create_events #my_events #events_table tbody tr.shown-summary .details_column i {
  transform: rotate(-180deg);
}
#index_create_events #my_events #events_table tbody .event-summary {
  display: block;
  width: 100%;
}
#index_create_events #my_events #events_table tbody .event-summary .summary-header {
  padding: 15px;
  background-color: hsl(201.7699115, 45%, 40%);
  align-items: center;
  color: white;
}
#index_create_events #my_events #events_table tbody .event-summary .summary-header .event-statistics {
  margin: -10px 10px;
  padding: 5px;
  background-color: hsl(201.7699115, 75%, 97%);
  color: black;
  border: solid 1px hsl(201.7699115, 50%, 15%);
  border-radius: 5px;
}
#index_create_events #my_events #events_table tbody .event-summary .summary-header .event-statistics li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0 10px;
  min-width: 40px;
  color: hsl(201.7699115, 50%, 15%);
}
#index_create_events #my_events #events_table tbody .event-summary .summary-header .event-statistics li span {
  font-size: 18px;
  color: black;
}
#index_create_events #my_events #events_table tbody .event-summary .summary-header .event-statistics li span::before {
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 3px;
  margin-right: 5px;
}
#index_create_events #my_events #events_table tbody .event-summary .summary-header .event-links li {
  margin-left: 10px;
}
#index_create_events #my_events #events_table tbody .event-summary .event-products {
  text-align: center;
  margin: 10px 5px;
}
#index_create_events #my_events #events_table tbody .event-summary .event-products > li {
  flex: 1;
  margin: 0 5px;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  border: solid 1px hsl(201.7699115, 45%, 40%);
}
#index_create_events #my_events #events_table tbody .event-summary .event-products > li:hover .product-name {
  text-decoration: underline;
}
#index_create_events #my_events #events_table tbody .event-summary .product-name {
  font-weight: bold;
}
#index_create_events #my_events #events_table tbody .event-summary .product-icon {
  width: 100px;
  margin: auto;
}
#index_create_events #my_events #events_table tbody .event-summary .product-icon svg * {
  fill: gray !important;
}
#index_create_events #my_events #events_table tbody .event-summary .product-status {
  font-size: 12px;
}
#index_create_events #my_events #events_table tbody .event-summary .product-status.label-info {
  background-color: silver;
}
#index_create_events #my_events #events_table tbody .event-summary .status-published .product-icon svg * {
  fill: green !important;
}
#index_create_events #my_events #events_table tbody .event-summary .status-in_process .product-icon svg * {
  fill: orange !important;
}
#index_create_events #my_events #events_table tbody .event-summary .status-unpublished .product-icon svg * {
  fill: red !important;
}
#index_create_events #my_events #events_table tbody tr.loading-summary .show-summary {
  display: none;
}
#index_create_events #my_events #events_table tbody tr:not(.loading-summary) .load-summary {
  display: none;
}
#index_create_events #my_events #events_table tbody tr.shown-summary td {
  background-color: hsl(201.7699115, 75%, 97%);
}
#index_create_events #my_events #events_table tbody tr.summary-row td {
  background-color: hsl(201.7699115, 75%, 97%);
  border-top: none;
  padding: 0;
  padding-bottom: 5px;
}
#index_create_events #my_events #events_table .event-summary {
  display: none;
}
/***********************************/
/* popupGlobalPanelEvents **********/
/***********************************/
#popupGlobalPanelEvents .popupcontent {
  width: 100%;
  padding: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
/**********************/
/** POPUP PAGE DATA ***/
/**********************/
#popup_page_data .popupcontent {
  width: 100%;
}
#create_event_from_template .template_images > div,
#create_event_form .template_images > div {
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border: 2px solid #E0E0E0;
}
#create_event_from_template .template_images > div:hover > .hover,
#create_event_form .template_images > div:hover > .hover {
  display: block;
}
#create_event_from_template .template_images .hover,
#create_event_form .template_images .hover {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  right: 15px;
  /*bottom:60px;*/
  padding-top: 80px;
}
#create_event_from_template .template_images .hover .botones,
#create_event_form .template_images .hover .botones {
  position: relative;
  z-index: 2;
}
#create_event_from_template .template_images .hover .botones .btn-main,
#create_event_form .template_images .hover .botones .btn-main {
  width: 130px;
}
#create_event_from_template .template_images .hover:before,
#create_event_form .template_images .hover:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  opacity: 0.4;
  z-index: 1;
}
#create_event_from_template .products_list .selected_icon,
#create_event_form .products_list .selected_icon {
  display: none;
  color: green;
  font-weight: bold;
  font-size: 16px;
}
#create_event_from_template .products_list input[type=checkbox]:checked + .product_info .selected_icon,
#create_event_form .products_list input[type=checkbox]:checked + .product_info .selected_icon {
  display: inline-block;
}
.edit_event.form_active #form.clientsModule {
  width: 100%!important;
}
.control_panel th,
.control_panel th:hover {
  background-color: #163343 !important;
  border-left-color: #163343 !important;
  border-top-color: #163343 !important;
  border-right-color: #163343 !important;
  color: #F0F0F0 !important;
}
.control_panel .details {
  display: none;
}
.control_panel .order {
  cursor: pointer;
}
.edit_event.form_active #form.eventsModule,
.edit_event.form_active #form.clienteventsModule,
.edit_event.form_active #form.clientevents121sModule,
.edit_event.form_active #form.events121sModule {
  width: 900px!important;
}
.control_panel .emailsModule#form {
  width: 950px!important;
}
.control_panel #manage_emails {
  width: 950px;
  margin: 0px -40px;
  padding: 40px;
}
.control_panel #manage_emails #preview_email iframe {
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  width: 100%;
  height: 600px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.edit_event.form_active #form.calendarModule,
.edit_event.form_active #form.clientcalendarModule {
  width: 100%!important;
}
#form.calendarModule .events_calendar .fc-day-grid-event,
#form.clientcalendarModule .events_calendar .fc-day-grid-event {
  border-width: 0;
}
#form.calendarModule .events_calendar .fc-day-grid-event .fc-content,
#form.clientcalendarModule .events_calendar .fc-day-grid-event .fc-content {
  white-space: normal;
  max-height: 100px;
  padding: 3px;
}
#form.calendarModule .events_calendar .calendar-legend .form-group,
#form.clientcalendarModule .events_calendar .calendar-legend .form-group {
  display: inline-block;
  width: 24%;
  margin: 0 !important;
}
#form.calendarModule .events_calendar .calendar-legend .form-group > label,
#form.clientcalendarModule .events_calendar .calendar-legend .form-group > label {
  line-height: unset;
}
#form.calendarModule .events_calendar .calendar-legend .form-group .icons > .span,
#form.clientcalendarModule .events_calendar .calendar-legend .form-group .icons > .span {
  margin-right: 5px;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-0"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-0"] ~ .icons .first-icon {
  color: #AAAAAA;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-0"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-0"] ~ .icons .second-icon {
  color: #919191;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-1"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-1"] ~ .icons .first-icon {
  color: #1395BA;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-1"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-1"] ~ .icons .second-icon {
  color: #0e708c;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-2"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-2"] ~ .icons .first-icon {
  color: #5CA793;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-2"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-2"] ~ .icons .second-icon {
  color: #498777;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-3"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-3"] ~ .icons .first-icon {
  color: #A2B86C;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-3"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-3"] ~ .icons .second-icon {
  color: #8aa34e;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-4"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-4"] ~ .icons .first-icon {
  color: #EBC844;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-4"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-4"] ~ .icons .second-icon {
  color: #e4b918;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-5"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-5"] ~ .icons .first-icon {
  color: #ECAA38;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-5"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-5"] ~ .icons .second-icon {
  color: #dc9315;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-6"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-6"] ~ .icons .first-icon {
  color: #EF8B2C;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-6"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-6"] ~ .icons .second-icon {
  color: #d87110;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-7"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-7"] ~ .icons .first-icon {
  color: #F16C20;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-7"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-7"] ~ .icons .second-icon {
  color: #d1540d;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-8"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-8"] ~ .icons .first-icon {
  color: #D94E1F;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-8"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-8"] ~ .icons .second-icon {
  color: #ac3e19;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-9"] ~ .icons .first-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-9"] ~ .icons .first-icon {
  color: #C02E1D;
}
#form.calendarModule .events_calendar .calendar-legend input[name="level-9"] ~ .icons .second-icon,
#form.clientcalendarModule .events_calendar .calendar-legend input[name="level-9"] ~ .icons .second-icon {
  color: #942316;
}
#form.calendarModule .events_calendar .event-level-0.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-0.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-0 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-0 .fc-event-dot {
  background-color: #AAAAAA;
}
#form.calendarModule .events_calendar .event-level-1.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-1.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-1 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-1 .fc-event-dot {
  background-color: #1395BA;
}
#form.calendarModule .events_calendar .event-level-2.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-2.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-2 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-2 .fc-event-dot {
  background-color: #5CA793;
}
#form.calendarModule .events_calendar .event-level-3.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-3.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-3 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-3 .fc-event-dot {
  background-color: #A2B86C;
}
#form.calendarModule .events_calendar .event-level-4.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-4.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-4 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-4 .fc-event-dot {
  background-color: #EBC844;
}
#form.calendarModule .events_calendar .event-level-5.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-5.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-5 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-5 .fc-event-dot {
  background-color: #ECAA38;
}
#form.calendarModule .events_calendar .event-level-6.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-6.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-6 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-6 .fc-event-dot {
  background-color: #EF8B2C;
}
#form.calendarModule .events_calendar .event-level-7.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-7.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-7 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-7 .fc-event-dot {
  background-color: #F16C20;
}
#form.calendarModule .events_calendar .event-level-8.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-8.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-8 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-8 .fc-event-dot {
  background-color: #D94E1F;
}
#form.calendarModule .events_calendar .event-level-9.fc-day-grid-event,
#form.clientcalendarModule .events_calendar .event-level-9.fc-day-grid-event,
#form.calendarModule .events_calendar .event-level-9 .fc-event-dot,
#form.clientcalendarModule .events_calendar .event-level-9 .fc-event-dot {
  background-color: #C02E1D;
}
#form.calendarModule .events_calendar .fc-day-header,
#form.clientcalendarModule .events_calendar .fc-day-header,
#form.calendarModule .events_calendar .fc-list-heading-alt,
#form.clientcalendarModule .events_calendar .fc-list-heading-alt {
  text-transform: capitalize;
}
#form.calendarModule .events_calendar .fc-time,
#form.clientcalendarModule .events_calendar .fc-time {
  display: block;
  text-align: center;
}
#form.calendarModule .events_calendar .fc-list-item-time,
#form.clientcalendarModule .events_calendar .fc-list-item-time {
  width: 20%;
}
#form.calendarModule .events_calendar .fc-list-item-title,
#form.clientcalendarModule .events_calendar .fc-list-item-title {
  white-space: norwap;
  overflow: hidden;
}
#form.calendarModule .calendar-filters label,
#form.clientcalendarModule .calendar-filters label {
  display: block;
  width: 100%;
  line-height: unset;
}
#form.calendarModule .calendar-filters label select,
#form.clientcalendarModule .calendar-filters label select {
  position: absolute;
  right: 0;
  width: 50%;
}
@media (min-width: 768px) {
  #form.calendarModule .calendar-filters label,
  #form.clientcalendarModule .calendar-filters label {
    display: inline-block;
    padding-left: 15px;
    width: 24%;
  }
  #form.calendarModule .calendar-filters label select,
  #form.clientcalendarModule .calendar-filters label select {
    position: relative;
    width: 100%;
  }
}
#banners_module h6.section {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 5px 10px;
}
#banners_module .banners + .banners {
  margin-top: 15px;
}
#banners_module .banner {
  padding: 10px 0;
}
#banners_module .banner + .banner {
  border-top: 1px solid #ccc;
}
#banners_module .preview_image img {
  max-width: 200px;
  max-height: 200px;
}
#add_banner_popup {
  min-width: 400px;
}
#add_banner_popup .preview_image {
  max-width: 400px;
}
@media (max-width: 769px) {
  #add_banner_popup {
    min-width: auto;
  }
}
.edit_event.form_active #form.licencespanelModule {
  width: 1000px!important;
}
.edit_user_popup .popup {
  max-height: 550px;
  min-width: 900px;
  overflow: auto;
}
.edit_event.form_active #form.usersModule,
.edit_event.form_active #form.clientusersModule {
  width: 950px!important;
}
.edit_event.form_active #form.profilefieldsModule {
  width: 80%!important;
}
.edit_event.form_active #form.profilefieldsModule td:first-child * {
  margin: 0 !important;
}
.edit_event.form_active #users_filter {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 10px 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.edit_event.form_active #user_list .usertype {
  padding: 3px;
  border-radius: 100%;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.edit_event.form_active #user_list .edit {
  width: 275px;
}
.edit_event.form_active #user_list .edit .icon {
  margin: 0 5px;
  cursor: pointer;
}
.edit_event.form_active #user_list .edit > div {
  float: left;
  margin-left: 10px;
}
.edit_event.form_active #form.usersModule button[doAction='usersModule_popup_create_user'],
.edit_event.form_active #form.usersModule #table_full_reporting_users_wrapper tr > :last-child {
  display: none;
}
.control_panel .pedidosModule#form {
  width: 950px!important;
}
.control_panel th,
.control_panel th:hover {
  background-color: #163343 !important;
  border-left-color: #163343 !important;
  border-top-color: #163343 !important;
  border-right-color: #163343 !important;
  color: #F0F0F0 !important;
}
.control_panel .details {
  display: none;
}
.control_panel .order {
  cursor: pointer;
}
#popupEmailingBeeFree .popupcontent,
#popupSendGroupEmail .popupcontent {
  width: 1200px!important;
}
#popupEmailingBeeFree #bee-plugin-container,
#popupSendGroupEmail #bee-plugin-container {
  height: 800px;
}
#send_online_video_meeting_invitation_popup #new_video_call_form {
  width: 450px;
}
#send_online_video_meeting_invitation_popup #new_video_call_form #new_video_call_form_participants {
  margin-bottom: 20px;
  margin-top: 20px;
}
#send_online_video_meeting_invitation_popup #new_video_call_form #participant_template {
  display: none;
}
@media (min-width: 992px) {
  #send_online_video_meeting_invitation_popup #new_video_call_form .col-md-6 {
    width: 40%;
  }
  #send_online_video_meeting_invitation_popup #new_video_call_form .col-md-6 + .col-md-6 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #send_online_video_meeting_invitation_popup #new_video_call_form {
    width: auto;
    margin-top: 25px;
  }
}
#send_online_video_meeting_invitation_popup .form-group:hover + #results_search_users {
  display: block;
}
#send_online_video_meeting_invitation_popup #results_search_users:hover,
#send_online_video_meeting_invitation_popup #results_search_users.active {
  display: block;
}
#send_online_video_meeting_invitation_popup #results_search_users {
  margin-top: -20px;
  display: none;
}
#send_online_video_meeting_invitation_popup #results_search_users #results_box {
  position: relative;
}
#send_online_video_meeting_invitation_popup #results_search_users #results_box_container {
  background-color: #f0f0f0;
  position: absolute;
  width: 100%;
  padding-bottom: 10px;
  border-radius: 0 0 2px 2px;
  z-index: 5;
}
#send_online_video_meeting_invitation_popup #results_search_users #results_box_container .video_call_form_person {
  margin: 10px 15px;
}
#send_online_video_meeting_invitation_popup .video_call_form_person {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_photo {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details {
  overflow: hidden;
  display: inline-block;
  width: auto;
  width: 100%;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_name {
  font-weight: bold;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .delete_attendee a {
  display: inline;
  font-weight: normal;
  color: #377fa8;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_status {
  float: right;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_status:hover .status_explanation {
  width: 60px;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_status i {
  margin-right: 5px;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_status.accepted {
  color: #77AD7D;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_status.rejected {
  color: #E74C3C;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_person_details_company_rol {
  color: #444;
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .status_explanation {
  overflow: hidden;
  display: inline-block;
  width: 0px;
  animation: 0.5s;
  margin-left: 10px;
  float: right;
  transition: width 1s;
  text-align: right;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_member_type {
  min-width: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_member_type .form-group .row div:first-child {
  width: 0px !important;
}
#send_online_video_meeting_invitation_popup .video_call_form_person .vcf_person_details .vcf_member_type .form-group .row div:last-child {
  width: 100% !important;
}
#send_online_video_meeting_invitation_popup #video_call_resume .titlesup i.fa {
  font-size: 20px;
  color: #666;
  float: right;
  cursor: pointer;
  line-height: 40px;
  vertical-align: bottom;
  width: 40px;
  text-align: right;
}
#send_online_video_meeting_invitation_popup #video_call_resume .titlesup i.fa:hover {
  color: black;
}
@media (max-width: 480px) {
  #send_online_video_meeting_invitation_popup #video_call_resume .titlesup {
    display: flex;
    align-items: stretch;
    flex-flow: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #send_online_video_meeting_invitation_popup #video_call_resume .titlesup i {
    min-width: 40px;
    margin: 0px;
    text-align: right;
  }
}
#send_online_video_meeting_invitation_popup #video_call_resume #vcf_actions span {
  line-height: 40px;
  vertical-align: center;
}
#send_online_video_meeting_invitation_popup #video_call_resume #vcf_actions .accepted {
  color: #77AD7D;
  font-weight: bold;
}
#send_online_video_meeting_invitation_popup #video_call_resume #vcf_actions .denied {
  color: #E74C3C;
  font-weight: bold;
}
#send_online_video_meeting_invitation_popup #video_call_resume #vcf_meeting_link {
  background-color: #f0f0f0;
  padding: 10px 15px;
  border: 1px solid #cccc;
  border-radius: 3px;
}
#send_online_video_meeting_invitation_popup #video_call_resume #vcf_meeting_link span {
  float: right;
  font-size: 20px;
  margin-top: 1px;
  cursor: pointer;
}
#pricing_page {
  /*** BOTONES ***/
}
#pricing_page .container_pricing {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#pricing_page .top10 {
  margin-top: 10px;
}
#pricing_page .top16 {
  margin-top: 16px;
}
#pricing_page .top24 {
  margin-top: 24px;
}
#pricing_page .top40 {
  margin-top: 40px;
}
#pricing_page .top55 {
  margin-top: 55px;
}
#pricing_page .top70 {
  margin-top: 70px;
}
#pricing_page .top82 {
  margin-top: 82px;
}
#pricing_page .top155 {
  margin-top: 155px;
}
#pricing_page .left20 {
  margin-left: 20px !important;
}
#pricing_page .left86 {
  margin-left: 86px !important;
}
#pricing_page .left120 {
  margin-left: 120px !important;
}
#pricing_page .bottom155 {
  margin-bottom: 155px;
}
#pricing_page .azul {
  color: #0F3C50;
}
#pricing_page .eventbrite {
  margin: 0 auto;
  display: block;
  height: 40px;
  margin-top: -10px;
}
#pricing_page .most_popular {
  position: absolute;
  margin-left: 111px;
  margin-top: -8px;
}
#pricing_page .no_border {
  border: none !important ;
}
#pricing_page .no_border_right {
  border-right: none !important;
}
#pricing_page .no_border_left {
  border-left: none !important;
}
#pricing_page .no_border_bottom {
  border-bottom: none !important;
}
#pricing_page .celda100 {
  width: 100% !important;
  border: 1px solid #E6E6E6;
  float: left;
  min-width: 912px;
}
#pricing_page .celda80 {
  width: 80% !important;
  border: 1px solid #E6E6E6;
  float: left;
  min-width: 912px;
}
#pricing_page .celda60 {
  width: 60% !important;
  border: 1px solid #E6E6E6;
  float: left;
  min-width: 500px;
}
#pricing_page .celda20 {
  width: 20% !important;
  float: left;
  border: 1px solid #E6E6E6;
  min-width: 228px;
}
#pricing_page .lista {
  width: 50%;
  float: left;
}
#pricing_page .alto250 {
  height: 250px;
}
#pricing_page .alto200 {
  height: 200px;
}
#pricing_page .alto80 {
  height: 80px;
}
#pricing_page .alto111 {
  height: 111px;
}
#pricing_page .celda_pro {
  height: 320px;
  margin-top: -70px;
}
#pricing_page .bg_basic {
  background: #F0FAFB;
}
#pricing_page .bg_pro {
  background: #F3FFF5;
}
#pricing_page .bg_premium {
  background: #EFF7F9;
}
#pricing_page .bg_advanced {
  background: #FFF8F5;
}
#pricing_page .bg_tailored {
  background: #CBE3F9;
}
#pricing_page .titulo_pricing {
  color: #424242;
  font-size: 35px;
  text-align: center;
}
#pricing_page .titulo_paquete {
  font-size: 25px;
  color: #424242;
  text-align: center;
  margin-top: 28px;
}
#pricing_page .titulo_tailored {
  color: #424242;
  font-size: 25px;
  margin-top: 23px;
  text-align: center;
}
#pricing_page .titulo_pro {
  margin-top: 98px;
}
#pricing_page .subtitulo {
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  margin-top: -15px;
  text-align: center;
}
#pricing_page .titulos_celda {
  margin-left: 30px;
  font-weight: bold;
  color: #808080;
}
#pricing_page .bold {
  font-weight: bold;
  color: #808080;
}
#pricing_page .text_precio {
  color: #808080;
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
#pricing_page .free {
  font-size: 30px;
  color: #36BEBA;
}
#pricing_page .pro {
  font-size: 30px;
  color: #77AD7D;
}
#pricing_page .premium {
  font-size: 30px;
  color: #7EA7C7;
}
#pricing_page .advanced {
  font-size: 30px;
  color: #F58850;
}
#pricing_page .icono_check {
  color: #77AD7D !important;
  font-family: pickevent;
  margin-left: 40px;
  margin-right: 7px;
}
#pricing_page .boton_contact {
  display: block;
  font-size: 20px;
  margin: -20px auto 0;
  padding-left: 30px;
  padding-right: 30px;
}
#pricing_page .btn_free {
  background-color: #36BEBA !important;
  display: block;
  margin: 18px auto 0;
}
#pricing_page .btn_pro {
  background-color: #77AD7D;
  display: block;
  margin: 18px auto 0;
}
#pricing_page .btn_premium {
  background-color: #7EA7C7 !important;
  display: block;
  margin: 18px auto 0;
}
#pricing_page .btn_advanced {
  background-color: #F58850 !important;
  display: block;
  margin: 18px auto 0;
}
#createAppForm .title_section {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 35px !important;
  padding-bottom: 6px;
}
#createAppForm .title_section input.form-control {
  display: inline-block;
  width: auto;
}
#createAppForm .delimiter {
  padding-bottom: 35px;
}
#createAppForm .lb-sm {
  font-size: 12px;
}
#createAppForm .lb-md {
  font-size: 16px;
}
#createAppForm .lb-lg {
  font-size: 20px;
}
#createAppForm .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
#createAppForm .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
#createAppForm .ui-state-hover,
#createAppForm .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
#createAppForm ul.bs-autocomplete-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  z-index: 9999;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
#createAppForm ul.bs-autocomplete-menu a {
  font-weight: normal;
  color: #333333;
}
#createAppForm .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#createAppForm .ui-state-active,
#createAppForm .ui-state-focus {
  color: #23527c;
  background-color: #eeeeee;
}
#createAppForm .bs-autocomplete-feedback {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
#createAppForm .loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #333;
  background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#createAppForm .loader:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#createAppForm .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#createAppAddEventForm .title_section {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 35px !important;
  padding-bottom: 6px;
}
#createAppAddEventForm .title_section input.form-control {
  display: inline-block;
  width: auto;
}
#createAppAddEventForm .delimiter {
  padding-bottom: 35px;
}
#appsList .app {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  padding-top: 20px;
}
#appsList .app .app_image img {
  width: 75px;
  height: 75px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  margin-right: 20px;
}
#appsList .app .title {
  font-size: 1.6em;
  margin-top: 0px;
  padding-top: 0px;
}
#appsList .app .right_data {
  line-height: 75px;
}
#appsList .app .right_data .right_data_content {
  display: inline;
}
#appsList .app .right_data .right_data_content > div {
  line-height: 3em;
}
#appsList .app .icon-trash {
  cursor: pointer;
}
#appsList .lb-sm {
  font-size: 12px;
}
#appsList .lb-md {
  font-size: 16px;
}
#appsList .lb-lg {
  font-size: 20px;
}
#createAppApp .title_section {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 35px !important;
  padding-bottom: 6px;
}
#createAppApp .title_section input.form-control {
  display: inline-block;
  width: auto;
}
#createAppApp h1 {
  border-bottom: 2px solid #F0F0F0;
}
#createAppApp .delimiter {
  padding-bottom: 35px;
}
#createAppApp .app {
  padding-bottom: 20px;
  padding-top: 20px;
}
#createAppApp .app h3 {
  margin-bottom: 7px;
}
#createAppApp .app .app_image img {
  width: 75px;
  height: 75px;
  margin-right: 20px;
}
#createAppApp .app .title {
  font-size: 1.6em;
  margin-top: 0px;
  padding-top: 0px;
}
#createAppApp .app .right_data {
  line-height: 75px;
}
#createAppApp .app .right_data .right_data_content {
  display: inline;
}
#createAppApp .app .right_data .right_data_content > div {
  line-height: 3em;
}
#createAppApp .app .icon-trash {
  cursor: pointer;
}
#createAppApp .app .alert-success {
  border: 0.5px dotted;
  margin-left: 25px;
  font-size: 16px;
}
#createAppApp .events-linked h2 {
  border-bottom: 3px solid #77AD7D;
  font-size: 28px !important;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-weight: 200;
  text-transform: uppercase;
}
#createAppApp .analitycs h2 {
  border-bottom: 3px solid #77AD7D;
  font-size: 28px !important;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-weight: 200;
  text-transform: uppercase;
}
#createAppApp .tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
#createAppApp .tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
#createAppApp .tag-default {
  background-color: #818a91;
}
#createAppApp .tag-primary {
  background-color: #0275d8;
}
#createAppApp .tag-success {
  background-color: #5cb85c;
}
#createAppApp .tag-info {
  background-color: #5bc0de;
}
#createAppApp .tag-danger {
  background-color: #d9534f;
}
#createAppApp .tag-warning {
  background-color: #f0ad4e;
}
#createAppApp .lb-sm {
  font-size: 12px;
}
#createAppApp .lb-md {
  font-size: 16px;
}
#createAppApp .lb-lg {
  font-size: 20px;
}
.unsubscribe_box {
  max-width: 700px;
}
#cboxContent {
  background-color: transparent;
}
#cboxLoadedContent {
  height: auto!important;
  max-height: auto!important;
}
.landing_page .popup input.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto!important;
}
.popupcontent.disabled {
  position: relative;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.popupcontent.disabled:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  z-index: 5;
}
.pkpopup.show-prev .popup-prev::before {
  font-family: "FontAwesome";
  content: '\f0a8';
  position: absolute;
  top: 125px;
  left: -50px;
  color: white;
  font-size: 36px;
  cursor: pointer;
}
.pkpopup.show-next .popup-next::before {
  font-family: "FontAwesome";
  content: '\f0a9';
  position: absolute;
  top: 125px;
  right: -50px;
  color: white;
  font-size: 36px;
  cursor: pointer;
}
/**************************************************************/
/*** USED AT TEMPLATE `landing`, `defaultPro` *****************/
/**************************************************************/
body.language_alignment_right {
  direction: rtl;
}
.section_title {
  margin-top: 0px;
  padding: 20px 0;
  text-align: center;
  background-color: #f6f6ff;
}
.section_title .contenido {
  max-width: 978px;
  display: inline-block;
  width: 100%;
}
.section_title .contenido .name {
  font-weight: 200!important;
  font-size: 40px;
}
/**
/* El nuevo modulo para titulos imita el estilo de los .section_title anteriores
*/
.basic_title .module-container {
  background-color: #f6f6ff;
}
.basic_title .module-container > div {
  text-align: center;
}
.basic_title h1 {
  font-weight: 200;
  font-size: 40px;
  line-height: 2.12em;
}
.module-container {
  text-align: center;
}
.module-container.centered {
  margin: auto;
  text-align: left;
  max-width: 978px;
  width: 100%;
}
@media (max-width: 1010px) {
  .module-container.centered {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-container.full-width {
  text-align: left;
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/******************/
/** CUSTOM MODULE */
/* Como ahora el custom module es gt_module, puede estar en varios templates
/* y cambiar el HTML del titulo igual afecta a otros templates
**/
.custom .section_title h2 {
  font-weight: 200 !important;
  font-size: 40px;
  line-height: 30px;
}
/*** MODULE PADDINGS ****/
/***/
.module-container.module-ptxl {
  padding-top: 64px;
}
@media (min-width: 769px) {
  .module-container.module-ptxl {
    padding-top: 80px;
  }
}
.module-container.module-ptl {
  padding-top: 44px;
}
@media (min-width: 769px) {
  .module-container.module-ptl {
    padding-top: 55px;
  }
}
.module-container.module-ptm {
  padding-top: 36px;
}
@media (min-width: 769px) {
  .module-container.module-ptm {
    padding-top: 45px;
  }
}
.module-container.module-pts {
  padding-top: 24px;
}
@media (min-width: 769px) {
  .module-container.module-pts {
    padding-top: 30px;
  }
}
.module-container.module-ptn {
  padding-top: 0px;
}
.module-container.module-pbxl {
  padding-bottom: 64px;
}
@media (min-width: 769px) {
  .module-container.module-pbxl {
    padding-bottom: 80px;
  }
}
.module-container.module-pbl {
  padding-bottom: 44px;
}
@media (min-width: 769px) {
  .module-container.module-pbl {
    padding-bottom: 55px;
  }
}
.module-container.module-pbm {
  padding-bottom: 36px;
}
@media (min-width: 769px) {
  .module-container.module-pbm {
    padding-bottom: 45px;
  }
}
.module-container.module-pbs {
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .module-container.module-pbs {
    padding-bottom: 30px;
  }
}
.module-container.module-pbn {
  padding-bottom: 0px;
}
/*** END MODULE PADDINGS ****/
/***/
/*** MODULE IMAGES ***/
/***/
.module-image.module-image-responsive > .image-container {
  text-align: center;
}
@media (min-width: 769px) {
  .module-image.module-image-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 100%;
  }
  .module-image.module-image-responsive > .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .module-image.module-image-responsive > .image-container img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/*** END MODULE IMAGES ***/
/***/
/**** HELPERS ********/
.content_ckeditor ul {
  margin-left: 40px;
}
.content_ckeditor ul li,
.content_ckeditor ol li {
  list-style: inherit;
}
.content_ckeditor img {
  max-width: 100% !important;
  height: auto !important;
}
.imgtobg {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.imgtobg.square {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
}
.imgtobg.bgcircle {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
}
.imgtobg.rectangle {
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 66%;
  width: 100%;
}
.imgtobg.rectangle50 {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 50%;
}
.imgtobg.cover {
  background-size: cover !important;
}
.imgtobg.center {
  background-position: center center !important;
}
/*** END HELPERS *****/
body.template_landing #topbar3 #main_navbar {
  background-color: #317095;
}
html[dir="rtl"] .module-container.centered,
.language_alignment_right .module-container.centered {
  text-align: right;
}
html[dir="rtl"] .module-container.full-width,
.language_alignment_right .module-container.full-width {
  text-align: right;
}
.module_dummy,
.module_holder,
.not_visible,
.module_edition_tools,
.restrictions_wrapper {
  display: none;
}
#page_event_view.iframe {
  overflow-x: hidden !important;
}
#page_event_view.iframe .editor-module-container {
  pointer-events: none;
}
#page_event_view.iframe:not(.visual_editor) {
  pointer-events: none !important;
}
#page_event_view.iframe:not(.visual_editor)::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 16777271;
  z-index: 2147483647;
  z-index: 9223372036854775807;
}
#page_event_view.iframe:not(.visual_editor).iebrowser {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html:not(:hover) #page_event_view.iframe:not(.visual_editor):not(.iebrowser) {
  overflow-y: hidden !important;
}
#page_event_view.visual_editor {
  overflow-y: scroll !important;
}
#page_event_view.visual_editor > * {
  display: none !important;
}
#page_event_view.visual_editor > #topbar,
#page_event_view.visual_editor > #wrapper {
  display: block !important;
}
#page_event_view.visual_editor .pickevent_navbar,
#page_event_view.visual_editor .navbar-sticky,
#page_event_view.visual_editor .always-fixed,
#page_event_view.visual_editor .sticky-fixed,
#page_event_view.visual_editor .social-networks-scrolling,
#page_event_view.visual_editor .cookie_alert .cc-window {
  position: absolute !important;
}
#page_event_view.visual_editor #header_dummy,
#page_event_view.visual_editor #page_dummy {
  display: block;
}
#page_event_view.visual_editor #header_dummy .page_delimiter,
#page_event_view.visual_editor #page_dummy .page_delimiter {
  display: flex;
  align-items: center;
  background-color: lightyellow;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: dotted 1px black;
  border-left: none;
  border-right: none;
}
#page_event_view.visual_editor #header_dummy .page_delimiter::before,
#page_event_view.visual_editor #page_dummy .page_delimiter::before,
#page_event_view.visual_editor #header_dummy .page_delimiter::after,
#page_event_view.visual_editor #page_dummy .page_delimiter::after {
  content: '';
  border-bottom: solid 1px gray;
  flex: 1;
  height: 0;
  margin: 30px;
}
#page_event_view.visual_editor .module_dummy + .module_dummy,
#page_event_view.visual_editor .module_dummy + .module_holder + .module_dummy,
#page_event_view.visual_editor .module_holder:first-child + .module_dummy,
#page_event_view.visual_editor .module_dummy:first-child {
  display: block;
}
#page_event_view.visual_editor .module_dummy + .module_dummy .module_edition_tools,
#page_event_view.visual_editor .module_dummy + .module_holder + .module_dummy .module_edition_tools,
#page_event_view.visual_editor .module_holder:first-child + .module_dummy .module_edition_tools,
#page_event_view.visual_editor .module_dummy:first-child .module_edition_tools {
  display: block;
  position: relative;
}
#page_event_view.visual_editor .module_dummy + .admin_user .module_move_up,
#page_event_view.visual_editor .module_dummy + .module_holder + .admin_user .module_move_up,
#page_event_view.visual_editor .module_holder:first-child + .admin_user .module_move_up,
#page_event_view.visual_editor .admin_user:first-child .module_move_up {
  display: none !important;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools {
  background: lightyellow;
  padding: 50px 0;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools .add_module_container {
  background-color: #333;
  color: white;
  font-size: 22px;
  padding: 5px 10px;
  cursor: pointer;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools .add_module_container:hover {
  background-color: yellowgreen;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools:hover::before,
#page_event_view.visual_editor .module_dummy .module_edition_tools:hover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools:hover::before {
  border-bottom: 4px solid white;
  border-top: 4px solid white;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools:hover::after {
  border-bottom: 4px dashed black;
  border-top: 4px dashed black;
}
#page_event_view.visual_editor .module_dummy .module_edition_tools:hover + .page_delimiter {
  border-top-color: transparent !important;
}
#page_event_view.visual_editor .admin_user {
  overflow: hidden;
  /* prevent margin collapsing */
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
#page_event_view.visual_editor .admin_user::before,
#page_event_view.visual_editor .admin_user::after {
  content: none !important;
}
#page_event_view.visual_editor .admin_user.not_visible {
  display: block;
}
#page_event_view.visual_editor .admin_user.not_visible:not(:hover) .visibility_restrictions {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_event_view.visual_editor .admin_user.not_visible .editor-wrapper::after {
  background-color: rgba(255, 255, 128, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  font-weight: bold;
  opacity: 0.6;
  text-shadow: -5px 5px black;
  border-bottom: 4px dashed #FFB000;
  border-top: 4px dashed #FFB000;
}
#page_event_view.visual_editor .admin_user.active_module:hover .editor-wrapper::before {
  border-bottom: 4px solid white;
  border-top: 4px solid white;
  background-color: rgba(200, 200, 200, 0.5);
}
#page_event_view.visual_editor .admin_user.active_module:hover .editor-wrapper::after {
  opacity: 1;
  border-bottom: 4px dashed black;
  border-top: 4px dashed black;
}
#page_event_view.visual_editor .admin_user.active_module:hover .module_edition_tools {
  display: block;
}
#page_event_view.visual_editor .admin_user:not(.active_module):hover .section_restrictions {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
#page_event_view.visual_editor .admin_user:not(.active_module):hover .section_restrictions div:hover {
  cursor: pointer;
}
#page_event_view.visual_editor .admin_user:not(.active_module):hover .section_restrictions div:hover i::before {
  content: '\f09c';
}
#page_event_view.visual_editor .admin_user:not(.active_module):hover .editor-wrapper::after {
  background-color: rgba(100, 100, 100, 0.5);
}
#page_event_view.visual_editor .editor-wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
#page_event_view.visual_editor .editor-wrapper .restrictions_wrapper {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-shadow: 0px 0px 10px black;
  color: white;
}
#page_event_view.visual_editor .editor-wrapper .restrictions_wrapper i {
  font-size: 90px;
}
#page_event_view.visual_editor .editor-wrapper .editor-module-container {
  width: 100%;
  min-height: 150px;
  transform: translate(0, 0);
  /* converts any children position from fixed to absolute */
}
#page_event_view.visual_editor .editor-wrapper::before,
#page_event_view.visual_editor .editor-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
#page_event_view.visual_editor #topbar-wrapper .editor-wrapper::before,
#page_event_view.visual_editor #topbar-wrapper .editor-wrapper::after {
  border: none;
}
#page_event_view.visual_editor #topbar-wrapper .editor-module-container {
  min-height: 0px;
}
#page_event_view.visual_editor #topbar-wrapper #topbar-content {
  position: relative !important;
}
#page_event_view.visual_editor #topbar-wrapper #restrictions_wrapper i {
  font-size: 50px;
}
#page_event_view.visual_editor .module_edition_tools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page_event_view.visual_editor .module_edition_tools .module_toolbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 20px;
}
#page_event_view.visual_editor .module_edition_tools .module_toolbox .module_title {
  font-size: 24px;
  padding: 10px;
  background-color: white;
  color: #333;
  border: solid 1px #333;
  opacity: 0.9;
  z-index: 100;
  border-radius: 3px;
}
#page_event_view.visual_editor .module_edition_tools .module_toolbox .module_toolbox_container {
  display: flex;
  position: relative;
  background-color: #333;
  opacity: 0.9;
  z-index: 100;
  color: #fff;
  border-radius: 3px;
}
#page_event_view.visual_editor .module_edition_tools .module_toolbox .module_toolbox_container > i {
  font-size: 22px;
  padding: 20px;
  display: block;
  cursor: pointer;
}
#page_event_view.visual_editor .module_edition_tools .module_toolbox .module_toolbox_container > i:hover {
  background: yellowgreen;
}
#page_event_view.visual_editor .add_module_wrapper,
#page_event_view.visual_editor .add_first_module {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
#page_event_view.visual_editor .add_module_wrapper .add_module_container {
  display: inline-block;
  visibility: hidden;
  background-color: #333;
  color: white;
  font-size: 22px;
  padding: 5px 10px;
  cursor: pointer;
}
#page_event_view.visual_editor .add_module_wrapper .add_module_container:hover {
  background-color: yellowgreen;
}
#page_event_view.visual_editor .add_module_wrapper:hover .add_module_container {
  visibility: visible;
}
#page_event_view.visual_editor .add_module_top {
  top: 0px;
}
#page_event_view.visual_editor .add_module_bottom {
  bottom: 0px;
}
#page_event_view.visual_editor .add_first_module {
  position: relative;
  z-index: 150;
}
@media (max-width: 767px) {
  #page_event_view.visual_editor .add_module_container {
    font-size: 16px !important;
  }
  #page_event_view.visual_editor .active_module .editor-module-container {
    min-height: 250px !important;
  }
  #page_event_view.visual_editor .module_toolbox {
    flex-flow: column nowrap !important;
    justify-content: center !important;
  }
  #page_event_view.visual_editor .module_toolbox .module_title {
    margin: 10px !important;
  }
}
.private_messages_wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  max-width: 100%;
  width: 700px;
  height: 100%;
}
.private_messages_wrapper #results_scroller {
  height: 441px;
  overflow-y: auto;
}
.private_messages_wrapper #private_messages_body .write_message {
  position: relative;
}
.private_messages_wrapper #private_messages_body .write_message .button {
  margin-top: 20px;
  display: inline-block;
}
.private_messages_wrapper #private_messages_body .write_message #compose_message {
  display: none;
  text-align: right;
  margin-bottom: 25px;
}
.private_messages_wrapper #private_messages_body .write_message #close_message {
  float: right;
  font-weight: bold;
  color: #5876CA;
  margin-bottom: 15px;
  cursor: pointer;
}
.private_messages_wrapper #private_messages_body .write_message #submit_div {
  text-align: right;
  margin-top: 20px;
}
.private_messages_wrapper #private_messages_body .write_message #submit_div img {
  cursor: pointer;
}
.private_messages_wrapper #private_messages_body .write_message .arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
}
.private_messages_wrapper #private_messages_body .actual_user {
  margin-left: -20px;
  margin-bottom: 15px;
}
.private_messages_wrapper #private_messages_body .actual_user img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.private_messages_wrapper #private_messages_body .actual_user .fui-chat {
  font-size: 20px;
  margin-right: -12px;
  position: relative;
  top: -9px;
}
.private_messages_wrapper #private_messages_body .actual_user span {
  font-size: 18px;
  margin-left: 15px;
}
#popup_send_message header {
  height: 50px;
  background-color: #0F3C50;
  color: #fff;
  line-height: 50px;
  vertical-align: middle;
}
#popup_send_message header .title {
  float: left;
  margin-left: 50px;
  font-size: 13px;
  font-weight: 700;
}
#popup_send_message header .photo {
  margin: 0 auto;
  width: 50px;
}
#popup_send_message header .photo img {
  width: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
}
#popup_send_message header .from_to {
  float: right;
  text-align: right;
  margin-right: 50px;
  font-size: 13px;
  font-style: italic;
}
#popup_send_message .body {
  padding: 50px;
}
#popup_send_message .body form > div {
  margin-bottom: 20px;
  display: inline-block;
}
#popup_send_message .body textarea {
  resize: none;
  overflow: auto!important;
}
#popup_send_message .submit_new_message {
  width: 24px;
  height: 14px;
}
.users_search_page #maindiv {
  margin-left: 80px;
  margin-right: 0;
}
#tab_users_search_sections {
  margin-bottom: 0px;
}
#users_search_section #users_search_general_form_container.fixed {
  margin-left: -45px;
  margin-right: -45px;
}
#users_search_section #users_search_general_form_container.fixed #users_search_general_form {
  position: fixed;
  z-index: 6;
  top: 0;
  box-sizing: border-box;
  left: 0;
  padding-left: 80px;
  width: 100%;
}
#users_search_section #users_search_general_form_container.fixed #users_search_general_form form {
  margin-bottom: 0px;
  border-bottom: 3px solid #0F3C50;
}
#users_search_section #users_search_general_form .show_filters_button,
#users_search_section #users_search_general_form .hide_filters {
  display: none;
}
#users_search_section #users_search_general_form #form_users_search {
  border: 2px solid #e1ecf2;
  border-top: 0;
  display: flex;
  flex-flow: column nowrap;
  background-color: #F9FAFB;
  margin-bottom: 20px;
  padding: 20px 0 15px 0;
}
#users_search_section #users_search_general_form #form_users_search .search_filters .form-group > .row {
  display: flex;
  flex-flow: column nowrap;
}
#users_search_section #users_search_general_form #form_users_search .search_filters .form-group > .row > div {
  width: 100%;
}
#users_search_section #users_search_general_form #form_users_search .search_filters .chosen-container {
  min-height: 38px;
  width: 100% !important;
}
#users_search_section #users_search_general_form #form_users_search .search_filters .chosen-container .chosen-choices {
  min-height: 38px;
  padding-right: 33px !important;
  border: 2px solid #bdc3c7;
}
#users_search_section #users_search_general_form #form_users_search .search_filters .chosen-container .chosen-choices > li {
  padding-top: 7px;
  padding-bottom: 7px;
}
#users_search_section #users_search_general_form .main_searchbox {
  display: flex;
  flex-flow: row nowrap;
}
#users_search_section #users_search_general_form .main_searchbox .form-group {
  margin-bottom: 15px;
}
#users_search_section #users_search_general_form .main_searchbox .form-group > .row > div + div {
  padding-left: 0px;
}
#users_search_section #users_search_general_form .main_searchbox .row {
  min-width: 140px;
  margin-right: 0px;
  margin-left: 0px;
}
#users_search_section #users_search_general_form .main_searchbox .row label {
  line-height: 42px;
  vertical-align: middle;
  margin-bottom: 0px;
}
#users_search_section #users_search_general_form .main_searchbox .row > div {
  width: auto!important;
}
#users_search_section #users_search_general_form .main_searchbox .row input,
#users_search_section #users_search_general_form .main_searchbox .row select {
  background-color: white;
}
#users_search_section #users_search_general_form .main_searchbox .clear_filters {
  margin-left: auto;
}
#users_search_section #users_search_general_form .main_searchbox .clear_filters .btn-default {
  border: 0px!important;
  background-color: transparent!important;
  font-weight: normal;
  color: #666;
}
#users_search_section #users_search_general_form .main_searchbox .clear_filters .btn-default:hover {
  border: 1px solid #666;
}
#users_search_section #users_search_general_list,
#users_search_section #users_search_favourite_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px;
  align-content: stretch;
  margin-top: 0px;
}
#users_search_section .user_search_card {
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  position: relative;
  padding: 15px;
  width: 190px;
  line-height: 1.5em;
  text-align: center;
  margin: 12px;
}
#users_search_section .user_search_card:hover {
  background-color: #F9FAFB;
  background-position: center;
}
#users_search_section .user_search_card .usc_like_container {
  text-align: center;
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -10px;
}
#users_search_section .user_search_card .usc_like_container .fa-heart:hover,
#users_search_section .user_search_card .usc_like_container .fa-heart-o:hover {
  cursor: pointer;
}
#users_search_section .user_search_card .usc_like_container .fa-heart,
#users_search_section .user_search_card .usc_like_container .fa-heart-o {
  color: #E74C3C;
}
#users_search_section .user_search_card .usc_photo_container {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #cccccc;
  background-position: center;
  background-size: 100%;
  margin: 15px;
  border: 2px solid #377fa8;
  position: relative;
}
#users_search_section .user_search_card .usc_photo_container:hover {
  cursor: pointer;
}
#users_search_section .user_search_card .usc_photo_container .usc_online_indicator_container {
  position: absolute;
  top: 5%;
  right: 5%;
  height: 20%;
  width: 20%;
  border: 1px solid white;
  border-radius: 25px;
  background-color: green;
  display: inline-block;
}
#users_search_section .user_search_card .usc_photo_container .usc_online_indicator_container:after {
  content: "Online";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  line-height: 25px;
  text-align: center;
  display: none;
}
#users_search_section .user_search_card:hover .usc_photo_container .usc_online_indicator_container {
  width: 90%;
  animation: online_animation 500ms 1;
}
#users_search_section .user_search_card:hover .usc_photo_container .usc_online_indicator_container:after {
  display: inline-block;
}
@keyframes online_animation {
  from {
    width: 25px;
  }
  to {
    width: 115px;
  }
}
#users_search_section .user_search_card .usc_details_container {
  margin-bottom: 30px;
}
#users_search_section .user_search_card .usc_details_name {
  display: block;
  font-weight: bold;
  max-height: 3em;
  overflow: hidden;
  margin-bottom: 5px;
}
#users_search_section .user_search_card .usc_details_name:hover {
  cursor: pointer;
}
#users_search_section .user_search_card .usc_company_name {
  max-height: 3em;
  overflow: hidden;
  color: #444;
}
#users_search_section .user_search_card .usc_role_name {
  max-height: 3em;
  overflow: hidden;
  color: #444;
}
@media (max-width: 768px) {
  .users_search_page #maindiv {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .users_search_page #maindiv #content {
    padding: 15px;
  }
  .users_search_page #users_search_section #users_search_general_form_container.fixed {
    margin-left: -45px;
    margin-right: -45px;
    min-height: 76px !important;
  }
  .users_search_page #users_search_section #users_search_general_form_container.fixed #users_search_general_form {
    padding-left: 0px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card {
    font-size: 1.2em;
    width: 228px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_photo_container {
    width: 162px;
    height: 162px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_online_indicator_container {
    font-size: 14px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_online_indicator_container:after {
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .users_search_page #maindiv {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .users_search_page #maindiv #content {
    padding: 15px;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .form-group input {
    margin-left: 15px;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .show_filters_button,
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .hide_filters {
    display: inline-block;
    width: 100%;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .show_filters_button .btn-default,
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .hide_filters .btn-default {
    border: 0px!important;
    color: #666 !important;
    width: 100%;
    text-align: center;
    background-color: transparent!important;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .show_filters_button {
    display: none;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form .hide_filters {
    border-color: #ccc !important;
    color: #666 !important;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form form .row > div:first-child {
    display: none;
    visibility: hidden;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form form .row > div:nth-child(2) {
    width: 100% !important;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form.hidden_filters .form-group {
    display: none;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form.hidden_filters .hide_filters {
    display: none;
  }
  .users_search_page #users_search_section #users_search_general_form_container #users_search_general_form.hidden_filters .show_filters_button {
    display: inline-block;
  }
  .users_search_page #tab_users_search_sections {
    margin-top: 20px;
  }
  .users_search_page #tab_users_search_sections.nav-tabs {
    margin-bottom: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #e1ecf2;
  }
  .users_search_page #tab_users_search_sections.nav-tabs.nav-append-content {
    border-bottom: none;
    margin-bottom: 0;
  }
  .users_search_page #tab_users_search_sections.nav-tabs.nav-append-content > li.active:first-child:before {
    background-color: white;
    border-left: 2px solid #e1ecf2;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    bottom: 2px;
    width: 0px;
    z-index: 2;
  }
  .users_search_page #tab_users_search_sections.nav-tabs > li {
    margin-bottom: -2px;
    position: relative;
  }
  .users_search_page #tab_users_search_sections.nav-tabs > li.active {
    z-index: 2;
  }
  .users_search_page #tab_users_search_sections.nav-tabs > li.active > a,
  .users_search_page #tab_users_search_sections.nav-tabs > li.active > a:hover,
  .users_search_page #tab_users_search_sections.nav-tabs > li.active > a:focus {
    border-color: #e1ecf2;
    border-bottom-color: white;
    border-width: 2px;
    color: #81aec8;
  }
  .users_search_page #tab_users_search_sections.nav-tabs > li.active .dropdown-toggle,
  .users_search_page #tab_users_search_sections.nav-tabs > li.active .dropdown-toggle:hover,
  .users_search_page #tab_users_search_sections.nav-tabs > li.active .dropdown-toggle:focus {
    color: #81aec8;
  }
  .users_search_page #tab_users_search_sections.nav-tabs > li.active .dropdown-toggle .caret,
  .users_search_page #tab_users_search_sections.nav-tabs > li.active .dropdown-toggle:hover .caret,
  .users_search_page #tab_users_search_sections.nav-tabs > li.active .dropdown-toggle:focus .caret {
    border-bottom-color: #81aec8;
    border-top-color: #81aec8;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card {
    width: 100%;
    font-size: 1.5em;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_photo_container {
    width: 220px;
    height: 220px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_online_indicator_container {
    font-size: 16px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_online_indicator_container:after {
    line-height: 40px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_like_container {
    font-size: 30px;
  }
  .users_search_page #users_search_section #users_search_general .user_search_card .usc_details_container {
    margin-bottom: 60px;
    bottom: 20px;
  }
  .users_search_page #users_search_section #users_search_general #users_search_general_form form .row input,
  .users_search_page #users_search_section #users_search_general #users_search_general_form form .row select {
    max-width: 180px;
  }
}
#pricing_landing {
  width: 1100px;
  min-height: 1225px;
}
#pricing_landing .owl-item {
  transform: none!important;
}
#pricing_landing h4 {
  color: #377fa8;
}
#pricing_landing #slide_free_features .feature {
  width: 310px;
  margin: 5px;
  height: 120px;
  display: inline-block;
  float: left;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
#pricing_landing #slide_free_features .feature .img {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  float: left;
  display: none;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
}
#pricing_landing #slide_free_features .feature .img img {
  height: 120px;
}
#pricing_landing #slide_free_features .feature .title {
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
#pricing_landing #slide_free_features .feature p {
  font-size: 14px;
}
#pricing_landing #slide_free_features .feature .hover {
  display: none;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 380px;
  height: 180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1050;
}
#pricing_landing #slide_free_features .feature:hover .hover {
  display: inline-block;
}
#pricing_landing #top_pro_features .pro_feature .img {
  width: 180px;
  height: 180px;
  display: inline-block;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  float: left;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 180px;
  text-align: center;
}
#pricing_landing #top_pro_features .pro_feature .img img {
  max-width: 100%;
  max-height: 100%;
  min-height: 150px;
  display: inline-block;
  vertical-align: middle;
  line-height: 180px;
}
#pricing_landing #top_pro_features .pro_feature .title {
  font-weight: bold;
  font-size: 17px;
}
#pricing_landing #top_pro_features .pro_feature p {
  font-size: 14px;
  margin-bottom: 10px;
}
#pricing_landing #top_pro_features .pro_feature .buy {
  font-size: 18px;
  color: #377fa8;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 0;
}
#pricing_landing .full_popup_width {
  margin: 0 -50px 0px -50px;
  padding: 50px;
  background-color: #f0f0f0;
  box-sizing: content-box;
  width: 100%;
}
#pricing_landing #pricing_top {
  color: #333;
  height: 255px;
  position: relative;
}
#pricing_landing #pricing_top.pricing_hide {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: -30px -30px 0 -30px;
  background-color: #fff;
}
#pricing_landing #pricing_top .left {
  width: 66%;
  float: left;
  padding-right: 15px;
}
#pricing_landing #pricing_top .left th,
#pricing_landing #pricing_top .left th:hover {
  background-color: #77AD7D !important;
  color: #fff !important;
  border-top-color: #77AD7D !important;
}
#pricing_landing #pricing_top .left .pro_title {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#pricing_landing #pricing_top .left #pro_seft_managed {
  position: relative;
  top: -7px;
}
#pricing_landing #pricing_top .left #pro_seft_managed table {
  -webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.55);
}
#pricing_landing #pricing_top .left #pro_seft_managed td {
  padding: 5px 14px;
}
#pricing_landing #pricing_top .right {
  width: 33%;
  padding-left: 15px;
  float: left;
}
#pricing_landing #pricing_top .right table {
  margin-bottom: 9px;
}
#pricing_landing #pricing_top .right table th .btn-default {
  color: #333 !important;
  font-size: 12px;
  margin-top: -4px;
  padding: 3px 10px;
}
#pricing_landing #pricing_top .right .centered {
  margin-right: 13px;
  text-align: right;
}
#pricing_landing #pricing_top th,
#pricing_landing #pricing_top th:hover {
  background-color: #163343 !important;
  border-left-color: #163343 !important;
  border-top-color: #163343 !important;
  border-right-color: #163343 !important;
  color: #F0F0F0;
}
#pricing_landing #pricing_top td {
  background-color: #fff;
  font-size: 13px;
  color: #333;
  border-top-width: 1px!important;
  padding: 4px 14px;
}
#pricing_landing #pricing_top td strong {
  color: #111;
}
#pricing_landing #pricing_top .price {
  text-align: right;
}
.widget_popup {
  width: 840px;
}
.widget_popup .title_sup {
  margin: -50px -50px 30px -50px;
  padding: 50px 50px 50px 50px;
  background-color: #0090D7;
  color: #fff;
  width: 840px;
  font-size: 25px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0 ;
  -moz-border-radius: 5px 5px 0 0 ;
  -ms-border-radius: 5px 5px 0 0 ;
  -o-border-radius: 5px 5px 0 0 ;
  border-radius: 5px 5px 0 0 ;
}
.widget_popup .info_header {
  position: relative;
}
.widget_popup .info_header:before {
  background-color: #FDFCFD;
  position: absolute;
  left: -50px;
  right: -50px;
  top: -30px;
  height: 100px;
  content: "";
  z-index: 1;
  display: block;
}
.widget_popup .event_media,
.widget_popup .event_professionals {
  padding-bottom: 80px;
  z-index: 2;
}
.widget_popup .event_media .title,
.widget_popup .event_professionals .title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.widget_popup .event_media .title h4,
.widget_popup .event_professionals .title h4 {
  font-size: 25px;
  margin: 0px;
  line-height: 25px;
  margin-bottom: 6px;
}
.widget_popup .event_media .title span,
.widget_popup .event_professionals .title span {
  font-size: 13px;
  font-weight: bold;
}
.widget_popup .event_media .title .icon,
.widget_popup .event_professionals .title .icon {
  background-color: #F0F0F0;
  border-radius: 100%;
  float: left;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}
.widget_popup .event_media .title .icon.media,
.widget_popup .event_professionals .title .icon.media {
  color: #fff;
  background-color: #FDB200;
}
.widget_popup .event_media p,
.widget_popup .event_professionals p {
  padding: 0 30px;
  font-size: 16px;
}
.widget_popup .event_media .btn-main,
.widget_popup .event_professionals .btn-main {
  position: absolute;
  bottom: 10px;
  margin-left: 30px;
}
.widget_popup .back {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
}
.widget_popup_form .event_media,
.widget_popup_form .event_professionals {
  padding-bottom: 30px;
}
.widget_popup_form select,
.widget_popup_form textarea {
  height: inherit!important;
  line-height: inherit!important;
}
.widget_popup_form textarea {
  margin: 16px 0;
}
#live_video_container {
  height: 100%;
}
#live_surveys_wrapper {
  background-color: #15202c;
  color: white;
  height: 100%;
}
#live_surveys_wrapper .tooltip_new.tooltip_top {
  margin-bottom: 17px;
}
#live_surveys_wrapper #live_surveys_search {
  display: none;
}
#live_surveys_wrapper #live_surveys_search .form-group {
  margin: 0px;
  border-bottom: 1px solid #5b636c;
  background-color: transparent;
  width: 100%;
}
#live_surveys_wrapper #live_surveys_search .form-group input {
  border: 0px;
  background-color: transparent;
  width: 100%;
  color: white;
  padding-left: 25px;
}
#live_surveys_wrapper #live_surveys_search .form-group .input-icon {
  background-color: transparent;
  color: white;
}
#live_surveys_wrapper #live_surveys_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
#live_surveys_wrapper #live_surveys_content {
  padding-bottom: 100px;
}
#live_surveys_wrapper #live_surveys_content .survey {
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #5b636c;
  display: flex;
  background-color: #15202c;
}
#live_surveys_wrapper #live_surveys_content .survey .icon_order {
  float: left;
  width: 15px;
  margin-right: 5px;
  cursor: pointer;
  display: none;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content {
  width: 87.6%;
  font-size: 14px;
  margin-left: 10px;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details h3.survey_title {
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .num_votes {
  float: left;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .responded {
  float: right;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .responded .already_responded {
  color: #77AD7D;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .responded .already_responded a {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 3px;
  color: white;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .responded .pending a {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 3px;
  color: white;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin {
  display: block;
  width: 100%;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin a {
  color: white;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin a i {
  cursor: pointer;
  font-size: 18px;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin a i:hover {
  border-width: 1px;
  border-style: solid;
  border-color: white;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .visibility {
  float: left;
  margin-left: -5px;
  min-width: 3rem;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .visibility .show_to_attendees,
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .visibility .hide_to_attendees {
  margin-right: 15px;
  float: left;
  color: white !important;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .block {
  float: left;
  margin-right: 15px;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .block.active {
  color: #77AD7D;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .block .unblock_responses {
  color: #77AD7D;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .analytics {
  float: left;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .analytics .analytics_hidden {
  color: white !important;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .delete {
  float: right;
  margin-left: 15px;
}
#live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .edit {
  float: right;
  margin-left: 15px;
}
#live_surveys_wrapper #live_surveys_content .survey_popup {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  margin: 7px;
  box-shadow: 0px 0px 15px 5px rgba(99, 99, 99, 0.75);
  overflow-y: auto;
  height: calc(100% - 20px);
  background-color: white;
}
@media (max-width: 480px) {
  #live_surveys_wrapper #live_surveys_content .survey_popup {
    width: 100%;
    padding: 40px 20px 0 0;
    top: 400px;
  }
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_container {
  background-color: white;
  color: #444;
  padding: 25px;
  position: relative;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_container .survey_popup_head i.survey_popup_close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #444 !important;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_container .survey_popup_head h3 {
  margin-top: 0px;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_title h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results {
  margin-bottom: 15px;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_title {
  display: block;
  float: left;
  width: 100%;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_bar {
  margin-top: 5px;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_bar .progress-bar {
  background-color: #15202c;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_bar .progress-bar.right-answer {
  background-color: #77AD7D;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_number {
  float: right;
  padding-left: 10px;
  text-align: right;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_thank_you {
  text-align: center;
  font-weight: bold;
}
#live_surveys_wrapper #live_surveys_content .survey_popup .survey_thank_you i {
  font-size: 60px;
  color: #77AD7D;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#live_surveys_wrapper #create_new_survey #create_new_survey_button {
  position: absolute;
  border-radius: 50%;
  background-color: #0F3C50;
  z-index: 2000;
  bottom: 30px;
  width: 68px;
  height: 68px;
  right: 40px;
  font-size: 25px;
  padding: 16px 19px;
  line-height: 1.6;
  color: white;
}
#live_surveys_wrapper #create_new_survey #create_new_survey_button:hover {
  transition: 0.5s;
  width: 75px;
  height: 75px;
  font-size: 30px;
}
html[dir="rlt"] #live_surveys_wrapper {
  direction: rtl;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_search .form-group input {
  padding-right: 25px;
  padding-left: 0px;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_search .form-group .input-icon {
  right: auto;
  left: 10px;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .icon_order {
  float: right;
  margin-left: 15px;
  margin-right: 0px;
  display: none;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details {
  float: right;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .num_votes {
  float: right;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_details .responded {
  float: left;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .visibility {
  float: right;
  margin-right: -5px;
  margin-left: 0px;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .visibility .show_to_attendees,
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .visibility .hide_to_attendees {
  margin-left: 15px;
  margin-right: 0px;
  float: right;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .block {
  float: right;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .analytics {
  float: right;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .delete {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey .survey_content .survey_admin .edit {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_container .survey_popup_head i.survey_popup_close {
  left: 15px;
  right: auto;
  color: #444 !important;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_title {
  float: right;
}
html[dir="rlt"] #live_surveys_wrapper #live_surveys_content .survey_popup .survey_popup_results .survey_popup_results_line .survey_popup_results_number {
  float: left;
  padding-right: 20px;
  padding-left: 0px;
}
html[dir="rlt"] #live_surveys_wrapper #create_new_survey #create_new_survey_button {
  left: 30px;
  bottom: 30px;
  right: auto;
}
html[dir="rlt"] #live_surveys_wrapper #create_new_survey #create_new_survey_button:hover {
  right: auto;
  left: 25px;
  bottom: 25px;
}
#create_survey_form {
  width: 400px;
}
@media (max-width: 480px) {
  #create_survey_form {
    width: 100%;
  }
}
#create_survey_form #survey_questions > h3 {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: initial;
}
#create_survey_form #survey_questions > h3 a.btn-default {
  float: right;
}
#create_survey_form #survey_questions .survey_question {
  margin-bottom: 15px;
  padding: 14px;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
#create_survey_form #survey_questions .survey_question > a.btn-default {
  float: right;
}
#create_survey_form #survey_questions .survey_question .response {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 15px;
  width: 100%;
}
#create_survey_form #survey_questions .survey_question .response .option-text {
  flex-grow: 1;
}
#create_survey_form #survey_questions .survey_question .response .delete_response {
  width: 0px;
  display: inline-block;
  opacity: 0;
  line-height: 42px;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}
#create_survey_form #survey_questions .survey_question .response:hover .delete_response {
  transition: 0.5s;
  width: auto;
  opacity: 1;
  padding-left: 15px;
  cursor: pointer;
}
#create_survey_form #survey_questions .survey_question .question_header {
  line-height: 34px;
  vertical-align: middle;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
#create_survey_form #survey_questions .survey_question .question_header .icon_order {
  float: left;
}
#create_survey_form #survey_questions .survey_question .question_header .form-group {
  flex-grow: 1;
}
#create_survey_form #survey_questions .survey_question .question_header .delete_question {
  width: 0px;
  display: inline-block;
  opacity: 0;
  line-height: 42px;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}
#create_survey_form #survey_questions .survey_question .question_header:hover .delete_question {
  transition: 0.5s;
  width: auto;
  opacity: 1;
  padding-left: 15px;
  cursor: pointer;
}
#create_survey_form #survey_questions .survey_question .pkcheckbox {
  line-height: 42px;
}
#create_survey_form #survey_questions .survey_question .pkcheckbox .fui-checkbox-unchecked {
  margin-right: 15px;
}
#create_survey_form #survey_questions .survey_question:first-child .delete_question {
  display: none;
}
#create_survey_form #survey_questions .response:first-child .delete_response {
  display: none;
}
html[dir="rtl"] .popup_opened .popup .popupcontent {
  text-align: initial;
}
html[dir="rtl"] #create_survey_form {
  direction: rtl;
}
html[dir="rtl"] #create_survey_form #survey_questions > h3 a.btn-default {
  float: left;
}
html[dir="rtl"] #create_survey_form #survey_questions .survey_question > a.btn-default {
  float: left;
}
html[dir="rtl"] #create_survey_form #survey_questions .survey_question .response {
  padding-left: 0px;
  padding-right: 15px;
}
html[dir="rtl"] #create_survey_form #survey_questions .survey_question .response:hover .delete_response {
  padding-left: 0px;
  padding-right: 15px;
}
html[dir="rtl"] #create_survey_form #survey_questions .survey_question .question_header .icon_order {
  float: right;
  position: relative;
  left: 10px;
}
html[dir="rtl"] #create_survey_form #survey_questions .survey_question .question_header:hover .delete_question {
  padding-left: 0px;
  padding-right: 15px;
}
html[dir="rtl"] #create_survey_form #survey_questions .survey_question .pkcheckbox .fui-checkbox-unchecked {
  padding-left: 15px;
  padding-right: 0px;
}
.no-items svg {
  width: 75%;
  height: 100%;
  margin-top: 50px;
}
.no-items svg *[fill="#6c63ff"] {
  fill: #0F3C50 !important;
}
.module_video_2_0_live_interaction {
  height: calc(100% - 65px);
  overflow: hidden;
  background-color: #15202c;
  color: white;
  position: relative;
  min-height: 100%;
  width: 100%;
}
.module_video_2_0_live_interaction .min-row-h {
  min-height: 550px;
}
.module_video_2_0_live_interaction .flex {
  display: flex;
}
.module_video_2_0_live_interaction .module-container.full-width {
  padding-left: 0;
  padding-right: 0;
}
.module_video_2_0_live_interaction .no-logged-in {
  position: relative;
  min-height: 550px;
  width: 100%;
}
.module_video_2_0_live_interaction .no-logged-in p {
  position: absolute;
  top: 20%;
  width: 100%;
}
.module_video_2_0_live_interaction p iframe {
  width: 100%;
}
.module_video_2_0_live_interaction iframe {
  width: 100%;
}
.module_video_2_0_live_interaction .loader {
  margin-top: 50px;
}
.module_video_2_0_live_interaction h5 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.module_video_2_0_live_interaction .logout-text {
  margin-top: 1rem;
  font-size: 1rem;
}
@media only screen and (max-width: 815px) {
  .flex {
    flex-flow: column;
  }
  .tabs {
    height: 110vh;
  }
}
.w-100 {
  max-width: 100%;
}
body {
  font-family: "Arial";
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-right-10 {
  padding-right: 10px;
}
[id^="iframe_qa"] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #15202c;
  color: white;
}
[id^="iframe_qa"] .module-container.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
[id^="iframe_qa"] .no-logged-in {
  position: relative;
  width: 100%;
}
[id^="iframe_qa"] .no-logged-in p {
  position: absolute;
  top: 20%;
  width: 100%;
}
[id^="iframe_qa"] .btn_comment_qa {
  position: absolute;
  border-radius: 50%;
  background-color: #0F3C50;
  z-index: 2000;
  bottom: 30px;
  width: 68px;
  height: 68px;
  right: 40px;
  font-size: 30px;
  padding: 10px 19px;
  line-height: 1.6;
  color: white;
}
[id^="iframe_qa"] .btn_comment_qa:hover {
  transition: 0.5s;
  width: 75px;
  height: 75px;
  font-size: 35px;
}
#web_qa_wrapper {
  height: 100%;
  position: relative;
}
[id^="web_qa_wrapper"] {
  background-color: #15202c;
  color: white;
}
[id^="web_qa_wrapper"] #web_qa_wrapper_message_box_wrapper form div.row div textarea {
  color: black;
}
[id^="web_qa_wrapper"] p iframe {
  width: 100%;
}
[id^="web_qa_wrapper"] iframe {
  width: 100%;
}
[id^="web_qa_wrapper"] .loader {
  margin-top: 50px;
}
[id^="web_qa_wrapper"] a {
  color: #0F3C50;
}
[id^="web_qa_wrapper"] h5 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[id^="web_qa_wrapper"] .nav.nav-tabs {
  margin-bottom: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #5b636c;
}
[id^="web_qa_wrapper"] .nav.nav-tabs a.nav-link {
  margin-right: 0;
  padding: 20px 20px;
  border-width: 0;
  border-radius: 0;
  border-bottom: 2px solid #5b636c;
  color: white;
  font-weight: normal;
}
[id^="web_qa_wrapper"] .nav.nav-tabs a.nav-link .badge {
  background-color: red;
  border-radius: 5px;
}
[id^="web_qa_wrapper"] .nav.nav-tabs .nav-item.active a.nav-link {
  color: #399ff5;
  border-color: transparent;
  border-bottom-color: #399ff5;
  background-color: transparent;
}
[id^="web_qa_wrapper"] .tab-content {
  border: 0;
  padding: 0;
}
[id^="web_qa_wrapper"] .wrapper_scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
[id^="web_qa_wrapper"] .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
[id^="web_qa_wrapper"] .timeline > .item {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #5b636c;
  padding-bottom: 0px;
  padding-top: 10px;
}
[id^="web_qa_wrapper"] .timeline > .item .time {
  line-height: 2.1;
  color: #AAA;
}
[id^="web_qa_wrapper"] .timeline > .item .tooltip > .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.9);
}
[id^="web_qa_wrapper"] .timeline > .item .tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.9);
}
[id^="web_qa_wrapper"] .timeline > .item .tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
[id^="web_qa_wrapper"] .timeline > .item .btn-comment,
[id^="web_qa_wrapper"] .timeline > .item .btn-favorite {
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
  /* For modern browsers */
  cursor: pointer;
}
[id^="web_qa_wrapper"] .timeline > .item .d-flex-center {
  display: flex;
  justify-content: center;
}
[id^="web_qa_wrapper"] .timeline > .item .btn-comment:hover {
  color: #0F3C50;
  background-color: rgba(10, 143, 213, 0.06);
}
[id^="web_qa_wrapper"] .timeline > .item .btn-trash {
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
  /* For modern browsers */
  cursor: pointer;
  display: flex;
  color: white !important;
  padding: 3px 5px;
  border: 1px solid transparent;
  border-radius: 3px;
}
[id^="web_qa_wrapper"] .timeline > .item .btn-trash:hover {
  border: 1px solid white;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.5);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.5);
  }
  70% {
    transform: scale(1);
  }
}
[id^="web_qa_wrapper"] .timeline > .item .favorited {
  animation-name: heartBeat;
  animation-duration: calc(var(1.65s) * 1.5);
  animation-timing-function: ease-in-out;
}
[id^="web_qa_wrapper"] .timeline > .item .btn-favorite.favorited {
  color: #0F3C50;
}
[id^="web_qa_wrapper"] .timeline > .item .btn-favorite:hover {
  color: #0F3C50;
  background-color: rgba(255, 50, 50, 0.06);
}
[id^="web_qa_wrapper"] .timeline > .item .span_btn_likes {
  color: #399ff5;
}
[id^="web_qa_wrapper"] .timeline > .item .span_btn_comments {
  color: #399ff5;
}
[id^="web_qa_wrapper"] .timeline > .item:last-child {
  border-bottom: 0px;
}
[id^="web_qa_wrapper"] .item {
  min-height: 100px;
  position: relative;
}
[id^="web_qa_wrapper"] .item .item_image img {
  width: 100%;
}
[id^="web_qa_wrapper"] .item .main_name .badge {
  position: absolute;
  right: -15px;
  top: 3px;
  background-color: red;
  border-radius: 5px;
}
[id^="web_qa_wrapper"] .item.thread > .row:first-child {
  position: relative;
  padding-bottom: 10px;
}
[id^="web_qa_wrapper"] .item.thread > .row:first-child:before {
  content: ' ';
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 60px;
  width: 2px;
  z-index: 400;
}
[id^="web_qa_wrapper"] .row_first_child_line_color:before {
  background: #d4d9df !important;
}
[id^="web_qa_wrapper"] .thread > .thread-content {
  display: none;
}
[id^="web_qa_wrapper"] .thread > .thread-content > .thread-items > .item {
  margin: 20px 0;
  padding-bottom: 40px;
}
[id^="web_qa_wrapper"] .thread > .thread-content > .thread-items > .item:first-child {
  margin-top: 0;
}
[id^="web_qa_wrapper"] .thread > .thread-content > .thread-items > .item:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 45px;
  width: 2px;
  z-index: 0;
  top: 25px;
}
[id^="web_qa_wrapper"] .thread > .thread-content > .thread-items > .item:last-child {
  margin-bottom: -20px;
}
[id^="web_qa_wrapper"] .thread > .thread-content > .thread-items > .item:last-child:before {
  content: none !important;
}
[id^="web_qa_wrapper"] .thread > .thread-content > #thread_content_message_box_wrapper.message_box_wrapper {
  position: relative;
  bottom: 0;
  z-index: 1;
  border-top: 0px;
  padding-top: 0;
}
[id^="web_qa_wrapper"] .thread > .thread-content > .message_box_wrapper .wqa_bottom_close {
  display: none;
}
[id^="web_qa_wrapper"] .avatar {
  background: url("https://americas.eventscase.com/img/user2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  float: left;
  min-width: 50px;
  margin-right: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 400;
}
[id^="web_qa_wrapper"] .message_box_wrapper {
  animation-duration: 0.35s;
  bottom: 0;
  display: none;
  padding: 25px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #15202c;
  border-top: 1px solid #5b636c;
}
[id^="web_qa_wrapper"] .message_box_wrapper form {
  display: block;
  width: 100%;
}
[id^="web_qa_wrapper"] .message_box_wrapper form textarea,
[id^="web_qa_wrapper"] .message_box_wrapper form label {
  display: inline-block;
  width: 100%;
}
[id^="web_qa_wrapper"] .message_box_wrapper form label {
  font-weight: normal;
  font-size: 14px;
  line-height: 2.4;
}
[id^="web_qa_wrapper"] .message_box_wrapper form label .wqa_bottom_close {
  float: right;
  color: white;
  position: relative;
  top: -28px;
  cursor: pointer;
}
[id^="web_qa_wrapper"] .message_box_wrapper form textarea {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 11px;
}
[id^="web_qa_wrapper"] .message_box_wrapper form .btn-primary {
  background-color: #0F3C50;
}
[id^="web_qa_wrapper"] .message_box_wrapper form [class^="col-"]:last-child {
  margin-top: 15px;
}
[id^="web_qa_wrapper"] .rtl-show {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 767px) and (max-width: 815px) {
  #web_qa_wrapper .avatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  #web_qa_wrapper .item.thread > .row:first-child:before {
    left: 45px;
  }
  #web_qa_wrapper .thread > .thread-content > .item:before {
    left: 30px;
  }
}
#web_qa_wrapper[dir="rtl"] .item-message {
  direction: rtl;
  text-align: right;
}
#web_qa_wrapper[dir="rtl"] .rtl-show {
  display: initial;
  visibility: initial;
}
#web_qa_wrapper[dir="rtl"] .ltr-show {
  display: none;
  visibility: hidden;
}
.no-items svg {
  width: 75%;
  height: 100%;
  margin-top: 50px;
}
.no-items svg *[fill="#6c63ff"] {
  fill: #0F3C50 !important;
}
.w-100 {
  max-width: 100%;
}
body {
  font-family: "Arial";
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-top-4 {
  padding-top: 4px;
}
.padding-right-10 {
  padding-right: 10px;
}
[id^="iframe_feed"] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #15202c;
  color: white;
}
[id^="iframe_feed"] .module-container.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
[id^="iframe_feed"] .no-logged-in {
  position: relative;
  width: 100%;
}
[id^="iframe_feed"] .no-logged-in p {
  position: absolute;
  top: 20%;
  width: 100%;
}
[id^="web_feed_wrapper"] {
  background-color: #15202c;
  color: white;
}
[id^="web_feed_wrapper"] #web_feed_wrapper_message_box_wrapper form div.row div textarea {
  color: black;
}
[id^="web_feed_wrapper"] p iframe {
  width: 100%;
}
[id^="web_feed_wrapper"] iframe {
  width: 100%;
}
[id^="web_feed_wrapper"] .loader {
  margin-top: 50px;
}
[id^="web_feed_wrapper"] .btn_comment_feed {
  position: absolute;
  border-radius: 50%;
  background-color: #0F3C50;
  z-index: 2000;
  bottom: 30px;
  width: 68px;
  height: 68px;
  right: 40px;
  font-size: 30px;
  padding: 10px 19px;
  line-height: 1.6;
  color: white;
}
[id^="web_feed_wrapper"] .btn_comment_feed:hover {
  transition: 0.5s;
  width: 75px;
  height: 75px;
  font-size: 35px;
}
[id^="web_feed_wrapper"] a {
  color: #0F3C50;
}
[id^="web_feed_wrapper"] h5 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[id^="web_feed_wrapper"] .nav.nav-tabs {
  margin-bottom: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #5b636c;
}
[id^="web_feed_wrapper"] .nav.nav-tabs a.nav-link {
  margin-right: 0;
  padding: 20px 20px;
  border-width: 0;
  border-radius: 0;
  border-bottom: 2px solid #5b636c;
  color: white;
  font-weight: normal;
}
[id^="web_feed_wrapper"] .nav.nav-tabs a.nav-link .badge {
  background-color: red;
  border-radius: 5px;
}
[id^="web_feed_wrapper"] .nav.nav-tabs .nav-item.active a.nav-link {
  color: #399ff5;
  border-color: transparent;
  border-bottom-color: #399ff5;
  background-color: transparent;
}
[id^="web_feed_wrapper"] .tab-content {
  border: 0;
  padding: 0;
}
[id^="web_feed_wrapper"] .wrapper_scroll {
  height: 100%;
}
[id^="web_feed_wrapper"] .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
[id^="web_feed_wrapper"] .timeline > .item {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #5b636c;
  padding-bottom: 0px;
  padding-top: 10px;
}
[id^="web_feed_wrapper"] .timeline > .item .time {
  line-height: 2.1;
  color: #AAA;
}
[id^="web_feed_wrapper"] .timeline > .item .tooltip > .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.9);
}
[id^="web_feed_wrapper"] .timeline > .item .tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.9);
}
[id^="web_feed_wrapper"] .timeline > .item .tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
[id^="web_feed_wrapper"] .timeline > .item .btn-comment,
[id^="web_feed_wrapper"] .timeline > .item .btn-favorite {
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
  /* For modern browsers */
  cursor: pointer;
}
[id^="web_feed_wrapper"] .timeline > .item .btn-favorite {
  left: 70px;
  position: absolute;
  padding-top: 1px;
}
[id^="web_feed_wrapper"] .timeline > .item .d-flex-center {
  display: flex;
  justify-content: center;
}
[id^="web_feed_wrapper"] .timeline > .item .btn-trash {
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
  /* For modern browsers */
  cursor: pointer;
  display: flex;
  color: white !important;
  padding: 3px 5px;
  border: 1px solid transparent;
  border-radius: 3px;
}
[id^="web_feed_wrapper"] .timeline > .item .btn-trash:hover {
  border: 1px solid white;
}
[id^="web_feed_wrapper"] .timeline > .item .btn-comment:hover {
  color: #0F3C50;
  background-color: rgba(10, 143, 213, 0.06);
}
[id^="web_feed_wrapper"] .timeline > .item .btn-favorite-comment {
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: color 0.5s;
  /* For modern browsers */
  cursor: pointer;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.5);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.5);
  }
  70% {
    transform: scale(1);
  }
}
[id^="web_feed_wrapper"] .timeline > .item .favorited {
  animation-name: heartBeat;
  animation-duration: calc(var(1.65s) * 1.5);
  animation-timing-function: ease-in-out;
}
[id^="web_feed_wrapper"] .timeline > .item .btn-favorite.favorited {
  color: #0F3C50;
}
[id^="web_feed_wrapper"] .timeline > .item .btn-favorite:hover {
  color: #0F3C50;
  background-color: rgba(255, 50, 50, 0.06);
}
[id^="web_feed_wrapper"] .timeline > .item .span_btn_likes {
  position: absolute;
  left: 93px;
  padding-top: 4px;
  color: #399ff5;
}
[id^="web_feed_wrapper"] .timeline > .item .span_btn_comments {
  color: #399ff5;
}
[id^="web_feed_wrapper"] .timeline > .item .span_btn_likes_comment {
  color: #399ff5;
}
[id^="web_feed_wrapper"] .timeline > .item:last-child {
  border-bottom: 0px;
}
[id^="web_feed_wrapper"] .item {
  min-height: 100px;
  position: relative;
}
[id^="web_feed_wrapper"] .item .item_image img {
  width: 100%;
}
[id^="web_feed_wrapper"] .item .main_name .badge {
  position: absolute;
  right: -15px;
  top: 3px;
  background-color: red;
  border-radius: 5px;
}
[id^="web_feed_wrapper"] .item.thread > .row:first-child {
  position: relative;
  padding-bottom: 10px;
}
[id^="web_feed_wrapper"] .item.thread > .row:first-child:before {
  content: ' ';
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 60px;
  width: 2px;
  z-index: 400;
  height: 100%;
}
[id^="web_feed_wrapper"] .row_first_child_line_color:before {
  background: #d4d9df !important;
}
[id^="web_feed_wrapper"] .thread > .thread-content {
  display: none;
}
[id^="web_feed_wrapper"] .thread > .thread-content > .thread-items > .item {
  margin: 20px 0;
}
[id^="web_feed_wrapper"] .thread > .thread-content > .thread-items > .item:first-child {
  margin-top: 0;
}
[id^="web_feed_wrapper"] .thread > .thread-content > .thread-items > .item:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 45px;
  width: 2px;
  z-index: 0;
  top: 25px;
  height: 100%;
}
[id^="web_feed_wrapper"] .thread > .thread-content > .thread-items > .item:last-child:before {
  content: none !important;
}
[id^="web_feed_wrapper"] .thread > .thread-content > #thread_content_message_box_wrapper.message_box_wrapper {
  position: relative;
  bottom: -5px;
  z-index: 1;
  border-top: 0;
  padding-top: 0;
  display: block;
}
[id^="web_feed_wrapper"] .thread > .thread-content > .message_box_wrapper .wfeed_bottom_close {
  display: none;
}
[id^="web_feed_wrapper"] .avatar {
  background: url("https://americas.eventscase.com/img/user2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  float: left;
  min-width: 50px;
  margin-right: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 400;
}
[id^="web_feed_wrapper"] .message_box_wrapper {
  animation-duration: 0.35s;
  bottom: 0;
  display: none;
  padding: 25px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #15202c;
  border-top: 1px solid #5b636c;
}
[id^="web_feed_wrapper"] .message_box_wrapper form {
  display: block;
  width: 100%;
}
[id^="web_feed_wrapper"] .message_box_wrapper form textarea,
[id^="web_feed_wrapper"] .message_box_wrapper form label {
  display: inline-block;
  width: 100%;
}
[id^="web_feed_wrapper"] .message_box_wrapper form label {
  font-weight: normal;
  font-size: 14px;
  line-height: 2.4;
}
[id^="web_feed_wrapper"] .message_box_wrapper form label .wfeed_bottom_close {
  color: white;
  position: relative;
  top: -28px;
  cursor: pointer;
}
[id^="web_feed_wrapper"] .message_box_wrapper form textarea {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 11px;
}
[id^="web_feed_wrapper"] .message_box_wrapper form .btn-primary {
  background-color: #0F3C50;
}
[id^="web_feed_wrapper"] .message_box_wrapper form [class^="col-"]:last-child {
  margin-top: 15px;
}
[id^="web_feed_wrapper"] .rtl-show {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 767px) and (max-width: 815px) {
  #web_feed_wrapper .avatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  #web_feed_wrapper .item.thread > .row:first-child:before {
    left: 45px;
  }
  #web_feed_wrapper .thread > .thread-content > .item:before {
    left: 30px;
  }
}
#web_feed_wrapper[dir="rtl"] .item-message {
  direction: rtl;
  text-align: right;
}
#web_feed_wrapper[dir="rtl"] .rtl-show {
  display: initial;
  visibility: initial;
}
#web_feed_wrapper[dir="rtl"] .ltr-show {
  display: none;
  visibility: hidden;
}
.no-items svg {
  width: 75%;
  height: 100%;
  margin-top: 50px;
}
.no-items,
.logout svg *[fill="#6c63ff"] {
  fill: #0F3C50 !important;
}
.logout .logout-text {
  padding-top: 20px;
}
.logout svg {
  width: 25%;
  height: 25%;
  margin-top: 100px;
}
.w-100 {
  max-width: 100%;
}
body {
  font-family: "Arial";
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
[id^="tab-wrapper"] {
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #15202c;
  color: white;
}
[id^="tab-wrapper"] .module-container.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
[id^="tab-wrapper"] .no-logged-in {
  position: relative;
  width: 100%;
}
[id^="tab-wrapper"] .no-logged-in p {
  position: absolute;
  top: 20%;
  width: 100%;
}
[id^="tab-wrapper"] p iframe {
  width: 100%;
}
[id^="tab-wrapper"] iframe {
  width: 100%;
}
[id^="tab-wrapper"] .nav.nav-tabs {
  margin-bottom: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #5b636c;
  display: flex;
  justify-content: space-between;
}
[id^="tab-wrapper"] .nav.nav-tabs a.nav-link {
  margin-right: 0;
  padding: 20px 10px;
  border-width: 0;
  border-radius: 0;
  color: white;
  font-weight: normal;
  font-size: 15px;
}
[id^="tab-wrapper"] .nav.nav-tabs a.nav-link .badge {
  background-color: red;
  border-radius: 5px;
}
[id^="tab-wrapper"] .nav.nav-tabs .nav-item.active a.nav-link {
  color: #399ff5;
  border-color: transparent;
  border-bottom: 2px solid #399ff5;
  background-color: transparent;
}
[id^="tab-wrapper"] .tab-content {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  flex: 1;
}
[id^="tab-wrapper"] .tab-content > .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
[id^="tab-wrapper"] .rtl-show {
  display: none;
  visibility: hidden;
}
.edit_profile_container_menu span {
  font-size: 12px;
  font-weight: bold;
}
.edit_profile_container_menu .celdas {
  margin-bottom: -5px;
  text-align: center;
}
.edit_profile_container_menu .celdas:hover {
  color: #377fa8;
}
.edit_profile_container_menu .borde_fila {
  border-bottom: 2px solid #BDC3C7;
}
.edit_profile_container_menu .selected {
  color: #377fa8;
}
.edit_profile_container_menu .barrita {
  background: #377fa8;
  border-radius: 5px;
  height: 7px;
  margin-top: 8px;
}
.edit_profile_container_menu .close_button {
  text-align: right;
  color: #586DB0;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: -24px;
}
.edit_profile {
  /* .borrar1 {
        float:right;
    }*/
}
.edit_profile .titulo {
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.edit_profile .fila2 {
  margin-top: 40px;
}
.edit_profile .fila3 {
  margin-top: 20px;
}
.edit_profile .fila4 {
  margin-top: 65px;
}
.edit_profile .barra_borde {
  background: 3px solid #BDC3C7;
  margin-top: 8px;
  height: 4px;
  border-radius: 5px;
  background: #BDC3C7;
}
.edit_profile .icono1 {
  font-size: 20px;
  padding-left: 11px;
  padding-top: 12px;
  position: absolute;
  color: #BDC3C7;
}
.edit_profile .icono_pick {
  color: #FFFFFF;
  font-size: 20px;
  margin-left: -27px !important;
  margin-top: -2px;
  position: absolute;
}
.edit_profile .input_icon {
  padding-left: 35px !important;
}
.edit_profile .input_url {
  padding-left: 207px !important;
}
.edit_profile .input_url2 {
  padding-left: 39px !important;
}
.edit_profile .text_mini {
  font-size: 13px;
  color: #BDC3C7;
  margin-top: -13px !important;
}
.edit_profile .url {
  color: #666666;
  padding-top: 8px;
  padding-left: 39px;
  position: absolute;
  font-size: 14px;
}
.edit_profile .current_url {
  color: #BDC3C7;
  font-size: 13px;
  margin-left: 13px !important;
  margin-top: 8px;
}
.edit_profile .icono_check {
  font-size: 20px;
  padding-left: 11px;
  position: absolute;
  color: #BDC3C7;
}
.edit_profile .tick {
  font-family: pickevent;
  color: #BDC3C7;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edit_profile .tag1 {
  background: none repeat scroll 0 0 #E6E6E6;
  border-radius: 5px;
  float: left;
  margin: 1px -4px 10px 16px;
  padding: 11px;
}
.edit_profile .delete {
  margin-left: 10px;
}
.edit_profile .ancho1 {
  max-width: 470px;
}
.edit_profile .ancho_container {
  max-width: 800px;
}
.edit_profile .service1 {
  background: none repeat scroll 0 0 white;
  border-radius: 5px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 190px;
}
.edit_profile .service1 p {
  font-size: 12px !important;
  border-left: 3px solid grey;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 3px;
}
.edit_profile .service1 .borrar1 {
  float: right;
  display: none;
  margin-right: -5px;
  margin-top: -12px;
}
.edit_profile .service1:hover {
  background: #E6E6E6;
}
.edit_profile .service1:hover .borrar1 {
  float: right;
  display: block;
}
.edit_profile .service1:hover .borrar1:hover {
  color: #FA5858 !important;
}
.edit_profile .barrita2 {
  float: left;
  width: 5px;
  color: black;
}
.edit_profile #google_map_div {
  height: 200px;
}
.edit_profile .add_tag {
  height: 42px;
}
.edit_profile .pkcheckbox .text:hover {
  text-decoration: underline;
}
.edit_profile .legal-terms {
  padding: 30px;
}
.edit_profile .titulo_gris {
  padding-top: 10px;
}
.edit_profile .alert-error-eventscase {
  background-color: #FAE3DF;
  border-color: #9A291B;
  color: #9A291B;
}
.edit_profile .hide-title-label .form-group > div:first-child > div:first-child {
  display: none;
}
.notifications .titulo {
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.notifications .fila2 {
  margin-top: 40px;
  margin-left: 0px;
}
.notifications .fila3 {
  margin-top: 20px;
  margin-left: 0px;
}
.notifications .barra_borde {
  background: 3px solid #BDC3C7;
  margin-top: 8px;
  height: 4px;
  border-radius: 5px;
  background: #BDC3C7;
}
.notifications .ancho1 {
  max-width: 470px;
}
.notifications .ancho_container {
  max-width: 800px;
}
.notifications .icons {
  float: right !important;
}
.notifications .notifications_text {
  float: left !important;
  color: #666 !important;
}
.change_password .titulo {
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.change_password .password_characters {
  font-size: 12px;
  margin-left: 27px;
}
.change_password .fila {
  margin-top: 10px;
}
.change_password .barra_borde {
  margin-bottom: 40px;
}
.change_password .color_disabled {
  color: #666666 !important;
}
.change_password .ancho1 {
  max-width: 470px;
}
.change_password .ancho_container {
  max-width: 800px;
}
.edit_event.form_active #form.postsModule {
  width: 900px!important;
}
#admin_form_new_post {
  width: 750px;
}
#show_post_groupsadmin {
  padding: 20px;
  width: 600px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
}
.edit_event.form_active #form.forumsModule {
  width: 900px!important;
}
#events_groups_module .list_events {
  padding-top: 20px;
  padding-bottom: 10px;
}
#events_groups_module .list_events .event_preview {
  float: left;
  padding: 10px;
  height: 94px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
#events_groups_module .list_events .event_preview .event_image {
  float: left;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
  padding: 2px;
  width: 75px;
  height: 75px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}
#events_groups_module .list_events .event_preview .title {
  font-weight: bold;
  max-height: 51px;
  overflow: hidden;
}
#events_groups_module .list_events .event_preview .eo {
  max-height: 25px;
  overflow: hidden;
}
#events_groups_module .list_events .event_preview .eo .eo_img {
  width: 15px;
  margin-right: 6px;
  font-size: 13px;
}
#events_groups_module .list_events .event_preview .hover {
  display: none;
}
#events_groups_module .list_events .event_preview:before {
  content: "";
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px ;
  -ms-border-radius: 4px ;
  -o-border-radius: 4px ;
  border-radius: 4px ;
  background-color: #77AD7D;
}
#events_groups_module .list_events .event_preview:hover .hover {
  display: block;
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 20px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 95px;
  z-index: 2;
}
#events_groups_module .list_events .event_preview:hover .hover > div {
  display: inline;
}
#events_groups_module .list_events .event_preview:hover .hover a {
  color: #fff;
  font-size: 20px;
}
#events_groups_module .list_events .event_preview:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#events_groups_module .list_events .event_preview.delete:before {
  background-color: #E74C3C;
}
#events_groups_module .search_events {
  width: 350px;
}
#events_groups_module #searched_events {
  max-height: 350px;
  overflow: auto;
  overflow-x: hidden;
}
.edit_group .events_to_check table,
.edit_group .users_to_check table {
  width: 100%;
}
.edit_group .events_to_check .cell_left,
.edit_group .users_to_check .cell_left {
  width: 50px;
}
.edit_group .events_to_check .buttons,
.edit_group .users_to_check .buttons {
  width: 130px;
}
.edit_group .events_to_check .titulo_event,
.edit_group .users_to_check .titulo_event {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
}
.edit_group .events_to_check .titulo_event a,
.edit_group .users_to_check .titulo_event a {
  display: inline-block;
  width: 100%;
  height: 21px;
}
.edit_group .events_to_check .img_event,
.edit_group .users_to_check .img_event {
  height: 40px;
  width: 40px;
}
.edit_group .last_topics .cell_left {
  float: left;
  color: #444;
  margin-right: 15px;
}
.edit_group .last_topics .recommended_topic {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.edit_group .last_topics .titulo_event {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
}
.edit_group .last_topics .by_event {
  color: #959595;
  font-size: 11px;
  font-weight: bold;
  margin-top: -10px;
}
.edit_group .last_topics .img_event {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.edit_group .users_to_check .img_event {
  border-radius: 100%;
}
.edit_group .posts_to_check table {
  width: 100%;
}
#member_list .usertype {
  padding: 3px;
  border-radius: 100%;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
#member_list .edit {
  width: 103px;
}
#member_list .edit .icon {
  margin: 0 5px;
  cursor: pointer;
}
#member_list .edit .tooltip_div {
  float: left;
}
#stats_post_views_details {
  min-width: 650px;
}
.streaming_main_panel {
  height: 85vh;
}
#streaming_video {
  position: relative;
  width: 90%;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
}
.stream {
  float: left;
  left: 0px;
  clear: left;
  width: 25%;
  height: 25%;
}
.me {
  border: 10px solid red;
}
.focus {
  position: absolute;
  top: 0;
  margin: 0;
  left: 25%;
  height: 100%;
  width: 75%;
}
#streaming_buttons {
  display: flex;
  justify-content: center;
}
#streaming_buttons button {
  margin: 10px;
}
/******************************************************************/
/******************* REVIEWS ******************************************/
/**************************************************************/
#review #over_sidebar {
  margin-left: 65px;
}
#review #over_sidebar .photo img {
  width: 100%;
}
#review #over_sidebar h1 {
  font-size: 16px;
}
#review_intro {
  width: 830px;
  background-color: #51C7C4;
  height: 100%;
  position: relative;
  color: #fff;
}
#review_intro #sup_error {
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-bottom: 3px solid #ededed;
  position: relative;
  width: 100%;
  padding: 20px 40px;
  z-index: 1;
  color: #888;
  margin-bottom: -40px;
}
#review_intro #sup_error .left {
  float: left;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
}
#review_intro #sup_error .left img {
  margin-top: -24px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
#review_intro #sup_error .right {
  float: right;
  line-height: 26px;
  vertical-align: middle;
}
#review_intro #sup_error .right img {
  position: relative;
  top: 3px;
  margin: 0px 3px;
}
#review_intro #content {
  background-color: #51C7C4;
  padding: 105px 45px 70px 45px;
  background-image: url("https://americas.eventscase.com/img/reviews/review.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#review_intro #content #photo_left {
  float: left;
  width: 150px;
  text-align: center;
  margin-top: 37px;
  margin-right: -150px;
}
#review_intro #content #photo_left img {
  border: 2px solid #fff;
}
#review_intro #content #photo_left span {
  /*font-family: 'pacifico';*/
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
#review_intro #content #photo_center {
  background-image: url("https://americas.eventscase.com/img/reviews/bar.png");
  background-position: 118px center;
  background-repeat: no-repeat;
  min-height: 170px;
}
#review_intro #content #photo_center img {
  border: 4px solid #fff;
}
#review_intro #content #photo_center span {
  /*font-family: 'pacifico';*/
  display: block;
  float: left;
  width: 100%;
  font-size: 24px;
  margin-top: 10px;
}
#review_intro #content .text_inf {
  margin-top: 95px;
  padding: 0 90px;
}
#review_intro #content #get_started {
  float: right;
  margin-left: -200px;
  margin-top: 58px;
  padding: 15px 25px;
  background-color: #F2C744;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 32px;
  width: 155px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-border-radius: 60px ;
  -moz-border-radius: 60px ;
  -ms-border-radius: 60px ;
  -o-border-radius: 60px ;
  border-radius: 60px ;
}
#review_intro #content .user_photo {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
  -webkit-border-radius: 85px ;
  -moz-border-radius: 85px ;
  -ms-border-radius: 85px ;
  -o-border-radius: 85px ;
  border-radius: 85px ;
}
#review_intro #content .user_to_review_photo {
  width: 155px;
  height: 155px;
  -webkit-border-radius: 155px;
  -moz-border-radius: 155px;
  border-radius: 155px;
  -webkit-border-radius: 155px ;
  -moz-border-radius: 155px ;
  -ms-border-radius: 155px ;
  -o-border-radius: 155px ;
  border-radius: 155px ;
}
#review_proficiency h1,
#review_skills h1,
#review_comment h1 {
  display: block;
  text-align: center;
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}
#review_proficiency header > div,
#review_skills header > div,
#review_comment header > div {
  position: relative;
}
#review_proficiency header > div .progress,
#review_skills header > div .progress,
#review_comment header > div .progress {
  margin-top: 24px;
  height: 3px;
  background-color: #ededed;
  width: 100%;
}
#review_proficiency header > div .progress .bar,
#review_skills header > div .progress .bar,
#review_comment header > div .progress .bar {
  background-color: #B3B3B3;
  height: 3px;
  margin: 0 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
}
#review_proficiency header > div .progress .bar .completed,
#review_skills header > div .progress .bar .completed,
#review_comment header > div .progress .bar .completed {
  background-color: #0F3C50;
  width: 33%;
  height: 3px;
}
#review_proficiency header > div .photo_user,
#review_skills header > div .photo_user,
#review_comment header > div .photo_user {
  float: left;
  width: 200px;
  margin-left: 75px;
}
#review_proficiency header > div .photo_user img,
#review_skills header > div .photo_user img,
#review_comment header > div .photo_user img {
  margin: -25px 75px 10px 75px;
  width: 50px;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
}
#review_proficiency header > div .photo_user .name,
#review_skills header > div .photo_user .name,
#review_comment header > div .photo_user .name {
  /*font-family: 'pacifico';*/
  font-size: 14px;
}
#review_proficiency header > div .photo_user_to_review,
#review_skills header > div .photo_user_to_review,
#review_comment header > div .photo_user_to_review {
  float: right;
  width: 200px;
  margin-right: 75px;
}
#review_proficiency header > div .photo_user_to_review img,
#review_skills header > div .photo_user_to_review img,
#review_comment header > div .photo_user_to_review img {
  margin: -25px 75px 10px 75px;
  width: 50px;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
}
#review_proficiency header > div .photo_user_to_review .name,
#review_skills header > div .photo_user_to_review .name,
#review_comment header > div .photo_user_to_review .name {
  /*font-family: 'pacifico';*/
  font-size: 14px;
}
#review_details {
  float: left;
  width: 100%;
  background-color: #F3F5F7;
  padding: 22px 33px;
  margin-bottom: 50px;
  height: 120px;
}
#review_details .top {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
}
#review_details .top .type {
  float: left;
  font-weight: 700;
  margin-right: 20px;
  margin-left: 10px;
}
#review_details .top .name {
  float: left;
}
#review_details .top > span {
  font-size: 11px;
  float: right;
}
#review_details .eo_details {
  float: left;
  width: 100%;
}
#review_details .eo_details .photo > img {
  width: 38px;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px ;
  -moz-border-radius: 40px ;
  -ms-border-radius: 40px ;
  -o-border-radius: 40px ;
  border-radius: 40px ;
  border: 2px solid #C5CBCE;
}
#review_details .eo_details .details {
  float: left;
  font-size: 13px;
}
#review_details .eo_details .details .job {
  float: left;
  width: 100%;
  font-weight: bold;
}
#review_details .eo_details .button {
  float: left;
  margin-left: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 4px;
  text-transform: uppercase;
}
#page_review_event #rightcontent {
  padding-top: 0px;
}
#review_event_scroller {
  float: left;
  width: 100%;
  overflow: auto;
}
#review_event_scroller #review_event_content {
  position: relative;
  width: 100%;
  padding-top: -30px;
}
#review_event_scroller #review_event_content #re_section_1 > p {
  padding: 0px 20px;
  line-height: 24px;
  margin-bottom: 50px;
  font-size: 14px;
}
#review_event_scroller #review_event_content #re_section_1 #textarea_review {
  margin: 0 auto;
  width: 585px;
}
#review_event_scroller #review_event_content #re_section_1 #textarea_review textarea {
  height: 100px;
  margin: 30px 0;
  resize: none;
  width: 100%;
  -moz-box-sizing: border-box;
  border: 1px solid #C5CBCE;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px;
}
#review_event_scroller #review_event_content #re_section_1 #stats_review {
  text-align: center;
  position: relative;
  z-index: 0;
}
#review_event_scroller #review_event_content #re_section_1 #stats_review .stat_disabled {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 999;
}
#review_event_scroller #review_event_content #re_section_1 #stats_review .title {
  font-size: 16px;
  margin-bottom: 20px;
}
#review_event_scroller #review_event_content #re_section_1 #stats_review .stat {
  display: inline-block;
  width: 208px;
  text-align: center;
  padding: 0px 15px;
}
#review_event_scroller #review_event_content #re_section_1 .bottom_inputs {
  text-align: center;
}
#review_event_scroller #review_event_content #re_section_1 .bottom_inputs .button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
#review_event_scroller #review_event_content #re_section_2 {
  display: none;
  margin-bottom: 30px;
}
#review_event_scroller #review_event_content #re_section_2 > p {
  padding: 0px 20px;
  line-height: 24px;
  margin-bottom: 50px;
  font-size: 14px;
}
#review_event_scroller #review_event_content #re_section_2 .speakers {
  margin-bottom: 50px;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .info {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px ;
  -moz-border-radius: 40px ;
  -ms-border-radius: 40px ;
  -o-border-radius: 40px ;
  border-radius: 40px ;
  padding: 10px 15px;
  background-color: #F3F5F7;
  font-size: 14px;
  margin-right: 83px;
  height: 40px;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .info .photo {
  float: left;
  margin-left: -15px;
  margin-top: -10px;
  height: 40px;
  margin-right: 15px;
  margin-bottom: -10px;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .info .photo img {
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px ;
  -moz-border-radius: 40px ;
  -ms-border-radius: 40px ;
  -o-border-radius: 40px ;
  border-radius: 40px ;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .info .name {
  float: left;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .info .role {
  float: right;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .review_button {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 80px;
  height: 36px;
}
#review_event_scroller #review_event_content #re_section_2 .speakers .speaker .review_button.reviewed {
  background-image: url("https://americas.eventscase.com/img/reviews/check_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 3px solid #ededed;
  cursor: default;
}
#review_event_scroller #review_event_content #re_section_2 .bottom_inputs {
  text-align: center;
  margin-top: 40px;
}
#review_event_scroller #review_event_content #re_section_2 .bottom_inputs .button {
  margin: 0px 5px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
#review_proficiency {
  padding: 30px 0px;
}
#review_proficiency.tutorial:after {
  background-color: #000000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.17;
  position: absolute;
  right: 0;
  top: 0;
}
#review_proficiency.tutorial:before {
  background-image: url("https://americas.eventscase.com/img/gesture.svg");
  background-position: 243px 175px;
  background-repeat: no-repeat;
  background-size: auto 193px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}
#review_proficiency .content {
  width: 100%;
  margin-top: 120px;
}
#review_proficiency .content #points {
  margin-bottom: 40px;
}
#review_proficiency .content #points .point {
  display: inline-block;
  margin: 0px 30px;
  position: relative;
}
#review_proficiency .content #points .point .title {
  position: absolute;
  font-size: 16px;
  text-align: center;
  width: 170px;
  left: 0px;
  top: 50px;
}
#review_proficiency .content #next_button {
  margin-bottom: 40px;
  display: none;
}
#review_proficiency .content #next_button .button {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
  font-size: 16px;
}
#review_skills {
  padding: 30px 0px ;
  background-color: #FAFAFA;
  margin-bottom: 0px !important;
}
#review_skills .completed {
  width: 66%!important;
}
#review_skills .content .center {
  height: 365px;
  padding-top: 90px;
  background-color: #FAFAFA;
}
#review_skills .content .center .left_img {
  width: 295px;
  height: 100%;
  float: left;
  background-image: url("https://americas.eventscase.com/img/reviews/curve1.png");
  background-repeat: no-repeat;
  background-position: right 120px;
}
#review_skills .content .center #content_skills {
  width: 235px;
  float: left;
  height: 265px;
  position: relative;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  padding: 25px 20px 35px 20px;
}
#review_skills .content .center #content_skills > img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: -1px;
}
#review_skills .content .center #content_skills #skills_scroller {
  height: 207px;
  overflow: hidden;
}
#review_skills .content .center #content_skills .skill {
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
#review_skills .content .center #content_skills .skill .num_ratings {
  color: #586DB0;
  float: left;
  width: 30px;
  text-align: left;
  margin-right: -30px;
}
#review_skills .content .center #content_skills .skill .name {
  margin-left: 30px;
  margin-right: 30px;
}
#review_skills .content .center #content_skills .skill .hover_button {
  float: right;
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0px;
}
#review_skills .content .center #content_skills .skill.like .hover_button .no_hover {
  display: none;
}
#review_skills .content .center #content_skills .skill.like .hover_button .hover {
  display: block;
}
#review_skills .content .center .right_img {
  width: 295px;
  height: 100%;
  float: left;
  background-image: url("https://americas.eventscase.com/img/reviews/curve2.png");
  background-repeat: no-repeat;
  background-position: left 119px;
}
#review_skills .content #next_button {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #FAFAFA;
  display: block!important;
}
#review_skills .content #next_button .back {
  margin-right: 15px;
}
#review_skills .content #next_button .button {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
  font-size: 16px;
}
#review_comment {
  padding: 30px 0px ;
}
#review_comment .completed {
  width: 100%!important;
}
#review_comment .content {
  padding: 120px 140px 40px 140px;
}
#review_comment .content textarea {
  border: 2px solid #51C7C4;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
}
#review_comment .content #next_button {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: block!important;
}
#review_comment .content #next_button .back {
  margin-right: 15px;
  cursor: pointer;
}
#review_comment .content #next_button .button {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
  font-size: 16px;
}
#review_thanks .content {
  color: #fff;
  padding: 50px 0px ;
  background-color: #0F3C50;
  border-top: 8px solid #F2C744;
  background-image: url("https://americas.eventscase.com/img/reviews/thanks.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#review_thanks .name {
  font-size: 36px;
  /*font-family: 'pacifico';*/
  text-align: center;
  margin-bottom: 20px;
}
#review_thanks .img img {
  width: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-border-radius: 150px ;
  -moz-border-radius: 150px ;
  -ms-border-radius: 150px ;
  -o-border-radius: 150px ;
  border-radius: 150px ;
  border: 4px solid #fff;
  margin-bottom: 20px;
}
#review_thanks .thanks_txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 70px;
}
#review_thanks #next_button {
  margin-top: 20px;
  margin-bottom: 0px;
  display: block!important;
}
#review_thanks #next_button .button {
  color: #0F3C50;
  background-color: #fff;
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  border-radius: 50px ;
  font-size: 16px;
}
#payment_info_view {
  width: 900px;
}
#payment_info_view h2 {
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 5px 20px;
  margin-top: 25px;
}
#payment_info_view .actions {
  text-align: right;
}
#payment_info_view .user_details_container {
  cursor: pointer;
  position: relative;
}
#payment_info_view .user_details_container .photo_url {
  position: relative;
}
#payment_info_view .user_details_container .photo_url img {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin-right: 20px;
  background-color: #f0f0f0;
}
#payment_info_view .user_details_container .photo_url.no_ticket_assigned img {
  border-radius: 0px!important;
  background-color: #fff;
}
#payment_info_view .user_details_container .user_details {
  width: 100%;
}
#payment_info_view .total_paid {
  text-align: right;
}
#payment_info_view .money {
  min-width: 80px;
  display: inline-block;
}
#payment_info_view .photo img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
#payment_info_view .modify_invoice_details {
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v4/dLsb-Ggt2sqlPcBycWVGffesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v4/mYEqAQGlJunpiMcfKCDxDPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v4/gfhw4jqISntrgd0CyL3qNQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
#attendee_agenda_root #wrapper {
  min-width: 0 !important;
}
#attendee_agenda_root .shadow {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#attendee_agenda_root #attendee_agenda_event_info .event-title {
  line-height: normal;
  margin: 0 0 15px 0;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header {
  display: flex;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-image {
  width: 120px;
  min-height: 120px;
  flex-shrink: 0;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-image img {
  border: solid 1px #EEE;
  width: 100%;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  text-align: center;
  margin: 0 15px;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border-width: 1px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar .info-icon::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  margin-right: 18px / 2;
  text-align: center;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar .info-title {
  font-weight: bold;
  margin-right: 5px;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.past-event {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.past-event .event-start {
  display: none;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.past-event .info-icon::before {
  content: '\f253';
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.current-event {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.current-event .event-start {
  display: none;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.current-event .info-icon::before {
  content: '\f252';
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.next-event {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.next-event .event-end {
  display: none;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar.next-event .info-icon::before {
  content: '\f251';
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar .event-start,
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar .event-end {
  display: inline-block;
}
@media (max-width: 767px) {
  #attendee_agenda_root #attendee_agenda_event_info .event-header .event-main .event-calendar .info-title {
    display: none;
  }
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-shrink: 0;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side ul {
  list-style: none;
  list-style-type: none !important;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .event-language {
  margin-bottom: 10px;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .event-links a::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  margin-right: 5px;
  vertical-align: bottom;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .link-website a::before {
  content: '\f0ac';
  position: relative;
  top: 1px;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .link-registration a::before {
  content: '\f145';
  position: relative;
  top: 1px;
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .link-android a::before {
  content: '\f17b';
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .link-ios a::before {
  content: '\f179';
}
#attendee_agenda_root #attendee_agenda_event_info .event-header .event-side .link-meetings a::before {
  content: '\f0c0';
}
#attendee_agenda_root #attendee_agenda_event_info .event-tabs {
  margin-top: 15px;
}
#attendee_agenda_root #attendee_agenda_event_info .event-tabs .nav-item.active {
  z-index: 1;
}
#attendee_agenda_root #attendee_agenda_event_info .content-tab {
  display: none;
}
#attendee_agenda_root #attendee_agenda_event_info .content-tab.active {
  display: block;
}
#attendee_agenda_root .event_venue {
  display: flex;
  flex-direction: column;
}
#attendee_agenda_root .event_venue .event-venue-address {
  margin: 0 0 15px 0;
}
#attendee_agenda_root .event_venue .event-venue-address h4 {
  margin-top: 0;
}
#attendee_agenda_root .event_venue .event-venue-address .venue-link {
  display: inline-block;
  cursor: pointer;
}
#attendee_agenda_root .event_venue .event-venue-address .venue-icon::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  width: 20px;
  margin-right: 20px / 2;
  text-align: center;
}
#attendee_agenda_root .event_venue .event-venue-address .venue-name .venue-icon::before {
  content: '\f041';
}
#attendee_agenda_root .event_venue .event-venue-address .venue-address .venue-icon::before {
  content: '\f277';
}
#attendee_agenda_root .event_venue .event-venue-address .venue-website .venue-icon::before {
  content: '\f0ac';
  position: relative;
  top: 2px;
}
#attendee_agenda_root .event_venue .event-venue-address .venue-email .venue-icon::before {
  content: '\f1fa';
  position: relative;
  top: 3px;
}
#attendee_agenda_root .event_venue .event-venue-address .venue-phone .venue-icon::before {
  content: '\f095';
  position: relative;
  top: 3px;
}
#attendee_agenda_root .event_venue .event-venue-map {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  #attendee_agenda_root .event_venue {
    flex-direction: row;
  }
  #attendee_agenda_root .event_venue .event-venue-address {
    flex: none;
    margin: 0 15px 0 0;
    min-width: 33%;
    max-width: 66%;
  }
  #attendee_agenda_root .event_venue .event-venue-map {
    flex: 1;
  }
}
#attendee_agenda_root .event-attendees h1 {
  display: none;
}
#attendee_agenda_root .event-attendees .ticketsCart {
  margin: 0;
}
@media (min-width: 1400px) {
  #attendee_agenda_root .event-attendees .ticketsCart {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-right: -15px;
  }
  #attendee_agenda_root .event-attendees .ticketsCart .attendee {
    flex: 1;
    margin-right: 15px;
  }
  #attendee_agenda_root .event-attendees .ticketsCart::after {
    content: '';
    flex: 1;
    margin-right: 15px;
    min-width: 600px;
  }
}
#attendee_agenda_root .event-payments .table-responsive table {
  margin: 0;
  background-color: #FBFBFB;
}
#attendee_agenda_root .event-payments .table-responsive table thead th {
  background-color: #003A51;
  color: #F0F0F0;
  font-weight: bold;
  text-transform: uppercase;
}
#attendee_agenda_root .event-payments .table-responsive table tbody tr {
  cursor: pointer;
}
#attendee_agenda_root .event-payments .table-responsive table tbody tr:hover .button-column * {
  visibility: visible;
}
#attendee_agenda_root .event-payments .table-responsive table tbody tr th,
#attendee_agenda_root .event-payments .table-responsive table tbody tr td {
  vertical-align: middle;
}
#attendee_agenda_root .event-payments .table-responsive table .status-column {
  text-align: center;
}
#attendee_agenda_root .event-payments .table-responsive table .status-column .label {
  display: inline-block;
  width: 100%;
  max-width: 120px;
  padding: 4px;
}
#attendee_agenda_root .event-payments .table-responsive table .button-column {
  width: 100px;
  text-align: center;
}
#attendee_agenda_root .event-payments .table-responsive table .button-column i {
  margin-right: 10px;
}
#attendee_agenda_root .event-payments .table-responsive table .button-column * {
  visibility: hidden;
}
@media (max-width: 850px) {
  #attendee_agenda_root .event-payments .table-responsive table .button-column {
    display: none;
  }
  #attendee_agenda_root .event-payments .table-responsive table td {
    padding: 5px 10px;
  }
}
#attendee_agenda_root .event-schedule .schedule-filters {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  #attendee_agenda_root .event-schedule .schedule-filters {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
#attendee_agenda_root .event-schedule .stream-filter,
#attendee_agenda_root .event-schedule .agenda-filter {
  flex: 1 0 0;
}
#attendee_agenda_root .event-schedule .stream-filter .form-select,
#attendee_agenda_root .event-schedule .agenda-filter .form-select {
  width: 100%;
}
@media (min-width: 768px) {
  #attendee_agenda_root .event-schedule .stream-filter,
  #attendee_agenda_root .event-schedule .agenda-filter {
    margin-right: 20px;
    max-width: 300px;
  }
  #attendee_agenda_root .event-schedule .stream-filter .form-group,
  #attendee_agenda_root .event-schedule .agenda-filter .form-group {
    margin-bottom: 0;
  }
}
#attendee_agenda_root .event-schedule .days-filter {
  text-align: right;
}
#attendee_agenda_root .event-schedule .days-filter .pagination {
  margin: 0;
}
#attendee_agenda_root .event-schedule .days-filter .pagination > li > span {
  cursor: pointer;
}
#attendee_agenda_root .event-schedule .days-filter .pagination > li:first-child > span::before {
  font-family: 'FontAwesome';
  content: '\f100';
}
#attendee_agenda_root .event-schedule .days-filter .pagination > li:last-child > span::before {
  font-family: 'FontAwesome';
  content: '\f101';
}
#attendee_agenda_root .event-schedule[data-filter='favourite'] .event-session:not(.favourite) {
  display: none;
}
#attendee_agenda_root .event-schedule[data-filter='meeting'] .event-session:not(.meeting) {
  display: none;
}
#attendee_agenda_root .event-schedule[data-filter='agenda'] .event-session:not(.booked) {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session {
  position: relative;
  margin-top: 30px;
}
#attendee_agenda_root .event-schedule .event-session[class*='hidden'] {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session .session-stream {
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#attendee_agenda_root .event-schedule .event-session .session-stream .stream-name {
  position: absolute;
  padding: 0 50px;
  border-radius: 10px 10px 0 0;
  background: inherit;
  transition: top 0.5s ease;
  top: 0;
  right: 0;
}
#attendee_agenda_root .event-schedule .event-session:hover .stream-name {
  top: -20px;
}
#attendee_agenda_root .event-schedule .event-session .session-content,
#attendee_agenda_root .event-schedule .event-session .session-extra-content {
  position: relative;
  background-color: #F9F9F9;
  margin-left: 10px;
  border: solid 1px #CCC;
  border-top: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  #attendee_agenda_root .event-schedule .event-session .session-header > div {
    display: inline-block;
    margin-right: 30px;
  }
}
#attendee_agenda_root .event-schedule .event-session .session-start::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f017';
}
#attendee_agenda_root .event-schedule .event-session .session-end::before {
  content: ' - ';
}
#attendee_agenda_root .event-schedule .event-session .session-room:not(:empty)::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f192';
}
#attendee_agenda_root .event-schedule .event-session .session-type:not(:empty)::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f006';
}
#attendee_agenda_root .event-schedule .event-session .session-type[data-type='121']::before {
  content: '\f2b5';
}
#attendee_agenda_root .event-schedule .event-session .session-type[data-type='break']::before {
  content: '\f0f4';
}
#attendee_agenda_root .event-schedule .event-session .session-favourite {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding-right: 10px;
}
#attendee_agenda_root .event-schedule .event-session .session-favourite::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  margin-right: 24px / 2;
  text-align: center;
  margin: 0;
  content: '\f08a';
  color: red;
}
#attendee_agenda_root .event-schedule .event-session.favourite .session-favourite::before {
  content: '\f004';
}
#attendee_agenda_root .event-schedule .event-session .session-summary {
  padding-top: 5px;
  margin: 5px 0;
  border-top: dotted 1px #EEE;
}
#attendee_agenda_root .event-schedule .event-session .session-summary .session-title {
  font-weight: bold;
}
#attendee_agenda_root .event-schedule .event-session .session-summary .session-profile {
  font-weight: bold;
  text-decoration: underline;
}
#attendee_agenda_root .event-schedule .event-session .session-summary .session-profile::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f2bc';
  font-weight: normal;
  margin-left: 5px;
}
#attendee_agenda_root .event-schedule .event-session .session-booking {
  width: 100%;
  white-space: normal;
}
#attendee_agenda_root .event-schedule .event-session .session-booking .session-unregister {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session .watch-session-btn button.btn {
  width: 100%;
}
#attendee_agenda_root .event-schedule .event-session.booked .session-register {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session.booked .session-unregister {
  display: block;
}
#attendee_agenda_root .event-schedule .event-session.booked .session-cta.watch-session-btn {
  display: block !important;
}
#attendee_agenda_root .event-schedule .event-session[data-left="0"] .session-seats {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session:not([data-left="0"]) .session-full {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session[data-capacity="0"] .session-seats,
#attendee_agenda_root .event-schedule .event-session[data-capacity="0"] .session-full {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session .session-seats {
  font-size: 14px;
}
#attendee_agenda_root .event-schedule .event-session:not(.booked) .show-if-booked {
  display: none;
}
#attendee_agenda_root .event-schedule .event-session .session-extra-content {
  padding: 0;
}
#attendee_agenda_root .event-schedule .event-session .session-extra-content .session-toggle {
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}
#attendee_agenda_root .event-schedule .event-session .session-extra-content .session-toggle::after {
  transition: transform 1s ease;
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 12px;
  margin-right: 12px / 2;
  text-align: center;
  content: '\f0d8';
  margin: 0 auto;
}
#attendee_agenda_root .event-schedule .event-session .session-extra-content .session-description {
  transition: max-height 1s ease-in;
  max-height: 300px;
  overflow-y: auto;
  padding: 0 10px;
}
#attendee_agenda_root .event-schedule .event-session .session-extra-content.toggle-hidden .session-toggle::after {
  transform: rotate(180deg);
}
#attendee_agenda_root .event-schedule .event-session .session-extra-content.toggle-hidden .session-description {
  transition: max-height 1s ease-out;
  max-height: 0px;
}
@media (min-width: 768px) {
  #attendee_agenda_root .event-schedule .event-session .session-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
  }
  #attendee_agenda_root .event-schedule .event-session .session-content > div {
    margin: 10px;
  }
  #attendee_agenda_root .event-schedule .event-session .session-header {
    flex: none;
    width: 150px;
  }
  #attendee_agenda_root .event-schedule .event-session .session-summary {
    flex-grow: 1;
    padding: 0;
    border: none;
  }
  #attendee_agenda_root .event-schedule .event-session .session-summary p {
    margin: 0;
  }
  #attendee_agenda_root .event-schedule .event-session .session-cta {
    flex: none;
    width: 150px;
  }
  #attendee_agenda_root .event-schedule .event-session .session-favourite {
    position: static;
    padding: 0;
    flex: none;
    order: 3;
  }
}
#attendee_agenda_root .event-notes.empty-notes .notes-filters {
  display: none;
}
#attendee_agenda_root .event-notes .notes-filters {
  margin-bottom: 10px;
}
#attendee_agenda_root .event-notes .notes-filters .form-group {
  display: inline-block;
  margin-left: 20px;
}
#attendee_agenda_root .event-notes .notes-filters .form-group .icons > .span {
  margin-right: 5px;
}
#attendee_agenda_root .event-notes .notes-filters input[disabled] ~ .icons .first-icon {
  display: block;
}
#attendee_agenda_root .event-notes .notes-filters input[disabled] ~ .icons .second-icon {
  display: none;
}
#attendee_agenda_root .event-notes .notes-filters input[name="speaker"] ~ .icons .first-icon {
  color: #fbf7ae;
}
#attendee_agenda_root .event-notes .notes-filters input[name="speaker"] ~ .icons .second-icon {
  color: #f9f27d;
}
#attendee_agenda_root .event-notes .notes-filters input[name="session"] ~ .icons .first-icon {
  color: #a9c6e8;
}
#attendee_agenda_root .event-notes .notes-filters input[name="session"] ~ .icons .second-icon {
  color: #81abdd;
}
#attendee_agenda_root .event-notes .notes-filters input[name="sponsor"] ~ .icons .first-icon {
  color: #fad2da;
}
#attendee_agenda_root .event-notes .notes-filters input[name="sponsor"] ~ .icons .second-icon {
  color: #f5a4b4;
}
#attendee_agenda_root .event-notes .notes-filters input[name="exhibitor"] ~ .icons .first-icon {
  color: #dae3ea;
}
#attendee_agenda_root .event-notes .notes-filters input[name="exhibitor"] ~ .icons .second-icon {
  color: #b9cad8;
}
#attendee_agenda_root .event-notes .notes-grid {
  margin-left: 10px;
}
#attendee_agenda_root .event-notes .notes-grid.hidden-speaker .speaker-note {
  display: none;
}
#attendee_agenda_root .event-notes .notes-grid.hidden-session .session-note {
  display: none;
}
#attendee_agenda_root .event-notes .notes-grid.hidden-sponsor .sponsor-note {
  display: none;
}
#attendee_agenda_root .event-notes .notes-grid.hidden-exhibitor .exhibitor-note {
  display: none;
}
#attendee_agenda_root .event-notes .notes-grid .event-note {
  display: inline-block;
  width: 300px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#attendee_agenda_root .event-notes .notes-grid .event-note.not-found {
  display: none;
}
#attendee_agenda_root .event-notes .notes-grid .note-header {
  padding: 10px;
}
#attendee_agenda_root .event-notes .notes-grid .note-header .note-title {
  font-weight: bold;
}
#attendee_agenda_root .event-notes .notes-grid .note-header .note-subtitle {
  font-style: italic;
}
#attendee_agenda_root .event-notes .notes-grid .note-header .note-contact {
  text-decoration: underline;
}
#attendee_agenda_root .event-notes .notes-grid .note-image {
  display: inline-block;
  border: solid 1px #EEE;
  width: 45px;
}
#attendee_agenda_root .event-notes .notes-grid .note-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  width: calc(100% -  45px  - 5px);
}
#attendee_agenda_root .event-notes .notes-grid .note-container {
  margin: 10px;
}
#attendee_agenda_root .event-notes .notes-grid .note-container .note {
  font-family: Caveat, cursive;
  font-size: 20px;
  color: #1A1A7A;
}
#attendee_agenda_root .event-notes .notes-grid .speaker-note {
  background-color: #fbf7ae;
}
#attendee_agenda_root .event-notes .notes-grid .speaker-note .note-header {
  background-color: #f9f27d;
}
#attendee_agenda_root .event-notes .notes-grid .sponsor-note {
  background-color: #fad2da;
}
#attendee_agenda_root .event-notes .notes-grid .sponsor-note .note-header {
  background-color: #f5a4b4;
}
#attendee_agenda_root .event-notes .notes-grid .session-note {
  background-color: #a9c6e8;
}
#attendee_agenda_root .event-notes .notes-grid .session-note .note-header {
  background-color: #81abdd;
}
#attendee_agenda_root .event-notes .notes-grid .exhibitor-note {
  background-color: #dae3ea;
}
#attendee_agenda_root .event-notes .notes-grid .exhibitor-note .note-header {
  background-color: #b9cad8;
}
#attendee_agenda_root .event-notes .notes-grid .lead-note {
  background-color: #f5f5f5;
}
#attendee_agenda_root .event-notes .notes-grid .lead-note .note-header {
  background-color: #98c370;
  color: white;
}
.event-export {
  display: inline-block;
  position: relative;
  cursor: default;
}
.event-export > .btn {
  margin: 0;
  cursor: default !important;
}
.event-export > .btn.btn-default {
  color: black !important;
}
.event-export > .btn::before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  margin-right: 16px / 2;
  text-align: center;
  content: '\f0ed';
}
.event-export .event-export-list {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: calc(100% + 10px);
  display: flex;
  flex-flow: column nowrap;
  background: white;
  box-shadow: black 0 0 1px;
  border-radius: 3px;
}
.event-export .event-export-list > a {
  text-align: left;
  white-space: nowrap;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: normal;
  color: black;
}
.event-export .event-export-list > a:hover {
  background-color: hsl(201.7699115, 75%, 95%);
}
.event-export:hover::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
}
.event-export:hover::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  bottom: calc(50% - 10px);
  left: calc(100% - 10px);
  border-width: 10px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.event-export:not(:hover) .event-export-list {
  display: none;
}
.event-export.list-bottom .event-export-list {
  bottom: unset;
  top: calc(100% + 10px);
  left: 0;
}
.event-export.list-bottom:hover::after {
  bottom: -10px;
  left: calc(50% - 10px);
  border-color: transparent transparent black transparent;
}
#wrapper.my_agenda_index #maindiv {
  margin-left: 80px;
  margin-right: 0;
}
#wrapper.my_agenda_index #maindiv #content {
  background-color: #f0f0f0;
}
#wrapper.my_agenda_index .agenda_section_title {
  font-size: 20px;
  color: #377fa8;
  position: relative;
  overflow-x: hidden;
  font-weight: bold;
}
#wrapper.my_agenda_index .agenda_section_title:after {
  content: "";
  height: 7px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  width: 99%;
  border-bottom: 1px solid #aaa;
}
#wrapper.my_agenda_index #attendee_agenda_new {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: -10px;
}
#wrapper.my_agenda_index #attendee_agenda_new > div {
  margin: 10px;
  background-color: white;
  padding: 15px;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary {
  background-color: #377fa8 !important;
  border-color: #377fa8 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-dark-1 {
  background-color: #1e455b !important;
  border-color: #1e455b !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-dark-2 {
  background-color: #050b0e !important;
  border-color: #050b0e !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-dark-3 {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-dark-1-color {
  color: #1e455b !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-dark-2-color {
  color: #050b0e !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-dark-3-color {
  color: #000000 !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-light-1 {
  background-color: #60a4cb !important;
  border-color: #60a4cb !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-light-2 {
  background-color: #9ac5de !important;
  border-color: #9ac5de !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-light-1-color {
  color: #60a4cb !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .primary-light-2-color {
  color: #9ac5de !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary {
  background-color: #98c370 !important;
  border-color: #98c370 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-dark-1 {
  background-color: #65903d !important;
  border-color: #65903d !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-dark-2 {
  background-color: #33491e !important;
  border-color: #33491e !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-dark-3 {
  background-color: #000100 !important;
  border-color: #000100 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-dark-1-color {
  color: #65903d !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-dark-2-color {
  color: #33491e !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-dark-3-color {
  color: #000100 !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-light-1 {
  background-color: #bfdaa6 !important;
  border-color: #bfdaa6 !important;
  color: #333 !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-light-2 {
  background-color: #e6f0dc !important;
  border-color: #e6f0dc !important;
  color: #333 !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-light-1-color {
  color: #bfdaa6 !important;
}
#wrapper.my_agenda_index #attendee_agenda_new .secondary-light-2-color {
  color: #e6f0dc !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container div.fc-header-toolbar h2,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container div.fc-header-toolbar h2 {
  font-size: 1.2em;
  display: inline;
  line-height: 30px;
  vertical-align: middle;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container div.fc-header-toolbar button.fc-prev-button,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container div.fc-header-toolbar button.fc-prev-button {
  background-color: transparent;
  border: 0px;
  color: #666;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container div.fc-header-toolbar button.fc-prev-button:hover,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container div.fc-header-toolbar button.fc-prev-button:hover {
  color: #377fa8;
  background-color: #f0f0f0;
  border: 0px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container div.fc-header-toolbar button.fc-next-button,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container div.fc-header-toolbar button.fc-next-button {
  background-color: transparent;
  border: 0px;
  color: #666;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container div.fc-header-toolbar button.fc-next-button:hover,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container div.fc-header-toolbar button.fc-next-button:hover {
  color: #377fa8;
  background-color: #f0f0f0;
  font-weight: bold;
  border: 0px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-button.fc-button-active,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-button.fc-button-active {
  color: #377fa8;
  font-weight: bold;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-button,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-button {
  border: 1px solid #ccc;
  color: #666;
  background-color: transparent;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-day-grid-event .fc-content,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-day-grid-event .fc-content {
  padding: 2px;
  padding-left: 3px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container body,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container body {
  margin: 1rem;
  background-color: #556270;
  color: #fff;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .mono,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .mono,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .complement,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .complement,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .triad,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .triad {
  font-size: 0;
  border-radius: 10px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
  margin: 1rem 0;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .mono > div,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .mono > div,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .complement > div,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .complement > div,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .triad > div,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .triad > div {
  display: inline-block;
  width: 20%;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .mono > div:first-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .mono > div:first-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .complement > div:first-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .complement > div:first-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .triad > div:first-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .triad > div:first-child {
  border-radius: 10px 0 0 10px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .mono > div:last-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .mono > div:last-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .complement > div:last-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .complement > div:last-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .triad > div:last-child,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .triad > div:last-child {
  border-radius: 0 10px 10px 0;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container h2,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container h2 {
  text-align: center;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-event.online_meeting,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-event.online_meeting {
  cursor: pointer;
  background-color: #1e455b !important;
  border-color: #1e455b !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-event.one_to_one,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-event.one_to_one {
  background-color: #050b0e !important;
  border-color: #050b0e !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-event.session_fav,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-event.session_fav {
  background-color: #65903d !important;
  border-color: #65903d !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-event.session,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-event.session {
  background-color: #98c370 !important;
  border-color: #98c370 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-event.online_meeting_rejected,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-event.online_meeting_rejected {
  background-color: white!important;
  color: #294d6b !important;
  text-decoration: line-through;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-event-container .fc-event.online_meeting_pending,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-event-container .fc-event.online_meeting_pending {
  background-color: white!important;
  color: #294d6b !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-item.online_meeting,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-item.online_meeting {
  cursor: pointer;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-item.online_meeting .fc-event-dot,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-item.online_meeting .fc-event-dot {
  background-color: #1e455b !important;
  border-color: #1e455b !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-item.one_to_one .fc-event-dot,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-item.one_to_one .fc-event-dot {
  background-color: #050b0e !important;
  border-color: #050b0e !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-item.session_fav .fc-event-dot,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-item.session_fav .fc-event-dot {
  background-color: #65903d !important;
  border-color: #65903d !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-item.session .fc-event-dot,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-item.session .fc-event-dot {
  background-color: #98c370 !important;
  border-color: #98c370 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-day-number,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-day-number {
  padding: 2px 8px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-day-header,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-day-header {
  padding: 3px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-view-container,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-view-container {
  min-height: 30px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-view,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-view {
  border: 0px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-view .fc-list-table .fc-list-heading td.fc-widget-header,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-view .fc-list-table .fc-list-heading td.fc-widget-header {
  background-color: transparent;
  border: 0px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-view tr.fc-list-item td,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-view tr.fc-list-item td {
  border: 0px;
  padding-bottom: 25px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-list-view .fc-list-empty,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-list-view .fc-list-empty {
  vertical-align: top;
  background-color: transparent;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-newMeeting-button,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-newMeeting-button {
  background-color: #377fa8;
  color: white;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-newMeetingMobile-button,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-newMeetingMobile-button {
  display: none;
  background-color: #377fa8;
  color: white;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar .fc-right,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar .fc-left,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar .fc-center {
  display: inline-flex;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar .fc-left,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar .fc-right {
  align-self: start;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-toolbar.fc-header-toolbar .fc-center {
  flex-flow: wrap;
  justify-content: center;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-prev-button,
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-next-button {
  display: inline-block;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #f0f0f0;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 0px;
    width: 100%;
  }
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-xs {
    margin: 10px;
    padding: 10px 15px!important;
  }
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-default {
  border-color: #ccc !important;
  color: #ccc !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-default.active {
  background-color: #377fa8 !important;
  border: 0px!important;
  color: white!important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-default.active.online_meeting {
  background-color: #1e455b !important;
  border-color: #1e455b !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-default.active.one_to_one {
  background-color: #050b0e !important;
  border-color: #050b0e !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-default.active.session_fav {
  background-color: #65903d !important;
  border-color: #65903d !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_filters .btn-default.active.session {
  background-color: #98c370 !important;
  border-color: #98c370 !important;
  color: #fff !important;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_left {
  min-width: 400px;
  flex-basis: 400px;
}
#wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar {
  width: auto;
}
#wrapper.my_agenda_index #attendee_agenda_new #mobile_new_meeting_button {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_left,
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar {
    min-width: 300px;
  }
}
@media (max-width: 1024px) {
  #wrapper.my_agenda_index #content {
    padding: 10px;
  }
  #wrapper.my_agenda_index #attendee_agenda_new {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0px;
  }
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_left,
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar {
    min-width: 100%;
  }
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-prev-button,
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-next-button {
    display: inline-block;
  }
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_list_container .fc-newMeetingMobile-button {
    display: inline-block;
  }
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-prev-button,
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-next-button {
    display: none;
  }
  #wrapper.my_agenda_index #attendee_agenda_new #attendee_agenda_calendar_container .fc-newMeeting-button {
    display: none;
  }
  #wrapper.my_agenda_index #attendee_agenda_new > div {
    margin: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #wrapper.my_agenda_index #attendee_agenda_calendar {
    display: none;
  }
}
.forum_last_topics .cell_left {
  float: left;
  color: #444;
  margin-right: 15px;
}
.forum_last_topics .recommended_topic {
  overflow: hidden;
  margin-bottom: 7px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  -ms-border-radius: 3px ;
  -o-border-radius: 3px ;
  border-radius: 3px ;
  padding: 10px;
}
.forum_last_topics .titulo_event {
  font-size: 12px;
  display: block;
  height: 40px;
  overflow: hidden;
}
.forum_last_topics .titulo_event a {
  font-weight: bold;
  color: #444;
  font-size: 13px;
}
.forum_last_topics .by_event {
  color: #959595;
  font-size: 11px;
  font-weight: bold;
  margin-top: -10px;
}
.forum_last_topics .img_event {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
#forum_admin .login_to_comment_div,
#forum_view .login_to_comment_div {
  text-align: center;
  display: inline-block;
  width: 100%;
}
#forum_admin #forum_messages.event_forum .conversation,
#forum_view #forum_messages.event_forum .conversation {
  background-color: #fff;
}
#forum_admin #forum_messages.event_forum .conversation:hover,
#forum_view #forum_messages.event_forum .conversation:hover {
  background-color: #fff;
}
#forum_admin #forum_messages.event_forum .responses,
#forum_view #forum_messages.event_forum .responses {
  margin-left: 60px;
  padding-left: 20px;
  border-left: 2px dashed #DDD;
}
#forum_admin #forum_messages.event_forum .conversation,
#forum_view #forum_messages.event_forum .conversation {
  border: 0px;
}
#forum_admin #forum_messages.event_forum .message,
#forum_view #forum_messages.event_forum .message {
  border-top: 1px solid #ecf1f5;
}
#forum_admin #forum_messages.event_forum .edit_message,
#forum_view #forum_messages.event_forum .edit_message {
  width: 38px;
  font-size: 14px;
}
#forum_admin #forum_messages.event_forum .edit_message > div,
#forum_view #forum_messages.event_forum .edit_message > div {
  float: right;
}
#forum_admin #forum_messages.event_forum .edit_message > div + div,
#forum_view #forum_messages.event_forum .edit_message > div + div {
  margin-right: 7px;
}
#forum_admin #forum_messages.event_forum .response > .message,
#forum_view #forum_messages.event_forum .response > .message {
  background-color: #fff;
  border: 0px;
  border-bottom: 1px solid #ecf1f5;
}
@media (max-width: 500px) {
  #forum_admin #forum_messages.event_forum .responses,
  #forum_view #forum_messages.event_forum .responses {
    margin-left: 0px!important;
    padding-left: 0px!important;
    border-left: 0px solid transparent!important;
  }
}
/*********************************************************************/
/********* FORUM FAQ **************************************************/
/*********************************************************************/
#over_sidebar.faq {
  padding: 10px 15px 20px 20px !important;
}
#over_sidebar.faq h6 {
  font-size: 18px;
}
#over_sidebar.faq .recommended_topic {
  margin-bottom: 20px;
}
#over_sidebar.faq .recommended_topic img {
  float: left;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  margin-right: 15px;
}
#over_sidebar.faq .recommended_topic .cell_right .titulo_event {
  overflow: hidden;
  font-size: 12px;
}
#over_sidebar.faq .recommended_topic .cell_right .titulo_event a {
  font-size: 14px;
  font-weight: bold;
}
.forum_last_topics {
  display: none!important;
}
.title_forums_faq {
  margin-top: 0px;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation {
  background-color: #fff;
  border: 0px;
  cursor: default;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation:hover {
  background-color: #fff;
}
.forum_groups #forum_view #forum_messages.group_forum .new_topic_group {
  padding: 10px 15px;
}
.forum_groups #forum_view #forum_messages.group_forum .new_topic_group > div {
  background-color: #f5f5f5;
  padding: 20px;
}
.forum_groups #forum_view #forum_messages.group_forum .new_topic_group h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.forum_groups #forum_view #forum_messages.group_forum .div_form_reply_topic {
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .responses {
  padding-left: 0px;
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .message {
  border-top: 1px solid #ecf1f5;
}
.forum_groups #forum_view #forum_messages.group_forum .message .date {
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .response > .message {
  background-color: #fff;
  border: 0px;
  border-bottom: 1px solid #ecf1f5;
}
.forum_groups #forum_view #forum_messages.group_forum .response > .message .owner {
  width: 40px;
}
.forum_groups #forum_view #forum_messages.group_forum .response > .message .owner img {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
.forum_groups #forum_view #forum_messages.group_forum .response > .message .name {
  text-align: left;
}
.forum_groups #forum_view #forum_messages.group_forum .hide_details {
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .full-txt {
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .stats {
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses {
  display: block;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .hide_details {
  display: block;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .div_form_reply_topic {
  display: block;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .full-txt {
  display: block;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .txt {
  display: none;
}
.forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses .txt {
  display: block;
}
.forum_groups #forum_view #forum_messages.group_forum .edit_message .delete {
  cursor: pointer;
}
@media (max-width: 767px) {
  .forum_groups #forum_view #forum_messages.group_forum .conversation {
    padding: 10px 0px!important;
  }
}
@media (min-width: 768px) {
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active {
    width: 100%;
    margin-bottom: 35px;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .stats {
    display: none;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses {
    display: block;
    margin-left: 60px;
    padding-left: 20px;
    border-left: 2px dashed #DDD;
    max-height: 600px;
    overflow: auto;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses .name {
    width: 16.6667%;
    text-align: center;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses .txt,
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses .full-txt {
    width: 83.3333%;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses .owner {
    width: 100%;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .responses .owner img {
    width: 100%;
    height: auto;
  }
  .forum_groups #forum_view #forum_messages.group_forum .conversation.active .form_reply_topic {
    margin-top: 25px;
  }
}
#forum_admin,
#forum_view {
  padding-bottom: 10px;
}
#forum_admin .title_forums,
#forum_view .title_forums {
  font-size: 16px;
  background-color: #377fa8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px ;
  -moz-border-radius: 4px 4px 0px 0px ;
  -ms-border-radius: 4px 4px 0px 0px ;
  -o-border-radius: 4px 4px 0px 0px ;
  border-radius: 4px 4px 0px 0px ;
  border: 1px dashed #377fa8 !important;
}
#forum_admin .edit,
#forum_view .edit {
  color: #444;
}
#forum_admin .draggable,
#forum_view .draggable {
  cursor: move;
}
#forum_admin #forum_categories .selected_area,
#forum_view #forum_categories .selected_area {
  border: 1px dashed #377fa8 !important;
  display: inline-block;
  width: 100%;
  min-height: 150px;
}
#forum_admin #forum_categories .category,
#forum_view #forum_categories .category {
  box-shadow: 0 0 14px rgba(138, 138, 138, 0.2);
  border: 1px solid #b5b5b5;
  min-height: 50px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0 ;
  -moz-border-radius: 4px 4px 0 0 ;
  -ms-border-radius: 4px 4px 0 0 ;
  -o-border-radius: 4px 4px 0 0 ;
  border-radius: 4px 4px 0 0 ;
}
#forum_admin #forum_categories .category + .category,
#forum_view #forum_categories .category + .category {
  border-top: 0px;
}
#forum_admin #forum_categories .category > .name,
#forum_view #forum_categories .category > .name {
  background-color: #e3e3e3;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px ;
  -moz-border-radius: 4px 4px 0px 0px ;
  -ms-border-radius: 4px 4px 0px 0px ;
  -o-border-radius: 4px 4px 0px 0px ;
  border-radius: 4px 4px 0px 0px ;
}
#forum_admin #forum_categories .category > .name .btn-xs,
#forum_view #forum_categories .category > .name .btn-xs {
  margin-top: -5px;
  margin-bottom: -3px;
}
#forum_admin #forum_categories .category .selected_area,
#forum_view #forum_categories .category .selected_area {
  min-height: 39px;
}
#forum_admin #forum_categories .category .rooms,
#forum_view #forum_categories .category .rooms {
  margin: 0 0 0 25px ;
  min-height: 39px;
}
#forum_admin #forum_categories .category .rooms .edit,
#forum_view #forum_categories .category .rooms .edit {
  color: #999;
}
#forum_admin #forum_categories .category .rooms .stats,
#forum_view #forum_categories .category .rooms .stats {
  font-size: 12px;
  color: #444;
}
#forum_admin #forum_categories .category .rooms .forum_room,
#forum_view #forum_categories .category .rooms .forum_room {
  border: 1px solid #b5b5b5;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  font-size: 14px;
  cursor: pointer;
  color: #444;
}
#forum_admin #forum_categories .category .rooms .forum_room .description,
#forum_view #forum_categories .category .rooms .forum_room .description {
  color: #969a9d;
  font-size: 13px;
  margin-left: 18px;
  margin-top: 4px;
}
#forum_admin #forum_categories .category .rooms .forum_room + .forum_room,
#forum_view #forum_categories .category .rooms .forum_room + .forum_room {
  border-top: 0px;
}
#forum_admin #forum_categories .category .rooms .forum_room + .forum_room,
#forum_view #forum_categories .category .rooms .forum_room + .forum_room {
  border-top: 0px;
}
#forum_admin #forum_categories .category .rooms .forum_room:hover,
#forum_view #forum_categories .category .rooms .forum_room:hover {
  background-color: #f0f0f0;
}
#forum_admin #forum_categories .category + .category,
#forum_view #forum_categories .category + .category {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  -ms-border-radius: 0 ;
  -o-border-radius: 0 ;
  border-radius: 0 ;
}
#forum_admin #forum_messages,
#forum_view #forum_messages {
  color: #333;
  font-size: 14px;
}
#forum_admin #forum_messages .conversation,
#forum_view #forum_messages .conversation {
  border: 1px solid #ecf1f5;
  padding: 10px 15px;
  background-color: #fbfbfb;
  font-size: 14px;
  cursor: pointer;
  color: #444;
}
#forum_admin #forum_messages .conversation a,
#forum_view #forum_messages .conversation a {
  font-size: 16px;
}
#forum_admin #forum_messages .conversation .description,
#forum_view #forum_messages .conversation .description {
  color: #969a9d;
  font-size: 13px;
  margin-left: 18px;
  margin-top: 4px;
}
#forum_admin #forum_messages .conversation .owner,
#forum_view #forum_messages .conversation .owner {
  float: left;
  margin-right: 10px;
}
#forum_admin #forum_messages .conversation .owner img,
#forum_view #forum_messages .conversation .owner img {
  width: 34px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
#forum_admin #forum_messages .conversation .last_response,
#forum_view #forum_messages .conversation .last_response,
#forum_admin #forum_messages .conversation .messages_num,
#forum_view #forum_messages .conversation .messages_num {
  font-size: 12px;
}
#forum_admin #forum_messages .conversation + .conversation,
#forum_view #forum_messages .conversation + .conversation {
  border-top: 0px;
}
#forum_admin #forum_messages .conversation:hover,
#forum_view #forum_messages .conversation:hover {
  background-color: #f0f0f0;
}
#forum_admin #forum_messages .message,
#forum_view #forum_messages .message {
  border: 1px solid #ecf1f5;
  border-top: 0px solid #ecf1f5;
  padding: 20px;
}
#forum_admin #forum_messages .message .name,
#forum_view #forum_messages .message .name {
  text-align: center;
}
#forum_admin #forum_messages .message .name .owner,
#forum_view #forum_messages .message .name .owner {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#forum_admin #forum_messages .message .name .owner img,
#forum_view #forum_messages .message .name .owner img {
  width: 100px;
  max-width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
}
#forum_admin #forum_messages .message .name .owner a,
#forum_view #forum_messages .message .name .owner a {
  font-size: 14px;
}
#forum_admin #forum_messages .message .txt,
#forum_view #forum_messages .message .txt {
  font-size: 14px;
}
#forum_admin #forum_messages .message .txt .edit_message,
#forum_view #forum_messages .message .txt .edit_message {
  width: 80px;
}
#forum_admin #forum_messages .message .txt .edit_message .edit,
#forum_view #forum_messages .message .txt .edit_message .edit,
#forum_admin #forum_messages .message .txt .edit_message .delete,
#forum_view #forum_messages .message .txt .edit_message .delete {
  float: right;
  margin: 0 7px;
}
#forum_admin #forum_messages .message .txt .date,
#forum_view #forum_messages .message .txt .date {
  color: #999;
  margin-bottom: 10px;
}
#forum_admin #forum_messages .message:nth-child(2n+1),
#forum_view #forum_messages .message:nth-child(2n+1) {
  background-color: #fbfbfb;
}
#forum_admin .breadcrumb,
#forum_view .breadcrumb {
  list-style: none;
  float: left;
}
#forum_admin .breadcrumb li,
#forum_view .breadcrumb li {
  display: inline-block;
}
.reply_topic_popup,
.new_topic_popup {
  max-width: 650px;
}
.new_topic {
  display: inline-block;
  max-width: 650px;
  width: 100%;
}
#manage_suveys_module .slider_content {
  display: flex;
  align-items: center;
}
#manage_suveys_module .slider_content .ui-slider {
  margin-bottom: 0;
}
#manage_suveys_module .slider_content .slider-label-value {
  padding-left: 3px;
}
#manage_suveys_module #created_questions .mange_field {
  width: 100%;
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  border-bottom: 1px dashed #eee;
  padding-top: 8px;
  position: relative;
  min-height: 80px;
}
#manage_suveys_module #created_questions .mange_field .form-group {
  overflow: hidden;
}
#manage_suveys_module #created_questions .mange_field [id^=usertype_selectcountries] {
  width: 100% !important;
}
#manage_suveys_module #created_questions .mange_field .filters_select_chosen_container {
  overflow: unset !important;
}
#manage_suveys_module #created_questions .mange_field .condition {
  margin-top: -10px;
}
#manage_suveys_module #created_questions .mange_field .translated-languages {
  margin-top: 20px;
}
#manage_suveys_module #created_questions .mange_field:hover {
  background-color: #eee;
}
#manage_suveys_module #created_questions .mange_field:hover .manage_order img {
  opacity: 1;
}
#manage_suveys_module #created_questions .mange_field:hover .manage_edit .icon {
  color: #333;
}
#manage_suveys_module #created_questions .manage_order {
  position: absolute;
  top: 8px;
  left: 10px;
  line-height: 16px;
}
#manage_suveys_module #created_questions .manage_order img {
  opacity: 0.2;
  cursor: pointer;
}
#manage_suveys_module #created_questions .manage_edit {
  position: absolute;
  top: 8px;
  right: 10px;
  text-align: right;
}
#manage_suveys_module #created_questions .manage_edit .icon {
  color: #aaa;
  vertical-align: top;
}
#manage_suveys_module #created_questions .manage_edit .label {
  position: relative;
  top: -8px;
}
#response_survey {
  max-width: 750px;
}
#response_survey .user_basic_data {
  font-size: 16px;
  margin-bottom: 35px;
}
#response_survey .user_basic_data .user_photo {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100% ;
  -moz-border-radius: 100% ;
  -ms-border-radius: 100% ;
  -o-border-radius: 100% ;
  border-radius: 100% ;
  width: 75px;
}
#response_survey .response .title {
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#response_survey .response .response_text {
  font-size: 16px;
}
#response_survey .row_progress .number {
  position: relative;
  font-size: 16px;
}
#response_survey .row_progress .progress_div {
  margin-left: 30px;
  position: relative;
  top: -18px;
}
#response_survey .response + .response {
  margin-top: 25px;
}
#response_survey .response.col-sm-6 + .response.col-sm-6 {
  margin-top: 0px;
}
#response_survey .class_profile_biography {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media (min-width: 767px) {
  #response_survey {
    min-width: 700px;
  }
}
#apply_event_form {
  max-width: 850px;
}
@media (min-width: 767px) {
  #apply_event_form {
    min-width: 700px;
  }
}
#choose_conditional,
#add-suggestions-container {
  display: none;
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 5px 20px 20px;
  position: relative;
}
#choose_conditional::after,
#add-suggestions-container::after {
  border-color: transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 112px;
  top: -18px;
  width: 0;
  z-index: 99999;
}
#choose_conditional#add-suggestions-container::after,
#add-suggestions-container#add-suggestions-container::after {
  right: 300px;
}
#choose_conditional#add-suggestions-container textarea,
#add-suggestions-container#add-suggestions-container textarea {
  resize: vertical;
}
#conditions_checkboxes .condition {
  display: none;
}
#survey_languages_fields #survey_options_creator .options_container .option {
  background-color: #fff;
  padding-top: 18px;
}
#survey_languages_fields #survey_options_creator .options_container .field {
  vertical-align: middle;
  padding-bottom: 8px;
  float: left;
  width: 340px;
}
#survey_languages_fields #survey_options_creator .options_container label {
  padding-bottom: 0;
  margin-bottom: 0;
}
#survey_languages_fields #survey_options_creator .options_container .actions {
  float: left;
  text-align: center;
  padding-top: 6px;
  vertical-align: middle;
  margin-left: 15px;
}
#survey_languages_fields #survey_options_creator .options_container .actions * {
  vertical-align: middle;
  line-height: 20px;
}
#survey_languages_fields #survey_options_creator .options_container .actions .action {
  padding-right: 10px;
}
#survey_languages_fields #survey_options_creator .options_container .actions .action .drag {
  cursor: move;
}
#survey_languages_fields #survey_options_creator .options_container .actions .icon {
  margin-top: -2px;
}
#survey_languages_fields #survey_options_creator .options_container.multi_language .language .name {
  display: inline;
}
#survey_languages_fields .options_2_translations label {
  text-align: left;
}
#multiple-questions-modal {
  z-index: 1111;
}
#multiple-questions-modal .modal-dialog {
  text-align: center;
}
#multiple-questions-modal .modal-content {
  display: inline-block;
}
#multiple-questions-modal .modal-header {
  text-align: left;
  border-bottom: 0;
}
#multiple-questions-modal .modal-header .close {
  margin: 0;
  opacity: 0.5;
}
#multiple-questions-modal .modal-header .close > span {
  color: #000000;
}
#multiple-questions-modal .modal-body {
  text-align: left;
}
#add-options-container > .btn::before {
  content: '';
  width: 0;
  margin-right: 0;
}
#add-options-container:hover::after {
  border-width: 0;
}
#add-options-dropdown {
  background-color: #f0f8fc;
  box-shadow: none;
}
#add-options-dropdown > a {
  color: rgba(10, 143, 213, 0.75);
}
#add-options-dropdown > a:hover {
  color: #262626;
  background-color: #daeef9;
}
/**** HELPERS ********/
.content_ckeditor ul {
  margin-left: 40px;
}
.content_ckeditor ul li,
.content_ckeditor ol li {
  list-style: inherit;
}
.content_ckeditor img {
  max-width: 100% !important;
  height: auto !important;
}
.disabled_survey {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
.ui-autocomplete {
  border-radius: unset !important;
  cursor: default;
  left: 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  text-align: left;
  top: 0;
}
.ui-autocomplete.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.1;
  zoom: 1;
  font-weight: normal;
}
.ui-autocomplete.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.ui-autocomplete.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  color: #222222;
}
.ui-autocomplete.ui-widget-content a {
  color: #222222;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: normal;
  background: lightgrey none !important;
  border: none !important;
  margin: 0 !important;
}
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.suggestions ~ .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#exhibitors_area_staff_module .member_status_confirmed {
  color: #1c7430;
}
#exhibitors_area_staff_module .member_status_pending {
  color: #043855;
}
#exhibitorsSearch .container {
  padding-top: 20px;
}
#exhibitorsSearch .search-container {
  background-color: #e6e6e6;
  padding: 10px 10px 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#exhibitorsSearch .search-container > .input-group > input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 47px;
}
#exhibitorsSearch .search-container > .input-group > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#exhibitorsSearch .clear-filters-container {
  display: flex;
  justify-content: flex-end;
}
#exhibitorsSearch .search_exhibitors {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#exhibitorsSearch .exhibitors_show .panel-group {
  background-color: #e6e6e6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel {
  border-radius: 3px;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel-heading {
  background-color: #fff;
  cursor: pointer;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel-heading:hover {
  background-color: #f2f3f5;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel-heading .panel-title .fa-angle-down {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel-heading .panel-title .fa-angle-down.open {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel-body {
  display: flex;
  flex-direction: column;
}
#exhibitorsSearch .exhibitors_show .panel-group .panel-body a {
  display: block;
}
#exhibitorsSearch .image-container {
  text-align: center;
  padding: 10px;
}
#exhibitorsSearch .image-container img {
  max-width: 120px;
  cursor: pointer;
}
#exhibitorsSearch .exhibitor-area-info {
  padding-bottom: 10px;
}
#exhibitorsSearch .exhibitor-area-info {
  margin-bottom: 40px;
}
#exhibitorsSearch .exhibitor-area-info h3 {
  margin-top: 0px;
  margin-bottom: 13.5px;
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
}
#exhibitorsSearch .panel-group {
  padding: 10px;
}
#exhibitorsSearch .exhibitor-area-description {
  padding: 0px;
  cursor: pointer;
}
#exhibitorsSearch .exhibitor-area-divider {
  border-top: 1px solid #c1c1c1;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 10px;
}
#exhibitorsSearch .search-exhibitors {
  padding-top: 20px;
  padding-bottom: 20px;
}
#exhibitorsSearch #basic-addon2 {
  top: 0px !important;
  cursor: pointer;
}
@media (max-width: 992px) {
  #exhibitorsSearch .exhibitor-area-container:first-child .exhibitor-area-divider {
    display: none;
  }
}
#exhibitorsSearchPopupViewExhibitor .social-net,
#exhibitorsSearch .social-net {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: row nowrap;
}
#exhibitorsSearchPopupViewExhibitor .social-net a,
#exhibitorsSearch .social-net a {
  font-size: 1.3em;
  margin-right: 25px;
}
#exhibitorsSearchPopupViewExhibitor .social-net .link_twitter,
#exhibitorsSearch .social-net .link_twitter {
  color: #000000;
}
#exhibitorsSearchPopupViewExhibitor .social-net .link_youtube,
#exhibitorsSearch .social-net .link_youtube {
  color: #bb0000;
}
#exhibitorsSearchPopupViewExhibitor .social-net .link_linkedin,
#exhibitorsSearch .social-net .link_linkedin {
  color: #007bb5;
}
#exhibitorsSearchPopupViewExhibitor .social-net .link_instagram,
#exhibitorsSearch .social-net .link_instagram {
  color: #125688;
}
#exhibitorsSearchPopupViewExhibitor .img-main {
  text-align: center;
  margin-bottom: 30px;
}
#exhibitorsSearchPopupViewExhibitor .img-main img {
  max-width: 100%;
}
#exhibitorsSearchPopupViewExhibitor .company_name {
  font-size: 2em;
  text-align: center;
}
#exhibitorsSearchPopupViewExhibitor .stand_id {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  font-weight: bold;
}
#exhibitorsSearchPopupViewExhibitor .social-net {
  justify-content: center;
}
#exhibitorsSearchPopupViewExhibitor .social-net a {
  font-size: 2em;
  margin: 0 15px;
}
#exhibitorsSearchPopupViewExhibitor .files h2 {
  font-size: 2em;
  text-align: center;
}
#exhibitorsSearchPopupViewExhibitor .files .files-list .file {
  text-align: center;
  margin-bottom: 30px;
}
#exhibitorsSearchPopupViewExhibitor .files .files-list .file i {
  font-size: 4em;
  clear: both;
}
#exhibitorsSearchPopupViewExhibitor .staff_img {
  max-width: 100px;
}
#exhibitorsSearchPopupViewExhibitor .container-fluid {
  max-width: 800px;
}
#exhibitorsSearchPopupViewExhibitor .d-flex {
  display: flex;
}
#exhibitorsSearchPopupViewExhibitor .d-flex-center {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#exhibitorsSearchPopupViewExhibitor .members h2 {
  font-size: 2em;
  text-align: center;
}
#exhibitorsSearchPopupViewExhibitor .staffs {
  margin-bottom: 20px;
}
#exhibitorsSearchPopupViewExhibitor .staffs .img-circle {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100px;
  border-radius: 100%;
}
#exhibitorsSearchPopupViewExhibitor .staffs .staffs_data {
  display: inline-block;
  vertical-align: top;
}
#exhibitors_area_quick_stats .quick_links_top_info {
  display: inline-block;
  min-height: 70px;
}
#exhibitors_area_quick_stats .exhibitor_area_quick_link_container h3 {
  color: #377fa8;
}
#form_free_trial {
  font-family: 'Roboto', sans-serif;
}
#form_free_trial .popover h3,
#form_free_trial .tooltip_new {
  font-size: 16px;
}
#form_free_trial h2 {
  color: #444;
}
#form_free_trial a {
  font-size: inherit;
}
#form_free_trial input[type="text"],
#form_free_trial input[type="email"],
#form_free_trial input[type="number"],
#form_free_trial input[type="tel"],
#form_free_trial input[type="password"],
#form_free_trial input[type="url"],
#form_free_trial textarea,
#form_free_trial select {
  padding: inherit;
  border-radius: 3px;
  border-width: 1px;
  border-color: #BDC3C7;
}
#form_free_trial select {
  padding-left: 15px;
  border-width: 1px;
  border-radius: 3px;
  height: 50px;
  font-size: 16px;
}
#form_free_trial .alert {
  font-size: 16px;
}
#form_free_trial input[type="number"] {
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
}
#form_free_trial input[data-field="number"] {
  padding-left: 45px;
}
#form_free_trial .first-title {
  margin-top: 40px;
}
#form_free_trial .form-group label {
  padding-top: 8px;
  font-size: 16px;
}
#form_free_trial .accept label {
  line-height: 1.9 !important;
  font-size: 16px;
}
#form_free_trial .product-checkbox {
  margin-bottom: -10px;
}
#form_free_trial button {
  color: #fff;
  background-color: #0F3C50;
  border-radius: 2rem;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.5;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
@media screen and (min-width: 769px) {
  #popup_free_trial .popupcontent {
    min-width: 600px;
  }
}
#payments_widget_div .company {
  background-color: #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 7px;
}
