.btn,
.btn-rounded,
.btn.btn-rounded {
  border: 1px solid transparent;
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #55505a;
  color: #ffffff;
  transition: all .2s;
  -webkit-transition: all .2s;
  box-shadow: inset 0px 0px 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
  .btn .icon,
  .btn-rounded .icon,
  .btn.btn-rounded .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    display: inline-block;
    float: left;
    margin: 0 6px 0 0;
    width: 16px;
    height: 40px; }
  .btn:active:focus, .btn:focus,
  .btn-rounded:active:focus,
  .btn-rounded:focus,
  .btn.btn-rounded:active:focus,
  .btn.btn-rounded:focus {
    outline: none;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
  .btn:hover,
  .btn-rounded:hover,
  .btn.btn-rounded:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }
  .btn:active,
  .btn-rounded:active,
  .btn.btn-rounded:active {
    /*        height: 38px;
                line-height: 38px;*/
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*        .icon{
                    height: 38px;
                }*/ }
  .btn i,
  .btn-rounded i,
  .btn.btn-rounded i {
    display: table;
    margin: 0 auto;
    font-style: normal; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:focus, .btn-default:hover, .btn-default:active {
  background-color: #55505a;
  border-color: #55505a; }

.btn-primary {
  color: #55505a;
  background-color: #faeb13;
  background-image: linear-gradient(108deg, #faeb13, #fad705);
  /*    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);*/
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .btn-primary:focus, .btn-primary:active:focus {
    color: #55505a;
    outline: none;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
  .btn-primary:hover {
    color: #55505a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }
  .btn-primary:active:hover, .btn-primary:active {
    color: #55505a;
    /*        height: 38px;
                line-height: 38px;*/
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(108deg, #faeb13, #fad705);
    border: 1px solid rgba(0, 0, 0, 0.1); }

.btn-tertiary {
  color: #55505a;
  background-color: #fbfbfa;
  background-image: linear-gradient(108deg, #fbfbfa, #fbfbfa);
  /*    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);*/
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .btn-tertiary:focus, .btn-tertiary:active:focus {
    color: #55505a;
    outline: none;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
  .btn-tertiary:hover {
    color: #55505a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }
  .btn-tertiary:active:hover, .btn-tertiary:active {
    color: #55505a;
    /*        height: 38px;
                line-height: 38px;*/
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(108deg, #fbfbfa, #fbfbfa);
    border: 1px solid rgba(0, 0, 0, 0.1); }

.btn-min {
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2px; }
  .btn-min:active {
    height: 32px;
    line-height: 32px; }

.user-verification-row .nf-form-field button.btn-tertiary {
  box-shadow: none; }

.user-verification-row .nf-form-field button.btn-tertiary {
  color: #55505a;
  background-color: #fbfbfa;
  background-image: linear-gradient(108deg, #fbfbfa, #fbfbfa);
  /*    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);*/
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .user-verification-row .nf-form-field button.btn-tertiary:focus, .user-verification-row .nf-form-field button.btn-tertiary:active:focus {
    color: #55505a;
    outline: none;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
  .user-verification-row .nf-form-field button.btn-tertiary:hover {
    color: #55505a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }
  .user-verification-row .nf-form-field button.btn-tertiary:active:hover, .user-verification-row .nf-form-field button.btn-tertiary:active {
    color: #55505a;
    /*        height: 38px;
                line-height: 38px;*/
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(108deg, #fbfbfa, #fbfbfa);
    border: 1px solid rgba(0, 0, 0, 0.1); }

/*.btn-rounded{
    background-color: transparent;
    color: #55505a;
    border: 2px solid #fad705;
    &:focus,    
        &:hover,
        &:hover:active,
        &:active{
        color: #55505a;
        background: transparent;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
        border: 2px solid #fad705;
    }
}*/
.btn-full {
  width: 100% !important; }

.base-link {
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
  text-decoration: underline;
  text-decoration-color: #fad705;
  -webkit-text-decoration-color: #fad705;
  -moz-text-decoration-color: #fad705; }
  .base-link:focus {
    text-decoration-color: #fad705;
    -webkit-text-decoration-color: #fad705;
    -moz-text-decoration-color: #fad705; }
  .base-link:hover {
    text-decoration: none; }
  .base-link:active {
    text-decoration: underline;
    text-decoration-color: #fad705;
    -webkit-text-decoration-color: #fad705;
    -moz-text-decoration-color: #fad705; }

.nf-base-link {
  text-decoration: none;
  color: #55505a; }
  .nf-base-link span {
    border-bottom: 2px solid #fad705; }
  .nf-base-link:focus, .nf-base-link:active {
    text-decoration: none;
    color: #55505a;
    outline: none; }
  .nf-base-link:hover {
    text-decoration: none;
    color: #55505a; }
    .nf-base-link:hover span {
      border-bottom: none; }

.inline-list {
  text-decoration: none;
  font-size: 0;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0; }
  .inline-list li {
    display: inline-block;
    padding: 16px 0;
    text-align: center; }
    .inline-list li button, .inline-list li a {
      display: inline-block;
      text-decoration: none;
      font-size: 16px;
      padding: 0 16px;
      border: none;
      box-shadow: none;
      background: none;
      opacity: .5;
      color: #55505a;
      height: 40px;
      line-height: 40px;
      border-radius: 5px; }
      .inline-list li button:focus, .inline-list li a:focus {
        outline: none; }
    .inline-list li:hover button, .inline-list li:hover a {
      opacity: 1;
      background-color: rgba(250, 215, 5, 0.5); }
  .inline-list .active {
    box-shadow: inset 0 -4px 0 -1px #55505a; }
    .inline-list .active button, .inline-list .active a {
      opacity: 1; }

.btn-group.toggle button,
.btn-group.toggle .button {
  color: #55505a;
  display: inline-block;
  border-radius: 3px;
  background-color: #ffffff;
  background: #ffffff;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  padding: 0 16px;
  height: 40px;
  font-weight: normal; }
  .btn-group.toggle button span,
  .btn-group.toggle .button span {
    display: inline-block;
    float: left;
    margin: 11px 6px 0 0;
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #55505a;
    border-radius: 50%; }
  .btn-group.toggle button:focus,
  .btn-group.toggle .button:focus {
    outline: none; }

.btn-group.toggle .active {
  font-weight: normal; }
  .btn-group.toggle .active span {
    background-image: url("../images/symbols/icon-dot.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px; }

.icon-upload {
  background-image: url("../images/symbols/icon-upload-slate_grey.svg"); }

.icon-upload-white {
  background-image: url("../images/symbols/icon-upload-white.svg"); }

.nf-swich-mode .nf-form-field span {
  padding-left: 50px;
  display: inline-block;
  margin-top: 3px;
  font-weight: 400;
  letter-spacing: .2px;
  color: #55505a; }

.nf-swich-mode .nf-form-field input[type="checkbox"] {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
  z-index: -1; }
  .nf-swich-mode .nf-form-field input[type="checkbox"] + label {
    cursor: pointer;
    z-index: -1; }
  .nf-swich-mode .nf-form-field input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .nf-swich-mode .nf-form-field input[type="checkbox"]:not(checked) + label {
      position: relative;
      padding: 0 0px 0 0;
      z-index: 1; }
      .nf-swich-mode .nf-form-field input[type="checkbox"]:not(checked) + label:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 36px;
        height: 16px;
        margin-top: 9px;
        border-radius: 34px;
        background: #55505a;
        border: 1px solid #55505a;
        z-index: -1; }
      .nf-swich-mode .nf-form-field input[type="checkbox"]:not(checked) + label::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 0px;
        width: 24px;
        height: 24px;
        border-radius: 34px;
        background: url("/images/upload/group-8@2x.png") no-repeat center #ffffff;
        border: 3px solid #55505a;
        transition: all .2s;
        line-height: 34px;
        text-align: center;
        font-size: 12px;
        background-size: 7px;
        z-index: -1; }
  .nf-swich-mode .nf-form-field input[type="checkbox"]:checked + label:before {
    background: #00be4b;
    border: 1px solid #00be4b;
    z-index: -1; }
  .nf-swich-mode .nf-form-field input[type="checkbox"]:checked + label:after {
    content: '';
    font-family: "Replica",Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    left: 12px !important;
    position: absolute;
    top: 1px;
    left: initial;
    width: 24px;
    height: 24px;
    border-radius: 34px;
    background: url("/images/upload/combined-shape@2x.png") no-repeat center #ffffff;
    border: 3px solid #00be4b;
    line-height: 34px !important;
    background-size: 8px;
    z-index: -1; }

/* The container */
.nf-checkbox {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /*.container:hover input ~ .checkmark {
        background-color: #ccc;
    }*/
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .nf-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .nf-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 2px #55505a; }
  .nf-checkbox input:checked ~ .checkmark {
    background-color: #55505a; }
  .nf-checkbox input:disabled ~ .checkmark {
    opacity: .5; }
  .nf-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .nf-checkbox input:checked ~ .checkmark:after {
    display: block;
    top: 0;
    left: 3px; }
  .nf-checkbox .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    transform: rotate(47deg); }

@media (max-width: 767px) {
  .btn {
    width: 100%;
    margin: 8px 0 0 0; } }

@media (max-width: 736px) {
  .btn {
    width: 100%;
    margin: 8px 0 0 0; } }
