/*
 * Copyright (c) 2022. SkyCode Ltd. All rights Reserved
 * Date: 3.03.22 г., 21:49 ч.
 * style.css is a part of the project SkyCore.
 * SkyCore cannot be copied and/or distributed without the express permission of Sand
 * Last Modified: 3.03.22 г., 9:24 ч.
 */
@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);
}
html, body, main {
  height: 100%;
}
a {
  text-decoration: none
}
form {
  margin: 0;
  padding: 0;
  display: inline;
}
a img {
  border: 0;
}
textarea:focus, input:focus, a:focus, select:focus {
  outline: none;
}
.edit_box:focus, .list_box:focus, input:focus {
  border: 1px solid red;
  background-color: #FFF;
  box-shadow: 0 0 4px #ABD;
}
img {
  color: #000;
  vertical-align: middle;
}
.green {
  color: green;
}
body {
  padding: 0;
  margin: 0;
  font: 10px Arial, Verdana, 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;
  padding: 4px 4px;
  height: auto;
  min-height: 24px;
  margin: 0 3px 0 0;
  box-sizing: border-box;
}
.edit_box, .list_box, .read_box {
  font: 13px "Roboto Condensed", Sans-Serif;
  background-color: #F9FFFF;
  border: 1px solid #CDF;
  border-radius: 2px 2px 2px 2px;
  color: black;
  padding: 3px;
}
.read_box {
  background-color: #E9E9E9;
}
.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 {
  width: 18px;
  height: 18px;
  border: 0;
}
.button_icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  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: 1px solid #FFC5A8;
  left: 18px;
  top: 0;
  box-shadow: 0 0 10px #000;
  position: absolute;
  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;
  background-color: #EB5;
  background-repeat: repeat;
  border-width: 0;
  border-style: solid;
  border-color: #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
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: 1px 1px 1px 0;
  display: block;
  font-size: 0;
  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;
}
ul#css3menu > li, ul#css3menu li {
  margin: 0 0 0 1px;
}
ul#css3menu ul > li {
  margin: 1px 0 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-image:url("menubk.png");*/
  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: 5px 5px 5px 5px;
  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;
  /*background-image:url("menubk.png");*/
  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 {
  height: 20px;
  line-height: 20px;
  color: #628;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
ul#css3menu li.topfirst:hover > a {
  color: #FFF;
  line-height: 20px;
}
ul#css3menu li.topitem > a {
  color: #628;
  height: 20px;
  line-height: 20px;
}
ul#css3menu li.topitem:hover > a {
  color: #FFF;
  line-height: 20px;
}
ul#css3menu li.toplast > a {
  color: #628;
  height: 20px;
  line-height: 20px;
  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 {
  line-height: 20px;
  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_close {
  padding-right: 4px;
  padding-top: 1px;
  text-align: right;
}
.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", Verdana, 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;
  height: 20px;
}
.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;
  width: 100%;
  border: 0;
  border-spacing: 1px;
  box-sizing: border-box;
}
table#TableRows a {
  color: blue;
}
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: 24px;
  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%;
}
.db_edit_box:hover {
  background-color: #FFF;
}
.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
}
.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 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  color: black;
  font: bold 12px Roboto Condensed, sans-serif;
}
@media print {
  .form_button {
    display: none;
  }
  .header {
    background: none;
  }
}
.form_error {
  font-weight: bold;
  color: red
}
.form_info {
  font-weight: bold;
  color: green
}
.form_button:hover {
  background-color: #FFF;
  box-shadow: 0 0 2px #AAA;
}
.imgz {
  border: 1px solid black;
  max-width: 80px;
  max-height: 80px;
}
.img_thumb {
  max-width: 300px;
  max-height: 300px;
}
.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: 2px 5px 1px 4px;
  font: bold 11px "Roboto Condensed", sans-serif, Arial;
  color: black;
  margin-left: 5px;
  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;
}
.debug_title {
  width: 100%;
  background-color: #E5F5FF;
  border-radius: 4px;
  padding: 5px 10px;
  font: 12px Roboto Condensed, sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 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;
  width: 97%;
  max-height: 91%;
  white-space: nowrap;
  box-sizing: border-box;
}
.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;
}
.left {
  float: left;
}
.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: #90CAFB;
  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);
}
.fast_opr {
  background: rgb(255 245 213);
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 3px 5px;
  margin: 0 5px 5px 5px;
  color: black;
  border: 1px solid rgb(255 221 119);
  cursor: pointer;
}
.fast_opr:hover {
  background-color: #FFFFA2;
}
.num_box {
  background: #7AD;
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 3px 6px 2px 6px;
  color: white;
}
.l_num_box, .s_num_box, .g_num_box, .o_num_box {
  border-radius: 3px;
  font: bold 11px "Roboto Condensed";
  padding: 3px 4px 2px 4px;
  color: white;
  margin-right: 3px;
  min-width: 17px;
  text-align: center;
}
.s_box {
  background: #9CF;
  border-radius: 2px;
  font: 10px "Roboto Condensed";
  padding: 1px 4px 0 4px;
  color: white;
}
.f_box {
  background: #F0F0F0;
  border-radius: 2px;
  font: bold 10px "Roboto Condensed";
  padding: 1px 4px 0 4px;
  color: black;
}
.o_num_box {
  background: #999;
}
.l_num_box {
  background: orange;
}
.s_num_box {
  background: #9CF;
}
.g_num_box {
  background: limegreen;
}
.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;
}
.db_search {
  color: red;
  font-weight: bold;
}
.search {
  /*color: green;*/
  /*font-weight: bold;*/
}
.pop_menu_icon {
  max-width: 18px;
}
title {
  display: contents;
}
.message_frame_container {
  margin: 30px;
  display: grid;
  background: #FFFFFC;
  border-radius: 3px;
  font: 16px "Roboto Condensed";
  padding: 5px 5px;
  color: black;
  border: 1px solid rgb(255 221 119);
}
.message_frame_title {
  font: bold 38px Roboto Condensed, Sans-Serif;
  color: green;
  line-height: 2;
}
.message_frame_title img {
  width: 48px;
  vertical-align: text-top;
}
.message_frame_content {
  margin: 10px;
}
.message_frame_button {
  font: bold 14px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  border: 1px solid #EC6;
  cursor: pointer;
  background-color: #FBEFCA;
  border-radius: 3px;
  margin: 10px;
  padding: 12px 30px;
  width: 100px;
  text-align: center;
  float: right;
}
.message_frame_button:hover {
  transition: 0.1s linear;
  box-shadow: 1px 1px 2px #000;
  background: #EC6;
}
.ui-widget-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.browser_options {
  width: 100%;
  border: 0;
  border-spacing: 0;
}
.browser_options tr td {
  padding: 5px;
  font: 14px "Roboto Condensed", sans-serif;
}
.browser_head_cell {
  height: 30px;
  background: #FD7;
}
.browser_data {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border: 0;
}
.browser_data tr:nth-child(even) {
  background: #FFFFF0;
}
.browser_data tr:nth-child(odd) {
  background: #FFF5D5;
}
.browser_data tr td {
  font: 12px "Roboto Condensed", Verdana, Helvetica, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
}
.bom_order_container {
  padding: 5px 0;
  font: 13px "Roboto Condensed", sans-serif;
}
.top_prod_container {
  height: 40%;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 2fr;
  border-radius: 3px;
  border: 0 solid #FB7;
  overflow: auto;
}
.bottom_prod_container {
  height: 60%;
}
.top_repair_container {
  height: 50%;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 2fr;
  border-radius: 3px;
  border: 0 solid #FB7;
  overflow: auto;
}
.bottom_repair_container {
  height: 50%;
}
@media (max-width: 1170px) {
  .top_prod_container {
    height: 50%;
    grid-template-columns: 1fr;
  }
  .bottom_prod_container {
    height: 50%;
  }
}
ul.ui-autocomplete {
  z-index: 1100;
}
.sov > span {
  display: inline-block;
  white-space: nowrap;
  transition-timing-function: linear;
}
.qc_title {
  font: bold 14px "Roboto Condensed";
}
.qc_detail {
  font: 13px "Roboto Condensed";
}
.grid_data {
  border: 2px solid #FC7;
  padding: 7px;
}
.grid_section {
  background-color: #FFF5D5;
  border: 1px solid #FD7;
  padding: 5px 10px;
  font: 16px "Roboto Condensed", sans-serif;
}
.grid_content {
  font: 14px "Roboto Condensed", sans-serif;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid_message {
  border: 1px solid #FD7;
  background: #FFF5D5;
}
.qc_settings {
  font: 13px "Roboto Condensed";
  display: flex;
  gap: 10px;
  margin: 0 10px;
}
.dbg_left {
  display: flex;
  gap: 10px;
  height: calc(100% - 10px);
}
.ok_message, .warning_message, .error_message {
  box-sizing: border-box;
  text-align: center;
  color: green;
  font: bold 16px Roboto Condensed, sans-serif;
  padding: 20px 0;
  width: 80%;
  border-radius: 3px;
  box-shadow: 0 0 3px #CEC;
  background-color: #EFE;
  border: 1px solid #EFE;
  margin: 10px auto;
}
.warning_message {
  color: #FFB236;
  box-shadow: 0 0 3px #FFD38C;
  background-color: #FFF8ED;
  border: 1px solid #FFEAC9;
}
.error_message {
  color: red;
  font-weight: normal;
  box-shadow: 0 0 3px lightcoral;
  background-color: #FEE;
  border: 1px solid #FDD;
  margin-bottom: 20px;
}
.mail_table td {
  transition: all .5s;
}
/* Table */
.mail_table {
  border-collapse: collapse;
  font: 12px Roboto Condensed;
  background: #E1EDFF;
  min-width: 537px;
  max-width: 100%;
  border-radius: 3px;
  table-layout: fixed;
}
.mail_table th,
.mail_table td {
  border: 1px solid #C1CDFF;
  padding: 2px;
  font: 12px Roboto Condensed;
  background-clip: padding-box;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
.mail_table caption {
  margin: 7px;
}
.mail_table thead th {
  background-color: #DEF;
  color: black;
  border-color: #CED1FC !important;
  font-weight: bold;
  padding: 3px;
}
.mail_table tbody tr {
  cursor: pointer;
}
.not_seen td {
  font-weight: bold;
}
.unlinked td {
  color: darkviolet;
}
.mail_table tbody tr:nth-child(odd) td {
  background-color: #F4FBFF;
}
.mail_table tbody tr:nth-child(even) td {
  background-color: #FFF;
}
.mail_table tbody tr:hover td {
  background-color: #FFFFA2;
  border-color: #CED1FC;
}
/* Table Footer */
.mail_table tfoot th {
  background-color: #E5F5FF;
  text-align: right;
}
.mail_table tfoot th:first-child {
  text-align: left;
}
.mail_table tbody td:empty {
  background-color: #FCC;
}
.ui-tooltip, .ui-tooltip-content {
  font: 12px "Roboto Condensed", sans-serif;
  background: #F0F0F0;
}
.file_att {
  padding: 3px 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.file_att:hover {
  background: #DEF;
  border-radius: 3px;
  padding: 3px 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.loader {
  width: 40px;
  aspect-ratio: 1;
  animation: l3-1 2s infinite linear,
  l3-2 3s infinite steps(1) -.5s;
  position: fixed;
  left: 75%;
  top: 45%;
}
@keyframes l3-1 {
  0% {transform: perspective(150px) rotateX(0deg) rotateY(0deg)}
  50% {transform: perspective(150px) rotateX(180deg) rotateY(0deg)}
  100% {transform: perspective(150px) rotateX(180deg) rotateY(180deg)}
}
@keyframes l3-2 {
  0% {background: #FFA516}
  33% {background: #F03355}
  66% {background: #25B09B}
}
.upload-area {
  padding: 1rem;
  margin: 0 1rem .25rem 1rem;
  border-radius: .5rem;
  border: .2rem dashed #D4DBDE;
}
.att_hint {
  font: 14px "Roboto Condensed", sans-serif;
  margin-bottom: .5rem;
  color: #737677;
  text-align: center;
}
.att_btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background: #8B9FA7;
  border: 1px solid #8B9FA7;
  padding: .375rem .75rem;
  font: bold 1rem "Roboto Condensed", sans-serif;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}
.att_error {
  color: red;
}
.attachment_list {
  padding: 20px;
  list-style: none;
  margin: 0;
}
.attachment_list li {
  font: 14px "Roboto Condensed", sans-serif;
}
.attachment_size {
  font-weight: bold;
}
.blockquote {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #006A9D;
  border-left: 2px solid #006A9D;
  border-right: 2px solid #006A9D;
  background-color: rgba(241, 243, 244, 0.5);
  margin: 2px 0;
  padding: 0 .4em;
}
@keyframes moving {
  0%,
  5% {
    left: 0;
    background-color: #039BE5;
  }
  95%,
  100% {
    left: calc(100% - 3rem);
    background-color: #84D6FD;
  }
}
@keyframes box-2-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  66% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  71% {
    bottom: 3rem;
  }
  81% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  83.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  91% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes box-3-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  56% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  61% {
    bottom: 3rem;
  }
  71% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  73.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  81% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes box-4-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  45% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  50% {
    bottom: 3rem;
  }
  60% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  62.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  70% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes box-5-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }
  5% {
    bottom: 3rem;
  }
  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }
  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }
  33% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }
  38% {
    bottom: 3rem;
  }
  48% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }
  50.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }
  58% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
.loading-container {
  position: fixed;
  top: 45%;
  left: 45%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.box-loading {
  width: 21rem;
  height: 3rem;
  position: relative;
  margin: 0 auto;
}
.box-loading > .box {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background-color: #007BFF;
  transform-origin: -0.75rem 1.5rem;
  box-shadow: 0 0 6px 2px rgba(40, 139, 171, 0.15);
}
.box-loading > .box:nth-child(1) {
  left: 0rem;
  background-color: #06ABFC;
}
.box-loading > .box:nth-child(2) {
  left: 4.5rem;
  background-color: #1FB4FC;
  animation: box-2-anim 2s infinite linear;
  animation-delay: 0.22s;
}
.box-loading > .box:nth-child(3) {
  left: 9rem;
  background-color: #38BCFC;
  animation: box-3-anim 2s infinite linear;
  animation-delay: 0.33s;
}
.box-loading > .box:nth-child(4) {
  left: 13.5rem;
  background-color: #51C5FD;
  animation: box-4-anim 2s infinite linear;
  animation-delay: 0.44s;
}
.box-loading > .box:nth-child(5) {
  left: 18rem;
  background-color: #6ACDFD;
  animation: box-5-anim 2s infinite linear;
  animation-delay: 0.55s;
}
.box-loading > .box:nth-child(1) {
  background-color: #039BE5;
  animation: moving 1s infinite cubic-bezier(0.6, 0, 0.4, 1) alternate;
}
.event_button {
  font: 16px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  border: 1px solid #EC6;
  background-color: #FBEFCA;
  border-radius: 3px;
  margin-top: 1px;
  padding: 10px;
}
.event_start, .event_stop {
  box-sizing: border-box;
  text-align: center;
  color: green;
  font: bold 16px Roboto Condensed, sans-serif;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 3px #CEC;
  background-color: #EFE;
  border: 1px solid #CEC;
  cursor: pointer;
}
.event_start:hover {
  transition: 0.1s linear;
  box-shadow: 1px 1px 2px #000;
  background: #9D9;
}
.event_stop {
  color: red;
  box-shadow: 0 0 3px lightcoral;
  background-color: #FEE;
  border: 1px solid #FCC;
}
.zone_block {
  flex: 1;
  border: 2px solid #ACF;
  border-right: none;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font: bold 18px Roboto Condensed, sans-serif;
  color: #000;
  overflow: hidden;
  user-select: none;
}
.fill_zone {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #DEF;
  transition: height 0.05s;
  z-index: 0;
}
.zone_line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  z-index: 2;
}