@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.navbar-brand {
  color: #ff0 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav {
  margin-right: 3em;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.nav-link.active {
  color: #ff0 !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-dark .navbar-toggler {
  border: 0px !important;
}

@font-face {
  font-family: "Hammersmith One";
  src: url(../font/HammersmithOne/HammersmithOne.woff) format("woff"), url(../font/HammersmithOne/HammersmithOne.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../font/FiraSans/FiraSans-Regular.woff) format("woff"), url(../font/FiraSans/FiraSans-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

h1 {
  text-transform: uppercase;
  font-family: "Hammersmith One";
  font-size: 26px;
  color: #ff0;
}

h2 {
  text-transform: uppercase;
  font-family: "Hammersmith One";
  font-size: 22px;
  color: #ff0;
}

h3 {
  text-transform: uppercase;
  font-family: "Hammersmith One";
  font-size: 18px;
  color: #ff0;
}

a:link {
  color: #fff;
}

.textlink {
  color: #ff0 !important;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #ff0;
}

a:active {
  color: #ffa500;
}

a:active,
a:focus {
  outline: 0;
}

input[type="button"],
input[type="submit"],
.btn {
  cursor: pointer;
  background: #1f3862;
  border: 2px solid #fff;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  color: #fff;
  font-family: "Hammersmith One";
  height: 45px;
  border-radius: 0px !important;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type="button"],
input[type="submit"] {
  padding: 0.1em 1em 0em 1em;
}

.btn {
  padding: 0.6em 1em 0em 1em;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="button"]:hover,
.label-btn:hover,
input[type="submit"]:hover,
.btn:hover {
  color: #ff0;
  border: 2px solid #ff0;
}

input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
.btn:disabled:hover {
  color: #c5c5c5;
  border: 2px solid #c5c5c5;
  cursor: auto;
}

.label-btn {
  border: 2px solid #fff;
  display: block;
  background: #1f3862;
  padding: 0.6 1em;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  color: #fff;
  font-family: "Hammersmith One";
  border-radius: 0px !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  width: 250px;
}

select {
  cursor: pointer;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #000;
  border: 0 !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin: 0;
  font-family: "Fira Sans";
  padding: 0 0 0 0.5em;
  height: 100%;
}

.select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 2.5;
  height: calc(2.25rem + 2px);
}

.select::after {
  content: "\25bc";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #1f3862;
  color: #ff0;
  pointer-events: none;
  -webkit-transition: 0, 5s all ease;
  transition: 0, 5s all ease;
}

.select:hover::after {
  color: #4472c4;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  font-family: "Fira Sans";
  padding: 0 0 0 0.5em;
  border: 0 !important;
  border-radius: 0px !important;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  height: calc(2.25rem + 2px);
  line-height: 2.5;
  outline: none;
}

input[type="text"]:disabled {
  background: #c5c5c5;
  color: #808080;
}

textarea.form-control {
  height: 150px;
  border-radius: 0;
  border: 0 !important;
  width: 100%;
  background-clip: unset;
  padding: 0.375rem 0.5rem;
}

input[type="file"] {
  display: none;
}

@media (min-width: 992px) {
  textarea.form-control {
    height: calc(2.25rem + 2px);
  }
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #c5c5c5;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ff0;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #fff;
  cursor: pointer;
}

.checkbox,
.radio {
  padding-left: 15px;
  outline: none;
  margin-bottom: 1rem;
}

.checkbox label,
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  outline: none;
  height: 25px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -17px;
  border: 0px !important;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -17px;
  border: 0px !important;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  margin-left: -17px;
  padding-left: 4px;
  padding-top: 2px;
  font-size: 15px;
  color: #555555;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  margin-left: -12px;
  margin-top: 5px;
  padding-left: 4px;
  padding-top: 2px;
  font-size: 15px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #1f3862;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #ff0;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #ff0;
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #1f3862;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #1f3862;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #1f3862;
}

input[type="checkbox"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.original-shortname {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-left: 0px;
}

.original-shortname input[type="checkbox"]:checked + label::before {
  background-color: #4472c4 !important;
}

.modal-dialog-choose-background {
  max-width: 100%;
  overflow-y: initial !important;
  margin: 2em;
}

.modal-body-choose-background {
  width: 100%;
  height: 50vh;
  overflow-y: auto;
}

.modal-content {
  background-color: #1f3862;
  border: 3px solid #ff0;
  color: white;
  border-radius: 0px !important;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  text-align: center;
  padding: 1em;
}

.modal-footer {
  border: 0px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.modal-footer > :not(:last-child),
.modal-footer > :not(:first-child) {
  margin-right: 0px;
  margin-left: 0px;
}

.modal-footer > .btn {
  margin-bottom: 0.5em;
}

@media (min-width: 576px) {
  .modal-footer > :not(:last-child),
  .modal-footer > :not(:first-child) {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .modal-dialog-choose-background {
    max-width: 70%;
    margin: 0 auto;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(10rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
  padding: 2em 1em;
}

.grid::before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  -ms-grid-row: 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
}

.grid > *:first-child {
  -ms-grid-row: 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  grid-column: 1 / 1;
}

/* Just to make the grid visible */
.grid > * {
  background: rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.grid-item:hover {
  background: rgba(0, 0, 0, 0.1);
  border: 1px #ff0 solid;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icons {
  color: #ff0;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 8px;
}

.icons-item {
  background: #ff0;
  color: #1f3862;
  text-align: center;
  padding: 6px;
  border-radius: 3px;
}

.divider {
  border-bottom: 2px solid #ff0;
}

#swipePreview {
  background-color: #4472c4;
  color: #ff0;
  position: absolute;
  text-align: center;
  padding: 3px 5px;
  top: 0;
  right: 1em;
  cursor: pointer;
}

.input-position-text,
.input-fontsize-text {
  height: 25px !important;
  text-align: center;
}

.position-text,
.fontsize-text {
  padding-left: 0 !important;
}

.constructer {
  padding: 15px 15px 4em 15px;
}

.primary {
  background-color: #4472c4;
  margin-bottom: 15px;
}

.secondary {
  margin-bottom: 15px;
}

.secondary,
.third {
  background-color: #afafaf;
}

.primary,
.secondary {
  padding: 15px;
  margin-bottom: 15px;
}

.third {
  padding: 15px 15px 0px 15px;
  margin-bottom: 15px;
}

::-webkit-scrollbar {
  width: 0px;
}

.construct-headline {
  padding: 0.5em 0em 0.5em 0em;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: "Hammersmith One";
  text-transform: uppercase;
}

#refreshData_id {
  text-align: left;
  width: 100%;
  margin: 0em 1em 0em 1em;
}

.change-shortname {
  font-size: 14px;
  color: #ff0 !important;
}

@media (min-width: 992px) {
  #swipePreview {
    display: none;
  }
  .constructer {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
}

.preview {
  width: 100%;
  height: 300px;
  padding: 15px;
  background-size: 40px 40px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 1px, #343a40 1px);
  -webkit-box-shadow: inset 0 0 30px #232323;
          box-shadow: inset 0 0 30px #232323;
}

.image {
  max-width: 100%;
  max-height: 90%;
}

@media (min-width: 576px) {
  .preview {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .image {
    max-height: 80%;
    max-width: 90%;
    width: auto;
    height: auto;
  }
  .preview {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
}

.error {
  text-align: center;
  margin-top: 1em;
  font-size: 12px;
}

.required:after {
  content: " *";
  color: #ff0;
}

.login-h1 {
  color: #ff0;
}

.user_card {
  height: 350px;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #4472c4;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #1e3866;
  padding: 10px;
  text-align: center;
}

.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.form_container {
  margin-top: 100px;
}

.input-group-text {
  background: #1f3862 !important;
  color: #ff0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.item {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 0.6em;
}

.item-no-select {
  border: 2px solid white;
}

.item-select {
  border: 2px solid #4472c4;
}

.item-no-select:hover {
  border: 2px solid #ff0;
}

.item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.bg {
  background-color: #1f3862;
  border-bottom: 2px #ff0 solid;
}

#uploadBackground,
#deleteBackground {
  display: none;
  text-align: center;
}

#icon-wait {
  width: 25px;
  padding-top: 10px;
}

#delete-background {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  background: #1f3862;
}

#delete-background a:link,
#delete-background a:visited {
  color: #ff0;
}

#delete-background a:hover {
  color: #4472c4;
}

.date-picker-to,
.date-picker-from {
  position: relative;
  background-color: #fff;
  color: black;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  display: block;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0 0 0.5em;
}

.date-picker-to::after,
.date-picker-from::after {
  content: "\25bc";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #1f3862;
  color: #ff0;
  pointer-events: none;
}

.date-picker-to:hover::after,
.date-picker-from:hover::after {
  color: #4472c4;
}

.date-picker-to::after,
.date-picker-from::after {
  -webkit-transition: 0, 5s all ease;
  transition: 0, 5s all ease;
}

.date-picker-to:hover,
.date-picker-from:hover {
  background-color: #f3f3f3;
}

.date-picker-to .selected-date-to,
.date-picker-from .selected-date-from {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
  font-family: "Fira Sans";
}

.date-picker-to .dates-to,
.date-picker-from .dates-from {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}

.date-picker-to .dates-to.active,
.date-picker-from .dates-from.active {
  display: block;
}

.date-picker-to .dates-to .month-to,
.date-picker-from .dates-from .month-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #eee;
}

