@import "../../backend/css/variables.css";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 12px;
  line-height: 1.75em;
}


html input[disabled] {
  cursor: default;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  display: block;
  cursor: pointer;
  font-size: 12px;
  padding: .4375em 1.75em;
  margin-bottom: 1.18125em;
}

input {
  line-height: normal;
}

input:focus {
  background: #e9e9e9;
}

optgroup {
  font-weight: 700;
}

input[type=reset] {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
  display: block;
  cursor: pointer;
  font-size: 12px;
  padding: .4375em 1.75em;
  margin-bottom: 1.18125em;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=email] {
  display: block;
  max-width: 100%;
  padding: .4375em;
  font-size: 12px;
  margin-bottom: 1.18125em;
}

input[type=password] {
  display: block;
  max-width: 100%;
  padding: .4375em;
  font-size: 12px;
  margin-bottom: 1.18125em;
}

input[type=text] {
  display: block;
  max-width: 100%;
  padding: .4375em;
  font-size: 12px;
  margin-bottom: 1.18125em;
}

.master {
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.box {
  width: 420px;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
}

.header {
  background-color: var(--primary-color);
  padding: 30px 30px 40px;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.header__step {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.1px;
  margin: 0 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.header__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px;
}

.step {
  position: relative;
  z-index: 1;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -20px;
}

.step__divider {
  background-color: #cacfd2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  height: 3px;
}

.step__divider:first-child {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.step__divider:last-child {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.step__icon {
  background-color: #cacfd2;
  font-style: normal;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}


.main {
  margin-top: -20px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 40px 40px 30px;
}

.buttons {
  text-align: center;
}

.buttons .button {
  margin: .5em;
  font-size: 12px;
}

.buttons--right {
  text-align: right;
}

a.button {
  padding: 8px 20px;
}

button.button {
  padding: 11px 20px;
}

.button {
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  -webkit-box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease, background-color .2s ease;
  transition: box-shadow .2s ease, background-color .2s ease, -webkit-box-shadow .2s ease;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
  background-color: var(--primary-color);
}

.button--light {
  padding: 3px 16px;
  font-size: 16px;
  border-top: 1px solid #eee;
  color: #222;
  background: #fff;
}

.button--light:hover {
  color: #222;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
}

.list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin: 20px 0 35px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.list .list__item.list__title {
  background: rgba(0, 0, 0, 0.12);
}

.list .list__item.list__title.success span {
  color: #008000;
}

.list .list__item.list__title.success .fa:before {
  color: #008000;
}

.list .list__item.list__title.error span {
  color: #ff0000;
}

.list .list__item.list__title.error .fa:before {
  color: #ff0000;
}

.list__item {
  position: relative;
  overflow: hidden;
  padding: 7px 20px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.requirement-list {
  padding: 4px 14px;
  list-style: inside;
}

.list__item.requirement-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list__item:first-letter {
  text-transform: uppercase;
}

.list__item:last-child {
  border-bottom: none;
}

.list__item .fa.row-icon:before {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 7px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.list__item.success .fa:before {
  color: #2ecc71;
}

.list__item.error .fa:before {
  color: #e74c3c;
}

.list__item--permissions:before {
  content: '' !important;
}

.list__item--permissions span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 7px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
}

.list__item--permissions span:before {
  margin-right: 7px;
  font-weight: 400;
}

.list__item--permissions.success i:before {
  color: #2ecc71;
  vertical-align: 1px;
}

.list__item--permissions.error i:before {
  color: #e74c3c;
  vertical-align: 1px;
}

.requirement-list.success i:before {
  color: #2ecc71;
  vertical-align: 1px;
}

.requirement-list.error i:before {
  color: #e74c3c;
  vertical-align: 1px;
}

.textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  height: 150px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.textarea~.button {
  margin-bottom: 35px;
}

.text-center {
  text-align: center;
}

.form-control {
  height: 14px;
  width: 100%;
}

.has-error {
  color: #ff0000;
}

.has-error input {
  color: #000000;
  border: 1px solid red;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type='text'] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

input[type='password'] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

input[type='url'] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

input[type='number'] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

.tabs {
  padding: 0;
}

.tabs .tab-input {
  display: none;
}

.tabs .tab-input:checked+.tab-label {
  background-color: #fff;
  color: #333;
}

.tabs .tab-label {
  color: #ddd;
  cursor: pointer;
  float: left;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tabs .tab-label:hover {
  color: #333;
}

.tabs .tabs-wrap {
  clear: both;
}

.tabs .tab {
  display: none;
}

.tabs .tab>*:last-child {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.buttons-container {
  min-height: 37px;
  margin: 1em 0 0;
}

.block {
  -webkit-box-shadow: 0 3px 1px darkgray;
  box-shadow: 0 3px 1px darkgray;
}

.block input[type='radio'] {
  width: 100%;
  display: none;
}

.block input[type='radio']+label {
  background: #008080;
  color: #fff;
  padding-top: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.block input[type='radio']+label:hover {
  background: #144242;
  color: #fff;
  padding-top: 5px;
}

.block input[type='radio']:checked+label {
  background-color: #a9a9a9;
}

.block input[type='radio']:checked~.info {
  height: 200px;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block input[type='radio']~.info>div {
  padding-top: 15px;
}

.block label {
  width: 450px;
  max-width: 100%;
  cursor: pointer;
}

.block span {
  font-family: Arial;
  font-weight: 700;
  display: block;
  padding: 10px 12px 12px 15px;
  margin: 0;
  cursor: pointer;
}

.info {
  background: #fff;
  color: #222;
  width: 100%;
  height: 0;
  line-height: 2;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::selection {
  background: #222;
  color: #fff;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.margin-bottom-1 {
  margin-bottom: 1em;
}

.margin-bottom-2 {
  margin-bottom: 1em;
}

.margin-top-1 {
  margin-top: 1em;
}

.margin-top-2 {
  margin-top: 1em;
}

.alert {
  margin: 0 0 10px;
  font-size: 1.1em;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  color: var(--primary-color);
}

.alert.alert-danger {
  background: #ff0000;
  color: #ffffff;
  padding: 10px 20px 15px;
}

.alert.alert-danger h4 {
  color: #ffffff;
  margin: 0;
}

.alert.alert-danger ul {
  margin: 0;
}

.alert .close {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid red;
  outline: none;
  float: right;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.alert .close:hover {
  background-color: #ffffff;
  color: #ff0000;
}


.step__item.active .step__icon,
.step__item.active~.step__divider,
.step__item.active~.step__item .step__icon {
  background-color: var(--secondary-color);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.step__item.active .step__icon:hover,
.step__item.active~.step__item .step__icon:hover {
  background-color: #cacfd2;
  color: var(--primary-color)
}

.form-group.has-error select {
  border-color: #ff0000;
}

.form-group.has-error textarea {
  border-color: #ff0000;
}

.form-group.has-error input[type='text'] {
  border-color: #ff0000;
}

.form-group.has-error input[type='password'] {
  border-color: #ff0000;
}

.form-group.has-error input[type='url'] {
  border-color: #ff0000;
}

.form-group.has-error input[type='number'] {
  border-color: #ff0000;
}

.form-group.has-error .error-block {
  margin: -12px 0 0;
  display: block;
  width: 100%;
  font-size: .9em;
  color: #ff0000;
  font-weight: 500;
}

.invalid-input {
  margin: -12px 0 0;
  display: block;
  width: 100%;
  font-size: .9em;
  color: #ff0000;
  font-weight: 400;
  margin-bottom: 10px;
}

.cursor-none {
  cursor: none;
}