@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.input {
  display: block;
  width: 100%;
  line-height: 24px;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  height: 34px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  padding-right: 30px;
  border-radius: 4px;
  text-transform: none;
  transition: .2s;
  border: none;
  color: #fff; }
  .input:hover {
    background: rgba(255, 255, 255, 0.3); }
  .input:focus {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 2px #ff9100; }
  .input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #222 inset; }
  .input.hidden-focus {
    padding-left: 0; }
    .input.hidden-focus:focus {
      box-shadow: none; }

.input.light {
  background-color: #fff;
  color: #313131;
  font-size: 14px; }
  .input.light ~ .icon {
    top: 8px;
    right: 5px; }

.input.dark {
  background-color: #000;
  color: #fff;
  font-size: 14px; }
  .input.dark::-webkit-input-placeholder {
    color: #fff; }
  .input.dark:-moz-placeholder {
    color: #fff; }
  .input.dark::-moz-placeholder {
    color: #fff; }
  .input.dark:-ms-input-placeholder {
    color: #fff; }
  .input.dark ~ .icon {
    color: #ff9100;
    position: absolute;
    top: 9px;
    right: 10px;
    opacity: 1; }

.input.input-round {
  border-radius: 24px;
  text-align: center;
  padding: 5px 15px; }

.input.primary-darken {
  background-color: #1c1d1f;
  color: #ff9100; }
  .input.primary-darken::-webkit-input-placeholder {
    color: #ff9100; }
  .input.primary-darken:-moz-placeholder {
    color: #ff9100; }
  .input.primary-darken::-moz-placeholder {
    color: #ff9100; }
  .input.primary-darken:-ms-input-placeholder {
    color: #ff9100; }

.form-group .form-helper {
  position: absolute;
  top: 100%;
  left: 0;
  background: #4a2112;
  padding: 3px 5px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  pointer-events: none;
  max-width: 100%; }
  .form-group .form-helper.top-position {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  .form-group .form-helper.bottom-position {
    top: 100%;
    left: 0;
    margin-top: 2px;
    margin-bottom: 0; }

.form-group.disabled {
  opacity: .2;
  pointer-events: none; }

textarea.input {
  resize: none;
  height: auto; }
  textarea.input.large {
    height: 180px; }

.input.lined {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 30px;
  border-radius: 0; }
  .input.lined:-webkit-autofill, .input.lined:-webkit-autofill:hover, .input.lined:-webkit-autofill:focus, .input.lined:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #313131 inset;
    -webkit-text-fill-color: #fff; }
  .input.lined:focus {
    box-shadow: none;
    background: transparent; }
    .input.lined:focus ~ .line span {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .input.lined ~ label {
    padding-left: 30px;
    font-size: 14px; }
  .input.lined ~ .line {
    height: 2px;
    transition: .2s;
    background: rgba(255, 255, 255, 0.3);
    position: relative; }
    .input.lined ~ .line span {
      content: '';
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform-origin: left;
      transform-origin: left;
      background: #ff9100;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .input.lined.light {
    font-size: 20px;
    font-weight: 700;
    color: #fff; }
    .input.lined.light::-webkit-input-placeholder {
      color: #fff; }
    .input.lined.light:-moz-placeholder {
      color: #fff; }
    .input.lined.light::-moz-placeholder {
      color: #fff; }
    .input.lined.light:-ms-input-placeholder {
      color: #fff; }
    .input.lined.light:focus::-webkit-input-placeholder {
      color: #999; }
    .input.lined.light:focus:-moz-placeholder {
      color: #999; }
    .input.lined.light:focus::-moz-placeholder {
      color: #999; }
    .input.lined.light:focus:-ms-input-placeholder {
      color: #999; }

.form-group {
  position: relative;
  margin-bottom: 20px; }
  .form-group .input ~ label {
    text-transform: none;
    position: absolute;
    background: transparent;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    top: 0;
    left: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    height: 34px;
    line-height: 14px;
    color: #888;
    transition: .2s;
    padding: 10px 0; }
  .form-group[data-prefix]:before {
    font-family: 'icomoon';
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 0;
    width: 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: .2s; }
  .form-group[data-prefix][data-prefix="check"]:before {
    content: '\e904'; }
  .form-group[data-prefix][data-prefix="user"]:before {
    content: '\e909'; }
  .form-group[data-prefix][data-prefix="lock"]:before {
    content: '\e90a'; }
  .form-group[data-prefix][data-prefix="mail2"]:before {
    content: '\e90c'; }
  .form-group[data-prefix][data-prefix="message"]:before {
    content: '\e935'; }
  .form-group[data-prefix][data-prefix="at"]:before {
    content: '\e95f'; }
  .form-group[data-prefix][data-prefix="video"]:before {
    content: '\e93d'; }
  .form-group[data-prefix][data-prefix="camera"]:before {
    content: '\e93e'; }
  .form-group[data-prefix][data-prefix="pencil"]:before {
    content: '\e946'; }
  .form-group[data-prefix][data-prefix="id="]:before {
    content: 'id=';
    font-family: "Segoe UI", sans-serif; }
  .form-group[data-prefix][data-prefix="/"]:before {
    content: '/';
    font-family: "Segoe UI", sans-serif; }
  .form-group[data-prefix][data-prefix="calendar"]:before {
    content: '\e965'; }
  .form-group[data-prefix][data-prefix="cloud"]:before {
    content: '\e944'; }
  .form-group[data-prefix] .input.lined {
    padding-left: 30px; }
  .form-group[data-prefix].large-font[data-prefix]:before {
    top: 3px; }
  .form-group .icon {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #2DB72D;
    transition: .2s;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    pointer-events: none;
    opacity: 0; }
    .form-group .icon.active {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .form-group .icon-alert {
    font-size: 14px;
    opacity: 0;
    color: #ff4700;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  .form-group .input.active ~ label,
  .form-group .input:focus ~ label,
  .form-group .input.labeled ~ label {
    font-size: 10px;
    height: 10px;
    padding: 0 2px;
    margin-top: -4px;
    line-height: 10px; }
    .form-group .input.active ~ label.textarea-label,
    .form-group .input:focus ~ label.textarea-label,
    .form-group .input.labeled ~ label.textarea-label {
      margin-top: -12px; }
  .form-group .input:focus ~ label {
    color: #ff9100; }
  .form-group .alert {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 100%;
    background: #333;
    width: 240px;
    height: auto;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    opacity: 0;
    color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: .3s;
    pointer-events: none; }
    .form-group .alert:before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 20px;
      width: 8px;
      height: 8px;
      background: #333;
      margin-top: -4px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 1; }
    .form-group .alert small {
      display: block;
      font-size: 14px;
      color: #ff9100;
      font-weight: 500; }
    .form-group .alert.bottom-position {
      margin: 0;
      top: 100%; }
  .form-group .input:focus ~ .alert {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .5s; }
  .form-group .input.bordered ~ label {
    padding-left: 15px; }
  .form-group .input.small ~ label {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px; }
  .form-group .input.bordered.active ~ label,
  .form-group .input.bordered:focus ~ label {
    top: -13px;
    height: 13px;
    padding-left: 0;
    font-size: 13px; }
  .form-group .input.small.bordered.active ~ label,
  .form-group .input.small.bordered:focus ~ label {
    top: -12px;
    height: 12px;
    padding: 0;
    font-size: 12px; }
  .form-group .input-status {
    position: absolute;
    right: 0;
    top: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    margin-top: 5px; }
  .form-group.error .input {
    border-color: #ff4700; }
    .form-group.error .input.active ~ label {
      color: #ff4700; }
  .form-group.error .form-helper {
    opacity: 1;
    visibility: visible; }
  .form-group.error:not(.on-focus) .btn-invisible {
    display: none; }
  .form-group.spaced {
    margin-bottom: 30px;
    margin-top: 15px; }
  .form-group.collapsed {
    margin: 0; }

.calendar-cover {
  display: inline-block;
  position: relative; }
  .calendar-cover.block-size {
    display: block; }
  .calendar-cover[data-after]:before {
    font-family: 'icomoon';
    position: absolute;
    font-size: 14px;
    top: 0;
    right: 15px;
    width: 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: .2s;
    color: #ff9100; }
  .calendar-cover[data-after][data-after="calendar"]:before {
    content: '\e965'; }
  .calendar-cover .input {
    text-align: left;
    padding-right: 40px;
    padding-left: 25px; }

.form-group.on-focus:before {
  color: #ff9100; }

.form-group.on-focus .icon-success,
.form-group.on-focus .icon-error {
  display: none; }

.form-group.on-focus.error .icon-success,
.form-group.on-focus.error .icon-error {
  display: none; }

.form-group .btn-invisible {
  border-radius: 0;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  background-color: transparent;
  padding: 0; }
  .form-group .btn-invisible .icon {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    color: #a2a2a2; }
  .form-group .btn-invisible:hover {
    box-shadow: none; }
    .form-group .btn-invisible:hover .icon {
      color: #fff; }
  .form-group .btn-invisible .hidden-icon {
    display: none; }
  .form-group .btn-invisible.active .active-icon {
    display: none; }
  .form-group .btn-invisible.active .hidden-icon {
    display: inline-block; }

.form-group.file-line-group {
  margin: 0 -15px;
  font-size: 0;
  height: 46px; }
  .form-group.file-line-group .status-side {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    font-size: 14px;
    width: 192px; }
  .form-group.file-line-group .input-side {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 14px;
    width: calc(100% - 192px); }
    .form-group.file-line-group .input-side .group-caption {
      padding: 10px 0;
      position: relative; }
      .form-group.file-line-group .input-side .group-caption .right-label {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 0; }
      .form-group.file-line-group .input-side .group-caption .text-group {
        width: 70%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999; }
  .form-group.file-line-group label,
  .form-group.file-line-group .icon {
    position: static;
    opacity: 1; }
  .form-group.file-line-group label {
    cursor: pointer; }
    .form-group.file-line-group label .primary .icon {
      color: #ff9100; }
    .form-group.file-line-group label .primary .status-icon {
      font-size: 12px;
      opacity: .4; }
  .form-group.file-line-group .visible-default {
    display: inline-block; }
  .form-group.file-line-group .visible-loaded {
    display: none; }
  .form-group.file-line-group.loaded .input-side .group-caption .text-group {
    color: #fff; }
  .form-group.file-line-group.loaded label .primary .status-icon {
    opacity: 1; }
  .form-group.file-line-group.loaded .visible-default {
    display: none; }
  .form-group.file-line-group.loaded .visible-loaded {
    display: inline-block; }

.form-group[data-model="false"] {
  display: none; }

.form-group.collapsed-bottom {
  margin-bottom: 0; }

.gray-inline-form .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px; }

.gray-inline-form .inline-form {
  border-radius: 3px;
  background-color: #313131;
  padding: 20px;
  margin-top: 7px;
  position: relative; }
  .gray-inline-form .inline-form .form-group {
    margin-bottom: 0; }
    .gray-inline-form .inline-form .form-group .input {
      font-size: 12px;
      height: 40px; }
  .gray-inline-form .inline-form .btn {
    position: absolute;
    right: -8px;
    top: 0;
    /*background-color: red;*/
    height: 40px;
    width: 40px; }

.gray-inline-form .subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px; }

.form-group .input.lined:focus ~ label,
.form-group .input.lined.labeled ~ label {
  font-size: 10px; }

.form-group .input.lined ~ label {
  padding-left: 30px;
  font-size: 14px; }

.form-group.error:before {
  color: #ff4700; }

.form-group.error .input.lined ~ .line {
  background: #ff4700; }
  .form-group.error .input.lined ~ .line span {
    background: #ff4700; }

.form-group.error .input:focus ~ label,
.form-group.error .input.labeled ~ label {
  color: #ff4700; }

.form-group.error .input.light {
  box-shadow: inset 0 0 0 2px #ff4700; }

.form-search-group {
  font-size: 0;
  white-space: nowrap;
  margin: 0; }
  .form-search-group .form-group,
  .form-search-group .btn {
    display: inline-block;
    vertical-align: top; }
  .form-search-group .form-group {
    width: calc(100% - 40px);
    border-radius: 19px 0 0 19px;
    margin-bottom: 0; }
  .form-search-group .input {
    border-radius: 19px 0 0 19px;
    height: 40px; }
  .form-search-group .btn {
    border-radius: 0 19px 19px 0;
    padding-left: 0;
    padding-right: 0;
    width: 40px; }
  .form-search-group.bordered-form-search {
    border-right: 1px solid;
    border-left: 1px solid;
    position: relative; }
    .form-search-group.bordered-form-search .btn,
    .form-search-group.bordered-form-search .input {
      background-color: transparent;
      color: #898989;
      font-size: 18px;
      font-weight: 400;
      box-shadow: none;
      transition: color .3s; }
    .form-search-group.bordered-form-search .input:hover, .form-search-group.bordered-form-search .input:focus {
      color: #fff; }
      .form-search-group.bordered-form-search .input:hover::-webkit-input-placeholder, .form-search-group.bordered-form-search .input:focus::-webkit-input-placeholder {
        color: #fff; }
      .form-search-group.bordered-form-search .input:hover:-moz-placeholder, .form-search-group.bordered-form-search .input:focus:-moz-placeholder {
        color: #fff; }
      .form-search-group.bordered-form-search .input:hover::-moz-placeholder, .form-search-group.bordered-form-search .input:focus::-moz-placeholder {
        color: #fff; }
      .form-search-group.bordered-form-search .input:hover:-ms-input-placeholder, .form-search-group.bordered-form-search .input:focus:-ms-input-placeholder {
        color: #fff; }
    .form-search-group.bordered-form-search .btn:hover {
      color: #fff; }

.input.danger:focus, .input.danger.labeled {
  border-color: #f8af22; }
  .input.danger:focus ~ label, .input.danger.labeled ~ label {
    color: #f8af22 !important; }

/*radio input*/
.radio input {
  display: none; }
  .radio input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .radio input:disabled ~ label {
    color: #bbb; }
    .radio input:disabled ~ label:before {
      background-color: #ececec;
      opacity: .5; }
    .radio input:disabled ~ label:hover:after {
      opacity: 0; }

.radio label {
  padding-left: 40px;
  font-size: 13px;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
  transition: .2s;
  display: inline-block; }
  .radio label:before, .radio label:after {
    position: absolute;
    height: 20px;
    width: 20px;
    content: '';
    transition: .2s;
    left: 0;
    top: 0; }
  .radio label:after {
    content: '\e921';
    text-align: center;
    font-family: 'icomoon';
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    line-height: 20px;
    font-size: 20px;
    color: #ff9100; }
  .radio label:hover {
    color: #777; }
    .radio label:hover:before {
      border-color: #999; }

/*radio input*/
.radio-group {
  margin: 0 0 10px; }
  .radio-group .radio {
    position: absolute;
    display: none; }
    .radio-group .radio:checked ~ .radio-label:after {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 1; }
    .radio-group .radio:checked ~ .radio-label:before {
      border-color: #ff9100; }
  .radio-group .tooltip-helper {
    vertical-align: baseline;
    font-size: 14px; }
  .radio-group .radio-label {
    font-size: 13px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    transition: .2s;
    padding-left: 25px;
    padding-top: 5px;
    display: inline-block;
    font-weight: 700; }
    .radio-group .radio-label.large-font {
      font-size: 20px; }
      .radio-group .radio-label.large-font:after, .radio-group .radio-label.large-font:before {
        top: 14px; }
    .radio-group .radio-label small {
      font-weight: 400; }
    .radio-group .radio-label:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      height: 15px;
      width: 15px;
      border: 1px solid #95989a;
      border-radius: 50%;
      transition: border-color .3s; }
    .radio-group .radio-label:after {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      height: 15px;
      width: 15px;
      border: 1px solid #ff9100;
      border-radius: 50%;
      background-color: #ff9100;
      opacity: 0;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    .radio-group .radio-label:hover:before {
      border-color: #ff9100; }
  .radio-group ~ .radio-details {
    padding-left: 25px; }
    .radio-group ~ .radio-details .input.dark ~ .icon {
      top: 22px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*checkbox input*/
.checkbox {
  position: relative; }
  .checkbox.spaced-bottom {
    margin-bottom: 15px; }
  .checkbox.error {
    color: #a2a2a2; }
    .checkbox.error label:before {
      border-color: #ff4700; }
  .checkbox .checkbox-icon {
    font-size: 14px;
    position: static;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    color: #fff; }
    .checkbox .checkbox-icon:before {
      position: relative;
      top: 1px; }
    .checkbox .checkbox-icon.primary {
      color: #ff9100;
      margin-right: 7px; }
  .checkbox input {
    /*display: none;*/
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; }
    .checkbox input:checked ~ label .checked {
      display: inline-block; }
    .checkbox input:checked ~ label .unchecked {
      display: none; }
    .checkbox input:checked ~ label:before {
      background: #ff9100;
      border-color: #ff9100; }
    .checkbox input:checked ~ label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .checkbox input:checked ~ label .helper .text.true {
      display: inline-block; }
    .checkbox input:checked ~ label .helper .text.false {
      display: none; }
    .checkbox input:focus ~ label:before {
      transition: .1s;
      border-color: #ff9100;
      box-shadow: 0 0 0 5px rgba(255, 145, 0, 0.1); }
    .checkbox input:disabled ~ label {
      color: #bbb; }
      .checkbox input:disabled ~ label:before {
        opacity: 1; }
      .checkbox input:disabled ~ label:hover:after {
        opacity: 0; }
  .checkbox label {
    padding-left: 33px;
    min-height: 25px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    line-height: 1.1;
    transition: .2s;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(255, 145, 0, 0.1); }
    .checkbox label.large {
      font-size: 18px;
      color: #fff; }
    .checkbox label:before {
      position: absolute;
      height: 24px;
      width: 24px;
      content: '';
      border-radius: 4px;
      border: 2px solid #777;
      transition: .2s;
      left: 0;
      top: 50%;
      z-index: 2;
      margin-top: -12px; }
    .checkbox label:after {
      position: absolute;
      height: 24px;
      width: 24px;
      line-height: 24px;
      text-align: center;
      content: '\e904';
      font-family: 'icomoon';
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      left: 0;
      top: 50%;
      opacity: 0;
      color: #333;
      font-size: 16px;
      transition: .2s;
      z-index: 3;
      margin-top: -12px; }
    .checkbox label .checked,
    .checkbox label .unchecked {
      min-width: 25px; }
    .checkbox label .checked {
      display: none; }
    .checkbox label .unchecked {
      display: inline-block; }
    .checkbox label:hover {
      color: #777; }
      .checkbox label:hover:before {
        border-color: #999; }
    .checkbox label .tooltip {
      cursor: help; }
  .checkbox.left-side label {
    padding-left: 0;
    padding-right: 33px; }
    .checkbox.left-side label:before, .checkbox.left-side label:after {
      left: auto;
      right: 0; }
  .checkbox .helper {
    color: #fff; }
    .checkbox .helper .text {
      width: 20px; }
      .checkbox .helper .text.true {
        display: none; }
      .checkbox .helper .text.false {
        display: inline-block; }
      .checkbox .helper .text.with-icon {
        width: 55px; }
  .checkbox .checkbox-link {
    display: block;
    font-size: 14px;
    color: #898989;
    padding: 5px 0 8px;
    text-align: left; }
    .checkbox .checkbox-link .icon {
      font-size: 24px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 7px;
      color: #898989; }
      .checkbox .checkbox-link .icon.false {
        display: inline-block; }
      .checkbox .checkbox-link .icon.true {
        display: none; }

.checkbox,
.radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox .counter,
  .radio .counter {
    color: #bbb;
    margin-left: .5em; }
    .checkbox .counter:before,
    .radio .counter:before {
      content: '('; }
    .checkbox .counter:after,
    .radio .counter:after {
      content: ')'; }

.checkbox.round label {
  padding-left: 40px; }
  .checkbox.round label:before {
    height: 10px;
    width: 30px;
    border-radius: 10px;
    background: #555;
    margin-top: -5px;
    border-width: 0; }
  .checkbox.round label:after {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    background: #fff;
    width: 16px;
    height: 16px;
    color: transparent;
    font-size: 0;
    left: -2px;
    border-radius: 50%;
    margin-top: -8px; }

.checkbox.round input[type="checkbox"]:checked ~ label:after {
  -webkit-transform: translateX(17px);
  transform: translateX(17px); }

.checkbox.round input[type="checkbox"]:focus:not(:checked) ~ label:before {
  background: #000; }

.checkbox.round.left-side input[type="checkbox"]:checked ~ label:after {
  -webkit-transform: translateX(17px);
  transform: translateX(17px); }

.checkbox.round.left-side label {
  padding-left: 0;
  padding-right: 35px; }
  .checkbox.round.left-side label:before {
    left: auto;
    right: 0; }
  .checkbox.round.left-side label:after {
    left: auto;
    right: 17px; }

.input.bordered {
  border: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px; }
  .input.bordered:hover {
    border-color: #bbb; }
  .input.bordered:focus {
    border-color: #ff9100; }
  .input.bordered .select2-selection__arrow {
    right: 10px; }

textarea {
  resize: none; }

textarea.input.bordered {
  height: 142px; }

/*datepicker*/
.datepicker {
  position: relative; }
  .datepicker .picker {
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid #ddd;
    bottom: 100%;
    left: 0;
    width: 100%;
    min-width: 290px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: none; }
    .datepicker .picker:after {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      background: #fff;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      top: 100%;
      left: 15px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 1;
      margin-top: -5px; }
    .datepicker .picker.picker--opened {
      display: block; }
  .datepicker .picker__header {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    cursor: default; }
    .datepicker .picker__header select {
      display: block;
      background: #fff;
      height: 20px;
      line-height: 20px;
      width: 55px;
      color: #000;
      margin: 0 auto;
      font-family: "Segoe UI", sans-serif;
      font-size: 14px;
      font-weight: 400;
      border: none; }
    .datepicker .picker__header .picker__month {
      display: block;
      font-weight: 400;
      font-size: 14px;
      color: #ff9100;
      white-space: nowrap;
      padding: 0 20px; }
  .datepicker .picker__nav--prev,
  .datepicker .picker__nav--next {
    display: block;
    width: 40px;
    height: 60px;
    top: 0;
    position: absolute;
    line-height: 60px;
    text-align: center;
    font-size: 0;
    color: #999;
    cursor: pointer; }
    .datepicker .picker__nav--prev:before,
    .datepicker .picker__nav--next:before {
      display: inline;
      font-family: 'icomoon';
      font-size: 18px; }
    .datepicker .picker__nav--prev:hover,
    .datepicker .picker__nav--next:hover {
      color: #000; }
  .datepicker .picker__nav--prev {
    left: 0; }
    .datepicker .picker__nav--prev:before {
      content: "\e92e"; }
  .datepicker .picker__nav--next {
    right: 0; }
    .datepicker .picker__nav--next:before {
      content: "\e931"; }
  .datepicker .picker__table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; }
    .datepicker .picker__table thead th, .datepicker .picker__table thead td {
      font-weight: 400;
      font-size: 13px;
      color: #ff9100;
      padding: 10px;
      text-align: right; }
    .datepicker .picker__table .picker__day {
      cursor: pointer;
      font-size: 16px;
      padding: 5px 10px;
      line-height: 24px;
      text-align: right;
      display: block; }
      .datepicker .picker__table .picker__day:hover {
        background: #f0f0f0;
        color: #000; }
      .datepicker .picker__table .picker__day.picker__day--selected {
        background: #ff9100;
        color: #fff; }
      .datepicker .picker__table .picker__day.picker__day--today {
        position: relative; }
        .datepicker .picker__table .picker__day.picker__day--today:after {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          background: #ff9100;
          bottom: 50%;
          left: 50%;
          position: absolute;
          margin-left: 8px;
          margin-bottom: 8px; }
      .datepicker .picker__table .picker__day.picker__day--disabled {
        color: #999;
        font-size: 12px; }
      .datepicker .picker__table .picker__day.picker__day--outfocus {
        opacity: .2;
        pointer-events: none;
        text-decoration: line-through; }
  .datepicker .picker__footer {
    border-top: 1px solid #ddd;
    padding: 0;
    font-size: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    white-space: nowrap; }
    .datepicker .picker__footer button {
      display: inline-block;
      font-family: "Segoe UI", sans-serif;
      font-size: 14px;
      width: 33.4%;
      border: none;
      background: transparent;
      border-right: 1px solid #ddd;
      padding: 10px 0;
      cursor: pointer; }
      .datepicker .picker__footer button:first-child {
        border-radius: 0 0 0 4px; }
      .datepicker .picker__footer button:last-child {
        border-radius: 0 0 4px 0;
        border: none; }
      .datepicker .picker__footer button:hover {
        background: #f0f0f0; }
  .datepicker.down .picker {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 10px; }
    .datepicker.down .picker:after {
      top: 0;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .datepicker.down .picker.picker--opened {
      display: block; }

.input.primary:not(.lined) {
  background: #ff9100;
  border-color: rgba(255, 255, 255, 0.5); }
  .input.primary:not(.lined) ~ label {
    color: rgba(255, 255, 255, 0.5); }
  .input.primary:not(.lined):hover {
    color: rgba(255, 255, 255, 0.7); }
    .input.primary:not(.lined):hover ~ label {
      color: rgba(255, 255, 255, 0.7); }
  .input.primary:not(.lined).labeled, .input.primary:not(.lined):focus {
    color: white; }
    .input.primary:not(.lined).labeled ~ label, .input.primary:not(.lined):focus ~ label {
      color: white; }

.textarea-counter {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px; }

.mode-group .icon:not(.active) {
  display: none; }

/* file */
.form-group.file-group {
  padding-left: 30px;
  cursor: pointer; }
  .form-group.file-group:before {
    font-size: 20px;
    line-height: 25px;
    transition: color .3s; }
  .form-group.file-group .paragraph {
    margin-top: 7px;
    transition: color .3s; }
  .form-group.file-group label {
    cursor: pointer; }
    .form-group.file-group label .primary {
      transition: color .3s; }
  .form-group.file-group:hover label .primary {
    color: #fff; }
  .form-group.file-group:hover label .paragraph {
    color: #999; }
  .form-group.file-group:hover:before {
    color: #fff; }

.file-group .file-input {
  display: none; }

.round-image.file-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative; }
  .round-image.file-group .name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase; }
  .round-image.file-group .image-cover {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 0; }
    .round-image.file-group .image-cover .letter {
      left: 0;
      right: 0;
      top: 0;
      padding: 0;
      line-height: 56px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      background: #4a4640; }
    .round-image.file-group .image-cover img {
      z-index: 3; }
  .round-image.file-group .round-label {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #4a4640;
    border-radius: 50%;
    position: relative; }
  .round-image.file-group .file-label {
    width: 24px;
    height: 24px;
    background-color: #1c1710;
    color: #ff9100;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 3px; }

.select-dark {
  background-color: transparent;
  display: inline-block;
  width: 100%;
  border: 0;
  padding: 5px 25px 5px 25px;
  border-left: 1px solid #989898;
  background-color: #313131;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-image: url(../img/caret-down.png);
  background-repeat: no-repeat;
  background-position: right 5px; }
  .select-dark:hover {
    border-color: #ff9100; }
  .select-dark.primary-select {
    background-color: #000;
    color: #ff9100; }
    .select-dark.primary-select ~ .selecter .anchor {
      color: #ff9100; }
      .select-dark.primary-select ~ .selecter .anchor:after {
        content: '\e933';
        top: 6px; }
    .select-dark.primary-select ~ .selecter .dropdown ul {
      background-color: #222; }
  .select-dark.settings-select {
    background-image: url(../img/settings.png);
    background-position: right 9px; }
    .select-dark.settings-select ~ .selecter .anchor:after {
      top: 6px;
      right: 3px;
      font-size: 16px; }

.no-border ~ .selecter .anchor {
  border-left: 0; }

.selecter {
  position: relative; }
  .selecter .anchor {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px 5px 25px;
    border-left: 1px solid #989898;
    transition: border-color .3s;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .selecter .anchor:hover {
      border-color: #ff9100; }
    .selecter .anchor:after {
      position: absolute;
      content: '\e905';
      font-family: 'icomoon';
      right: 0px;
      top: 10px;
      color: #ff9100;
      font-size: 10px; }
  .selecter.opened .anchor:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ff9100; }
  .selecter.opened .dropdown {
    display: block; }
  .selecter .dropdown {
    position: absolute;
    z-index: 5;
    width: 100%;
    display: none;
    left: 0;
    top: 100%; }
    .selecter .dropdown ul {
      list-style-type: none;
      border-top: none;
      background-color: #2a2926; }
      .selecter .dropdown ul li {
        display: block;
        width: 100%;
        padding: 10px 25px;
        color: #989898;
        z-index: 1;
        transition: background-color .3s;
        cursor: pointer;
        position: relative;
        font-size: 14px; }
        .selecter .dropdown ul li:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 5px;
          background-color: #ff9100;
          z-index: 2;
          transition: .2s;
          -webkit-transform: scaleY(0);
          transform: scaleY(0); }
        .selecter .dropdown ul li:after {
          content: '\e904';
          display: block;
          font-family: 'icomoon';
          position: absolute;
          top: 12px;
          right: 12px;
          font-size: 12px;
          z-index: 2;
          transition: .2s;
          color: #ff9100;
          -webkit-transform: scaleY(0);
          transform: scaleY(0); }
        .selecter .dropdown ul li:hover {
          background-color: #000; }
          .selecter .dropdown ul li:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
        .selecter .dropdown ul li.active {
          background-color: #000;
          color: #fff; }
          .selecter .dropdown ul li.active:before, .selecter .dropdown ul li.active:after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
        .selecter .dropdown ul li.disabled {
          display: none; }

@media (max-width: 480px) {
  .form-group .form-helper {
    white-space: normal; } }