.date-picker-to .dates-to .month-to .arrows-to,
.date-picker-from .dates-from .month-from .arrows-from {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
  font-size: 20px;
}

.date-picker-to .dates-to .month-to .arrows-to:hover,
.date-picker-from .dates-from .month-from .arrows-from:hover {
  background-color: #f3f3f3;
}

.date-picker-to .dates-to .month-to .arrows-to:active,
.date-picker-from .dates-from .month-from .arrows-from:active {
  background-color: #ff0;
}

.date-picker-to .dates-to .days-to,
.date-picker-from .dates-from .days-from {
  display: -ms-grid;
  display: grid;
  ms-grid-columns: 1fr [7];
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  height: 200px;
}

.date-picker-to .dates-to .days-to .day-to,
.date-picker-from .dates-from .days-from .day-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
}

.date-picker-to .dates-to .days-to .day-to.selected,
.date-picker-from .dates-from .days-from .day-from.selected {
  background-color: #ff0;
}

body {
  height: 100vh;
  min-height: 100vh;
  background: url("../image/website/background.svg") no-repeat center center fixed;
  background-color: #1f3862;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Fira Sans";
}

@media (min-width: 576px) {
  .body-generator {
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .body-generator {
    overflow: hidden;
  }
}
/*# sourceMappingURL=main.css.map */