@font-face {
  font-family: "Roboto Condensed";
  src: url(../../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: bold;
  src: url(../../fonts/RobotoCondensed-Bold.ttf);
}
@media only screen {
  html, body, main {
    height: 100%;
    box-sizing: border-box;
  }
}
@media print {
}
a {
  text-decoration: none;
  color: black;
}
input[type=checkbox] {
  cursor: pointer;
}
form {
  margin: 0;
  display: inline;
}
a img {
  border: 0;
}
img {
  color: #000;
  vertical-align: middle;
}
.green {
  color: green;
}
body {
  padding: 0;
  margin: 0;
  font: 10px Arial, Verdana, Sans-Serif;
}
.period_button {
  box-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
}
.normal_button, .image_button {
  font: bold 12px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  border: 1px solid #EC6;
  cursor: pointer;
  background-color: #FBEFCA;
  height: 23px;
  border-radius: 3px;
  margin-top: 1px;
  min-width: 54px;
  padding: 3px 4px;
}
.normal_button:hover, .image_button:hover {
  transition: 0.1s linear;
  box-shadow: 1px 1px 2px #000;
  background: #EC6;
}
.active_button, a:visited.active_button, a:hover.active_button, a:link.active_button {
  font: 8pt sans-serif;
  color: #000;
  border: 1px solid #EC6;
  cursor: pointer;
  background-color: #FFC5A8
}
.image_button, a:visited.image_button, a:link.image_button {
  vertical-align: middle;
}
.edit_box, .list_box {
  font: 13px "Roboto Condensed", Sans-Serif;
  background-color: #F9FFFF;
  border: 1px solid #CDF;
  border-radius: 2px 2px 2px 2px;
  color: black;
  padding: 3px;
}
.edit_box:hover, .list_box:hover {
  background-color: #FFF;
  box-shadow: 0 0 4px #ABD;
}
.list_box {
  padding: 2px;
}
.menu_bar_title {
  color: #000;
  font: 15px Roboto Condensed;
  text-align: right;
  padding-right: 4px;
}
.status_text {
  font: 13px Roboto Condensed;
  padding: 4px 10px;
}
.status_title {
  font: 13px Roboto Condensed;
  padding: 6px 10px;
}
.status_copyright {
  font: 13px Roboto Condensed;
  text-align: right;
  padding: 6px 10px;
}
.status_copyright a {
  font-weight: bold;
}
.status_users_online, .status_memory, .status_queries {
  font: 12px "Roboto Condensed";
  text-align: center
}
.page_text {
  font: 14px "Roboto Condensed";
}
.page_text_bold {
  font-size: 14px;
  font-weight: bold
}
.page_small {
  font: 12px "Roboto Condensed";
}
.page_small_green {
  font: 12px "Roboto Condensed";
  color: green
}
.page_title {
  font: bold 16px "Roboto Condensed";
}
.page_error {
  font-size: 12px;
  color: red;
}
.pop_menu_title {
  font: 11px Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  background-color: #FFC5A8;
  font-weight: bold;
}
.pop_menu_item {
  font: 11px Arial, Helvetica, Verdana, sans-serif;
}
.table_navigation {
  font: 12px Arial, Helvetica, Verdana, sans-serif
}
.table_sort {
  padding-left: 3px;
  color: #FF8040;
}
.table_sort a {
  color: #FF8040;
}
.icon {
  max-width: 16px;
  max-height: 16px;
  margin-right: 3px;
  border: 0;
}
.icon_x {
  max-width: 20px;
  max-height: 20px;
  margin-right: 3px;
  border: 0;
}
.flag {
  font: 12px "Roboto Condensed", Verdana;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  background-color: #FEA;
  padding: 2px 3px 2px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #FD8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.my_tooltip {
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  width: auto;
  background-color: #FFF;
  padding: 5px;
  font-size: 0.8em;
  z-index: 1000001;
}
legend {
  background: #FFF5D5;
  border: 1px solid #FA5;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  padding: 0.2em 0.5em;
  text-align: left;
}
ul#css3menu, ul#css3menu ul {
  margin: 0;
  list-style: none;
}
ul#css3menu ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 98%;
  -moz-box-shadow: 1px 1px 1px #777;
  -webkit-box-shadow: 1px 1px 1px #777;
  box-shadow: 1px 1px 1px #777;
  padding: 3px 5px 5px 5px;
  background-color: #FD7;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #EB5;
}
ul#css3menu li:hover > * {
  display: block;
}
ul#css3menu li:hover {
  position: relative;
}
ul#css3menu ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
}
ul#css3menu {
  padding: 0;
  display: block;
  float: left;
}
ul#css3menu li {
  display: block;
  white-space: nowrap;
  font: bold 12px Roboto Condensed;
  color: #000;
  background-color: #FD7;
  float: left;
  z-index: 200;
  border: 1px solid #EB5;
}
ul#css3menu > li, ul#css3menu li {
  margin: 0 0 2px 2px;
  border-radius: 3px;
}
ul#css3menu ul > li {
  margin: 1px 0 0;
  border: 0;
}
ul#css3menu a:active, ul#css3menu a:focus {
  outline-style: none;
}
ul#css3menu a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  color: #000;
  cursor: default;
  padding: 2px 5px 2px 5px;
  background-color: #FD7;
  background-position: 0 50%;
  border-width: 0;
  border-style: none;
  border-color: #65F;
}
ul#css3menu ul li {
  float: none;
  margin: 2px 0 2px 0;
}
ul#css3menu ul a {
  text-align: left;
  padding: 3px 4px;
  background-color: #FD7;
  background-image: none;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #EB5;
  font: bold 12px "Roboto Condensed";
  color: #000;
  text-decoration: none;
}
ul#css3menu li:hover > a {
  background-color: #00C4FF;
  border-color: #650;
  border-style: none;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-position: 0 100%;
}
ul#css3menu img {
  border: none;
  vertical-align: middle;
}
ul#css3menu ul img {
  border: none;
  vertical-align: middle;
}
ul#css3menu img.over {
  display: none;
}
ul#css3menu li:hover > a img.def {
  display: none;
}
ul#css3menu li:hover > a img.over {
  display: inline;
}
ul#css3menu span {
  display: block;
  overflow: visible;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 0;
}
ul#css3menu ul span {
  background-image: url("img/harrow.gif");
  padding-right: 20px;
}
ul#css3menu ul li:hover > a {
  background-color: #00C4FF;
  background-image: none;
  border-style: solid;
  border-color: #EB5;
  color: #FFF;
  text-decoration: none;
}
ul#css3menu li.topfirst > a {
  color: #628;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  padding: 3px 4px;
}
ul#css3menu li.topfirst:hover > a {
  color: #FFF;
}
ul#css3menu li.topitem > a {
  color: #628;
  padding: 3px 4px;
}
ul#css3menu li.topitem:hover > a {
  color: #FFF;
}
ul#css3menu li.toplast > a {
  color: #628;
  padding: 3px 4px;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
