/*
// GREEN THEME

$tone-change: (
hue: -76deg,
saturate: 00%,
desaturate: 0%,
lighten: 5%,
darken: 35%
);

$menu-tone-change: (
hue: -76deg,
saturate: 00%,
desaturate: 20%,
lighten: 20%,
darken: 20%
);
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

button {
  cursor: pointer;
}

/* FONT FACES */
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen {
  .print-only {
    display: none !important;
  }
}
body {
  font-family: "Outfit", "Times New Roman", Times, serif;
  background-color: #f5f6f9;
}

input, button {
  font-family: "Outfit", "Open Sans", Normal, Inter, system-ui;
  letter-spacing: 0.04em;
}

body.login-body {
  font-family: "Outfit", "Open Sans", Normal, Inter, system-ui;
}

#header-ext {
  height: 70px;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  height: 70px;
  background: #000 url(images/bg-header.png) repeat-x;
}

#header {
  width: 100%;
  margin: 0 auto 0;
}

#header h1 {
  float: left;
  margin: 10px 10px 0;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

#header h1 {
  float: left;
  width: 240px;
  height: 54px;
  margin-top: 8px;
  overflow: hidden;
}

#header h1 a {
  color: #dedede;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 54px;
  display: inline-block;
  line-height: 54px;
  opacity: 0.8;
  overflow: hidden;
  font-weight: 200;
  font-size: 26px;
  border: solid 0px red;
}

#header h1 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

#header h1 a:focus {
  outline: none;
}

#header .subtitle {
  clear: left;
  float: left;
  margin-top: 2px;
  font-size: 13px;
}

#header .subtitle a {
  color: #aaa;
  text-decoration: none;
}

#header .subtitle a:hover {
  color: #fff;
  text-decoration: underline;
}

#account-menu-icon {
  display: inline-block;
  margin: 13px 20px 12px;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-image: url("/admin/images/icon-mobile-menu.svg");
  cursor: pointer;
  opacity: 0.8;
}

.account-menu {
  text-align: left;
}

#account-menu-icon:hover {
  opacity: 1;
}

.account-menu ul {
  display: none;
  position: absolute;
  width: 50%;
  right: 0;
  background: #444;
  z-index: 99999;
  padding: 0;
  max-width: 300px;
}

.account-menu ul li {
  display: list-item;
  float: left;
  width: 100%;
}

.account-menu ul li.no-link {
  padding: 10px;
}

.account-menu ul li a {
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
  clear: left;
  text-decoration: none;
}

.account-menu ul li a:hover {
  background-color: #000;
}

.welcome-top {
  color: #ccc;
  padding-top: 40x;
  float: right;
  display: inline-block;
  margin-right: 20px;
  line-height: 70px;
}

.account-menu {
  float: right;
  color: #ccc;
  padding-top: 4px;
  display: block;
}

.account-menu a {
  color: #ccc;
}

.account-menu a:hover {
  color: #fff;
}

div.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

div.icon#logout {
  background-image: url(../images/icon-logout-16x16.png);
}

div.icon#icon-home {
  background-image: url(../images/icon-home-16x16.png);
}

div.icon#icon-password {
  background-image: url(../images/icon-password-16x16.png);
}

* {
  box-sizing: border-box;
}

#content-ext {
  clear: both;
  padding: 5px 0 0;
  font-size: 13px;
}

#content-wrapper {
  width: 100%;
  float: left;
}

#content-ext {
  width: 100%;
  padding: 10px 20px 0;
  margin: 0 auto;
  background-color: #f5f6f9;
}

#content-box { /*width:1200px;*/
  width: 100%;
  margin: 10px auto 0;
  overflow: auto;
}

#footer-ext {
  clear: both;
  width: 100%;
  float: left;
  margin: 0;
}

#footer { /*width:1200px;*/
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  color: #444;
  padding-top: 24px;
  padding-bottom: 10px;
  text-align: center;
}

#footer b {
  color: #222;
}

#menubar-ext {
  float: left;
  width: 100%;
  min-height: 42px; /*background:#3557a3 url(images/bg-menubar.png) repeat-x  bottom; */
  background-color: #1a60a4;
  font-size: 13px;
  font-weight: bold;
}

#menubar {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 42px;
}

/* TITLES */
#content-box h1 {
  color: #192c3f;
  font-weight: bold;
  font-size: 22px;
  margin: 6px auto 18px;
}

