html, body {
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  color: #333;
}

h2 {
  margin: 5px 0;
  font-size: 1.4rem;
}

input {
  font-family: 'Exo 2', sans-serif;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
}
input:focus {
  outline: none;
  border-bottom-color: #0b891d;
}
input[type=text], input[type=password], input[type=date], input[type=email], input[type=number] {
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  color: #333;
  padding: 3px 5px;
  margin: 2px 0;
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 1em;
  height: 1em;

  border: 1px solid #999;
  transition: 0.2s border linear;
  outline: none;
  margin-right: 5px;
}
input[type=radio]:checked {
  border: 2px solid #0b891d;
  background: radial-gradient(rgb(11, 137, 29) 50%, rgba(255, 0, 0, 0) 51%);
}
select {
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  color: #333;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666666;
}
select:focus {
  outline: none;
  border-bottom-color: #0b891d;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Exo 2', sans-serif;
  border: 1px solid #bbb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 10px;
  background-color: #d9d9d9;
  color: #333;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
button:hover {
  background-color: #BBC274;
  border-color: #9ea45f;
  color: #ffffff;
}
button:focus {
  box-shadow: 0 0 5px #B0CB1F;
  -moz-box-shadow: 0 0 5px #B0CB1F;
  -webkit-box-shadow: 0 0 5px #B0CB1F;
}
button > span.mdi {
  font-size: 1.3em;
  margin-right: 3px;
}
button.icon {
  padding: 5px 15px;
  background-color: transparent;
}
button.icon > span.mdi {
  margin-right: 0;
}
button.icon:hover {
  background-color: #BBC274;
}
button.icon.edit:hover {
  background-color: #3D5AFF;
  border-color: #1332e0;
}
button.icon.remove:hover {
  background-color: #B72628;
  border-color: #930608 !important;
}
button.inline {
  display: inline-flex;
}
button.att {
  background-color: #0b891d;
  border-color: #007110;
  color: #fff;
}
button.att:hover {
  background-color: #BBC274;
  border-color: #9ea45f;
  color: #ffffff;
}
button.att:focus {
  box-shadow: 0 0 5px #B0CB1F;
  -moz-box-shadow: 0 0 5px #B0CB1F;
  -webkit-box-shadow: 0 0 5px #B0CB1F;
}
button[disabled], button[disabled]:hover {
  color: #999;
  background-color: #d9d9d9;
  border-color: #bbb;
  cursor: not-allowed;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
  color: #0b891d;
  text-decoration: underline;
  outline: none;
}

/* Preloader Styles Start */
.fountainG{
	position: absolute;
	width: auto;
	height: auto;
	margin: auto;
  top: calc(50% - 0.4em);
  left: calc(50% - 0.4em * 7);
}
.fountainG .el {
	position: absolute;
	top: 0;
	background-color: rgb(0, 0, 0);
	width: 0.8em;
	height: 0.8em;
	animation-name: bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration: 1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count: infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction: normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform: scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius: 0.4em;
		-o-border-radius: 0.4em;
		-ms-border-radius: 0.4em;
		-webkit-border-radius: 0.4em;
		-moz-border-radius: 0.4em;
}
.fountainG .el.G_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}
.fountainG .el.G_2{
	left:10px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}
.fountainG .el.G_3{
	left:21px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
.fountainG .el.G_4{
	left:31px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
.fountainG .el.G_5{
	left:42px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
.fountainG .el.G_6{
	left:52px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}
.fountainG .el.G_7{
	left:63px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
.fountainG .el.G_8{
	left:73px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}
	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}
	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}
	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}
	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}
	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
/* Preloader Styles End */

