@charset "UTF-8";
.form_error {
  color: #FF4400;
  font-size: 12px; }

button, .role_button, input[type="button"], input[type="submit"] {
  background-color: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  outline: none;
  overflow: visible;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none; }
  button.small, .role_button.small, input[type="button"].small, input[type="submit"].small {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px; }
  button.large, .role_button.large, input[type="button"].large, input[type="submit"].large {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-transform: none; }
  button.huge, .role_button.huge, input[type="button"].huge, input[type="submit"].huge {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    text-transform: none; }
  button:hover, .role_button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #222222;
    border-color: #222222;
    color: #ffffff; }
  button:active, .role_button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #000000;
    border-color: #000000; }
  button.primary, .role_button.primary, input[type="button"].primary, input[type="submit"].primary {
    background-color: #14CEC5;
    color: #ffffff; }
    button.primary:hover, .role_button.primary:hover, input[type="button"].primary:hover, input[type="submit"].primary:hover {
      background-color: #19F3E8; }
    button.primary:active, .role_button.primary:active, input[type="button"].primary:active, input[type="submit"].primary:active {
      background-color: #0FA29B; }
  button.secondary, .role_button.secondary, input[type="button"].secondary, input[type="submit"].secondary {
    background-color: #222222;
    color: #ffffff; }
    button.secondary:hover, .role_button.secondary:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover {
      background-color: #2D2D2D; }
    button.secondary:active, .role_button.secondary:active, input[type="button"].secondary:active, input[type="submit"].secondary:active {
      background-color: #111111; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dadada;
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  height: 30px;
  padding: 0 5px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder {
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder {
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder {
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder {
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input[type="text"].large, input[type="password"].large, input[type="email"].large, input[type="number"].large {
    height: 42px;
    font-size: 14px; }
  input[type="text"].huge, input[type="password"].huge, input[type="email"].huge, input[type="number"].huge {
    height: 60px;
    font-size: 18px; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus {
    border-color: #14CEC5;
    outline: none; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover {
    background-color: #fafafa; }
  input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="number"].error {
    border: 2px solid #bd3737; }

textarea {
  background-color: #ffffff;
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  padding: 5px;
  resize: vertical;
  vertical-align: middle; }
  textarea:focus {
    border-color: #14CEC5;
    outline: none; }
  textarea:hover {
    background-color: #fafafa; }

.select_wrapper_group .label {
  border: 1px solid #dadada;
  color: #888888;
  height: 30px;
  padding: 5px;
  float: left;
  line-height: 14px; }
  .select_wrapper_group .label.large {
    height: 40px; }
.select_wrapper_group .select_wrapper {
  border-left: none;
  float: left; }

.select_wrapper {
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  padding-left: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  .select_wrapper:after {
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    color: #888888;
    content: "▼";
    font-size: 8px;
    height: 100%;
    right: 0;
    width: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 5; }
  .select_wrapper .label {
    color: #888888;
    border-right: 1px solid #dadada;
    display: inline-block;
    font-size: 12px;
    height: 100%;
    padding-top: 3px;
    text-align: left;
    vertical-align: top; }
  .select_wrapper select {
    background: #ffffff;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 14px;
    height: 29px;
    margin-top: -1px;
    outline: none;
    padding-right: 20px;
    position: relative;
    width: calc(100% + 20px);
    -webkit-appearance: none;
    appearance: none;
    z-index: 4; }
  .select_wrapper.large {
    height: 40px;
    line-height: 40px; }
    .select_wrapper.large select {
      height: 39px; }

input[type="checkbox"], input[type="radio"] {
  display: none;
  visibility: hidden; }

.role_checkbox {
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: middle;
  width: 25px; }

.role_checkbox:after {
  content: '✓';
  height: 25px;
  font-size: 18px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px; }

.role_checkbox.small {
  height: 20px;
  width: 20px; }
  .role_checkbox.small:after {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 20px; }

.role_checkbox:hover {
  background-color: #dadada;
  color: #ffffff; }

input[type="checkbox"]:checked + .role_checkbox, input[type="checkbox"]:checked + .role_checkbox:hover {
  background-color: #14CEC5;
  border-color: #14CEC5;
  color: #ffffff; }

.role_radio {
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: middle;
  width: 20px; }

.role_radio:hover {
  background-color: #dadada;
  color: #ffffff; }

input[type="radio"]:checked + .role_radio, input[type="radio"]:checked + .role_radio:hover, input[type="checkbox"]:checked + .role_radio {
  background-color: #14CEC5;
  border-color: #14CEC5;
  color: #ffffff; }

.hidden_file_field {
  display: none; }

.imgPreview {
  background-color: #fafafa;
  background-image: url(image_path("icon_plus.png"));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 1px solid #dadada;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  display: inline-block;
  height: 100px;
  position: relative;
  width: 100px; }
  .imgPreview.chooseToCover:hover {
    background-color: #f5f5f5; }
    .imgPreview.chooseToCover:hover:before {
      bottom: -15px;
      color: #14CEC5;
      content: 'Choose to be cover';
      font-size: 11px;
      height: 10px;
      line-height: 10px;
      left: 0;
      position: absolute;
      width: 100%;
      text-align: center; }
  .imgPreview.chooseToCover.selected {
    border: 1px solid #14CEC5; }

.imgPreview:hover {
  background-color: #fff; }

.imgPreview:after {
  /*this is to avoid bug that occurs when dragging preview image */
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media screen and (max-width: 480px) {
  button, .role_button, input[type="button"], input[type="submit"] {
    font-size: 14px;
    height: 40px;
    line-height: 40px; }

  input[type="text"], input[type="password"], input[type="email"] {
    font-size: 14px;
    height: 40px;
    line-height: 40px; } }

/*# sourceMappingURL=form_elements.css.map */