h2 {
  font-size: 16px;
  margin: 10px 0 6px;
}

/* COMMON ELEMENTS */
a.button, input.button, button.button {
  display: inline-block;
  padding: 8px 10px;
  background: #1a60a4;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  word-wrap: normal;
  line-height: 1em;
}

a.button:hover, a.button:focus, a.button:active,
.button:hover, button.button:hover {
  background-color: #134778;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

a.button.small {
  font-size: 13px;
  padding: 5px 8px;
}

a.edit-button-ext {
  display: inline-block;
}

.delete-button-form, .duplicate-button-form {
  display: inline-block;
}

button.delete-button {
  width: 16px;
  height: 16px;
  background-image: url(/admin/css/images/icon-delete_16.png);
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background-color: transparent;
}

button.duplicate-button {
  width: 16px;
  height: 16px;
  background-image: url(/admin/css/images/icon-copy_16.png);
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background-color: transparent;
}

.spacer {
  margin-top: 8px;
}

.spacer-2 {
  margin-top: 16px;
}

.spacer-lg {
  margin-top: 20px;
}

.spacer-lg-2 {
  margin-top: 36px;
}

.text-box {
  background: #fff;
  clear: left;
  margin-top: 15px;
  font-size: 14px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 16px;
  line-height: 1.2em;
}

.text-box h1, .text-box h2, .text-box h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.text-box h1 {
  font-size: 22px;
}

.text-box h2 {
  font-size: 18px;
}

.full-width {
  width: 100%;
}

.text {
  font-size: 13px;
}

.text p {
  margin: 8px 0;
}

.text ul {
  margin-left: 0;
  padding-left: 2.7em;
}

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

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

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

.alert {
  padding: 16px;
  border-radius: 12px;
  font-size: 16px;
}

.alert p {
  line-height: 1.2em;
}

.alert-error, .alert-danger {
  background-color: rgb(248, 215, 218);
  color: rgb(114, 28, 36);
}

.alert-success {
  background-color: rgb(212, 237, 218);
  color: rgb(21, 87, 36);
}

.alert-warning {
  background-color: rgb(255, 243, 205);
  color: rgb(133, 100, 4);
}

.alert-danger a, .alert-error a {
  color: #a94442;
}

.alert-danger a:hover, .alert-error a:hover {
  color: #7b2927;
}

.alert-success a {
  color: #155724;
}

.alert-success a:hover {
  color: #054815;
}

/* MODAL CLOSE BUTTON FIX */
.modal-header .close {
  top: 12px;
  position: absolute;
  right: 12px;
}

/* DROPDOWN MENU */
ul#nav { /* all lists */
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

ul#nav li {
  padding: 0;
}

ul#nav li a {
  display: block;
  color: #fff;
  padding: 0px 10px 0px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

ul#nav li a:hover {
  background-color: #134778;
  color: #fff;
}

ul#nav li { /* all list items */
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

ul#nav li ul { /* second-level lists */
  line-height: 1.2em;
  display: none;
  position: absolute;
  margin: 0;
  top: 41px;
  left: 0px;
  width: 200px;
  background-color: #99b3cc;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #2c6091;
  font-size: 14px;
  z-index: 999;
}

ul#nav ul li {
  width: 100%;
  background-color: #99b3cc;
  clear: left;
  letter-spacing: 0.03em;
  font-weight: normal;
}

ul#nav ul li h4 {
  margin: 0;
  font-size: 12px;
  color: #bbb;
  font-weight: bold;
  background-color: #333;
}

ul#nav ul li h4.nolink {
  padding: 3px;
}

ul#nav ul li a {
  display: block;
  padding: 6px;
  background-color: #99b3cc;
  text-transform: none;
  color: #2c6091;
}

ul#nav ul li h4 a {
  padding: 3px;
  display: block;
  font-size: 12px;
  border-bottom: none;
  font-weight: bold;
  background-color: #333;
}

ul#nav ul li h4 a:hover {
  text-decoration: underline;
  background-color: #779abb;
}

ul#nav ul li a:hover {
  background-color: #779abb;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
  display: block;
}

ul#nav ul li img {
  float: left;
  margin: 2px 5px;
}

/* DATA TABLE */
.table-pagenumber {
  color: #555;
}

.table-pagenumber {
  clear: both;
  color: #999;
  padding-top: 10px;
  padding-right: 7px;
  font-size: 15px;
  padding-bottom: 12px;
  font-weight: bold;
}

