.cx-cursor-pointer {
  cursor: pointer;
}

.cx-my-profile {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #ccc;
}

.cx-profile-checkmark {
  display: inline-block;
  vertical-align: top;
  width: 35px;
}

.cx-profile-checkmark:after {
  content: ' ';
  background-image: url(/Css/Tickeron/design_style_guide/img/checkmark.svg);
  display: inline-block;
  z-index: 1;
  width: 23px;
  height: 16px;
  left: 6px;
}

.cx-profile-pencil {
  color: #BFBFBF;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  padding: 5px 7px;
  margin-right: 5px;
}

.profile-page-content {
  margin-top: 25px;
  margin-bottom: 120px;
  font-size: 16px;
}

.profile-form {
  background-color: #f3f3f3;
  padding: 40px 50px;
}

.profile-form input, .profile-form select, .profile-form textarea {
  background-color: #fff;
}

.profile-form .profile-group:after {
  border-bottom: none;
}

.cx-add-social-profile-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #ccc;
  background-color: #f4f4f4;
  text-align: center;
  margin-top: 3px;
}

.cx-add-social-profile-btn:hover {
  border-color: #333;
}

.cx-password-rules-popover {
  max-width: 120px;
}

.profile-group {
  font-size: 16px;
  margin-bottom: 0 !important;
  word-wrap: break-word;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.profile-group:after {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  content: ' ';
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.profile-group_editable {
  margin-bottom: 15px !important;
  padding: 0;
}

.profile-group_editable .profile-group__label {
  line-height: 47px;
}

.profile-group_community {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}

.profile-group__label {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  text-align: left;
  line-height: 25px;
  margin-bottom: 0;
}

.profile-group__label_modal {
  line-height: 15px !important;
  margin-top: 10px;
  font-size: 11px;
  color: #000;
}

.profile-group__label_modal-single-line {
  margin-top: 17px;
}

.profile-group__label .fa.fa-lock, .profile-group__label .fa.fa-unlock-alt {
  margin-left: 15px;
}

.profile-group__text {
  line-height: 25px;
  text-align: justify;
}

.cx-profile-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  height: 70px;
  margin-bottom: 0 !important;
}

.cx-profile-header_no-margin {
  margin-bottom: 0;
}

.cx-profile-header_edit {
  border-bottom: none;
  margin-bottom: 0;
}

.cx-btn-profile-edit {
  width: 50px;
  height: 50px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  content: ' ';
  float: right;
  padding: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.cx-btn-profile-edit:hover {
  border-color: #333;
}

.cx-btn-profile-edit:hover i {
  background-image: url(/Css/Tickeron/design_style_guide/img/edit_hover.svg);
}

.cx-btn-profile-edit i {
  position: absolute;
  margin-top: -3px;
  margin-left: -2px;
}

.cx-star-required:after {
  content: '*';
}

.cx-profile-btns-group__separator {
  margin-bottom: 35px;
  border-top-color: #dddddd;
}

.cx-profile-btns-group__btn {
  min-width: 175px;
  margin-right: 15px;
}

.cx-profile-btns-group__btn:first-child {
  margin-right: 15px;
}

.profile-item {
  padding: 9px 0 5px 0;
  position: relative;
}

.profile-item:hover .cx-profile-menu-icon_general, .profile-item.active .cx-profile-menu-icon_general {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_GI_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_advisor-profile, .profile-item.active .cx-profile-menu-icon_advisor-profile {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_AP_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_location, .profile-item.active .cx-profile-menu-icon_location {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_Location_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_security, .profile-item.active .cx-profile-menu-icon_security {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_Security_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_social-network, .profile-item.active .cx-profile-menu-icon_social-network {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_SNP_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_memberships, .profile-item.active .cx-profile-menu-icon_memberships {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_Memberships_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_community-settings, .profile-item.active .cx-profile-menu-icon_community-settings {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_CS_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_notifications, .profile-item.active .cx-profile-menu-icon_notifications {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_Notifications_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_subscriptions, .profile-item.active .cx-profile-menu-icon_subscriptions {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_Subscriptions_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_payment-settings, .profile-item.active .cx-profile-menu-icon_payment-settings {
  background-image: url(/Css/Tickeron/design_style_guide/img/p-menu_PS_hover.svg);
}

.profile-item:hover .cx-profile-menu-icon_delete, .profile-item.active .cx-profile-menu-icon_delete {
  background-image: url(/Css/Tickeron/design_style_guide/img/trash2_hover.svg);
}

.profile-item__text {
  margin-left: 40px;
}

.profile-item.active {
  background-color: #fff;
  margin-left: -50px;
  padding-left: 50px;
}

.profile-item.active:after {
  content: "\A";
  background: #08CC91;
  display: block;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0px;
  position: absolute;
  height: 100%;
}

@media screen and (max-width: 1451.8121px) {
  .profile-item.active {
    margin-left: -30px;
    padding-left: 30px;
  }
  .profile-item.active:after {
    content: "\A";
    background: #08CC91;
    display: block;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0px;
    position: absolute;
    height: 100%;
  }
}

@media (max-width: 1280px) {
  .profile-item.active {
    background-color: #f2f2f2;
  }
}

.profile-item_advisor {
  padding-bottom: 0;
}

.profile-item_advisor a {
  padding-bottom: 15px;
}

.profile-item_open {
  background-color: #fff;
  margin-left: -51px;
  padding-left: 50px;
}

.cx-profile-sub-menu {
  background-color: #fff;
  margin-left: -50px;
  padding-left: 50px;
}

.cx-profile-sub-menu li {
  padding: 14px 0 10px 60px;
  cursor: pointer;
  color: #7C7C7C;
  margin-left: -25px !important;
}

.cx-profile-sub-menu li.active {
  margin-left: -50px !important;
  padding-left: 85px;
  color: #333333;
}

.cx-profile-sub-menu li.active:after {
  content: "\A";
  background: #08CC91;
  display: block;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0px;
  position: absolute;
  height: 100%;
}

@media screen and (max-width: 1451.8121px) {
  .cx-profile-sub-menu li.active:after {
    left: 21px;
  }
}

.cx-profile-sub-menu li.active:before {
  content: ' ';
  border-top: 1px solid #e6e6e6;
  position: absolute;
  width: 236px;
  margin-top: -15px;
  margin-left: -41px;
}

.cx-profile-sub-menu li.active-cx {
  margin-left: -25px !important;
  padding-left: 55px;
}

.cx-profile-sub-menu li.active-cx:before {
  content: ' ';
  border-top: 1px solid #e6e6e6;
  position: absolute;
  width: 236px;
  margin-top: -15px;
  margin-left: -41px;
}

.profile-menu-scroll-container {
  position: absolute;
  top: 290px;
  bottom: 0px;
  right: 30px;
  left: 0px;
  padding-left: 30px;
}

.profile-menu-scroll-container.profile-menu-scroll-container_without-avatar {
  top: 350px;
}

.cx-profile-sub-menu-btn {
  cursor: pointer;
  float: right;
  margin-right: 20px;
}

.cx-profile-sub-menu-btn_active {
  color: #0967D1;
}

.cx-profile-membership {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.cx-profile-well {
  background-color: #F3F3F3;
  overflow: hidden;
  padding: 30px;
  vertical-align: middle;
  height: 100px;
  font-size: 16px;
  margin-bottom: 40px;
}

.cx-profile-well__icon {
  margin-right: 30px;
}

.cx-profile-well__text {
  display: inline-block;
  vertical-align: super;
}

.cx-profile-well__text b {
  text-transform: uppercase;
}

.cx-profile-well__sub-text {
  margin-top: 35px;
  font-size: 18px;
}

.cx-profile-well__btn {
  min-width: 160px;
  float: right;
}

.cx-profile-well__trig {
  left: 60px;
  bottom: 27px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 35px 0 0;
  border-color: #f2f2f2 transparent transparent transparent;
}

.cx-notifications-label {
  margin-top: 17px;
  margin-bottom: 20px;
}

.cx-delete-subscription-modal .modal-content {
  width: 500px;
}

.cx-delete-subscription-modal .modal-dialog {
  width: 500px;
}

.cx-delete-subscription-modal .modal-body {
  padding: 50px 30px 30px 30px;
}

.cx-delete-subscription-modal .modal-footer {
  border-top: none;
  padding: 27px 10px 30px 10px;
}

.cx-table-icon-btn {
  color: #333;
  margin-right: 10px;
  padding: 0;
}

.cx-table-icon-btn:hover {
  color: #0967D1;
}

.cx-profile-ava {
  margin: 10px;
  text-align: center;
}

.cx-profile-ava__circle {
  background-image: url(/Css/Tickeron/design_style_guide/img/ava_loader_default.svg);
  position: relative;
  margin: 20px auto;
  text-align: center;
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.cx-profile-ava__circle:hover {
  background-image: url(/Css/Tickeron/design_style_guide/img/ava_loader_hover.svg);
  cursor: pointer;
}

.cx-profile-ava__circle:hover i {
  color: #0967D1;
}

.cx-profile-ava__img {
  line-height: 150px;
  margin: 16px auto;
}

.cx-profile-ava__circle-dragover {
  border-color: #0967D1;
  cursor: pointer;
}

.cx-profile-ava__circle-dragover i {
  color: #0967D1;
}

.cx-profile-ava__text {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.cx-profile-ava__hint {
  color: #BFBFBF;
  font-size: 14px;
  margin-bottom: 20px;
}

.cx-profile-ava__delete {
  color: #BFBFBF;
  margin-bottom: 25px;
  cursor: pointer;
}

.cx-profile-ava__delete:hover {
  color: #000;
}

.cx-profile-ava__delete:hover .btn-delete-icon {
  background-image: url(/Css/Tickeron/design_style_guide/img/delete_hover.svg);
}

.cx-profile-ava__delete .btn-delete-icon {
  vertical-align: initial;
  margin-right: 5px;
}

.checkbox-list_licenses {
  background-color: transparent;
  padding-bottom: 20px;
  border: none;
  box-shadow: none;
}

.checkbox-list_licenses div {
  margin: 0 !important;
  margin-bottom: 15px !important;
  padding-left: 0 !important;
}

.payment-settings-block .profile-group__label {
  text-align: left;
}

.cx-confirm-pass-message {
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.cx-events__header {
  margin-top: 70px;
  margin-bottom: 35px;
}

.cx-events__grey {
  padding: 45px 50px;
  background-color: #F3F3F3;
  margin-bottom: 50px;
}

.cx-events__grey input {
  background-color: #fff;
  min-width: 250px;
}

.cx-events__separator {
  color: #ccc;
  margin: 0 20px;
  font-weight: bold;
}

.cx-events__label {
  margin-right: 20px;
  margin-bottom: 0;
}

.cx-user-event .cx-card {
  border: none;
  width: 33%;
  display: inline-block;
}

.cx-user-event__group {
  margin: 30px 35px 0 0;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 24px;
  color: #333;
}

.cx-user-event__group .cx-checkbox {
  position: relative;
}

.cx-user-event__group .cx-checkbox span {
  color: #333;
  position: absolute;
  bottom: 0px;
}

.cx-user-event__checkbox {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.cx-user-event__minimizer {
  padding-left: 20px;
  border-left: 1px solid #ededed;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.cx-event-results-table thead tr th {
  border-top: none;
  border-bottom-color: #333;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.cx-event-results-table tbody tr td {
  padding: 23px 0;
  font-weight: normal;
}

.cx-event-results-table tbody tr td:first-child {
  font-weight: bold;
}

.cx-event-results-table__details td {
  padding-top: 0 !important;
  font-weight: normal !important;
  border-top: none;
}

.cx-community-header {
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 35px;
}

.cx-profile-social-disconnect {
  border-bottom: 1px solid #ededed;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}

.cx-profile-social-disconnect i {
  float: right;
  line-height: 60px;
  height: 14px;
  width: 14px;
  margin-top: 20px;
  background-image: url(/Css/Tickeron/design_style_guide/img/close_default.svg);
  cursor: pointer;
}

.cx-profile-social-disconnect i:hover {
  background-image: url(/Css/Tickeron/design_style_guide/img/close_hover.svg);
}

.cx-modal-window-close-icon {
  position: absolute;
  right: 35px;
  top: 40px;
}

.cx-education-modal .modal-dialog, .cx-workhistory-modal .modal-dialog {
  width: 700px;
}

.cx-education-modal .modal-dialog .modal-header, .cx-workhistory-modal .modal-dialog .modal-header {
  padding-left: 0;
  padding-bottom: 25px;
}

.cx-education-modal .modal-dialog .form-group, .cx-workhistory-modal .modal-dialog .form-group {
  margin-bottom: 0;
}

.cx-education-modal .modal-dialog label.control-label, .cx-workhistory-modal .modal-dialog label.control-label {
  line-height: 50px;
  text-align: right;
}

.cx-education-item, .cx-workhistory-item {
  margin-top: 30px;
  position: relative;
}

.cx-education-item__index, .cx-workhistory-item__index {
  float: left;
  font-weight: bold;
  height: 100%;
}

.cx-education-item__circle, .cx-workhistory-item__circle {
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  width: 50px;
  padding-top: 13px;
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.cx-education-item__university, .cx-workhistory-item__university {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cx-education-item__border, .cx-workhistory-item__border {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
  cursor: pointer;
}

.cx-workhistory-item__num-block {
  border-left: 1px solid #e3e3e3;
  padding-left: 25px;
}

.cx-workhistory-item__num {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.cx-workhistory-item__num-info {
  color: #b3b3b3;
  line-height: 20px;
  display: inline-block;
  margin-top: 10px;
  font-weight: normal;
}

.cx-workhistory-item__delete-icon {
  position: absolute;
  right: 0;
  top: 20px;
}

.cx-profile-add-btn-icon {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.cx-profile-subscription {
  padding: 50px 20px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  vertical-align: middle;
}

.cx-profile-subscription:hover button {
  display: block;
}

.cx-profile-subscription_no-data {
  border-bottom: none;
  padding-left: 0;
}

.cx-profile-subscription_no-data .cx-profile-subscription__text-muted {
  font-size: 24px;
  font-weight: 100;
}

.cx-profile-subscription__sub-text {
  margin-top: 15px;
}

.cx-profile-subscription__text {
  margin-left: 30px;
  font-size: 22px;
  line-height: 62px;
}

.cx-profile-subscription__text-muted {
  color: #b3b3b3;
}

.cx-profile-subscription__btn {
  float: right;
  text-transform: capitalize;
  margin-top: 6px;
  margin-right: 20px;
}

.cx-profile-payments__text {
  margin-bottom: 30px;
}

.cx-profile-payments__nothing {
  border-radius: 30px;
  border: 2px solid #e3e3e3;
  color: #ccc;
  height: 200px;
  vertical-align: middle;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 25px 30px;
}

.cx-profile-payments__addition-info {
  border-bottom: 1px solid #e3e3e3;
  padding: 50px;
  margin-bottom: 60px;
}

.cx-profile-payments__addition-info__description {
  margin-bottom: 40px;
  margin-left: -65px;
  padding-left: 65px;
  border-left: 5px solid red;
}

.cx-profile-payments__rejected-message {
  border-left: 8px solid red;
  padding-left: 40px;
  font-size: 1.2em;
  font-weight: bold;
}

.cx-profile-payments__account-info__header {
  margin-bottom: 50px;
}

.cx-profile-payments__account-info__info-block {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}

.cx-profile-payments__account-info label {
  font-weight: bold;
  padding-left: 0;
}

.cx-profile-payments__thanks-message {
  font-size: 1.5rem;
}

.cx-profile-payments__balance {
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.cx-profile-payments__balance__amount {
  font-size: 30px;
  font-weight: bold;
}

.cx-profile-payments__edit__type-label {
  margin-right: 25px;
}

.cx-profile-payments__edit__select-desc {
  color: #333333;
}

.cx-profile-payments__edit__type-block, .cx-profile-payments__edit__type-note-block {
  padding-bottom: 20px;
}

.cx-profile-payments__edit__btn {
  min-width: 150px;
  margin-right: 30px;
}

.cx-profile-payments__edit__btn:last-child {
  margin-right: 0;
}

.cx-profile-payments__edit__terms-block {
  padding-bottom: 40px;
  color: #BFBFBF;
}

.cx-profile-payments__edit__terms-block .cx-checkbox a {
  color: #BFBFBF;
}

.cx-profile-payments__edit__terms-block .cx-checkbox a:hover, .cx-profile-payments__edit__terms-block .cx-checkbox a:focus {
  color: black;
}

.cx-profile-payments__edit__terms-block .cx-checkbox span:hover a {
  color: black;
}

.cx-delete-education-icon {
  position: absolute;
  right: 25px;
  top: 20px;
}

.cx-profile-no-data {
  margin-top: 20px;
  color: #BFBFBF;
  text-align: left;
  display: block;
}

.cx-current-pass-label {
  line-height: 50px;
  text-align: right;
}

.cx-document-upload {
  display: table;
  width: 100%;
}

.cx-document-upload__state-block {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 58px;
}

.cx-document-upload__file-name {
  cursor: help;
}

.cx-document-upload__loaded {
  border-right: 1px solid #BFBFBF;
  padding-right: 20px;
}

.cx-document-upload__clear-btn {
  color: #BFBFBF;
  float: right;
}

.cx-document-upload__clear-btn:hover, .cx-document-upload__clear-btn:visited {
  color: black;
}

.cx-seller-withdraw-funds-modal .modal-content {
  width: 500px;
  padding: 30px;
}

.cx-admin-user-events .cx-user-event__group span {
  margin-left: 25px;
  float: right;
}

.cx-form .form-group {
  margin-bottom: 20px;
}

.cx-form .form-group__last {
  margin-bottom: 0;
}

.cx-seller-status {
  display: inline-block;
}
