.user_profile_module {
  
  
  
}
.user_profile_module .up_title {
  font-family: "SourceSansPro-Bold" !important;
  color: #444;
  font-size: 24px;
  margin-bottom: 30px;
}
.user_profile_module .up_subtitle {
  font-size: 14px;
  color: #444;
  line-height: 20px;
  margin-bottom: 20px;
}
.user_profile_module .up_buttons {
  padding: 10px;
  text-align: center;
}
.user_profile_module .up_question_title {
  background-color: #4c8df5;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.user_profile_module .up_question_desc {
  color: #444;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.user_profile_module .up_question_name {
  font-weight: 600;
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}
.user_profile_module .up_question_input {
  margin-bottom: 15px;
}
.user_profile_module .up_question_input input[type=text],
.user_profile_module .up_question_input input[type=number],
.user_profile_module .up_question_input input[type=password],
.user_profile_module .up_question_input input[type=date],
.user_profile_module .up_question_input select,
.user_profile_module .up_question_input textarea {
  width: 100%;
}
.user_profile_module .up_question_input input[type=text].error,
.user_profile_module .up_question_input input[type=number].error,
.user_profile_module .up_question_input input[type=password].error,
.user_profile_module .up_question_input input[type=date].error,
.user_profile_module .up_question_input select.error,
.user_profile_module .up_question_input textarea.error {
  border: 1px solid #ff0000 !important;
  box-shadow: inset 0px 2px 2px #eeaaaa !important;
}
.user_profile_module .up_form_error {
  text-align: center;
  font-size: 14px;
  color: #F44336;
  padding: 20px;
  display: none;
  font-weight: 600;
}
.user_profile_module .up_question_input textarea {
  height: 80px;
}
.user_profile_module .up_form_required {
  font-size: 15px;
  color: #F44336;
}
.user_profile_module input[type=checkbox] {
  display: none;
  vertical-align: middle;
}
.user_profile_module input[type=checkbox] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  cursor: pointer;
  cursor: hand;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  background-image: none;
  border: 1px solid #fff;
  margin-top: -4px;
  margin-left: 5px;
}
.user_profile_module input[type=checkbox] + label span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.user_profile_module input[type=checkbox]:checked + label span {
  background-color: #4c8df5;
  display: inline-block;
}
.user_profile_module i {
  color: #777;
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.user_profile_module input[type=checkbox]:checked + label i {
  color: #4c8df5;
}
.user_profile_module .btn_delete_language {
  margin-top: 25px;
  display: none;
}
.user_profile_module .up_language_pairs {
  display: none;
}
.user_profile_module .up_translator_category {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
  transition: all 0.2s ease;
  margin: 0 10px 10px 0;
}
.user_profile_module .up_translator_category.active {
  background-color: #4c8df5;
  color: #fff;
  border-color: #4c8df5;
}
.user_profile_module .documents_list .file {
  padding: 5px 5px 5px 10px;
  display: inline-block;
  margin: 5px 10px 5px 0px;
  vertical-align: middle;
  background-color: #f0f0f0;
  color: #4d4d4d;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.user_profile_module .documents_list .file.is_loading {
  opacity: 0.5;
}
.user_profile_module .documents_list .file > i {
  vertical-align: middle;
}
.user_profile_module .documents_list .file .name {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.user_profile_module .documents_list .file .close {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  cursor: pointer;
}
.user_profile_module .documents_list .file .close i {
  font-size: 14px;
}
.user_profile_module .up_category_specialty .up_category_specialty_title {
  font-family: SourceSansPro-Semibold !important;
  font-size: 14px;
  color: #fff;
  background-color: #4c8df5;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  margin-bottom: -1px;
}
.user_profile_module .up_category_specialty .up_category_specialty_subcategories {
  border-top: 2px solid #4c8df5;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.user_profile_module .up_category_specialty .up_category_specialty_subcategories .up_category_specialty_subcategory {
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 5px 0px;
  background-color: #fff;
  cursor: pointer;
  cursor: hand;
  color: #666;
}
.user_profile_module .up_category_specialty .up_category_specialty_subcategories .up_category_specialty_subcategory.active {
  color: #558B2F;
  border: 1px solid #8BC34A;
  background-color: #DCEDC8;
  font-family: SourceSansPro-Semibold !important;
}




.user_profile_spinner {
  font-size: 100px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  list-style: none;
  margin-top: -3px;
}

.user_profile_spinner li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.user_profile_spinner li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 3px 0 0 -5px;
  background: #00C176;
  -webkit-transform-origin: 50% 200%;
  -moz-transform-origin: 50% 200%;
  -ms-transform-origin: 50% 200%;
  -o-transform-origin: 50% 200%;
  transform-origin: 50% 200%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -moz-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -ms-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -o-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

.user_profile_spinner li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -6px 6px 0 0;
  background: #FF003C;
  -webkit-transform-origin: -100% 50%;
  -moz-transform-origin: -100% 50%;
  -ms-transform-origin: -100% 50%;
  -o-transform-origin: -100% 50%;
  transform-origin: -100% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -moz-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -ms-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -o-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

.user_profile_spinner li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0px 0px 5px -5px;
  background: #FABE28;
  -webkit-transform-origin: 50% -100%;
  -moz-transform-origin: 50% -100%;
  -ms-transform-origin: 50% -100%;
  -o-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -moz-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -ms-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -o-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

.user_profile_spinner li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -7px 0 0 6px;
  background: #88C100;
  -webkit-transform-origin: 200% 50%;
  -moz-transform-origin: 200% 50%;
  -ms-transform-origin: 200% 50%;
  -o-transform-origin: 200% 50%;
  transform-origin: 200% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -moz-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -ms-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -o-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rota {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rota {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rota {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rota {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-moz-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-ms-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-o-keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}

.availability_module .availability_table {
  border: 1px solid #ddd;
}
.availability_module .availability_table * {
  user-select: none;
}
.availability_module .availability_table .availability_header {
  font-size: 0;
}
.availability_module .availability_table .availability_header div {
  border-right: 1px solid #ddd;
  background-color: #eee;
  text-align: center;
  font-weight: 600;
  color: #4d4d4d;
  width: 12.5%;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
.availability_module .availability_table .availability_header div:last-child {
  border-right: 0px;
}
.availability_module .availability_table .availability_row {
  font-size: 0;
  border-bottom: 1px solid #eee;
}
.availability_module .availability_table .availability_row:last-child {
  border-bottom: 0px;
}
.availability_module .availability_table .availability_row div {
  border-right: 1px solid #eee;
  background-color: #f5f5f5;
  text-align: center;
  width: 12.5%;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-weight: 600;
}
.availability_module .availability_table .availability_row div:first-child {
  background-color: #eee;
  border-right: 1px solid #ddd;
}
.availability_module .availability_table .availability_row div.active {
  background-color: #AEEA00;
}
.availability_module .availability_table .availability_row div.hour {
  cursor: pointer;
}


.paypal_module input {
  width: calc(100% - 200px);
}





.up_form_image {
  max-width: 200px;
  margin: 0 auto;
}

.up_personal_info_avatar {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fafafa;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.up_form_image .btn_change_photo {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.up_form_image_temp_layer.ui-draggable {
  cursor: move;
}

.up_form_image_options {
  text-align: center;
  padding: 10px 0px;
  display: none;
}

.up_form_image_options .slider_text {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.up_form_image_options > div {
  display: inline-block;
}

.up_form_image_options .slider_icon_minus {
  margin: 0px 10px 0px 0px;
  font-size: 16px;
}

.up_form_image_options .slider_icon_plus {
  margin: 0px 0px 0px 10px;
  font-size: 16px;
}

.up_form_image_options .slider_image {
  width: calc(100% - 80px);
  height: 6px;
}

.up_form_image_options .slider_button {
  margin-top: 10px;
  display: block;
}

.up_form_image_options .slider_image .ui-slider-handle {
  border-radius: 50px;
  border: 1px solid #aaa;
  background-image: none;
  background-color: #ccc;
  cursor: pointer;
  cursor: hand;
  margin-top: -2px;
}


.user_settings_module .change_password_2 {
  display: none;
}
.user_settings_module .change_password_2 .button_dont_change_password {
  padding: 15px;
  text-align: center;
}
.user_settings_module .change_email_2 {
  display: none;
}
.user_settings_module .change_email_2 .button_dont_change_email {
  padding: 15px;
  text-align: center;
}




.up_tabs {
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

.up_tab {
  border: 1px solid #ccc;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: -1px;
  font-family: "SourceSansPro-Semibold" !important;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  cursor: hand;
  background-color: #e0e0e0;
  border-radius: 2px;
  margin-right: 5px;
}

.up_tab.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.up_tab_content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 0px;
}
