/* Structure */

img {
  max-width: 1000px;
}

.title-icon {
  width: 25px;
  height: 25px;
}

#register-page {
  max-width: 960px;
  width: 100%;
}

select, input, textarea {
  color: #373737;
}

input[tpe="checkbox"],
input[tpe="radio"] {
  width: 16px;
}

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #979797;
}

.hide {
  display: none;
}

#header .header-container {
  margin: 0 auto;
}

.section {
  margin-top: 6px;
  margin-bottom: 10px;
  width: 100%;
}

.section-header {
  height: 35px;
  line-height: 35px;
}

.section-content {
  margin: 20px 40px;
}

#btn-linkedin-login {
  margin: 0 0 5px 0;
}

.graphics-slider {
  width: 702px;
  height: 95px;
}

.field {
  margin: 8px 0;
}

.field-wrapper {
  float: left;
  width: 380px;
}

.korean-privacy-item {
  margin-top: 20px;
}

.unsatisfied {
  color: #E20913;
}

.satisfied {
  color: #359A35;
}

#welcome-box .content-box {
  padding: 30px 15px;
  width: 905px;
}

#terms-box .content-box {
  /* test */
  height: 80px;
}

#preference_list_container_top {
  height: 5px;
  background: url(images/preference-tag-list-container-top-bg.png);

}

#preference_list_container_middle {
  height: 239px;
  overflow: auto;
  padding: 5px 0 5px 8px;
}

#preferences-box li {
  height: 20px;
}

#preference_list_container_bottom {
  height: 5px;
  background: url("images/preference-tag-list-container-bottom-bg.png");
}

#keep-me-logged-box {
  text-align: right;
  vertical-align: middle;
  margin-top: 17px;
}

#secondary-graphics-box {
  margin-top: 15px;
}

#terms-box span {
  margin-right: 18px;
}

#custom-field-box textarea {
  width: 486px;
  height: 60px;
}

#custom-field-box input {
  vertical-align: middle;
}

#custom-field-box input[type="text"] {
  width: 486px;
  height: 35px;
}

#phone-number-container .error-message {
  margin-left: 51px;
}

#phone-number-container .standard-optional-item {
  margin-right: 45px;
}

#phone-number-container .float-right {
  margin-right: 3%;
}

#standard-fields input {
  vertical-align: middle;
}

#standard-optional-box input {
}

#custom-field-box input {
  height: 20px;
}

#profile-image .standard-required {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#shared-file-box .standard-required {
  width: 80%;
  margin-top: 10px;
}

#shared-file-box input[type="text"],
#profile-image input[type="text"] {
  border: 1px solid #979797;
  padding: 0 0 0 10px;
  width: 214px;
  height: 35px;
  border-radius: 5px;
  float: left;
}

#profile-image input[type="text"] {
  margin: 2px 0 0 5px;
}

#form-footer {
  margin-top: 20px;
}

#splash-bottom-box {
  float: left;
  margin-top: 0;
}

#form-buttons {
  float: right;
  width: auto;
  border: none;
  background: transparent;
}

#form-buttons button {
  margin-left: 10px;
}

#korean-error-required {
  color: #E20913;
  text-align: left;
  display: none;
}

/* Image crop - begin */
#profile-jcrop-win {
  position: fixed;
  width: 400px;
  display: none;
}

#profile-jcrop-win .dialog {
  padding-top: 5px;
}

#upload-container {
  width: 400px;
  height: 400px;
  background-color: #ffffff;
  margin: 0 auto 5px;
  overflow: hidden;
}

#upload-footer {
  margin: 0 auto;
  text-align: center;
  width: 400px;
  padding-bottom: 2px;
}

#upload-footer button {
  margin: 4px 10px;
}

#file-upload-button-container {
  margin-top: 10px;
}

/* File upload - end */

#button-sign-up {
  margin-top: 8px;
  margin-left: 20px;
}

#shared-file-btn-box .file-item {
  margin-top: 10px;
}

.file-container {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 0 0 10px;
}

.file-container a {
  width: 100px;
  height: 30px;
  background: #B7B7B7;
}

.file-container input[type='file'] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 30px;
}

.file-original-name {
  line-height: 30px;
  float: left;
  margin: 0 0 0 10px;
}

#registration-terms {
  height: auto !important;
  min-height: 80px;
  color: #767573;
}

#registration-terms .standard-required {
  width: 89%;
  margin-bottom: 8px;
}

#btn-clear, #btn-submit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-left: 10px;
}