.table-wrapper {
  clear: both;
  overflow-x: auto;
  padding-bottom: 1px;
}

table.display_table {
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  min-width: 100%;
  margin: 20px auto;
  border: none;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgb(52, 64, 84);
  overflow-x: scroll;
  background-color: #fff;
}

table.display_table.large-font {
  font-size: 18px;
}

table.display_table thead {
  background-color: rgb(249, 250, 251);
}

table.display_table th {
  padding: 6px 8px;
  border: none;
  vertical-align: bottom;
  letter-spacing: 0em;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: rgb(102, 112, 133);
}

table.display_table th a {
  color: rgb(102, 112, 133);
  text-decoration: none;
}

table.display_table th a:hover {
  color: rgb(68, 78, 100);
}

table.display_table th .th-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

table.display_table th .sort-icons {
  font-size: 1.4em;
  margin-left: 1px;
}

table.display_table th .sort-icons a {
  color: #cdcdcd;
}

table.display_table th .sort-icons a:hover {
  color: rgb(68, 78, 100);
}

table.display_table th.id-column {
  width: 50px;
}

table.display_table th.image-column {
  width: 95px;
}

table.display_table td {
  border-top: solid 1px rgb(242, 244, 247);
  border-bottom: solid 1px rgb(242, 244, 247);
  padding: 5px 8px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  max-width: 500px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

table.display_table td p {
  margin: 0;
  padding: 0;
}

table.display_table td.search-cell {
  text-align: center;
}

table.display_table td.search-cell input {
  width: 80%;
  height: auto;
  padding: 5px;
  background: url(images/icon-search-transparent_16.png) right no-repeat;
  border: solid 1px #ccc;
  border-radius: 3px;
}

table.display_table td.search-cell input:focus {
  background: url(images/icon-search_16.png) right no-repeat;
}

table.display_table td.searched {
  background-color: #f9f9f9;
}

table.display_table td a img :hover {
  background-color: transparent;
}

table.display_table td.bigint {
  text-align: center;
}

table.display_table td.tinyint {
  text-align: right;
}

table.display_table td.decimal {
  text-align: right;
}

table.display_table td.text {
  font-size: 12px;
}

table.display_table td.image, table.display_table td.tinyint {
  text-align: center;
}

table.display_table td.notfound {
  padding: 40px 20px;
  text-align: center;
  font-weight: bold;
}

table.display_table td a:not(.button) {
  color: #1a60a4;
}

table.display_table td a:hover:not(.button) {
  color: #134778;
}

table.display_table td.actions-cell {
  text-align: center;
}

table.display_table td.td-custom-actions a:not(.button) {
  background-color: #1a60a4;
  padding: 2px 6px;
  color: #fff;
  border-radius: 3px;
  line-height: 1em;
  text-decoration: none;
}

table.display_table td.td-custom-actions a:hover:not(.button) {
  background-color: #134778;
}

table.display_table td.text-left {
  text-align: left;
}

table.display_table td.text-right {
  text-align: right;
}

table.display_table td.text-center {
  text-align: center;
}

/*table.display_table td.edit:hover{background-color:#fbf5be; cursor:pointer;}*/
table.display_table tr.even {
  background-color: #f0f3f6;
}

table.display_table tr.even td.searched {
  background-color: #d2d6ea;
}

table.display_table tr.highlighted {
  background-color: #dcf680;
  font-weight: bold;
  border: solid 2px #8ca926;
  color: #425307;
}

table.display_table tr.highlighted td {
  border-color: #b5d73c;
}

table.display_table tr.highlighted a {
  color: #425307;
}

table.display_table tr.highlighted a:hover {
  color: #283206;
}

table.display_table tr.total-row {
  font-size: 125%;
  padding-top: 20px;
  color: #333;
}

table.display_table tr.total-row td {
  font-weight: bold;
  border-width: 2px 0 0 0;
  border-top-color: #bdd0e0;
}

table.display_table img.thumbnail {
  border: #ccc solid 1px;
}

table.display_table a.table-button {
  display: block;
  background: #4b7ed1;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 4px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.editable {
  cursor: pointer;
  text-decoration: underline !important;
}

.editable:hover {
  color: red !important;
}

table.display_table a.table-button:hover {
  background: #2659ad;
  color: #fff;
}

admin_table_navbar {
  width: 100%;
  text-align: right;
  font-size: 12px;
}

/* Table Navigation Bar */
.right {
  float: right;
}

.table-nav {
  color: #999;
  font-weight: bold;
  padding-right: 8px;
  padding-top: 10px;
}

.table-nav a {
  color: #1a60a4;
}

.table-nav a:hover {
  color: #134778;
}

.table-nav span.current {
  color: #192c3f;
}

/* EDIT RECORD PAGE */
.edit_field {
  color: red;
  font-weight: bold;
}

form.edit-form {
  font-size: 16px;
  width: 100%;
  max-width: 670px;
}

form.edit-form fieldset {
  background: #fff;
  clear: left;
  margin-top: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

form.edit-form fieldset div.fieldset-top {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 10px;
}

form.edit-form legend {
  display: none;
}

form.edit-form fieldset .text {
  padding: 10px;
}

form.edit-form h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 8px;
  color: #1a60a4;
}

form.edit-form p {
  clear: both;
  margin: 15px 0;
  font-size: 14px;
}

form.edit-form label {
  width: 190px;
  padding-top: 8px;
  float: left;
  text-align: right;
  margin-right: 15px;
  display: block;
  color: #3f4656;
  font-size: 14px;
}

form.edit-form input.text, form.edit-form input.file, form.edit-form input.date-pick, div.locked-input {
  border: none;
  border-radius: 6px;
  background: rgb(244, 245, 247);
  font-size: 14px;
  color: rgb(109, 116, 131);
  width: 420px;
  padding: 8px;
}

div.locked-input {
  color: #a3abb1;
  display: inline-block;
  background-color: #fff;
}

form.edit-form input.text:focus, form.edit-form input.file:focus, form.edit-form input.date-pick:focus, form.edit-form select:focus, form.edit-form textarea:focus {
  outline: solid 2px #f67f24;
}

form.edit-form input.file {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
}

form.edit-form select {
  font-size: 14px;
  width: 420px;
  border: none;
  border-radius: 6px;
  color: rgb(109, 116, 131);
  background-color: rgb(244, 245, 247);
  font-size: 14px;
  padding: 8px;
}

form.edit-form input.radio {
  border: solid 1px #666;
  color: #333;
  font-size: 14px;
  width: 20px;
  float: left;
}

form.edit-form span.radio-option span {
  float: left;
  margin-right: 16px;
}

form.edit-form .radio-group {
  float: left;
  padding-top: 6px;
  height: 36px;
}

form.edit-form textarea.plain_text {
  font-size: 14px;
  color: rgb(109, 116, 131);
  background-color: rgb(244, 245, 247);
  border-radius: 6px;
  border: none;
  padding: 6px;
  width: 420px;
  resize: vertical; /* allow only vertical resizing */
}

form.edit-form .textarea-box {
  width: 427px;
  float: right;
  margin-right: 35px;
  margin-bottom: 30px;
}

form.edit-form textarea.long {
  height: 75px;
}

form.edit-form .note {
  color: #666;
  font-size: 13px;
  margin: 5px 0 20px 206px;
}

form.edit-form .note p {
  color: #666;
}

form.edit-form .div-current-file {
  color: #666;
  margin: 5px 206px 20px;
}

form.edit-form .fieldset-note {
  padding: 20px;
  color: #333;
}

form.edit-form ul.tags {
  margin: 10px 0 20px;
}

form.edit-form ul.tags label input {
  float: left;
  margin: 0 15px 0 171px;
  width: 20px;
}

form.edit-form img.current-image {
  margin: 10px 0;
  padding: 4px;
  border: solid 1px #ccc;
}

form.edit-form .quantity-box {
  clear: both;
  float: left;
  padding: 4px 0 0;
  margin: 0;
  font-size: 12px;
}

form.edit-form .quantity-box p {
  margin: 0 0 4px;
}

form.edit-form .quantity-box input {
  font-size: 14px;
  padding: 3px;
  width: 40px;
  border: solid 1px #ccc;
  margin: 0;
  margin-left: 5px;
  color: #222;
  background: url(images/bg-input-box.png) repeat-x top;
}

form.edit-form .quantity-box label {
  font-size: 12px;
  color: #666;
}

form.edit-form h2 {
  clear: both;
}

form.edit-form ul.tags label {
  float: left;
  text-align: left;
  margin: 2px 0;
}

/*
.message-box-ext {width:100%;  }
.message-box {margin:20px 0; padding:20px; font-size:18px; color:#244a8d; background-color:#f4f8ff; border:solid 1px #749fe9;}
.message-box.alert {font-weight:bold; color:red; border-color:red; background-color:#ffe4e4;}
*/
form.edit-form .rel_table_additional_fields p {
  padding-top: 0px;
}

form.edit-form .rel_table_additional_fields label {
  margin: 3px 0;
  font-size: 12px;
  color: #666;
}

form.edit-form .rel_table_additional_fields textarea.plain_text {
  margin-left: 20px;
  font-size: 13px;
}

form.edit-form .save-button {
  text-align: center;
  padding-top: 16px;
}

.floating-edit-box-ext {
  float: right;
  margin-left: 700px;
  width: 240px;
  position: fixed;
  top: 160px;
  border: solid 0px #ccc;
}

.floating-edit-box {
  margin: 12px;
}

.floating-edit-box .button {
  margin: 15px 0;
  width: 200px;
}

.delete-image-box {
  width: 100%;
  float: left;
  display: none;
  padding-top: 10px;
  padding-bottom: 40px;
}

.note a {
  color: #4074cc;
}

.note a:hover {
  color: #10459e;
}

.note a.button {
  color: #eee;
}

.note a.button:hover {
  color: #fff;
}

/* LOGIN BOX PAGE */
body {
  padding-top: 0 !important;
}

body.login-body {
  background-color: #ccc;
}

#login-box-title {
  width: 400px;
  margin: 60px auto 20px;
  text-align: center;
  color: #666;
}

