* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .935rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: url("../images/bg.png") no-repeat center center fixed;
  background-size: cover;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.25rem;
  color: #326295;
  text-decoration: underline;
}

h2 {
  font-size: 1.15rem;
  color: #000;
  text-decoration: underline;
}

h3 {
  font-size: 1.05rem;
}

h4 {
  font-size: 1rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff no-repeat right url(../images/sx_header_06.jpg);
  padding: 1rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 150px;
  margin-bottom: 2rem;
}

nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  margin-right: 2rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: .5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#5B7BA5));
  background: linear-gradient(#326295 40%, #5B7BA5);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 10px;
}

nav ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#f0d283));
  background: linear-gradient(#326295 40%, #f0d283);
}

nav ul li a {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  font-size: .9rem;
  padding: .5rem;
  font-weight: 600;
}

nav ul li a:hover {
  color: #f0d283;
}

nav p {
  padding: .5rem 0;
  border-top: 1px solid #080;
  border-bottom: 1px solid #080;
}

@media screen and (max-width: 600px) {
  nav {
    margin-bottom: 1rem;
  }
}

main {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

main a {
  color: #326295;
}

main a:hover {
  color: #5B7BA5;
}

footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#5B7BA5));
  background: linear-gradient(#326295 40%, #5B7BA5);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  color: #fff;
  margin-top: 1rem;
  padding: .5rem;
  text-align: center;
}

table, tr, td, th {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
}

table th {
  background-color: #ddd;
}

table th, table td {
  padding: .5rem;
  word-break: keep-all;
}

[aria-current="page"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f0d283), to(#A4B0CB));
  background: linear-gradient(#f0d283 40%, #A4B0CB);
  border-width: 1px;
  border-style: solid;
  border-color: #326295;
}

#sx-logol {
  width: 40%;
}

#sx-logol img {
  max-width: 100%;
  height: auto;
}

.login {
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-top: 1rem;
}

.login-cnt {
  padding: .5rem;
}

.login-cnt a {
  color: #326295;
}

.login-cnt a:hover {
  color: #5B7BA5;
}

.login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.login form label {
  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;
  width: 50px;
  height: 50px;
  background-color: #326295;
  color: #fff;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d1c4;
  padding: 0 15px;
}

.login form input[type="submit"] {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#5B7BA5));
  background: linear-gradient(#326295 40%, #5B7BA5);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

.login form input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#f0d283));
  background: linear-gradient(#326295 40%, #f0d283);
  color: #f0d283;
}

.login p {
  padding: .5rem;
  padding-bottom: 0;
  text-align: center;
  color: #326295;
  width: 100%;
}

.login-btn form {
  padding-top: 0;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}

.form-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem;
  margin-bottom: 20px;
}

.form-row2 label {
  margin-right: 1rem;
}

#sx-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

#sx-logo img {
  max-width: 60%;
  height: auto;
}

#sx-headline {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

#sx-headline-m {
  display: inline-block;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #326295;
  border-radius: 30px;
  padding: .1rem 1rem;
}

#sx-profil {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

#sx-profil-m {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

#login-menu {
  display: none;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  margin-top: 1rem;
  right: 2rem;
}

#login-menu li {
  margin: .2rem 0;
  background-color: #5B7BA5;
  border-radius: 10px;
}

#login-menu li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: .5rem;
  font-weight: 600;
}

#login-menu li a:hover {
  color: #f0d283;
}

#login-menu.login-menu-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

#toggle-menu {
  cursor: pointer;
}

#toggle-menu:hover {
  color: #326295;
}

#toggle-menu.toggle-menu-active {
  color: #326295;
}