#btn-submit.disabled {
  opacity: 0.6;
  cursor: default;
}

input[type=text]:not(.new-login),
input[type=password]:not(.new-login),
textarea:not(.new-login) {
  border-color: #979797;
  padding: 0 0 0 10px;
  width: 270px;
  height: 30px;
  border-radius: 5px;
}

textarea {
  padding: 10px;
  height: 80px;
}

.select-container {
  width: 270px;
  height: 30px;
  background: #ddd url("../../event/images/down-arrow-black.png") no-repeat 246px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 1px solid #979797;
}

.select-container div {
  background: #fff;
  position: absolute;
  width: 235px;
  height: 28px;
  border-right: 1px solid #979797;
}

select:not(.new-login) {
  width: 290px;
  height: 27px;
  padding: 5px 0 5px 10px;
  position: absolute;
  background: transparent;
  border: none;
  /*text-indent: 0.01px;*/
  /*text-overflow: "";*/
  -webkit-appearance: none;
  -moz-appearance: none;
}

.field.wide .select-container {
  width: 400px;
  background: #ddd url("../../event/images/down-arrow-black.png") no-repeat 376px;
}

.field.wide .select-container div {
  width: 365px;
}

.field.wide select {
  width: 400px;
}

.field.wide input[type=text],
.field.wide [type=password],
.field.wide textarea,
.field-wide #email {
  width: 400px;
}

.field-wide #email-tip-section,
.field-wide #password-criteria {
  width: 420px;
}

.field.wide .message.error,
.field-wide .message.error {
  margin-top: 3px;
}

#email-error-not-white-list {
  width: 90%;
}

.section-container {
  padding-left: 15px;
}

#custom-field-box ul span {
  color: #767573;
}

.avatar-container {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}

.avatar {
  width: 32px;
  height: 32px;
}

#profile-image .button-container {
  margin: 10px 0;
}

#profile-image .file-container {
  margin: 0;
}

#registration-terms .section-container {
  margin-bottom: 8px;
  padding-right: 30px;
}

#terms-section .btn-container label {
  margin-left: 5px;
  margin-right: 20px;
}

#terms-section .additional-text {
  margin-bottom: 10px;
}

#profile-image .section-container {
  margin: 10px 0;
  width: 90%;
}

.btn-container {
  margin-top: 8px;
}

#terms-box .section-separator {
  margin: 15px auto;
}

#terms-box .sub-section {
  padding-bottom: 5px;
}

.section-separator {
  width: 100%;
}

#phone-number-container #phone-number-error-required {
  width: 100%;
}

#email {
  width: 270px;
}

#email-input-field,
#password-fields {
  float: left;
}

#email-tip-section,
#password-criteria {
  float: right;
  width: 500px;
  margin-top: 5px;
}

#phone-number-container .field-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#phone-number-container .field {
  display: inline-block;
  margin-right: 20px;
}

#phone-number-container .field input[type=text] {
  width: 270px;
}

.phone-number {
  font-weight: bold;
  margin-bottom: 10px;
}

.phone-number-field-wrapper {
  padding: 20px 0px 20px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/*#custom-fields label p {
  display: inline-block;
}

#custom-fields .field-wrapper {
  float: none;
  width: 470px;
  margin-bottom: 15px;
}

#custom-fields input[type=text],
#custom-fields textarea {
  width: 470px;
}

#custom-fields .select-container {
  width: 470px;
  background: #ddd url("../../event/images/down-arrow-black.png") no-repeat 446px;
}

#custom-fields .select-container div {
  width: 435px;
}

#custom-fields select {
  width: 490px;
}

#custom-fields .field textarea {
  height: 200px;
  padding: 5px;
}

#custom-fields .field li {
  margin: 5px 0;
}*/

#register-page .section-title {
  float: none;
}

#linkedin-profile-url-field {
  height: 35px;
  padding: 10px 0 0 0;
}

#linkedin-profile-url-field #linkedin-profile-url {
  width: 400px;
}

#linkedin-profile-url-field span {
  margin-left: 10px;
  font-weight: bold;
}

#register-page #profile-image .button-container > div {
  float: left;
}

#register-page #terms-error-format {
  margin-top: 10px;
}

#webinar-banner-image {
  margin: 15px;
}

#webinar-banner-image img {
  max-width: 940px;
}

#webinar.section {
  margin-bottom: 15px;
}

#webinar .section-content {
  margin: 15px 25px;
}

