.standartAnimation025 {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  font-size: 0.7vw;
  letter-spacing: 0.02vw;
}
* {
  box-sizing: border-box;
  vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.custom_table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.custom_table .custom_table-row {
  display: table-row;
}
.custom_table .custom_table-row .custom_table-cell {
  display: table-cell;
  vertical-align: middle;
}
.custom_clearfix::before,
.custom_clearfix::after {
  content: "";
  display: table;
}
.custom_clearfix::after {
  clear: both;
}
.ss_custom-checkbox {
  display: inline-block;
}
.ss_custom-checkbox:hover span {
  opacity: 1;
}
.ss_custom-checkbox span {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.ss_custom-checkbox input {
  display: none;
}
.ss_custom-checkbox input:checked + label span {
  opacity: 1;
}
.ss_custom-checkbox input:checked + label svg {
  display: block;
  position: absolute;
  left: 0.25em;
  top: -0.2em;
}
.ss_custom-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  line-height: 1.5em;
  cursor: pointer;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0;
}
.ss_custom-checkbox label:before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background-color: #FFF;
  position: absolute;
  top: 0em;
  left: 0;
  border: 1px solid #000;
}
.ss_custom-checkbox svg {
  display: none;
  width: 1.5em;
  height: 1.5em;
}
.ui-widget-overlay {
  background: #FFF;
  opacity: 0.6;
}
.ui-dialog.ui-widget {
  border: 0;
  border-radius: 0;
  background-image: none;
  padding: 0;
  font-size: 1em;
  font-family: "Arial";
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
}
.ui-dialog.ui-widget .ui-widget-content {
  background-image: none;
  padding: 0 2em;
  border: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar {
  padding: 2em;
  border: 0;
  background-image: none;
  background-color: transparent;
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close {
  width: 3em;
  height: 3em;
  cursor: pointer;
  outline: none;
  background-image: none;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  background-color: #5290cb;
  border-radius: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close svg {
  width: 30%;
  height: 30%;
  fill: #fff;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane {
  padding-bottom: 2em;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button {
  outline: none;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: none;
  background-color: #5290cb;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
  padding: 0.8em 2.2em;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: #2a5d8d;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.sameBg {
  border-color: #FFF;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.no-icon {
  padding: 1em 2.2em;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.clear {
  color: #000;
  border-color: #000;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.no-hover {
  cursor: default;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.no-hover:hover {
  background-color: #5290cb;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
header.custom_table {
  background-color: #5290cb;
  color: #FFF;
  text-align: left;
}
header.custom_table .custom_table-row .custom_table-cell {
  vertical-align: bottom;
}
header.custom_table .logo-cell {
  width: 16em;
  height: 10em;
  padding-left: 1em;
  padding-right: 3em;
}
header.custom_table .logo-cell .logo-wrap {
  background-color: #014a97;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 0 1.5em;
}
header.custom_table .logo-cell .logo-wrap img {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 1.5em;
}
header.custom_table .import-block {
  text-transform: uppercase;
  margin-bottom: 1em;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
header.custom_table .import-block:hover {
  opacity: 0.6;
}
header.custom_table .import-block .plus-sign {
  margin-left: 1em;
}
header.custom_table .import-block input {
  display: none;
}
header.custom_table .import-block label {
  cursor: pointer;
}
input,
textarea,
select {
  width: 100%;
  border-radius: 0.5em;
  border: 1px solid #d9d9d9;
  padding: 0.8em 2em;
  outline: none;
  background-color: transparent;
  letter-spacing: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  line-height: 1.44;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input[disabled],
textarea[disabled],
select[disabled] {
  background-color: #d9d9d9;
}
input.error,
textarea.error,
select.error {
  border-color: red;
}
select {
  height: 3.165em;
  padding-left: 2em;
  font-weight: bold;
  font: inherit;
}
select option {
  padding: 0;
}
button {
  font-size: inherit;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
.select2.select2-container--default {
  width: 100% !important;
  font-size: inherit;
}
.select2.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
  opacity: 0.5;
}
.select2.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2.select2-container--default.select2-container--focus .select2-selection__rendered {
  position: relative;
  overflow: visible;
}
.select2.select2-container--default.select2-container--focus .select2-selection__rendered .select2-search--inline:not(:only-of-type) {
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0.5em;
  border: 1px solid #d9d9d9;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  bottom: 100%;
  left: -1px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2.select2-container--default:not(.select2-container--focus) .select2-selection__rendered .select2-search--inline:not(:only-of-type) {
  display: none;
}
.select2.select2-container--default .select2-selection--single,
.select2.select2-container--default .select2-selection--multiple {
  border-radius: 0.5em;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  height: 3.165em;
  min-height: 3.165em;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  outline: none;
  padding-left: 2em;
  color: #000;
  line-height: 3.165em;
  min-height: 3.165em;
}
.select2.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  line-height: 1;
}
.select2.select2-container--default .select2-selection--multiple {
  height: auto;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  white-space: normal;
  width: 100%;
  line-height: 1.42;
  margin-bottom: 0.8em;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice:first-of-type {
  margin-top: 0.8em;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0.5em;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 2em;
}
.select2.select2-container--default .select2-dropdown {
  border-radius: 0;
  border-color: #000;
}
.select2.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0;
}
select.error + .select2.select2-container--default .select2-selection--single,
select.error + .select2.select2-container--default .select2-selection--multiple {
  border-color: red;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 0.33em 0.42em 0.33em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 1.5em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0.42em 0.33em 0 0.33em;
  margin-top: -0.16em;
  margin-left: -0.33em;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 16em;
}
.select2-container--default .select2-search--dropdown {
  padding: 0.5em;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #FFF;
  padding: 0.7em 2em;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #014a97;
  font-weight: bold;
}
.select2-container--default .select2-results__option[aria-selected=true].select2-results__option--highlighted {
  color: #FFF;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5290cb;
}
.select2-container--open .select2-dropdown--below {
  border-color: #d9d9d9;
  background-color: #f2f2f2;
}
.select2-results__option {
  padding: 0.7em;
}
.ui-datepicker-header {
  background: #5290cb;
  border-radius: 0;
  color: #FFF;
}
.ui-datepicker-header .ui-state-hover {
  border: 0;
  background: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 0.1em;
  top: 0.2em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0.1em;
  top: 0.2em;
}
.custom-caret {
  border-width: 0.42em 0.33em 0 0.33em;
  margin-top: -0.16em;
  margin-left: -0.33em;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  height: 0;
  left: 92%;
  position: absolute;
  top: 50%;
  width: 0;
}
.like-select {
  cursor: pointer;
}
section.login-line {
  background-color: #f2f2f2;
  height: 7em;
  font-weight: 400;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 4em;
}
section.login-line .title {
  font-size: 1.5em;
}
section.login-line .btn-bloсk {
  position: absolute;
  right: 22em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.login-line .btn-bloсk .add-btn {
  background: none;
  background-color: #5290cb;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
}
section.login-line .btn-bloсk .add-btn:hover {
  background-color: #2a5d8d;
}
section.login-line .btn-bloсk .add-btn.sameBg {
  border-color: #FFF;
}
section.login-line .btn-bloсk .add-btn.no-icon {
  padding: 1em 2.2em;
}
section.login-line .btn-bloсk .add-btn.clear {
  color: #000;
  border-color: #000;
}
section.login-line .btn-bloсk .add-btn.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
section.login-line .btn-bloсk .add-btn.no-hover {
  cursor: default;
}
section.login-line .btn-bloсk .add-btn.no-hover:hover {
  background-color: #5290cb;
}
section.login-line .btn-bloсk .add-btn svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
section.login-line .login-block {
  background-color: #d9d9d9;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 20em;
  padding: 0.5em 3em;
}
section.login-line .login-block .manage {
  float: left;
  width: 50%;
  text-align: left;
}
section.login-line .login-block .logout {
  float: left;
  width: 50%;
  text-align: right;
}
section.login-line .login-block .current-user-block {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 1em;
}
section.login-line .login-block .current-user-block .img-wrap {
  width: 3em;
  height: 3em;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: inline-block;
  margin-right: 1em;
}
section.login-line .login-block .current-user-block .img-wrap img {
  width: 100%;
}
section.login-line .login-block .current-user-block span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 4.5em);
  max-width: calc(100% - 4.5em);
  opacity: 0.8;
}
section.login-line .login-block a {
  color: #5290cb;
}
section.login-line .login-block a:hover {
  color: #014a97;
}
section.login-line .item {
  margin-right: 3em;
}
section.login-line .export-block-btn {
  background: none;
  background-color: #5290cb;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
}
section.login-line .export-block-btn:hover {
  background-color: #2a5d8d;
}
section.login-line .export-block-btn.sameBg {
  border-color: #FFF;
}
section.login-line .export-block-btn.no-icon {
  padding: 1em 2.2em;
}
section.login-line .export-block-btn.clear {
  color: #000;
  border-color: #000;
}
section.login-line .export-block-btn.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
section.login-line .export-block-btn.no-hover {
  cursor: default;
}
section.login-line .export-block-btn.no-hover:hover {
  background-color: #5290cb;
}
section.login-line .export-block-btn svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
.common-form-layout .label {
  float: left;
  width: 40%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.95em;
}
.common-form-layout input {
  font-family: "Arial";
}
.common-form-layout .custom-row {
  margin-bottom: 1.5em;
}
.common-form-layout .custom-row.unavailable {
  opacity: 0.3;
}
.common-form-layout .input-wrap {
  width: 60%;
  float: left;
  position: relative;
}
.common-form-layout .input-wrap.width-1-2 {
  width: 28%;
  margin-right: 4%;
}
.common-form-layout .input-wrap.width-2-2 {
  width: 28%;
}
.common-form-layout .input-wrap.width-1-4,
.common-form-layout .input-wrap.width-3-4 {
  width: 8%;
  margin-right: 4%;
}
.common-form-layout .input-wrap.width-1-4 .label,
.common-form-layout .input-wrap.width-3-4 .label {
  width: auto;
}
.common-form-layout .input-wrap.width-2-4 {
  width: 16%;
  margin-right: 4%;
}
.common-form-layout .input-wrap.width-2-4 input {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.common-form-layout .input-wrap.width-4-4 {
  width: 16%;
}
.common-form-layout .input-wrap.width-4-4 input {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.common-table-form .custom_table-row.unavailable {
  opacity: 0.3;
}
.common-table-form .custom_table-row .custom_table-cell {
  padding-bottom: 1.5em;
}
.common-table-form .custom_table-row .custom_table-cell:nth-of-type(1) {
  width: 40%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap {
  float: left;
  width: 100%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-1-2 {
  width: 48%;
  margin-right: 4%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-1-2 input {
  text-align: center;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-2-2 {
  width: 48%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-2-2 input {
  text-align: center;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-1-4,
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-3-4 {
  width: 18%;
  margin-right: 4%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-1-4 .label,
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-3-4 .label {
  float: left;
  width: 40%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.95em;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-2-4 {
  width: 26%;
  margin-right: 4%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-2-4 input {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-4-4 {
  width: 26%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.width-4-4 input {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.street-wrap {
  width: 72%;
  margin-right: 4%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.house-wrap {
  width: 24%;
}
.common-table-form .custom_table-row .custom_table-cell .input-wrap.house-wrap input {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}
.common-table-form input,
.common-table-form textarea {
  font-family: "Arial";
  resize: none;
}
.custom-radio-time input[type="radio"] {
  display: none;
}
.custom-radio-time input[type="radio"]:checked + label {
  background-color: #5290cb;
  border-color: #5290cb;
  color: #FFF;
}
.custom-radio-time .radio-label {
  display: inline-block;
  width: 100%;
  border-radius: 0.5em;
  border: 1px solid #d9d9d9;
  padding: 0.8em 2em;
  outline: none;
  background-color: transparent;
  letter-spacing: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  text-align: center;
  cursor: pointer;
  line-height: 1.44;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.status-block {
  width: 13em;
  text-align: center;
}
.status-block .status-icons-block {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-displayjustify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.status-block .status-icons-block .ttn {
  display: inline-block;
  opacity: 0.2;
  font-weight: bold;
  font-size: 1.1em;
  font-family: 'Verdana';
}
.status-block .status-icons-block .car {
  display: inline-block;
  opacity: 0.2;
}
.status-block .status-icons-block .car svg {
  width: 2em;
  height: 1.8em;
  fill: #000;
}
.status-block .status-icons-block .v-icon {
  display: inline-block;
  opacity: 0.2;
}
.status-block .status-icons-block .v-icon svg {
  width: 2em;
  height: 1.8em;
  fill: #000;
}
.status-block .status-icons-block .active {
  color: #FFF;
  opacity: 1;
}
.status-block .status-icons-block .active svg {
  fill: #FFF;
}
section.cols {
  padding: 2em 2em 2em 4em;
  font-weight: bold;
}
section.cols .col1 {
  width: 50%;
  float: left;
  padding-right: 10%;
}
section.cols .col2 {
  width: 50%;
  float: left;
}
section.cols input,
section.cols textarea {
  font-weight: bold;
}
.btn-row {
  text-align: right;
  margin-top: 3em;
}
.cancel-btn {
  background: none;
  background-color: #8b3409;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
}
.cancel-btn:hover {
  background-color: #2b1003;
}
.cancel-btn.sameBg {
  border-color: #FFF;
}
.cancel-btn.no-icon {
  padding: 1em 2.2em;
}
.cancel-btn.clear {
  color: #000;
  border-color: #000;
}
.cancel-btn.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.cancel-btn.no-hover {
  cursor: default;
}
.cancel-btn.no-hover:hover {
  background-color: #8b3409;
}
.cancel-btn svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
.cancel-order-btn {
  margin-left: 2em;
  background: none;
  background-color: #FFF;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
}
.cancel-order-btn:hover {
  background-color: #cccccc;
}
.cancel-order-btn.sameBg {
  border-color: #FFF;
}
.cancel-order-btn.no-icon {
  padding: 1em 2.2em;
}
.cancel-order-btn.clear {
  color: #000;
  border-color: #000;
}
.cancel-order-btn.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.cancel-order-btn.no-hover {
  cursor: default;
}
.cancel-order-btn.no-hover:hover {
  background-color: #FFF;
}
.cancel-order-btn svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
.create-order-btn {
  margin-left: 2em;
  background: none;
  background-color: #5290cb;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
}
.create-order-btn:hover {
  background-color: #2a5d8d;
}
.create-order-btn.sameBg {
  border-color: #FFF;
}
.create-order-btn.no-icon {
  padding: 1em 2.2em;
}
.create-order-btn.clear {
  color: #000;
  border-color: #000;
}
.create-order-btn.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.create-order-btn.no-hover {
  cursor: default;
}
.create-order-btn.no-hover:hover {
  background-color: #5290cb;
}
.create-order-btn svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
.error-text {
  color: red;
}
.full-width-notice-wrap {
  padding: 0 4em;
}
.custom-message {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.5em;
  padding: 0.8em 2em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.custom-message.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #a3d48e;
}
.custom-message.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.custom-message.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f2e187;
}
.custom-message.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #d59595;
}
.custom-message.debug {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
section.pagination {
  text-align: center;
  padding: 3em 0;
  font-weight: bold;
}
section.pagination svg {
  width: 2em;
  height: 2em;
  fill: #5290cb;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.pagination svg:hover {
  fill: #2a5d8d;
  -webkit-transform: translateZ(0) scale(1.15);
  -ms-transform: translateZ(0) scale(1.15);
  transform: translateZ(0) scale(1.15);
}
section.pagination a {
  display: inline-block;
  margin: 0 0.5em;
}
section.pagination .page-link {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.pagination .page-link:hover {
  opacity: 1;
}
section.pagination .current-page {
  display: inline-block;
  margin: 0 0.5em;
}
.fileuploader {
  background: none;
  padding: 0;
  margin: 0;
}
.fileuploader .fileuploader-input-caption {
  display: none;
}
.fileuploader .fileuploader-input-button {
  width: 100%;
  background: none;
  background-color: #5290cb;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
  padding: 1em 2.2em;
}
.fileuploader .fileuploader-input-button:hover {
  background-color: #2a5d8d;
}
.fileuploader .fileuploader-input-button.sameBg {
  border-color: #FFF;
}
.fileuploader .fileuploader-input-button.no-icon {
  padding: 1em 2.2em;
}
.fileuploader .fileuploader-input-button.clear {
  color: #000;
  border-color: #000;
}
.fileuploader .fileuploader-input-button.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.fileuploader .fileuploader-input-button.no-hover {
  cursor: default;
}
.fileuploader .fileuploader-input-button.no-hover:hover {
  background-color: #5290cb;
}
.fileuploader .fileuploader-input-button svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
.login-form {
  margin-top: 5em;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
.login-form h1 {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.login-form button[type="submit"] {
  width: 100%;
  margin-left: 0;
}
.login-form .info-text {
  color: #5290cb;
  text-align: center;
  line-height: 1.44;
  font-size: 1.5em;
  margin-top: 2em;
}
.common-white-table-styles {
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  text-align: center;
}
.common-white-table-styles .custom_table-cell {
  padding: 1em 1em;
  border-bottom: 1px solid #d9d9d9;
}
.common-white-table-styles.header {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.common-white-table-styles.header span {
  opacity: 0.5;
}
.common-white-table-styles.data {
  margin-top: -1px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.logs-table .custom_table-cell.time-cell {
  width: 14%;
}
.logs-table .custom_table-cell.comment-cell {
  width: 40%;
  text-align: left;
}
.logs-table .custom_table-cell.employee-cell {
  padding-left: 2.5em;
}
.logs-table.data .status-change-icon {
  fill: #5290cb;
  width: 2em;
  height: 2em;
  margin-left: 0.5em;
  margin-right: -2.5em;
}
.logs-table.data .center {
  text-align: center;
  display: inline-block;
}
.logs-table.data .change-status-block {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.logs-table.data .prev-status-text {
  opacity: 0.5;
  white-space: nowrap;
}
.logs-table.data .next-status-text {
  white-space: nowrap;
}
.material-list .product-name {
  width: 30%;
}
section.admin-main {
  padding: 4em;
  font-weight: bold;
}
section.admin-main .custom_table-cell {
  padding: 1em 2em;
}
section.admin-main .header {
  opacity: 0.5;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}
section.admin-main .data-table {
  border: 1px solid #d9d9d9;
  border-radius: 0.5em;
  max-width: 50em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.3);
}
section.admin-main .data-table a {
  display: block;
  text-align: center;
  background: none;
  background-color: #5290cb;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.75em 1.4em 0.75em 2.2em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid transparent;
}
section.admin-main .data-table a:hover {
  background-color: #2a5d8d;
}
section.admin-main .data-table a.sameBg {
  border-color: #FFF;
}
section.admin-main .data-table a.no-icon {
  padding: 1em 2.2em;
}
section.admin-main .data-table a.clear {
  color: #000;
  border-color: #000;
}
section.admin-main .data-table a.clear-status {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
section.admin-main .data-table a.no-hover {
  cursor: default;
}
section.admin-main .data-table a.no-hover:hover {
  background-color: #5290cb;
}
section.admin-main .data-table a svg {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.5em;
  fill: #FFF;
}
/*# sourceMappingURL=common.css.map */