#login-box-title h1 {
  font-size: 20px;
  color: #666;
}

#login-box-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0px auto 40px;
}

#login-box-ext {
  width: 100%;
  float: left;
  border: solid 1px #999;
  background: #fff;
}

#login-box {
  margin: 40px;
}

#login-box label {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  color: #666;
}

#login-box input.form-box {
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  padding: 16px;
  font-size: 18px;
  border-radius: 8px;
}

#login-box .button {
  width: auto;
  margin: 0 auto;
  margin: 40px auto;
  float: right;
}

#registerform label {
  display: none;
}

.show-all-columns-box {
  padding-bottom: 20px;
}

/* DATE PICKER */
/*#ui-datepicker-div { font-size: 12px; }*/
.ui-datepicker-title {
  color: #222;
}

form.form-search-date, form.form-search-datetime {
  max-width: 185px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .mobile-hidden {
    display: normal;
  }
  .mobile-only {
    display: none;
  }
  .account-menu {
    display: block !important;
  }
  .welcome-top {
    display: inline-block;
  }
  .account-menu ul li.welcome {
    display: none;
  }
}
/* MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-only {
    display: normal !important;
  }
  #header-ext {
    position: relative;
  }
  #header h1 {
    float: left;
    width: 140px;
  }
  #header h1 a {
    width: 140px;
    height: 70px;
  }
  .welcome-top {
    display: none;
  }
  table.display_table {
    font-size: 11px !important;
  }
  table.display_table td {
    padding: 2px !important;
  }
  td.mobile-show, th.mobile-show {
    display: table-cell !important;
  }
  #content-box {
    width: 98%;
    margin: 10px auto;
  }
  form.edit-form {
    width: 100%;
  }
  form.edit-form fieldset .fieldset-top {
    margin-bottom: 0 !important;
  }
  form.edit-form fieldset .fieldset-bottom {
    width: 100%;
    padding: 0 10px 30px;
    float: left;
  }
  form.edit-form p {
    margin: 4px 0;
  }
  form.edit-form label {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 0 6px;
  }
  form.edit-form .checkbox-option {
    float: left;
    width: 100%;
  }
  form.edit-form .checkbox-option label {
    float: right;
    margin: 0;
    width: calc(100% - 26px) !important;
  }
  form.edit-form .checkbox-option input {
    float: left;
    margin-right: 0;
    clear: none;
    width: auto !important;
    margin-top: 14px;
  }
  form.edit-form .quantity-box input {
    margin: 0;
  }
  form.edit-form .rel_table_additional_fields textarea.plain_text {
    margin: 0;
  }
  form.edit-form .rel_table_additional_fields {
    margin-bottom: 24px;
  }
  form.edit-form select, form.edit-form input {
    width: 100%;
  }
  form.edit-form input.text, form.edit-form input.file, form.edit-form input.date-pick {
    width: 100%;
  }
  form.edit-form .textarea-box {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  form.edit-form textarea.plain_text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=admin-style.css.map */