* {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  color: inherit;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
@font-face {
  font-family: 'OpenSans';
  src: url("/font/opensans-bold.woff2") format('woff2'), url("/font/opensans-bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("/font/opensans-light.woff2") format('woff2'), url("/font/opensans-light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("/font/opensans-regular.woff2") format('woff2'), url("/font/opensans-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("/font/opensans-semibold.woff2") format('woff2'), url("/font/opensans-semibold.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MerriweatherSans';
  src: url("/font/merriweathersans-light-webfont.woff2") format('woff2'), url("/font/merriweathersans-light-webfont.woff") format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MerriweatherSans';
  src: url("/font/merriweathersans-regular-webfont.woff2") format('woff2'), url("/font/merriweathersans-regular-webfont.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MerriweatherSans';
  src: url("/font/merriweathersans-lightitalic-webfont.woff2") format('woff2'), url("/font/merriweathersans-lightitalic-webfont.woff") format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'MerriweatherSans';
  src: url("/font/merriweathersans-italic-webfont.woff2") format('woff2'), url("/font/merriweathersans-italic-webfont.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MerriweatherSans';
  src: url("/font/merriweathersans-bold-webfont.woff2") format('woff2'), url("/font/merriweathersans-bold-webfont.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
.flag {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/img/sprite/flags.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.flag.flag-hu {
  background-position: 0 -192px;
}
.flag.flag-en {
  background-position: -384px -128px;
}
.flag.flag-ru {
  background-position: -288px -350px;
}
.loader {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid rgba(51,51,51,0.2);
  border-top-color: #333;
  animation: loading-ring 1s infinite linear;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.loading {
  position: relative;
}
.loading .loader {
  display: block;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-global-container .alert {
  margin: 0;
  padding: 15px 20px 15px 60px;
}
.alert-global-container .alert > .icon {
  width: 38px;
  height: 38px;
  left: 10px;
  top: 15px;
}
@media (min-width: 1600px) {
  .alert-global-container .alert .inner .text {
    margin: 0;
  }
  .alert-global-container .alert .inner .btn {
    float: right;
    margin-top: -36px;
  }
}
h1 {
  margin: 0 0 20px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
}
h2 {
  margin: 0 0 20px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
}
h3 {
  margin: 0 0 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
}
h4 {
  margin: 0 0 15px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
}
h5 {
  margin: 0 0 15px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
}
p {
  margin: 0 0 15px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.caption {
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
.btn:first-letter {
  text-transform: uppercase;
}
.btn .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: -1px 5px -1px 0;
}
.btn .text {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  font-size: 14px;
}
.btn .text:first-letter {
  text-transform: uppercase;
}
.btn .loader {
  width: 22px;
  height: 22px;
  border: 5px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  margin: -11px 0 0 -11px;
}
.btn.loading {
  cursor: default;
  color: transparent;
}
.btn.loading .icon {
  fill: transparent;
}
.btn:hover {
  box-shadow: none;
}
.btn.btn-sm {
  padding: 2px 5px;
  line-height: 18px;
  font-size: 13px;
}
.btn.btn-sm .icon {
  width: 16px;
  height: 16px;
  margin: 1px 5px 1px 0;
}
.btn.btn-sm .text {
  line-height: 18px;
  font-size: 13px;
}
.btn.btn-sm .loader {
  width: 18px;
  height: 18px;
  border-width: 4px;
  margin: -9px 0 0 -9px;
}
.btn.btn-lg {
  padding: 11px 20px;
  line-height: 20px;
  font-size: 16px;
}
.btn.btn-lg .icon {
  width: 22px;
  height: 22px;
  margin: -1px 7px -1px 0;
}
.btn.btn-lg .text {
  line-height: 20px;
  font-size: 16px;
}
.btn.btn-lg .loader {
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn-default {
  background-color: #e1e5ec;
  border-color: #e1e5ec;
  color: #555;
}
.btn-default .icon {
  fill: #555;
}
.btn-default:hover {
  background-color: #c2cad8;
  border-color: #bcc5d4;
  color: #555;
}
.btn-default:hover .icon {
  fill: #555;
}
.btn-primary {
  background-color: #32c5d2;
  border-color: #32c5d2;
  color: #fff;
}
.btn-primary .icon {
  fill: #fff;
}
.btn-primary:hover {
  background-color: #26a1ab;
  border-color: #2499a3;
  color: #fff;
}
.btn-primary:hover .icon {
  fill: #fff;
}
.btn-secondary {
  background-color: transparent;
  border-color: #32c5d2;
  color: #32c5d2;
}
.btn-secondary .icon {
  fill: #32c5d2;
}
.btn-secondary:hover {
  background-color: #26a1ab;
  border-color: #2499a3;
  color: #fff;
}
.btn-secondary:hover .icon {
  fill: #fff;
}
.btn-info {
  background-color: #327ad5;
  border-color: #327ad5;
  color: #fff;
}
.btn-info .icon {
  fill: #fff;
}
.btn-info:hover {
  background-color: #186ad3;
  border-color: #0a61d1;
  color: #fff;
}
.btn-info:hover .icon {
  fill: #fff;
}
.btn-success {
  background-color: #26c281;
  border-color: #26c281;
  color: #fff;
}
.btn-success .icon {
  fill: #fff;
}
.btn-success:hover {
  background-color: #34af7a;
  border-color: #008b4f;
  color: #fff;
}
.btn-success:hover .icon {
  fill: #fff;
}
.btn-warning {
  background-color: #eaba00;
  border-color: #eaba00;
  color: #fff;
}
.btn-warning .icon {
  fill: #fff;
}
.btn-warning:hover {
  background-color: #d0a600;
  border-color: #9f7f00;
  color: #fff;
}
.btn-warning:hover .icon {
  fill: #fff;
}
.btn-danger {
  background-color: #e73d4a;
  border-color: #e73d4a;
  color: #fff;
}
.btn-danger .icon {
  fill: #fff;
}
.btn-danger:hover {
  background-color: #cf1624;
  border-color: #a20813;
  color: #fff;
}
.btn-danger:hover .icon {
  fill: #fff;
}
.btn-link {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
  box-shadow: none;
}
.btn-link .icon {
  fill: #337ab7;
}
.btn-link:hover {
  text-decoration: underline;
  color: #23527c;
}
.btn-link:hover .icon {
  fill: #23527c;
}
.btn.disabled,
.btn:disabled,
.btn.disabled:hover,
.btn:disabled:hover,
.btn.disabled:focus,
.btn:disabled:focus {
  box-shadow: none;
  cursor: not-allowed;
  background-color: #e1e5ec;
  border-color: #e1e5ec;
  color: #555;
  opacity: 0.7;
}
.btn.disabled .icon,
.btn:disabled .icon,
.btn.disabled:hover .icon,
.btn:disabled:hover .icon,
.btn.disabled:focus .icon,
.btn:disabled:focus .icon {
  fill: #555;
}
.btn.loading,
.btn.loading:hover {
  color: transparent;
}
.btn.loading .icon,
.btn.loading:hover .icon {
  fill: transparent;
}
.alert {
  display: table;
  width: 100%;
  height: 50px;
  margin: 0 0 15px;
  padding: 5px 10px 5px 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.alert > .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 9px;
}
.alert > .text {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}
.alert > .title {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
  font-size: 15px;
  font-weight: 700;
}
.alert > .inner {
  display: table-cell;
  vertical-align: middle;
}
.alert > .inner .title {
  display: block;
  margin: 0 0 3px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 700;
}
.alert > .inner .title:first-letter {
  text-transform: uppercase;
}
.alert > .inner .list {
  padding: 5px 0 0 20px;
}
.alert > .inner > .text {
  margin: 0;
}
.alert > .inner > .btn {
  margin: 10px 0 0;
}
.alert.alert-lg {
  height: 60px;
  padding-left: 60px;
}
.alert.alert-lg > .icon {
  width: 40px;
  height: 40px;
}
.alert.alert-info {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}
.alert.alert-info > .icon {
  fill: #327ad5;
}
.alert.alert-success {
  background-color: #d6fbeb;
  border-color: #d6fbeb;
  color: #008b4f;
}
.alert.alert-success > .icon {
  fill: #008b4f;
}
.alert.alert-warning {
  background-color: #ffefb1;
  border-color: #ffefb1;
  color: #9f7f00;
}
.alert.alert-warning > .icon {
  fill: #9f7f00;
}
.alert.alert-danger {
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
}
.alert.alert-danger > .icon {
  fill: #e73d4a;
}
.form .form-legend {
  display: none;
}
.form .form-title {
  display: block;
  margin: 0 0 15px;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  line-height: 20px;
  font-weight: 700;
  font-size: 15px;
}
.form .form-subtitle {
  display: block;
  margin: 0 0 15px;
  line-height: 18px;
  font-weight: 600;
  font-size: 14px;
  color: #9eacb4;
}
.form .form-group-container:after {
  display: table;
  content: '';
  clear: both;
  float: none;
}
.form .form-btn-container {
  text-align: center;
}
.form .form-btn-container .btn {
  min-width: 200px;
  margin: 15px 10px 0;
}
.form .form-actions {
  border-top: 1px solid #e7ecf1;
  padding: 15px 10px 0;
  text-align: center;
}
.form .form-actions .btn {
  min-width: 200px;
  margin: 0 10px 15px;
}
.form.form-inline .form-group-container > .btn {
  display: inline-block;
  min-width: 100px;
  margin: 22px 15px 15px 0;
  vertical-align: top;
}
.form.form-inline .form-group-container .form-group {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  font-size: 0;
}
.form.form-inline .form-group-container .form-group .control-label {
  height: 22px;
}
.form.form-inline .btn-container > .btn {
  display: inline-block;
  min-width: 100px;
  margin: 22px 15px 15px 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .form .form-group-container.col-2 {
    margin: 0 -10px;
  }
  .form .form-group-container.col-2 .form-group {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .form .form-actions {
    padding: 20px 15px 5px;
  }
  .form.form-inline .form-group-container .form-group {
    width: 235px;
  }
  .form.form-horizontal .form-group {
    max-width: 700px;
    margin: 0 auto 15px;
  }
  .form.form-horizontal .form-group:after {
    display: table;
    content: '';
    float: none;
    clear: both;
  }
  .form.form-horizontal .form-group .form-group-left {
    display: table;
    float: left;
    width: 40%;
    height: 34px;
  }
  .form.form-horizontal .form-group .form-group-left .control-label {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
    text-align: right;
  }
  .form.form-horizontal .form-group .form-group-right {
    float: left;
    width: 60%;
  }
  .form.form-horizontal .form-btn-container {
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: left;
  }
  .form.form-horizontal .form-btn-container .btn {
    min-width: 150px;
    margin-left: 0;
    margin-right: 15px;
  }
  .form.form-horizontal .form-btn-container .btn:first-child {
    margin-left: 40%;
  }
}
.error-message {
  display: none;
  margin: -1px 0 0;
  padding: 3px 7px;
  background-color: #e7505a;
  color: #fff;
  line-height: 18px;
  font-size: 13px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
.error-message:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #e7505a transparent;
  position: absolute;
  left: 10px;
  top: -5px;
}
.form-group-container:after {
  display: table;
  content: '';
  clear: both;
  float: none;
}
.form-group {
  margin: 0 0 15px;
  position: relative;
}
.form-group .control-label {
  display: block;
  padding: 0 0 5px;
  line-height: 17px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.form-group .control-label:first-letter {
  text-transform: uppercase;
}
.form-group .control-label .optional {
  color: #999;
}
.form-group .control-label .optional:before {
  content: ' ';
}
.form-group .error-message {
  display: none;
}
.form-group.has-error .error-message {
  display: block;
}
.form-group.has-error .control-label {
  color: #e7505a;
}
.form-group.has-error .form-control {
  border-color: #e7505a;
  color: #e7505a;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 7px 10px;
  border: 1px solid #c2cad8;
  border-radius: 0;
  font-family: 'OpenSans', sans-serif;
  line-height: 18px;
  font-size: 14px;
  background-color: #fff;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control:first-letter {
  text-transform: uppercase;
}
.form-control:focus {
  border-color: #32c5d2;
  box-shadow: none;
}
.form-control.form-control-solid {
  height: 40px;
  padding: 10px;
  box-shadow: none;
  background-color: #dde3ec;
  border-color: #dde3ec;
  color: #8290a3;
}
.form-control.form-control-solid:-webkit-autofill,
.form-control.form-control-solid:-webkit-autofill:hover,
.form-control.form-control-solid:-webkit-autofill:focus,
.form-control.form-control-solid:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #dde3ec inset !important;
}
.form-control.form-control-solid:focus {
  border-color: #c3ccda;
}
.form-control:disabled,
.form-control.disabled,
.form-control[readonly] {
  border-color: #c2cad8;
  background-color: #eef1f5;
  color: #555;
  box-shadow: none;
}
.form-control:disabled,
.form-control.disabled {
  cursor: not-allowed;
}
.form-control-static {
  display: block;
  width: 100%;
  height: 34px;
  padding: 7px 10px;
  border: 1px solid #c2cad8;
  border-radius: 0;
  font-family: 'OpenSans', sans-serif;
  line-height: 18px;
  font-size: 14px;
  background-color: #fff;
  color: #555;
}
select.form-control {
  padding: 7px 30px 7px 10px;
}
select.form-control option:first-letter {
  text-transform: uppercase;
}
select.form-control.not-selected {
  color: #ccc;
}
select.form-control.not-selected option {
  color: #555;
}
select.form-control.not-selected:hover {
  color: #ccc;
}
textarea.form-control {
  min-height: 88px;
  resize: none;
}
.form-control-password {
  position: relative;
}
.form-control-password .form-control {
  padding-right: 40px;
}
.form-control-password .btn-password {
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  padding: 4px;
  border: 0;
  border-radius: 3px;
  text-align: center;
  background-color: #e1e5ec;
  position: absolute;
  right: 5px;
  top: 50%;
}
.form-control-password .btn-password .icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #555;
}
.form-control-password .btn-password .icon.icon-hide {
  display: none;
}
.form-control-password .btn-password:hover {
  background-color: #c2cad8;
}
.form-control-password .btn-password:hover .icon {
  fill: #000;
}
.form-control-password.visible .btn-password .icon.icon-show {
  display: none;
}
.form-control-password.visible .btn-password .icon.icon-hide {
  display: block;
}
.custom-select {
  position: relative;
}
.custom-select:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #555;
  margin: -3px;
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  pointer-events: none;
}
.form-group.has-error .custom-select:after {
  border-top-color: #e73d4a;
}
.custom-file {
  position: relative;
  padding-right: 10px;
}
.custom-file .form-control {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-file .custom-file-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 7px 50px 7px 10px;
  border: 1px solid #c2cad8;
  border-radius: 0;
  font-family: 'OpenSans', sans-serif;
  line-height: 18px;
  font-size: 14px;
  background-color: #fff;
  color: #999;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
}
.custom-file .custom-file-input .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-file .custom-file-input.selected {
  color: #555;
}
.custom-file .custom-file-input:not(.selected) .name {
  color: #ccc;
}
.custom-file .custom-file-input .btn {
  width: 50px;
  height: 34px;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  right: -11px;
  top: -1px;
}
.custom-file .custom-file-input .btn .icon {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.custom-file .custom-file-input .btn .text {
  display: none;
}
.mobile-group .mobile-fields {
  position: relative;
  padding: 0 0 0 95px;
}
.mobile-group .mobile-fields .prefix {
  width: 45px;
  height: 34px;
  padding: 6px 0;
  border: 1px solid #c2cad8;
  border-right: 0;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  background-color: #eee;
  color: #555;
  position: absolute;
  left: 0;
  top: 0;
}
.mobile-group .mobile-fields .provider {
  width: 50px;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  left: 45px;
  top: 0;
}
.clear-group .form-group-right {
  padding-right: 10px;
  position: relative;
}
.clear-group .form-group-right .form-control {
  padding-right: 40px;
}
.clear-group .form-group-right .btn-clear {
  display: block;
  padding: 7px 9px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.clear-group .form-group-right .btn-clear .icon {
  margin: -1px 0;
}
.input-group .form-group-right {
  padding-right: 10px;
  position: relative;
}
.input-group .form-group-right .form-control {
  padding-right: 40px;
}
.input-group .form-group-right .btn {
  display: block;
  padding: 7px 9px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.input-group .form-group-right .btn .icon {
  margin: -1px 0;
}
.info-group .form-group-right {
  padding-right: 40px;
  position: relative;
}
.info-group .info {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 34px;
}
.info-group .info .info-text {
  display: none;
  width: 100%;
  padding: 7px 10px;
  line-height: 17px;
  font-size: 13px;
  background-color: #333;
  color: #fff;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1000;
}
.info-group .info .info-text:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  right: 10px;
  top: -5px;
}
.info-group .info .info-btn {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin: 2px 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  cursor: help;
}
.info-group .info .info-btn .icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: #327ad5;
}
.info-group .info .info-btn:focus .icon,
.info-group .info .info-btn:hover .icon {
  fill: #186ad3;
}
.info-group .info .info-btn:focus + .info-text,
.info-group .info .info-btn:hover + .info-text {
  display: block;
}
.prefix-group .form-group-right {
  padding-left: 45px;
  position: relative;
}
.prefix-group .prefix {
  display: block;
  width: 45px;
  height: 34px;
  padding: 6px 0;
  border: 1px solid #c2cad8;
  border-right: 0;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  background-color: #eee;
  color: #555;
  position: absolute;
  left: 0;
  top: 0;
}
.postfix-group .form-group-right {
  padding-right: 45px;
  position: relative;
}
.postfix-group .postfix {
  display: block;
  width: 45px;
  height: 34px;
  padding: 6px 0;
  border: 1px solid #c2cad8;
  border-left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  background-color: #eee;
  color: #555;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-switch .inner {
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c2cad8;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  cursor: pointer;
}
.btn-switch .inner:after {
  display: table;
  content: '';
  float: none;
  clear: both;
}
.btn-switch .inner .text {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 2px 10px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-switch .inner .text:first-letter {
  text-transform: uppercase;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-switch .inner .text-no {
  background-color: #32c5d2;
  color: #fff;
}
.btn-switch .inner .text-yes {
  background-color: #fff;
  color: #555;
}
.btn-switch input {
  display: none;
}
.btn-switch input:checked ~.inner .text-no {
  background-color: #fff;
  color: #555;
}
.btn-switch input:checked ~.inner .text-yes {
  background-color: #32c5d2;
  color: #fff;
}
.btn-switch.colored .inner .text-no {
  background-color: #e7505a;
}
.btn-switch.colored input:checked ~.inner .text-no {
  background-color: #fff;
}
.btn-switch.colored input:checked ~.inner .text-yes {
  background-color: #26c281;
}
.btn-switch input:disabled ~.inner,
.btn-switch.colored input:disabled ~.inner,
.btn-switch input.disabled ~.inner,
.btn-switch.colored input.disabled ~.inner,
.btn-switch input[disabled] ~.inner,
.btn-switch.colored input[disabled] ~.inner {
  border-color: #c2cad8;
  background-color: #eef1f5;
  box-shadow: none;
}
.btn-switch input:disabled ~.inner .text-no,
.btn-switch.colored input:disabled ~.inner .text-no,
.btn-switch input.disabled ~.inner .text-no,
.btn-switch.colored input.disabled ~.inner .text-no,
.btn-switch input[disabled] ~.inner .text-no,
.btn-switch.colored input[disabled] ~.inner .text-no {
  background-color: #c2cad8;
}
.btn-switch input:disabled ~.inner .text-yes,
.btn-switch.colored input:disabled ~.inner .text-yes,
.btn-switch input.disabled ~.inner .text-yes,
.btn-switch.colored input.disabled ~.inner .text-yes,
.btn-switch input[disabled] ~.inner .text-yes,
.btn-switch.colored input[disabled] ~.inner .text-yes {
  background-color: #eef1f5;
}
.btn-switch input:disabled:checked ~.inner .text-no,
.btn-switch.colored input:disabled:checked ~.inner .text-no,
.btn-switch input.disabled:checked ~.inner .text-no,
.btn-switch.colored input.disabled:checked ~.inner .text-no,
.btn-switch input[disabled]:checked ~.inner .text-no,
.btn-switch.colored input[disabled]:checked ~.inner .text-no {
  background-color: #eef1f5;
}
.btn-switch input:disabled:checked ~.inner .text-yes,
.btn-switch.colored input:disabled:checked ~.inner .text-yes,
.btn-switch input.disabled:checked ~.inner .text-yes,
.btn-switch.colored input.disabled:checked ~.inner .text-yes,
.btn-switch input[disabled]:checked ~.inner .text-yes,
.btn-switch.colored input[disabled]:checked ~.inner .text-yes {
  background-color: #c2cad8;
}
.form-group.has-error .btn-switch .inner {
  border-color: #e7505a;
}
.checkbox {
  margin: 0;
  padding: 10px 0 0 24px;
}
.checkbox label {
  display: block;
  min-height: 24px;
  position: relative;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #555;
}
.checkbox label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  position: absolute;
  left: -24px;
  top: 0;
  border: 1px solid #c2cad8;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  z-index: 1;
}
.checkbox label .check {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 3px;
  left: -24px;
  top: 0;
  border: 1px solid #c2cad8;
  background: #fff;
  z-index: 2;
}
.checkbox label .check .icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #32c5d2;
}
.checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 3;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label .check {
  display: block;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label:before,
.checkbox input[type="checkbox"].disabled + label:before,
.checkbox input[type="checkbox"]:disabled + label .check,
.checkbox input[type="checkbox"].disabled + label .check {
  border-color: #c2cad8;
  background-color: #eef1f5;
  color: #555;
  box-shadow: none;
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label .check .icon,
.checkbox input[type="checkbox"].disabled + label .check .icon {
  fill: #555;
}
:disabled,
.disabled {
  cursor: not-allowed;
}
.form-group.has-error .checkbox label:before {
  border-color: #e73d4a;
}
.radio {
  padding: 10px 0 0 24px;
}
.radio label {
  display: block;
  min-height: 24px;
  position: relative;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #555;
  cursor: pointer;
}
.radio label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: -24px;
  top: 0;
  border: 2px solid #c2cad8;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  z-index: 1;
}
.radio label:after {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -17px;
  top: 7px;
  background-color: transparent;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background-color 0.15s ease-in-out;
  z-index: 2;
}
.radio input[type="radio"] {
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.radio input[type="radio"]:checked + label:after {
  background-color: #32c5d2;
}
.mega-option {
  display: block;
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
}
.mega-option:last-child {
  margin: 0;
}
.mega-option input[type="radio"] {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 16px;
  top: 12px;
}
.mega-option .inner {
  display: block;
  padding: 8px 10px 8px 52px;
  background-color: #fff;
  border: 1px solid #c2cad8;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.mega-option .inner:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 14px;
  top: 14px;
  border: 2px solid #c2cad8;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  z-index: 2;
}
.mega-option .inner:after {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 21px;
  top: 21px;
  background-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background-color 0.15s ease-in-out;
  z-index: 3;
}
.mega-option .inner .title {
  display: block;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.mega-option .inner .text {
  display: block;
  padding: 2px 0 0;
  line-height: 17px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}
.mega-option input[type="radio"]:checked + .inner:after {
  background-color: #32c5d2;
}
@media (min-width: 768px) {
  .date-group .form-group-right:after {
    display: table;
    content: '';
    clear: both;
    float: none;
  }
  .date-group .custom-select {
    float: left;
  }
  .date-group .custom-select.select-year {
    width: 30%;
  }
  .date-group .custom-select.select-month {
    width: 45%;
  }
  .date-group .custom-select.select-day {
    width: 25%;
  }
  .custom-file .form-control {
    padding-right: 110px;
  }
  .custom-file .form-control .btn {
    width: 100px;
  }
  .custom-file .form-control .btn .icon {
    display: none;
  }
  .custom-file .form-control .btn .text {
    display: inline;
  }
}
.auth {
  display: block;
  padding: 30px 15px;
}
.auth .auth-logo {
  display: block;
  width: 242px;
  margin: 0 auto 30px;
  text-decoration: none;
}
.auth .auth-logo:after {
  display: table;
  content: '';
  clear: both;
  float: none;
}
.auth .auth-logo img {
  display: block;
  width: 100%;
}
.auth .auth-logo span {
  display: block;
  float: right;
  margin: -7px 0 0;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #f86a42;
}
.auth .auth-content {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
}
.auth .auth-content.wide {
  max-width: 800px;
}
.auth .auth-content .auth-title {
  margin: 15px 0 25px;
  font-size: 28px;
  font-weight: 400;
  color: #32c5d2;
  text-align: center;
}
.auth .auth-content .form .form-actions {
  border: 0;
}
@media (min-width: 370px) {
  .auth {
    padding: 30px 20px;
  }
  .auth .auth-content {
    padding: 20px;
  }
  .auth .auth-content .auth-title {
    margin: 20px 0 40px;
  }
}
@media (min-width: 400px) {
  .auth {
    padding: 30px;
  }
  .auth .auth-logo {
    margin-bottom: 40px;
  }
  .auth .auth-content {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .auth {
    padding: 60px 30px;
  }
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
html,
body {
  line-height: 18px;
  background-color: #364150;
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
.svg-icon-container {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.hidden {
  display: none !important;
}
