/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


label.error {
  color: #dc3545 ;
  display: inline-block;
  padding-right: 10px;
}
.fs_required {
  border: 2px solid #dc3545 !important;
}
.loading {
  display: none;
  float: left;
}
.fs_button {
    background: #3ba1da !important;
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px !important;
    cursor: pointer !important;
    width: 82% !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: inherit !important;
    outline: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    border: none !important;
    display: block;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: normal !important;
    overflow: hidden;
    position: relative;
    transition: 0.25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.um-icon-checkmark {
  color: #3fc380;
}
.um-faicon-times {
  color: #d64541;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  .avia_textblock .edit-profile, .avia_textblock .update-payment{
    width: 35%;
  }
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .avia_textblock .edit-profile, .avia_textblock .update-payment{
    width: 100%;
  }
}