.sx-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 600px) {
  .sx-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sx-profil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sx-profil .login {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1600px) {
  .sx-profil .login {
    margin: 1rem 5rem;
  }
}

@media screen and (max-width: 1600px) {
  .sx-profil {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sx-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sx-user-container {
  height: 100%;
}

.sx-user-cln {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 99%;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  margin: .5rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.sx-user-cln.sx-user-cln-lk {
  margin: 0 .5rem;
  border-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sx-user-cln-lk .sx-user-cln-row table {
  margin-top: 1rem;
}

.sx-user-cln-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #A4B0CB;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1300px) {
  .sx-user-cln-head {
    position: unset;
  }
}

.sx-user-cln-row.sx-user-cln-address {
  font-size: .7rem;
}

.sx-user-cln-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #326295;
  padding: 0 .5rem;
  margin: .2rem;
  text-align: center;
  word-break: break-word;
  font-size: .8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sx-user-cln-row strong {
  font-size: .8rem;
}

.sx-user-cln-row hr {
  width: 100%;
  border-style: solid;
  border-color: #326295;
}

.sx-user-cln-row:first-child {
  border-left: none;
}

@media screen and (max-width: 1300px) {
  .sx-user-cln-row:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 1300px) {
  .sx-user-cln-row {
    border-left: none;
    width: 100%;
    border-top: 1px solid #326295;
    padding: 1rem;
  }
}

@media screen and (max-width: 1300px) {
  .sx-user-cln {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sx-user .login {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sx-user-delete a {
  color: #800;
}

.sx-user-smt {
  margin: 1rem auto;
  padding: .5rem 2rem;
  word-break: keep-all;
}

.sx-user-smt input[type="submit"] {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#5B7BA5));
  background: linear-gradient(#326295 40%, #5B7BA5);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

.sx-user-smt input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#f0d283));
  background: linear-gradient(#326295 40%, #f0d283);
  color: #f0d283;
}

.sx-cur-head {
  width: 100%;
  text-align: center;
  color: #326295;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding: .5rem;
}

.sx-cur-add {
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
}

.sx-cur-add a {
  color: #080;
}

.sx-red {
  color: #800;
}

.sx-green {
  color: #080;
}

.sx-upload {
  width: 80%;
  max-width: 400px;
  margin-left: 10%;
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.sx-upload p {
  padding: .5rem;
  padding-bottom: 0;
  text-align: center;
  color: #326295;
  width: 100%;
}

.sx-upload form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.sx-upload form label {
  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;
  width: 50px;
  height: 50px;
  background-color: #326295;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.sx-upload form label:hover {
  background-color: #5B7BA5;
  cursor: pointer;
}

.sx-upload form input[type="file"] {
  margin-top: .5rem;
  padding: .5rem;
  width: 80%;
}

@media screen and (max-width: 600px) {
  .sx-upload form input[type="file"] {
    width: 75%;
  }
}

.sx-upload form input[type="submit"] {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#5B7BA5));
  background: linear-gradient(#326295 40%, #5B7BA5);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
}

.sx-upload form input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#f0d283));
  background: linear-gradient(#326295 40%, #f0d283);
  color: #f0d283;
}

.sx-upload form select {
  width: 78%;
  margin-left: .5rem;
  margin-bottom: 1rem;
  margin-top: .2rem;
  background-color: #326295;
  color: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #f0d283;
  padding: .5rem;
}

@media screen and (max-width: 600px) {
  .sx-upload form select {
    width: 74%;
  }
}

.sx-currency form select {
  width: 80%;
  margin-left: 0;
}

.sx-currency .form-row {
  width: 93%;
}

.sx-currency form input[type="text"] {
  width: 86%;
}

.sx-desc {
  width: 100%;
}

.sx-vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sx-vk-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-top: 1rem;
}

.sx-vk-cnt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sx-vk-cnt-note {
  width: 100%;
  padding: .8rem;
  padding-top: 0;
}

@media screen and (max-width: 1600px) {
  .sx-vk-cnt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 45%;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .sx-vk-cnt {
    width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: none;
  }
}

@media screen and (max-width: 1600px) {
  .sx-vk-cnt:last-child {
    padding-bottom: 0;
  }
}

.sx-vk p {
  padding: .5rem;
  padding-bottom: 0;
  text-align: center;
  color: #326295;
  width: 100%;
  text-decoration: underline;
}

.sx-vk label {
  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;
  width: 50px;
  height: 50px;
  background-color: #326295;
  color: #fff;
}

.sx-vk select {
  width: 78%;
  margin-left: .5rem;
  margin-bottom: 1rem;
  margin-top: .2rem;
  background-color: #326295;
  color: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #f0d283;
  padding: .5rem;
}

@media screen and (max-width: 600px) {
  .sx-vk select {
    width: 74%;
  }
}

.sx-vk select[multiple] {
  height: 250px;
}

.sx-vk-sbmt {
  width: 100%;
  margin-top: 1rem;
}

.sx-vk-sbmt input[type=submit] {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#5B7BA5));
  background: linear-gradient(#326295 40%, #5B7BA5);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

.sx-vk-sbmt input[type=submit]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #326295), to(#f0d283));
  background: linear-gradient(#326295 40%, #f0d283);
  color: #f0d283;
}

@media screen and (max-width: 1600px) {
  .sx-vk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .sx-vk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.sx-center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sx-center-items-doc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sx-center-items-doc img {
  width: 24px;
  height: 24px;
}

.sx-user-cln-row-a {
  font-size: .8rem;
}

#sx-order-wrp {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: none;
}

.sx-order-form {
  background-color: #fff;
  max-height: 90%;
  overflow-y: auto;
}

.login.sx-order-form form {
  padding-top: 0;
}

.sx-order-form-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
}

#sx-order-wrp-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
  padding: .2rem;
  padding-right: 1rem;
  background: #326295;
  color: #800;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

#sx-order-wrp-close:hover {
  color: #f0d283;
  cursor: pointer;
}

.sx-licence-key {
  width: 99%;
  margin: .5rem;
  margin-top: 0px;
  margin-bottom: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-top: none;
  padding: .5rem;
  padding-bottom: 1rem;
  line-height: 1.5rem;
}

.sx-licence-key form {
  margin-top: 1rem;
}

.sx-licence-key form label {
  font-weight: 600;
}

.sx-licence-key-txt {
  width: 20%;
  min-width: 185px;
  overflow: auto;
}

.sx-licence-key-btn {
  background-color: #d6d1c4;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}

.sx-licence-key-btn:hover {
  background-color: #c8cBd9;
  cursor: pointer;
}

.sx-po-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  overflow: hidden;
}

.sx-licence-key .sx-po-form-del {
  display: inline-block;
  margin: 0;
}

.sx-po-btn {
  background-color: #326295;
  color: #fff;
  padding: .5rem;
  border: none;
}

.sx-po-btn:hover {
  background-color: #5B7BA5;
  cursor: pointer;
}

.sx-po-btn-del {
  background-color: #800;
  color: #fff;
  margin-left: 2rem;
  border-radius: 50%;
  border: none;
}

.sx-po-btn-del:hover {
  background-color: #a20000;
  cursor: pointer;
}

.sx-po-file {
  overflow: hidden;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */