@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700,700i&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext);
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

body {
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding: 0;
  margin: 0;
}

.w-100 {
  width: 100% !important;
}

.mb {
  margin-bottom: 16px !important;
}

.mb-s {
  margin-bottom: 8px !important;
}

.mb-l {
  margin-bottom: 24px !important;
}

.mt {
  margin-top: 16px !important;
}

.mt-s {
  margin-top: 8px !important;
}

.mt-l {
  margin-top: 24px !important;
}
.mt-2l {
  margin-top: 32px !important;
}

.ml {
  margin-left: 16px !important;
}

.ml-s {
  margin-left: 8px !important;
}

.ml-l {
  margin-left: 24px !important;
}

.mr {
  margin-right: 16px !important;
}

.mr-s {
  margin-right: 8px !important;
}

.mr-l {
  margin-right: 24px !important;
}

.img-chooser {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-chooser img {
  border: 5px solid #dfdfdf;
}

.img-chooser-name {
  display: block;
  padding: 5px 5px;
  font-size: 14px;
  text-align: center;
}

.img-chooser:hover img {
  border: 5px solid #2196f3;
}

.ord-select-dropdown .ant-select-dropdown-menu-item {
  font-size: 16px;
  color: black;
  padding: 8px 10px 5px 20px;
}

.ord-select-dropdown .ant-select-dropdown-menu-item-group-title {
  font-size: 19px;
  color: #3851a5;
  padding: 10px 9px 10px 21px;
  line-height: normal;
  height: auto;
  background: #f9f9f9;
  font-weight: bold;
  text-transform: uppercase;
}

.ord-select .ant-select-selection {
  border: 1px solid #b3d9f4;
  color: #000;
}

.ant-input-number.ord-input-number {
  border: 1px solid #b3d9f4;
  color: #000;
}
.summary-value {
  border: 1px solid #d9d9d9;
  padding: 3px 6px;
  font-size: 15px;
  color: #000;
}
.ant-input.ord-input {
  border: 1px solid #b3d9f4;
  color: #000;
}

.ord-select-auto-complete.ant-select .ant-input {
  border: 1px solid #b3d9f4;
  color: #000;
}

.app-table {
  width: 100%;
}

.app-table td,
.app-table th {
  padding: 2px;
  border-bottom: 1px solid #e8e8e8;
}

.decorated-col {
  background: #eafddb;
}

.breadcrumb-li {
  display: inline-block;
  margin: 0;
  padding: 0 6px 0 0;
  list-style: none;

  font-size: 14px;
}

.breadcrumb-li:before {
  padding: 8px;
  color: gray;
  content: '/\00a0';
}

.breadcrumb-li:first-child:before {
  display: none;
}

.rsw-editor {
  border-radius: 1px !important;
}
.rsw-toolbar {
  padding: 5px;
}

.tr-status-230 .ant-table-selection-column {
  background-color: #ffc8c8;
}

.ant-table-tbody > tr.tr-status-230:hover > td.ant-table-selection-column {
  background-color: #ffc8c8;
}

.tr-status-230 .decorated-col-status {
  background-color: #ffc8c8;
}
.ant-table-tbody > tr.tr-status-230:hover > td.decorated-col-status {
  background-color: #ffc8c8;
}
/* orange */

.tr-orange-1 .ant-table-selection-column {
  background-color: #f7dc61;
}

.ant-table-tbody > tr.tr-orange-1:hover > td.ant-table-selection-column {
  background-color: #f7dc61;
}

.tr-orange-1 .decorated-col-status {
  background-color: #f7dc61;
}

.ant-table-tbody > tr.tr-orange-1:hover > td.decorated-col-status {
  background-color: #f7dc61;
}

fieldset {
  border: 0;
}
th {
  font-weight: normal;
}
.ant-table-wrapper .ant-table-thead > tr > td {
  font-weight: normal;
}

.ordering-a {
  font-size: 15px;
  text-decoration: none;
  color: black;
}
.modal-btns {
  display: flex;
  justify-content: flex-end;
}

.btn-green {
  background-color: #259925;
}
.btn-green:hover {
  background-color: #3cad3c !important;
}
.gp-a-green {
  color: #259925;
  text-decoration: none;
  display: inline-flex;
}
.gp-a-green:hover {
  color: #3cad3c;
}
.gp-option-group {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 4px 0;
  color: black;
}
.admin-menu .ant-menu-item {
  padding: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item {
  padding: 0 20px;
}
.input-decorated {
  /* border: 1px solid gray; */
  border-color: #1677ff;
}
.c-option {
  padding: 0 0 0 5px;
  display: block;
  border-left: 4px solid transparent;
}

.c-option--red {
  border-left: 4px solid rgba(228, 10, 10, 0.89);
}
.c-option--black {
  border-left: 4px solid rgba(17, 16, 16, 0.89);
}

#admin-layout {
  transition: all 0.3s ease-in-out;
}

#admin-layout .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s;
}

#admin-layout .sider {
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  position: relative;
  z-index: 10;
  overflow: auto;
  height: 100vh;
  position: fixed;
  left: 0;
}

#admin-layout .header {
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  position: relative;
  background: #fff;
  padding: 0px;
}

#admin-layout .ant-layout-sider-collapsed a span {
  display: none;
}

#admin-layout .trigger:hover {
  color: #1890ff;
}

#admin-layout .right {
  position: absolute;
  top: 0;
  right: 12px;
  width: auto;
}

#admin-layout .right a.top-link {
  display: inline-block;
  padding: 0 15px;
  color: #545454;
  text-decoration: none;
}

#admin-layout .right a.top-link:hover {
  background: #e6f7ff;
}