ul#css3menu li.toplast:hover > a {
  color: #FFF;
}
ul#css3menu li.subfirst > a {
  background-color: #FD7;
  background-image: none;
  border-width: 0;
  border-style: none;
  padding: 5px 5px 5px 5px;
  color: #000;
  text-decoration: none;
}
ul#css3menu li.subfirst:hover > a {
  background-color: #00C4FF;
  background-image: none;
  border-style: none;
  color: #FFF;
  text-decoration: none;
}
.menu_title {
  font: 12px Roboto Condensed, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
  padding: 5px 2px 5px 5px;
}
.menu_header a:hover {
  background-color: #FE9;
}
.menu_header {
  display: flex;
  background: #FD7;
  padding: 5px;
  font-weight: bold;
}
.menu_header img {
  padding: 0 2px;
}
.menu_close {
  padding-right: 4px;
  padding-top: 1px;
}
.menu_item {
  cursor: pointer;
  font: 12px "Roboto Condensed";
  padding: 4px 8px 4px 5px;
  border-bottom: 1px solid #FE9;
}
.db_table_navigation {
  font: 12px "Roboto Condensed", sans-serif
}
.table_head_cell, .table_head_cell td {
  font: 12px "Roboto Condensed", Verdana;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  color: #000;
}
.table_head_cell a {
  color: #000
}
.table_cell, .table_cell td {
  font: 12px "Roboto Condensed", Verdana, Helvetica, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
}
.table_cell a {
  color: blue
}
.table_sort {
  padding-left: 3px;
  color: #FF8040;
}
.table_sort a {
  color: #FF8040;
}
table#TableRows {
  font: 12px "Roboto Condensed", Sans-Serif;
  table-layout: fixed;
}
table#TableRows a {
  color: inherit;
}
table#TableRows a:hover {
  color: black;
  background-color: #FA5;
}
table#TableRows tr td {
  padding: 0 3px 0 3px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