/* Flat loader */
.lds-flat {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1em;
}
.lds-flat div {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  top: -1.2em;
  /*left: 0.2em;*/
  height: 1em;
  width: 0.4em;
  background: #ccc;
  border: 1px solid #666;
  animation: lds-flat 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-flat.inline div {
  animation: lds-flat-inline 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-flat div:nth-child(1) {
  left: 0;
  animation-delay: -0.24s;
}
.lds-flat div:nth-child(2) {
  left: 0.6em;
  animation-delay: -0.12s;
}
.lds-flat div:nth-child(3) {
  left: 1.2em;
  animation-delay: 0;
}
@keyframes lds-flat {
  0% {
    top: 0.125em;
    height: 1.2em;
  }
  50%, 100% {
    top: 0.375em;
    height: 0.6em;
  }
}
@keyframes lds-flat-inline {
  0% {
    top: 0.125em;
    height: 1.2em;
  }
  50%, 100% {
    top: 0.375em;
    height: 0.6em;
  }
}

.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title {
  font-family: 'Exo 2', sans-serif !important;
}

div.infoblock {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: justify;
  background-color: #eee;
  border: 1px solid #999;
  border-radius: 3px;
}
div.infoblock.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
div.infoblock.primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
div.infoblock.error {
  color: #9f3a38;
  background-color: #fff6f6;
  border-color: #e0b4b4;
}
div.infoblock.inline {
  display: inline-block;
}
div.infoblock.centered {
  text-align: center;
}
div.infoblock > div.header {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
div.infoblock ul {
  padding: 0;
  margin: 0.7em 0;
  list-style-position: inside;
}

.load_block {
  position: relative;
}
.load_block .process {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .75);
  color: #fff;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.load_block.loading {
  min-height: 1em;
}
.load_block.loading .process{
  display: block;
}

div.btn_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.btn_group.right {
  justify-content: flex-end;
}
div.btn_group > button {
  display: inline-flex;
  margin: 3px 3px 3px 0;
}
div.btn_group > button:last-child {
  margin-right: 0;
}

div.flex_centered {
  display: flex !important;
  align-items: center;
}

span.highlighted,
p.highlighted {
  color: #0b891d;
}
span.lower {
  text-transform: lowercase;
}
span.dim, div.dim {
  color: #666;
}
span.buttonview {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 3px;
  background-color: #d9d9d9;
  color: #333;
}
.small {
  font-size: 0.9em;
}
.small.dim {
  color: #666;
}
.center.aligned {
  text-align: center;
}

/* Слайдер */
.switch_check {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.switch_check .label {
  margin-left: 0.5em;
}
.switch {
  display: inline-block;
  height: 1.4em;
  position: relative;
  width: 3em;
}
.switch input {
  display:none;
}
.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: calc(1.4em - 8px);
  left: 4px;
  position: absolute;
  transition: .4s;
  width: calc(1.4em - 8px);
}
input:checked + .slider {
  background-color: #66bb6a;
}
input:checked + .slider:before {
  transform: translateX(calc((1.4em - 8px) * 2));
}
.slider.round {
  border-radius: 1em;
}
.slider.round:before {
  border-radius: 50%;
}

/* Статусы заказов */
.state {
  display: inline-block;
  color: #fff;
  background-color: rgb(150, 150, 150);
  padding: 3px 5px;
  text-align: center;
  align-items: center;
  width: auto;
}
.state.invoiced {
  background-color: rgb(255, 140, 0);
}
.state.paid {
  background-color: rgb(46, 139, 87);
}
.state.in_prod {
  background-color: rgb(70, 130, 180);
}
.state.preready {
  background-color: rgb(255, 0, 110);
}
.state.ready {
  background-color: rgb(215, 0, 0);
}
.state.shiped {
  background-color: rgb(87, 0, 127);
}
.state.deleted {
  background-color: rgb(0, 0, 0);
}

/* Основное меню */
nav.menu#mainMenu {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  background-color: #333;
  color: #ccc;
  height: 100%;
  z-index: 10;
}
nav.menu#mainMenu ul {
  margin: 0;
  padding: 0 5px;
}
nav.menu#mainMenu ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #666;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

nav.menu#mainMenu ul li.active span:first-child {
  color: #B0CB1F;
  background-color: #333;
  z-index: 12;
}
nav.menu#mainMenu ul li:hover, nav.menu ul li:hover a {
  color: #fff;
}
nav.menu#mainMenu ul li span.mdi {
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
nav.menu#mainMenu ul li a,
nav.menu#mainMenu ul li a:hover,
nav.menu#mainMenu ul li a:link,
nav.menu#mainMenu ul li a:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ccc;
  width: 100%;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
nav.menu#mainMenu ul li:hover span.mdi {
  color: #0b891d;
}
nav.menu#mainMenu ul li:last-child {
  border-bottom: none;
}
nav.menu#mainMenu ul li a span:first-child {
  font-size: 24px;
}
nav.menu#mainMenu ul li a span:last-child {
  display: inline-block;
  box-sizing: padding-box;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition-delay: 0.3s;
}
nav.menu#mainMenu ul li a span:last-child::before {
  content: '\00A0\00A0\00A0';
}