#register-welcome-text h1,
#webinar #webinar-detail h1 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}

#register-welcome-text h2,
#webinar #webinar-detail h2 {
  display: block;
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

#register-welcome-text h3,
#webinar #webinar-detail h3 {
  display: block;
  font-size: 1.17em;
  margin: 0.7em 0;
  font-weight: bold;
}

#register-welcome-text h4,
#webinar #webinar-detail h4 {
  display: block;
  margin: 0.5em 0;
  font-weight: bold;
}

#register-welcome-text h5,
#webinar #webinar-detail h5 {
  display: block;
  font-size: 0.83em;
  margin: 0.5em 0;
  font-weight: bold;
}

#register-welcome-text h6,
#webinar #webinar-detail h6 {
  display: block;
  font-size: 0.67em;
  margin: 0.5em 0;
  font-weight: bold;
}

#register-welcome-text p,
#webinar #webinar-detail p {
  display: block;
  margin: 0.7em 0;
}

.form-sections > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 40px;
}

.form-sections > li:last-child {
  border-bottom: none;
}

#register-page .section-header h2 {
  float: left;
  margin-left: 15px;
  font-weight: bold;
}

#register-welcome-text,
#webinar-detail {
  margin: 20px 20px;
}

#register-page .guide {
  margin: 15px 40px -10px 40px;
}

#register-page .form-sections > li > h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.file-item > form > input[type=text] {
  float: left;
}

#profile-image-section .desc {
  margin-bottom: 10px;
}

#profile-image-section .linkedin-profile {
  margin: 15px 0 10px 0;
}

#custom-questions-section label > div,
#custom-questions-section label > p {
  display: inline;
}

#custom-questions-section > div {
  margin-top: 20px;
}

#custom-questions-section > div:first-child,
#custom-questions-section > div.clear {
  margin-top: 0;
}

#language-select {
  width: 218px;
  padding-right: 30px;
}

.linked-in {
  display: flex;
  align-items: center;
}

.linked-in label{
  padding: 0px 10px;
}

.linkedin-icon-registration {
  width: 32px;
  height: 32px;
}

#change-email-dialog,
#enter-password-dialog,
#webinar-register-dialog,
#registration-restricted {
  height: auto !important;
  position: fixed;
  min-height: 55px;
  display: none;
}

#change-email-dialog {
  width: 370px;
}

#change-email-dialog #new-email-address {
  width: 300px;
}

#webinar-register-dialog {
  width: 220px;
}

#webinar-register-dialog .dialog-container {
  color: gray;
  font-weight: bold;
  line-height: 20px;
}

#webinar-register-dialog .dialog-container {
  text-align: center;
}

#webinar-register-dialog .dialog-footer {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

#webinar-register-dialog button {
  padding: 0 15px;
}

#enter-password-dialog {
  width: 370px;
}

#enter-password-dialog input[type='password'] {
  width: 318px;
}

.dialog-footer {
  text-align: center;
  margin-top: 10px;
}

#enter-password-dialog button:last-child {
  margin-left: 30px;
}

#enter-password-dialog a {
  margin-top: 10px;
}

.btn-remove {
  margin-left: 10px;
  font-size: 22px;
  line-height: 140%;
  cursor: pointer;
  display: none;
}

#cunaContactsLoading {
  position: absolute;
  top: 6px;
  left: 340px;
}

#registration-restricted {
  width: 600px;
}

@media (min-height: 600px) and (min-width: 600px) {
  #upload-footer {
    width: 280px !important;
    padding-bottom: 0px;
  }
}

/* New register page styles */
.new-avatar-container {
  width: 80px;
  height: 80px;
}

.new-login #register-form .form-sections section{
  margin-bottom: 1rem;
}

.new-login #email-section,
.new-login #custom-questions-section,
.new-login #share-file-section,
.new-login #profile-image-section,
.new-login #basic-info-section #email-input-field,
.new-login #linkedin-profile-url-field {
  grid-template-columns: repeat(1, minmax(0, 50%));
}

.new-login .cst-field > label span,
.new-login #share-file-section div.cst-field span {
  color: var(--vwc-color-symbol-required-base);
}

vwc-toggle vwc-media label span.vwc-toggle__label-content::after {
  display: none;
}

.new-login img {
  max-width: inherit;
}

.new-login #btn-submit {
  margin: 0;
}

.new-login #password-criteria,
.new-login #btn-cancel button {
  background: rgb(255, 255, 255, 0.4);
}