table#TableRows tr#table_filter {
  height: 24px;
}
table#TableRows tr#table_filter_actions {
  background-color: rgb(255 250 233);
  height: 35px;
}
table#TableRows tr#table_filter_actions:hover {
  background-color: rgb(255 250 233);
}
table#TableRows tr#table_filter td {
  margin: 0;
  padding: 0;
  background-color: white;
}
tr#head_row td {
  font-weight: bold;
  color: #000
}
tr#head_row td a {
  color: #000
}
tr#head_row td a:hover {
  background-color: inherit;
}
.table_selected {
  background-color: #FF6
}
table#TableRows tr:nth-child(even) {
  background: #FFF5E9;
}
table#TableRows tr:nth-child(odd) {
  background: #FFF;
}
table#TableRows tr:hover {
  background-color: #FFA;
}
table#TableRows tr#galleryrow:hover {
  background-color: #FFF;
}
.tbl {
  font: 11px "Roboto Condensed";
}
.tbl a {
  color: inherit;
}
.tbl a:hover {
  color: black;
  background-color: #FA5;
}
.tbl tr td {
  padding: 3px 5px;
}
.tbl_head td {
  font: 12px Arial, Verdana;
  font-weight: bold;
  color: #000;
  background-color: #FD7
}
.tbl_head td a {
  color: #000
}
.tbl_head td a:hover {
  background-color: inherit;
}
.tbl tr:nth-child(even) {
  background: #FFF5D5;
}
.tbl tr:nth-child(odd) {
  background: #FFF;
}
/* popup menu */
ul#pmenu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  float: right;
}
ul#pmenu ul {
  display: none;
  border-radius: 3px;
  position: absolute;
  right: -1px;
  top: 100%;
  padding: 3px 4px 3px 4px;
  background-color: #FFF;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #EB5;
}
ul#pmenu li:hover > * {
  display: block;
}
ul#pmenu li:hover {
  position: relative;
}
ul#pmenu li {
  display: block;
  white-space: nowrap;
  border: 1px solid #EB5;
  background-color: #FD7;
  border-radius: 3px;
  padding: 1px;
  float: left;
  min-height: 16px;
}
ul#pmenu li#noborder {
  border: 0;
}
ul#pmenu > li, ul#pmenu li {
  margin: 0 0 1px 3px;
}
ul#pmenu ul > li {
  margin: 1px 0 0;
  border-width: 0;
}
ul#pmenu a:active, ul#pmenu a:focus {
  outline-style: none;
}
ul#pmenu a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #000;
  cursor: default;
  padding: 3px 5px 3px 5px;
  min-height: 16px;
  border-width: 0;
  border-style: none;
  border-color: #EB5;
}
ul#pmenu ul li {
  float: none;
  margin: 4px 0 4px 0;
}
ul#pmenu ul a {
  text-align: left;
  padding: 2px 5px 2px 5px;
  background-color: #FD7;
  background-image: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #000;
  text-decoration: none;
}
ul#pmenu li:hover > a {
  border-style: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s linear;
  background: #EA6;
}
ul#pmenu img {
  vertical-align: middle;
  padding-right: 4px;
}
ul#pmenu ul img {
  border: none;
  vertical-align: middle;
}
ul#pmenu img.over {
  display: none;
}
ul#pmenu li:hover > a img.def {
  display: none;
}
ul#pmenu li:hover > a img.over {
  display: inline;
}
ul#pmenu span {
  display: block;
  overflow: visible;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 0;
}
ul#pmenu ul span {
  background-image: url("img/harrow.gif");
  padding-right: 20px;
}
ul#pmenu ul li:hover > a {
  background: #EA6;
  border-style: solid;
  border-color: #EB5;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #FFF;
  text-decoration: none;
}
ul#pmenu li.subfirst > a {
  background-color: #FD7;
  border-width: 0;
  border-style: none;
  padding: 2px 5px 2px 5px;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #000;
  text-decoration: none;
}
ul#pmenu li.subfirst:hover > a {
  background: #EA6;
  border-style: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #FFF;
  text-decoration: none;
}
.db_normal_button, a:visited.db_normal_button, a:hover.db_normal_button, a:link.db_normal_button {
  font: 13px "Roboto Condensed", sans-serif;
  color: #000;
  border: 1px solid #EC6;
  cursor: pointer;
  background-color: #FBEFCA;
  height: 23px;
  border-radius: 3px;
}
.db_normal_button:hover {
  transition: 0.1s linear;
  box-shadow: 1px 1px 2px #000;
  background: #EC6;
}
.db_image_button, a:visited.db_image_button, a:link.db_image_button {
  vertical-align: middle;
  color: #000;
  border: 1px solid #EC6;
  cursor: pointer;
  padding: 2px 2px 3px 2px;
  background-color: #FBEFCA;
  font-weight: bold
}
a:hover.db_image_button {
  background-color: #FFA;
}
.db_list_box {
  font: 8pt sans-serif;
  color: #000;
  border-style: solid;
  border-width: 1px;
  padding: 0;
}
.db_edit_box {
  border: 0;
  background-color: #FFF;
  font: bold 14px "Roboto Condensed";
  padding: 4px 5px 4px 5px;
  border-radius: 2px 2px 2px 2px;
  color: darkorange;
  width: 100%;
  cursor: pointer;
}
.db_edit_box:hover {
  background-color: #FFF;
}
.db_edit_box:focus-visible {
  outline: 0;
}
.db_combo {
  border: 0;
  background-color: transparent;
  font: 12px "Roboto Condensed";
  width: 100%;
  cursor: pointer;
}
.db_combo:focus-visible {
  outline: 0;
}
.db_page_error {
  font-size: 12px;
  color: red;
}
.link_button {
  background: url(img/back.png) repeat;
  border: 1px solid rgba(33, 66, 99, 0.8);
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  height: 24px;
  min-width: 54px;
  padding: 3px 8px;
  text-align: center;
  font: 12px Tahoma, sans-serif;
}
.link_button:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 5px #999;
  color: black;
}
.checkbox, .radio {
  width: 19px;
  height: 16px;
  padding: 0 5px 0 0;
  background: url(img/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
  cursor: pointer;
}
.round {
  border-radius: 4px;
}
.radio {
  background: url(img/radio.png) no-repeat;
}
.form_title {
  font-size: 13px;
  font-weight: bold;
  color: black
}
.form_header {
  padding: 0 5px 0 0;
  font: 12px Arial, sans-serif;
  line-height: normal;
  color: black;
  text-align: right;
  background-color: #DEF;
  border-radius: 4px 0 0 4px;
  border: 1px dashed #BCE;
}
.form_field {
  padding: 2px 0 2px 5px;
  font: 12px Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  color: #999;
}
.form_text {
  font: 12px Roboto Condensed, sans-serif;
  color: #69A;
  white-space: nowrap;
}
.form_normal {
  padding: 2px 0 2px 5px;
  font: 12px Tahoma, Verdana, Helvetica, sans-serif;
  color: black
}
.form_text b, .form_text a {
  color: #36A
}
.form_caption {
  font: 13px "Roboto Condensed";
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap
}
.form_section {
  font: 14px "Roboto Condensed";
  padding: 5px 10px 3px 10px;
  font-weight: bold;
  color: black;
}
.form_button {
  background-color: #F5F5F5;
  border: 1px solid #C9C9C9;
  padding: 4px 8px 2px 8px;
  border-radius: 3px;
  cursor: pointer;
  color: black;
  font: bold 12px Arial;
}
.form_error {
  font-weight: bold;
  color: red
}
.form_button:hover {
  background-color: #FFF;
  box-shadow: 0 0 2px #AAA;
}
.imgz {
  border: 1px solid black;
  max-width: 80px;
  max-height: 80px;
}
.imgp {
  max-width: 250px;
  max-height: 250px;
  align-self: center;
}
.imgsp {
  max-width: 125px;
  max-height: 125px;
  align-self: center;
}
.imgmp {
  max-width: 200px;
  max-height: 200px;
  align-self: center;
}
.tabs_holder {
  background: none repeat scroll 0 0 #EEE;
  border-top: 1px solid #D1D8DD;
  border-bottom: 1px solid #D1D8DD;
  color: #444;
  margin-bottom: 5px;
}
.tab_holder {
  border-bottom: 1px solid #D1D8DD;
  color: #444;
  margin-bottom: 5px;
}
.tabs {
  margin-left: 20px;
}
.tabs ul {
  margin: 10px 0 4px 0;
  padding: 0 0 1px 0;
}
.tabs_info {
  float: right;
  margin-right: 10px;
  margin-top: -20px;
  font: 13px "Roboto Condensed", sans-serif;
}
.tabs_info span {
  color: red;
  font-weight: bold;
}
.tabs ul li {
  display: inline;
  font: 13px "Roboto Condensed";
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px 4px 0 0;
  margin: 0 3px 0 0;
  color: #666;
  background: #DDD;
}
.tabs ul li a, .tabs ul li span {
  padding: 0 10px;
}
.tabs ul li a:hover {
  color: black
}
.tabs ul li:hover {
  background-color: #CCC;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  color: black
}
.tabs ul li.selected:hover {
  background-color: #EEF;
  border-radius: 4px 4px 0 0;
}
.tabs ul li.selected {
  background: none repeat scroll 0 0 #FFF;
  border-color: #D1D8ED #D1D8ED #FFF;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 5px;
  margin-top: -1px;
}
.counter {
  background: #EEE none repeat scroll 0 0;
  border: 1px solid #BBB;
  border-radius: 2px;
  padding: 1px 4px 1px 4px;
  font: bold 10px sans-serif, Arial;
  color: black;
  margin-left: 3px;
  display: inline;
}
.jobs {
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 2px 2px #777;
  border-left: 1px solid #CCC
}
.jobs a {
  color: inherit;
}
.jobs a:hover {
  color: black;
  background-color: #FA5;
}
.jobs tr td {
  padding: 2px 10px 2px 10px;
  border-bottom: 1px solid #CCC
}
.head_jobs td {
  font: bold 13px Arial, Verdana;
  padding-left: 3px;
  padding-right: 3px;
  color: #000;
}
.head_jobs td a {
  color: #000
}
.head_jobs td a:hover {
  background-color: inherit;
}
.jobs tr:nth-child(even) {
  background: #FFF5D0;
}
.jobs tr:nth-child(odd) {
  background: #FFF;
}
.sjobs {
  font-size: 13px;
}
.sjobs a {
  color: inherit;
}
.sjobs a:hover {
  color: black;
  background-color: #FA5;
}
.sjobs tr td {
  padding: 2px 10px 2px 10px;
}
.pointer {
  cursor: pointer
}
.hover:hover {
  background-color: #FE9 !important;
}
.form_button {
  background-color: #E9EEEE;
  border: 1px solid #ABD;
  border-radius: 2px 2px 2px 2px;
  color: black;
  font: bold 11px Arial;
  padding: 5px 10px 4px 10px;
}
.debug {
  position: fixed;
  top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 0 5px #000;
  background-color: white;
  font: 12px monospace;
  color: black;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  overflow: auto;
  display: none;
  z-index: 10000;
  max-width: 97%;
  max-height: 91%;
  white-space: nowrap;
}
.debug div div {
  padding: 3px 5px 3px 5px;
  border-bottom: 1px solid #E4EBEF;
}
.debug div div:nth-child(odd) {
  background-color: #F4FBFF;
}
.cart {
  margin-left: 20px;
  margin-top: 10px;
  float: left;
}
.cart_title {
  background: #FD7 none repeat scroll 0 0;
  box-shadow: 2px 2px 2px #777;
  border-radius: 4px 4px 0 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
}
.cart_content {
  font-size: 11px;
}
.gallery {
  float: left;
  margin: 8px;
  width: 225px;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 1px black;
}
.gallery:hover {
  box-shadow: 0 0 10px black;
  background-size: contain;
}
.red {
  color: red;
}
.right {
  float: right;
}
.data-table td {
  transition: all .5s;
}
/* Table */
.data-table {
  border-collapse: collapse;
  font: 14px Roboto Condensed;
  background: #E1EDFF;
  min-width: 537px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 100%;
}
.data-table th,
.data-table td {
  border: 1px solid #C1CDFF;
  padding: 3px 3px;
  font: 14px Roboto Condensed;
  background-clip: padding-box;
  vertical-align: top;
}
.data-table caption {
  margin: 7px;
}
/* Table Header */
.data-table thead th {
  background-color: #508ABB;
  color: #036;
  border-color: #CED1FC !important;
  text-transform: uppercase;
  font-weight: bold;
}
/* Table Body */
.data-table tbody td {
  color: #353535;
}
.data-table tbody tr:nth-child(odd) td {
  background-color: #F4FBFF;
}
.data-table tbody tr:nth-child(even) td {
  background-color: #FFF;
}
.data-table tbody tr:hover td {
  background-color: #FFFFA2;
  border-color: #CED1FC;
}
/* Table Footer */
.data-table tfoot th {
  background-color: #E5F5FF;
  text-align: right;
}
.data-table tfoot th:first-child {
  text-align: left;
}
.data-table tbody td:empty {
  background-color: #FCC;
}
.numbox {
  background: rgb(255 245 213);
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 3px 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  border: 1px solid rgb(255 221 119);
}
.num_box {
  background: #9CF;
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 2px 6px;
  color: white;
}
.msg_box {
  background: darkgreen;
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 2px 6px;
  color: white;
}
.s_box {
  background: #7AB;
  border-radius: 3px;
  font: bold 10px "Roboto Condensed";
  padding: 2px 6px;
  color: white;
}
.box_green {
  background: green;
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  text-shadow: 1px 1px 3px black;
  padding: 2px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  border: 1px solid darkgreen;
}
.box_red {
  background: red;
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  padding: 2px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 1px 1px 3px black;
  border: 1px solid darkred;
}
.message_title {
  background-color: rgb(255 245 223);
  padding: 4px 7px;
  margin-bottom: 5px;
  font: bold 14px "Roboto Condensed";
}
.message_box {
  background: #FFFFFC;
  border-radius: 3px;
  font: 14px "Roboto Condensed";
  padding: 5px 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: black;
  border: 1px solid rgb(255 221 119);
  float: left;
}
.search {
  color: red;
  font-weight: bold;
}
.pop_menu_icon {
  max-width: 18px;
}
.blink_me {
  color: red;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.debug_table {
  font: 12px Roboto Condensed, sans-serif; background-color: grey; border-spacing: 1px;white-space: nowrap; width: 100%;
}
.debug_table tr {
  background-color: white;
}
.debug_table tr.title {
  background-color: #F0F0F9;
  font-weight: bold;
}
.debug_table tr.head {
  background-color: #FAFAFF;
}
.debug_table tr td {
  padding: 3px 5px;
}
.grid_footer {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.grid_footer li {
  font: 12px "Roboto Condensed";
  text-align: center;
  place-items: center;
  padding: 5px 10px;
  border: 1px solid #FD7;
  background-color: #FEA;
  white-space: nowrap;
  flex: 1;
}
@media (min-width: 1000px) {
  .grid_footer {
    display: grid;
    grid-template-columns: auto auto auto auto 1fr auto auto auto auto;
  }
}
.print_container {
  text-align: center;
  padding: 20px;
}
@media print {
  .print_container {
    display: none;
  }
}
.shop_attr_title {
  font: bold 16px "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}
.shop_attr {
  margin-left: 20px;
  font: 14px "Roboto Condensed", sans-serif;
}
.tip_title {
  font: bold 14px Roboto Condensed, sans-serif;
}
.tip_info {
  font: 12px Roboto Condensed, sans-serif;
  margin-left: 20px;
}
.images_container {
  position: fixed;
  display: none;
  bottom: 5%;
  right: 10px;
  z-index: -1;
  gap: 5px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ok_message, .warning_message, .error_message {
  box-sizing: border-box;
  text-align: center;
  color: green;
  font: bold 16px Roboto Condensed, sans-serif;
  padding: 50px 0;
  width: 80%;
  border-radius: 3px;
  box-shadow: 0 0 3px #CEC;
  background-color: #EFE;
  border: 1px solid #EFE;
  margin: auto;
}
.warning_message {
  color: #FFB236;
  box-shadow: 0 0 3px #FFD38C;
  background-color: #FFF8ED;
  border: 1px solid #FFEAC9;
}
.error_message {
  color: red;
  box-shadow: 0 0 3px lightcoral;
  background-color: #FEE;
  border: 1px solid #FDD;
}
.sov > span {
  display: inline-block;
  white-space: nowrap;
  transition-timing-function: linear;
}
.message_indent {
  padding-left: 10px;
  border-left: 1px solid black;
}
.green_num {
  background: green;
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  color: white;
  margin-right: 4px;
}
.red_num {
  background: red;
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  color: white;
}
.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}