/* Основной блок информации */
div#wrapper {
  display: block;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  width: 100%;
}
div#wrapper div.page_header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
div#wrapper div.page_header span.client_id {
  color: #bbb;
}
div#wrapper div.page_header img.logo {
  height: 25px;
}
div#wrapper div.page_header img.logo.logo_mid,
div#wrapper div.page_header img.logo.logo_big {
  display: none;
}
div#wrapper div.page_header img.logo.logo_short {
  display: inline-block;
}
div#wrapper div.page_header > div {
  display: flex;
  align-items: center;
}

div#btnToggleMenu {
  display: inline-block;
  font-size: 25px;
}
span#btnToggleAccountMenu {
  font-size: 22px;
  cursor: pointer;
}

div.top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
div.top_header div.info {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}
div.top_header div.info span.ordernum {
  font-size: 1.2em;
}
div.top_header div.info span.mdi {
  font-size: 1.4em;
  color: #0b891d;
  margin-right: 5px;
}

div#wrapper div.page_header div.account_info {
  position: relative;
  padding: 0 0 0 3px;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: allS 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
div#wrapper div.page_header div.account_info nav {
  z-index: 100;
}
div#wrapper div.page_header div.account_info a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
div#wrapper div.page_header div.account_info ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
div#wrapper div.page_header div.account_info ul > li {
  transition-property: all;
  transition-delay: 0.2s;
}
div#wrapper div.page_header div.account_info li {
  display: block;
  float: left;
  padding: 0.3rem 0 0.3rem 0.4rem;
  position: relative;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
div#wrapper div.page_header div.account_info li a {
  color: #333;
}
div#wrapper div.page_header div.account_info li:hover {
  background-color: #ededed;
  border-left-color: #0b891d;
}
div#wrapper div.page_header div.account_info ul li ul {
  display: block;
  background-color: #ededed;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  pointer-events: none;
  right: 0;
}
div#wrapper div.page_header div.account_info ul li > ul {
  transition-property: all;
  transition-delay: 0.2s;
}
div#wrapper div.page_header div.account_info ul li:hover > ul,
div#wrapper div.page_header div.account_info ul li:focus-within > ul,
div#wrapper div.page_header div.account_info ul li ul:hover {
  visibility: visible;
  transition-property: all;
  transition-delay: 0.5s;
  opacity: 1;
  pointer-events: all;
  border-radius: 0 0 4px 4px;
}
div#wrapper div.page_header div.account_info ul li ul li {
  clear: both;
  background-color: #ededed;
  box-sizing: border-box;
  border-left: 3px solid #ededed;
  border-top: 1px solid #ddd;
  width: 100%;
}
div#wrapper div.page_header div.account_info ul li ul li:first-child {
  border-top: none;
}
/*div#wrapper div.page_header div.account_info ul li ul li:last-child {
  border-radius: 0 0 4px 4px;
}*/
div#wrapper div.page_header div.account_info ul li ul li a {
  padding: 0.5rem 0.7rem;
  display: flex;
  align-items: center;
}
div#wrapper div.page_header div.account_info ul li ul li a:hover {
  color: #0b891d;
}
div#wrapper div.page_header div.account_info ul li ul li a span.mdi {
  font-size: 1.5em;
  margin-right: 0.4rem;
}

[v-cloak] {
  display: none;
  padding: 50px 0;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

@media screen and (min-width: 550px) {
  .state {
    margin: 0 3px;
  }

  nav.menu#mainMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;
    color: #ccc;
    height: 100%;
    z-index: 10;
  }
  nav.menu#mainMenu ul li a span:last-child {
    display: inline-block;
    width: 0;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition-delay: 0.3s;
  }
  nav.menu#mainMenu:hover ul li a span:last-child {
    width: 110px;
  }

  button.icon {
    padding: 5px;
  }

  div#wrapper {
    margin-left: 44px;
    width: calc(100% - 52px);
  }
  div#wrapper div.page_header img.logo.logo_mid {
    display: inline-block;
  }
  div#wrapper div.page_header img.logo.logo_short,
  div#wrapper div.page_header img.logo.logo_big {
    display: none;
  }

  div#btnToggleMenu {
    display: none;
    cursor: pointer;
  }
}

@media screen and (min-width: 730px) {
  div#wrapper div.page_header img.logo.logo_big {
    display: inline-block;
  }
  div#wrapper div.page_header img.logo.logo_short,
  div#wrapper div.page_header img.logo.logo_mid {
    display: none;
  }
}
