/***********************/
/*                     */
/*    Main elements    */
/*                     */
/***********************/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #e6e6e6;
}

html {
  height: 100%
}

body {
  min-height: 100%;
  height: auto;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: #000;
  outline: 0 !important;
}

h2 {
  border-bottom: 1px solid #dfe0e2;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote {
  border-left: 5px solid #ccc;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  padding-left: 20px;
  padding-right: 8px;
}

.clear {
  clear: both;
}

#container {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#header {
  background-color: #fff;
  color: #000;
  height: 86px;
  left: 0;
  line-height: 86px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000002;
  border-bottom: 1px solid #bfbfbf;
  box-shadow: 0 0 7px #bfbfbf;
}

#mobile-menu-button {
  display: none;
}

#header-logo {
  display: block;
  height: 50px;
  width: 274px;
  background-image: url('/img/admin/logo.png');
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: auto 44px;
  border-right: 1px solid #e5e5e5;
  margin: 18px 0;
  float: left;
}

#header-info {
  float: left;
  left: 50%;
  margin-left: -345px;
  position: fixed;
  z-index: 100;
}

.menu-user {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 57px 57px;
  border-radius: 29px;
  box-sizing: border-box;
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 57px;
}

.menu-user-mask {
  border: 2px solid #eee;
  border-radius: 29px;
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 57px;
  box-sizing: border-box;
}

.opened .menu-user-mask {
  border: 2px solid #fff;
}

#menu-user {
  height: 57px;
  margin-bottom: 23px;
  margin-left: 7px;
  position: relative;
  width: 268px;
}

#menu-user .menu-user {
  background-color: #fff;
}

#menu-user .menu-user-mask {
  border: 2px solid #fff;
}

#menu-user-image {
  float: left;
  height: 57px;
  width: 57px;
}

#menu-user-name {
  float: left;
  height: 57px;
  width: 204px;
}

#menu-user-name-firstline {
  clear: both;
  color: #fff;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  margin-top: 16px;
  overflow: hidden;
  width: 140px;
}

#menu-user-name-secondline {
  color: #999;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
}

#container.unpinned #body {
  padding-left: 70px;
}

#container.unpinned #menu {
  width: 70px;
}

#nav_main {
  margin: 0;
  padding: 0;
}

#nav_main li .menu-label {
  height: 34px;
  line-height: 24px;
}

#nav_main ul li .menu-label {
  padding-left: 20px;
}

#nav_main li {
  height: auto;
  color: #e6e6e6;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  width: 275px;
  list-style: none;
}

#nav_main li a {
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  opacity: 0.85;
  padding-left: 20px;
  width: 100%;
}

#nav_main li ul li a {
  line-height: 30px;
  height: 30px;
}

.entry-with-icon {
  background-position: 23px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding-left: 70px !important;
}

#nav_main li.opened a, #nav_main li:hover a {
  color: #010101;
  font-weight: bold;
  opacity: 1;
}

#nav_main ul li:hover a {
  font-weight: bold;
}

#nav_main li.opened ul li:hover a,
#nav_main li.opened ul li.sub-opened a {
  font-weight: bold;
}

#nav_main li.opened ul li a {
  font-weight: normal;
}

#nav_main li.opened a,
#nav_main li:hover a {
  font-weight: bold;
}

#nav_main li.opened, #nav_main li:hover {
  background-color: #ffa104;
  color: #010101;
}

#nav_main ul {
  background-color: #e89305;
  list-style: outside none none;
  margin: 0;
  padding: 14px 0;
  display: none;
}

#nav_main ul li {
  color: #010101;
  border-left: 5px solid #e89305;
}

#nav_main ul li:hover,
#nav_main ul li.sub-opened {
  background-color: #e89305;
  border-left: 5px solid #010101;
}

#menu.sub-hidden #nav_main li ul {
  display: none;
}

#header-dropdown-image {
  float: left;
  height: 57px;
  width: 57px;
  position: relative;
}

#header-dropdown {
  float: right;
  overflow: hidden;
  position: relative;
  height: 80px;
}

#header-dropdown-toggle {
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  cursor: pointer;
}

.mobile-only {
  display: none;
}

#header-dropdown.opened #header-dropdown-firstline {
  background-image: url("/img/admin/header-dropdown-arrow-up.png");
}

#header-dropdown-firstline {
  background-image: url("/img/admin/header-dropdown-arrow-down.png");
  background-position: 230px center;
  background-repeat: no-repeat;
  height: 57px;
  padding-bottom: 12px;
  padding-left: 27px;
  padding-top: 11px;
  width: 233px;
}

#header-right-menu {
  border-left: 1px solid #e5e6e6;
  float: right;
  height: 80px;
  margin-top: 3px;
}

#header-dropdown-name {
  float: left;
  font-size: 14px;
  height: 57px;
  width: 176px;
}

#header-dropdown-name-firstline {
  clear: both;
  color: #000;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  margin-top: 16px;
  width: 135px;
  overflow: hidden;
}

#header-dropdown-name-secondline {
  color: #999;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
}

#header-dropdown.opened {
  background-image: url("/img/admin/header-dropdown-bg.png");
}

#header-dropdown ul {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 6px 3px 0 #d5d5d5;
  line-height: 40px;
  list-style: outside none none;
  margin: 8px 0 0;
  padding: 0;
  width: 210px;
}

#header-dropdown li {
  font-size: 14px;
  height: 40px;
  list-style: none;
}

#header-dropdown li a {
  color: #000;
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

#header-dropdown li a:hover {
  background-color: #ffa104;
  color: #fff;
  font-weight: bold;
}

#header-dropdown li.language-select a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 10px 1px;
  padding: 0;
  text-align: center;
  width: 30px;
}

#header-dropdown li.language-select a img {
  max-height: 20px;
  max-width: 30px;
}

#header-dropdown li.language-select a:not(.active):not(:hover) img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

#header-dropdown li.language-select a:hover {
  background-color: transparent;
}

#header-dropdown li.language-select {
  text-align: center;
}

#header-envelopes {
  float: right;
  height: 37px;
  margin-right: 14px;
  margin-top: 22px;
  font-size: 12px;
}

#header-envelopes a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-new-message, #header-messages {
  float: left;
  height: 37px;
  margin-right: 10px;
  position: relative;
  width: 45px;
}

.header-envelope {
  background-image: url("/img/admin/header-envelope.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  float: left;
  height: 37px;
  width: 45px;
}

#header-envelopes .indicator {
  border-radius: 8px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  min-width: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

#header-new-message .indicator {
  background-color: #4cb65b;
}

#header-messages .indicator {
  background-color: #eb2020;
}

#menu {
  background-color: #111;
  float: left;
  margin-bottom: -32000px;
  padding-bottom: 32000px;
  width: 275px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000001;
}

#body {
  background-color: #e6e6e6;
  margin-bottom: -32000px;
  padding-bottom: 32000px;
  padding-left: 275px;
}

.box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
  position: relative;
}

#dashboard-boxes,
.dashboard-boxes {
  text-align: center;
}

#dashboard-boxes .box,
.dashboard-boxes .box {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.historyBack div {
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
}

.historyBack {
  color: #000;
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  top: 0;
  left: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

#main-container {
  margin-top: 87px;
  position: relative;
}

#pin {
  background-image: url("/img/admin/menu-pin.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 47px;
  width: 70px;
}

.red {
  color: #EB2020;
}

.green {
  color: #4CB65B;
}

.flashMessages-wrapper {
  border-radius: 4px;
  min-height: 38px;
  line-height: 38px;
  margin-left: 21px;
  margin-top: 23px;
  width: 668px;
  position: fixed;
}

.flashMessages-wrapper.flashM-info {
  background-color: #d9edf6;
  box-shadow: 0 0 5px #9bddfd;
  border: 1px solid #9bddfd;
  color: #1a79a5;
}

.flashMessages-wrapper.flashM-error {
  background-color: #f2dede;
  box-shadow: 0 0 5px #e7b3b3;
  border: 1px solid #e7b3b3;
  color: #eb2020;
}

.flashMessages-wrapper.flashM-success {
  background-color: #dff0d8;
  box-shadow: 0 0 5px #a3d39c;
  border: 1px solid #a3d39c;
  color: #005e20;
}

.flashMessages-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  float: left;
  height: 38px;
  width: 38px;
}

.flashMessages-text {
  float: left;
  width: 592px;
}

.flashMessages-close {
  float: right;
  font-weight: bold;
  height: 38px;
  text-align: center;
  width: 38px;
  cursor: pointer;
}

.flashM-info .flashMessages-icon {
  background-image: url("/img/admin/flashM-info.png");
}

.flashM-error .flashMessages-icon {
  background-image: url("/img/admin/flashM-error.png");
}

.flashM-success .flashMessages-icon {
  background-image: url("/img/admin/flashM-success.png");
}

.processing {
  background-color: #fff;
  background-image: url("/img/loading.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75px auto;
  border: 5px solid #FFA104;
  border-radius: 50px;
  display: block;
  height: 75px;
  left: 50%;
  margin-left: -49px;
  margin-top: -49px;
  position: fixed;
  top: 50%;
  width: 75px;
  z-index: 1000000;
  padding: 7px;
}

.processing-shadow {
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.6;
  z-index: 999999;
  display: block;
  position: fixed;
  top: 87px;
  left: 0;
}

.tabs-header ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.tabs-header {
  border-bottom: 1px solid #ccc;
  min-height: 26px;
  margin-bottom: 10px;
  width: 100%;
}

.tabs-header li.current {
  background-color: #ffa104;
}

.tabs-header li {
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  list-style: none;
}

.tab-content {
  display: none;
}

#pages-box {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 6px 3px 0 #d5d5d5;
  margin-right: 10px;
  max-height: 200px;
  min-width: 150px;
  overflow: auto;
  padding: 10px 0;
  position: fixed;
  right: 0;
}

#pages-box-label {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

#pages-box ul {
  list-style: outside none none;
  margin: 15px 0;
  padding: 0;
}

#pages-box li {
  cursor: pointer;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  list-style: none;
}

#pages-box li:hover {
  background-color: #FFA104;
}

.button {
  margin: 20px 0 !important;
}

#powered {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  margin: 50px auto 0;
  text-align: center;
  display: block;
  max-width: 160px;
}

#powered strong {
  font-size: 14px;
  line-height: 20px;
}

.element-view tr td:first-child {
  font-weight: bold;
  padding-right: 20px;
  vertical-align: top;
}

.element-view td {
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}

.hidden {
  display: none;
}

a.document-icon {
  display: inline-block;
  height: 48px;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  width: 48px;
}

a.document-icon span {
  color: #777777;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 1px #777;
  text-transform: uppercase;
  top: 0;
  width: 48px;
}

.no-text-transform {
  text-transform: none;
}

.flex-box {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-start {
  align-items: flex-start;
  align-content: flex-start;
}

.col-10-150 {
  width: 10%;
  min-width: 150px;
}

.col-10-200 {
  width: 10%;
  min-width: 200px;
}

.col-10-250 {
  width: 10%;
  min-width: 250px;
}

.col-10-300 {
  width: 10%;
  min-width: 300px;
}

.col-15-150 {
  width: 15%;
  min-width: 150px;
}

.col-15-200 {
  width: 15%;
  min-width: 200px;
}

.col-15-250 {
  width: 15%;
  min-width: 250px;
}

.col-15-300 {
  width: 15%;
  min-width: 300px;
}

.col-20-150 {
  width: 20%;
  min-width: 150px;
}

.col-20-200 {
  width: 20%;
  min-width: 200px;
}

.col-20-250 {
  width: 20%;
  min-width: 250px;
}

.col-20-300 {
  width: 20%;
  min-width: 300px;
}

.col-25-150 {
  width: 25%;
  min-width: 150px;
}

.col-25-200 {
  width: 25%;
  min-width: 200px;
}

.col-25-250 {
  width: 25%;
  min-width: 250px;
}

.col-25-300 {
  width: 25%;
  min-width: 300px;
}

.col-30-150 {
  width: 30%;
  min-width: 150px;
}

.col-30-200 {
  width: 30%;
  min-width: 200px;
}

.col-30-250 {
  width: 30%;
  min-width: 250px;
}

.col-30-300 {
  width: 30%;
  min-width: 300px;
}

.col-33-150 {
  width: 33.333%;
  min-width: 150px;
}

.col-33-200 {
  width: 33.333%;
  min-width: 200px;
}

.col-33-250 {
  width: 33.333%;
  min-width: 250px;
}

.col-33-300 {
  width: 33.333%;
  min-width: 300px;
}

.col-35-150 {
  width: 35%;
  min-width: 150px;
}

.col-35-200 {
  width: 35%;
  min-width: 200px;
}

.col-35-250 {
  width: 35%;
  min-width: 250px;
}

.col-35-300 {
  width: 35%;
  min-width: 300px;
}

.col-40-150 {
  width: 40%;
  min-width: 150px;
}

.col-40-200 {
  width: 40%;
  min-width: 200px;
}

.col-40-250 {
  width: 40%;
  min-width: 250px;
}

.col-40-300 {
  width: 40%;
  min-width: 300px;
}

.col-45-150 {
  width: 45%;
  min-width: 150px;
}

.col-45-200 {
  width: 45%;
  min-width: 200px;
}

.col-45-250 {
  width: 45%;
  min-width: 250px;
}

.col-45-300 {
  width: 45%;
  min-width: 300px;
}

.col-50-150 {
  width: 50%;
  min-width: 150px;
}

.col-50-200 {
  width: 50%;
  min-width: 200px;
}

.col-50-250 {
  width: 50%;
  min-width: 250px;
}

.col-50-300 {
  width: 50%;
  min-width: 300px;
}

.col-55-150 {
  width: 55%;
  min-width: 150px;
}

.col-55-200 {
  width: 55%;
  min-width: 200px;
}

.col-55-250 {
  width: 55%;
  min-width: 250px;
}

.col-55-300 {
  width: 55%;
  min-width: 300px;
}

.col-60-150 {
  width: 60%;
  min-width: 150px;
}

.col-60-200 {
  width: 60%;
  min-width: 200px;
}

.col-60-250 {
  width: 60%;
  min-width: 250px;
}

.col-60-300 {
  width: 60%;
  min-width: 300px;
}

.col-65-150 {
  width: 65%;
  min-width: 150px;
}

.col-65-200 {
  width: 65%;
  min-width: 200px;
}

.col-65-250 {
  width: 65%;
  min-width: 250px;
}

.col-65-300 {
  width: 65%;
  min-width: 300px;
}

.col-66-150 {
  width: 66.666%;
  min-width: 150px;
}

.col-66-200 {
  width: 66.666%;
  min-width: 200px;
}

.col-66-250 {
  width: 66.666%;
  min-width: 250px;
}

.col-66-300 {
  width: 66.666%;
  min-width: 300px;
}

.col-70-150 {
  width: 70%;
  min-width: 150px;
}

.col-70-200 {
  width: 70%;
  min-width: 200px;
}

.col-70-250 {
  width: 70%;
  min-width: 250px;
}

.col-70-300 {
  width: 70%;
  min-width: 300px;
}

.col-75-150 {
  width: 75%;
  min-width: 150px;
}

.col-75-200 {
  width: 75%;
  min-width: 200px;
}

.col-75-250 {
  width: 75%;
  min-width: 250px;
}

.col-75-300 {
  width: 75%;
  min-width: 300px;
}

.col-80-150 {
  width: 80%;
  min-width: 150px;
}

.col-80-200 {
  width: 80%;
  min-width: 200px;
}

.col-80-250 {
  width: 80%;
  min-width: 250px;
}

.col-80-300 {
  width: 80%;
  min-width: 300px;
}

.col-85-150 {
  width: 85%;
  min-width: 150px;
}

.col-85-200 {
  width: 85%;
  min-width: 200px;
}

.col-85-250 {
  width: 85%;
  min-width: 250px;
}

.col-85-300 {
  width: 85%;
  min-width: 300px;
}

.col-90-150 {
  width: 90%;
  min-width: 150px;
}

.col-90-200 {
  width: 90%;
  min-width: 200px;
}

.col-90-250 {
  width: 90%;
  min-width: 250px;
}

.col-90-300 {
  width: 90%;
  min-width: 300px;
}

.col-95-150 {
  width: 95%;
  min-width: 150px;
}

.col-95-200 {
  width: 95%;
  min-width: 200px;
}

.col-95-250 {
  width: 95%;
  min-width: 250px;
}

.col-95-300 {
  width: 95%;
  min-width: 300px;
}

.col-100-150 {
  width: 100%;
  min-width: 150px;
}

.col-100-200 {
  width: 100%;
  min-width: 200px;
}

.col-100-250 {
  width: 100%;
  min-width: 250px;
}

.col-100-300 {
  width: 100%;
  min-width: 300px;
}

.center-content {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

#version-number {
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}

/***********************/
/*                     */
/*  Errors $ no-perms  */
/*                     */
/***********************/
#container.error-site #header,
#container.error-site #footer {
  background-color: #333;
  height: 50px;
}

#container-error.error-site,
#container.error-site {
  background-color: #eee;
}

#container-error.error-site #main_content-error,
#container.error-site #main_content {
  padding-bottom: 50px;
  text-align: center;
}

#container-error.error-site h2,
#container.error-site h2 {
  height: 30px;
  line-height: 30px;
  margin: 40px 0;
}

#container-error.error-site p,
#container.error-site p {
  font-size: 16px;
  margin: 40px 0;
  text-decoration: underline;
}

#container-error.error-site #main_content-error img,
#container.error-site #main_content img {
  max-width: 300px;
  margin-bottom: 40px;
}

#container-error.error-site #main_content-error a img,
#container.error-site #main_content a img {
  max-width: 150px;
  margin: 10px 0;
}

#container-error.error-site #error-code,
#container.error-site #error-code {
  background-image: url("/img/error-sign.png");
  background-position: center center;
  background-size: 300px auto;
  color: #e3060b;
  font-size: 80px;
  font-weight: bold;
  height: 300px;
  line-height: 300px;
  margin: 0 auto 40px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 3px 3px 0 #e3060b, -3px -3px 0 #e3060b, -3px 3px 0 #e3060b, 3px -3px 0 #e3060b;
  width: 300px;
}

/***********************/
/*                     */
/*        Forms        */
/*                     */
/***********************/
input[type="submit"], button, .button {
  background-color: #ffa104;
  border: 1px solid #ffa104;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  width: 155px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='submit']:not([disabled]):hover, button:not([disabled]):hover, .button:not(.disabled):hover {
  background-color: #ffa104 !important;
  box-shadow: 0 0 5px #ffa104 !important;
}

input[type='submit']:not([disabled]):active, button:not([disabled]):active, .button:not(.disabled):active {
  background-color: #fff !important;
  color: #000 !important;
}

input:focus,
textarea:focus,
.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-drop {
  border-color: #fcbd54 !important;
  background-color: #f8f8f8 !important;
  background-image: none !important;
}

input.ui-autocomplete-loading:focus {
  background-image: url("/img/admin/autocomplete.gif") !important;
  background-position: right 2px center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

input {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0 5px;
  width: 420px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

input[type="text"], input[type="search"], input[type="password"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  height: 16px !important;
  padding: 0;
  width: 16px !important;
  margin: 0;
}

input.with-counter {
  width: 380px;
  padding: 0 45px 0 5px;
}

select {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0 5px;
  width: 432px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  padding-inline-start: 0;
}

dd > select {
  display: block;
}

select:not(.no-chosen):not(.cke_dialog_ui_input_select):not(.ui-datepicker-month):not(.ui-datepicker-year) {
  color: transparent;
}

select:not(.no-chosen)[multiple="multiple"] {
  height: 37px;
}

.calculate-width-hidden {
  display: none;
}

dl {
  margin: 0;
}

dt {
  clear: both;
  float: left;
  font-size: 13px;
  min-height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  padding: 0 30px 0 0;
  text-align: right;
  width: 220px;
  overflow: hidden;
  word-wrap: break-word;
}

dd {
  float: left;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 35px;
  margin-bottom: 10px;
  position: relative;
}

.chosen-single {
  font-size: 12px;
}

.chosen-container-single .chosen-single-with-drop {
  border-radius: 4px 4px 0 0 !important;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 7px !important;
}

.chosen-container .chosen-drop {
  z-index: 10001;
}

.chosen-container-multi .chosen-drop,
.chosen-container-single .chosen-drop {
  box-shadow: none;
  width: 432px !important;
  border-color: #ccc;
}

.chosen-container .chosen-results .highlighted {
  background: #FFA104;
  font-weight: bold;
  color: #000;
}

.chosen-container-single .chosen-search input {
  width: 420px !important;
}

.chosen-container-single .chosen-single {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #000;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0 5px;
  width: 432px;
}

.chosen-container-multi.chosen-container-active .chosen-choices {
  border-radius: 4px 4px 0 0 !important;
}

.chosen-container-multi .chosen-choices {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  outline: medium none;
  width: 432px;
}

.chosen-container {
  max-width: 432px !important;
  width: 100% !important;
  vertical-align: top;
}

.chosen-container-multi .chosen-choices .search-choice {
  background: none repeat scroll 0 0 #fff !important;
  border: 1px solid #ccc !important;
  height: 28px !important;
  line-height: 20px !important;
}

#tmp_chosen input.default {
  height: 24px;
  line-height: 24px;
}

.tagit .tagit-choice .tagit-close .ui-icon-close {
  background-image: url("/img/admin/icons_light/cross.png");
  background-position: right center;
  background-size: 12px 12px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

ul.tagit li.tagit-choice .tagit-close {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 170px;
  line-height: 15px;
  margin: 0;
  padding: 0 5px;
  width: 420px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  resize: vertical;
}

textarea.with-counter {
  padding: 0 45px 0 5px;
  width: 380px;
}

.wysiwyg_maxi {
  margin: 0px;
}

textarea.wysiwyg_compact,
textarea.wysiwyg_tiny {
  height: 273px;
  visibility: hidden;
  box-sizing: border-box;
}

textarea.wysiwyg_maxi {
  height: 306px;
  visibility: hidden;
  box-sizing: border-box;
}

input[type="submit"][disabled="disabled"],
.button[disabled="disabled"],
button[disabled="disabled"],
.disabled,
.disable {
  opacity: 0.6;
}

.button-floated {
  margin-right: 10px !important;
  float: left;
}

.button-floated-right {
  margin-left: 10px !important;
  float: right;
}

.button-xxl {
  width: 300px;
}

.button-xl {
  width: 250px;
}

.button-l {
  width: 200px;
}

.button-m {
  width: 150px;
}

.button-s {
  width: 100px;
}

.button-xs {
  width: 50px;
}

.input-signs-counter {
  border-left: 1px solid #ccc;
  border-radius: 4px;
  color: #999;
  display: block;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 7px;
  width: 40px;
  background-color: #fff;
}

.plupload_header_content {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  padding: 0;
}

.plupload_header {
  display: none;
}

.plupload_container {
  border: 0 none;
}

.plupload_filelist_header {
  background: none repeat scroll 0 0 #fff !important;
  color: #000;
  font-weight: normal;
}

.plupload_filelist_footer {
  background: none repeat scroll 0 0 #fff !important;
  color: #000;
}

.plupload_buttons .plupload_button {
  z-index: 9998 !important;
}

.plupload_buttons a {
  background: none repeat scroll 0 0 #fff !important;
  color: #000 !important;
}

.plupload_buttons a .ui-icon {
  background-image: url("/img/libs/ui/ui-icons_222222_256x240.png") !important;
}

.plupload .ui-icon-circle-check {
  background-position: -32px -192px;
}

.plupload_filelist_footer td {
  font-weight: normal;
}

.plupload {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
  background: #eee;
  margin: 10px 0;
}

.plupload_wrapper {
  clear: both;
  width: 432px;
}

.plupload_filelist_content td {
  color: #333;
  font-weight: normal;
}

.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status {
  padding-top: 8px;
  vertical-align: top;
}

.plupload_filelist_footer .plupload_file_size span, .plupload_filelist_footer .plupload_file_status span {
  height: 29px;
  line-height: 29px;
}

.plupload_filelist_footer .plupload_button.ui-button-disabled {
  display: none;
}

.plupload_filelist_footer .plupload_started {
  opacity: 1;
}

.plupload_filelist_footer .plupload_started.plupload_hidden {
  opacity: 0;
  display: block;
}

.plupload_filelist_footer .plupload_started {
  clear: both;
  float: none;
}

.plupload_filelist_footer .plupload_buttons {
  clear: both;
  float: none;
}

.plupload_filelist_footer #uploader_stop,
.plupload_filelist_footer #uploader_start {
  float: right;
}

.plupload_filelist_footer .plupload_upload_status {
  height: 20px;
}

.uploaded-container table {
  width: 432px;
  border-collapse: collapse;
}

.uploaded-container .delete-uploaded {
  width: 30px;
}

.uploaded-container tbody {
  background-color: #eee;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}

.uploaded-container table thead th {
  font-weight: normal;
  padding-left: 10px;
  text-align: left;
}

.uploaded-container img {
  float: left;
  margin-right: 5px;
}

.error.chosen-container-single .chosen-single {
  background-color: #ffb2b2;
}

.chosen-container-multi.error .chosen-choices {
  background-color: #ffb2b2;
}

dd.error {
  background-color: #ffb2b2;
  border-radius: 4px;
  padding: 0 10px;
}

dd ul.errors {
  background-color: #ffb2b2;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  list-style: outside none none;
  padding: 0 10px;
  display: none;
}

dd .el-rte + ul.errors {
  display: block;
}

.multicheckbox input[type="checkbox"] {
  margin-right: 15px;
}

.tree-drop {
  background-image: url("/img/admin/icons_dark/arrowhead_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  vertical-align: text-bottom;
  width: 20px;
  cursor: pointer;
}

.tree-drop.opened {
  background-image: url("/img/admin/icons_dark/arrowhead_up.png");
}

.hierarchy-checkboxes dd {
  clear: both;
}

.hierarchy-checkboxes dt {
  clear: none;
  text-align: left;
  width: auto;
}

.hierarchy-checkboxes .hierarchy-checkbox.lvl1 {
  margin-left: 0px;
  margin-right: 10px;
}

.hierarchy-checkboxes .hierarchy-checkbox.lvl2 {
  margin-left: 40px;
  margin-right: 10px;
}

.hierarchy-checkboxes .hierarchy-checkbox.lvl3 {
  margin-left: 80px;
  margin-right: 10px;
}

.hierarchy-checkboxes .hierarchy-checkbox.lvl4 {
  margin-left: 120px;
  margin-right: 10px;
}

.hierarchy-checkboxes .hierarchy-checkbox.lvl5 {
  margin-left: 160px;
  margin-right: 10px;
}

form dl .minicolors .minicolors-swatch {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px !important;
  height: 33px;
  vertical-align: top;
  width: 33px;
}

form dl .minicolors .minicolors-swatch span {
  height: 100%;
  vertical-align: top;
  width: 100%;
  border: none;
}

form dl .minicolors .minicolors.minicolors-input {
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0 5px;
  vertical-align: top;
  width: 383px;
}

form dl .minicolors .minicolors-panel {
  z-index: 1;
}

/***********************/
/*                     */
/*      DataTables     */
/*                     */
/***********************/
.table-styled,
#table-styled,
#table-styled-filters {
  width: 100%;
  border-spacing: 0;
}

.dataTables_filter input {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #000;
  height: 23px;
  margin-bottom: 10px;
  margin-left: 5px;
  outline: medium none;
  width: 100px;
}

.dataTables_filter {
  float: right;
  font-size: 12px;
  text-align: right;
}

.dataTables_wrapper .table.dataTable {
  border-spacing: 0;
  color: #444;
}

.table-styled tr:hover td,
.dataTables_wrapper table.dataTable tr:hover td {
  background-color: #fff0cf !important;
  color: #000;
}

.table-styled tr:nth-child(2n),
.dataTables_wrapper table.dataTable tr.even {
  background-color: #e9e9e9;
}

.table-styled tr:nth-child(2n+1),
.dataTables_wrapper table.dataTable tr.odd {
  background-color: #fff;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #e9e9e9;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #fff;
}

.table-styled th,
#table-styled th,
#table-styled-filters th,
table.dataTable thead th,
table.dataTable tfoot th {
  background-color: #e6e6e6;
  border-bottom: 1px solid #bfbfbf;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  height: 25px;
  padding: 13px 11px 13px 5px;
}

table.dataTable tfoot th {
  border-top: 0;
}

.table-styled tr,
.dataTables_wrapper table.dataTable tr {
  min-height: 26px;
  border-bottom: 1px solid #dfe1e0;
}

.dataTables_paginate {
  height: auto;
  line-height: 30px;
  margin-top: 6px;
}

.table-styled td,
table.dataTable td {
  padding: 18px 5px;
  font-size: 12px;
  border-left: 1px solid #ccc;
}

table.dataTable td:first-child {
  padding-left: 10px;
  border-left: none;
}

.dataTables_wrapper table.dataTable tr:last-child td {
  border-bottom: 1px solid #eee;
}

table.dataTable thead th.sorting[aria-sort="ascending"],
table.dataTable thead th.sorting_asc {
  background-image: url('/img/admin/sort_asc.png');
  background-size: auto 19px;
}

table.dataTable thead th.sorting[aria-sort="descending"],
table.dataTable thead th.sorting_desc {
  background-image: url('/img/admin/sort_desc.png');
  background-size: auto 19px;
}

table.dataTable thead th.sorting {
  background-image: url('/img/admin/sort_both.png');
  background-size: auto 19px;
}

.dataTables_info {
  color: #777;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 6px;
}

.dataTables_paginate.paging_full_numbers a.paginate_button {
  background-color: #bfbfbf;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border: medium none;
  border-radius: 20px;
  color: #fff !important;
  display: block;
  float: left;
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-left: 2px;
  margin-right: 0;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
}

.dataTables_paginate.paging_full_numbers a.paginate_button:hover {
  background-color: #FFA104;
}

.dataTables_paginate.paging_full_numbers a#table-styled_first,
.dataTables_paginate.paging_full_numbers a#table-logs_first,
.dataTables_paginate.paging_full_numbers a#table-styled-filters_first {
  background-image: url("/img/admin/datatables_first.png");
}

.dataTables_paginate.paging_full_numbers a#table-styled_last,
.dataTables_paginate.paging_full_numbers a#table-logs_last,
.dataTables_paginate.paging_full_numbers a#table-styled-filters_last {
  background-image: url("/img/admin/datatables_last.png");
}

.dataTables_paginate.paging_full_numbers a#table-styled_previous,
.dataTables_paginate.paging_full_numbers a#table-logs_previous,
.dataTables_paginate.paging_full_numbers a#table-styled-filters_previous {
  background-image: url("/img/admin/datatables_prev.png");
}

.dataTables_paginate.paging_full_numbers a#table-styled_next,
.dataTables_paginate.paging_full_numbers a#table-logs_next,
.dataTables_paginate.paging_full_numbers a#table-styled-filters_next {
  background-image: url("/img/admin/datatables_next.png");
}

.dataTables_paginate.paging_full_numbers span a.current {
  background-color: #FFA104;
}

.filters input.dataTable_filter {
  height: 28px !important;
  line-height: 28px !important;
  padding: 0;
  width: 100% !important;
  border-radius: 4px;
  box-sizing: border-box;
}

.filters select.dataTable_filter {
  height: 28px !important;
  line-height: 28px !important;
  padding: 0;
  width: 100% !important;
  box-sizing: border-box;
}

.filters .chosen-container {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

.filters .chosen-container-multi .chosen-choices li.search-choice span {
  display: inline-block;
  max-width: 100px;
}

.filters .chosen-container.chosen-container-multi .chosen-choices {
  border-color: #ccc;
  box-sizing: border-box;
  max-height: 60px;
  min-height: 28px;
  overflow-y: auto;
  width: 100%;
}

.filters .chosen-container-multi .chosen-choices li.search-field {
  height: 22px;
}

.filters .chosen-container.chosen-container-multi .chosen-choices .search-choice {
  background: #ffa104 none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: auto !important;
  line-height: 11px !important;
  margin: 4px 5px 4px 0;
  min-height: 18px;
}

.filters .chosen-container.chosen-container-multi .chosen-choices .search-choice a {
  background: rgba(0, 0, 0, 0) url("/img/admin/icons_light/cross.png") no-repeat scroll right 2px top 2px / 10px auto !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.filters .chosen-container.chosen-container-multi .chosen-drop {
  width: 100% !important;
}

.filters th ul.tagit {
  margin: 0 auto;
  padding: 0;
  overflow-y: auto;
  max-height: 60px;
  border-color: #ccc;
}

#gswmsg-wrapper ~ .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  position: fixed;
  z-index: 100007 !important;
}

.filters .tagit-close .ui-icon.ui-icon-close {
  display: none;
}

.filters ul.tagit li.tagit-choice .tagit-close {
  background: rgba(0, 0, 0, 0) url("/img/admin/icons_light/cross.png") no-repeat scroll right 0 top 1px / 10px auto;
  cursor: pointer;
  height: 100%;
  line-height: 17px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.filters th ul.tagit .tagit-choice {
  line-height: 11px;
}

.filters th ul.tagit .tagit-new {
  margin: 0;
  padding: 0;
}

.filters th ul.tagit .tagit-new input {
  height: 20px !important;
  line-height: 20px !important;
  background-color: transparent !important;
  width: 100%
}

.filters th {
  padding: 5px 0 !important;
}

.dataTable .filters .chosen-choices, .dataTable .filters ul.tagit {
  padding-left: 5px;
}

.dataTable .filters .tagit li {
  border: medium none;
  box-sizing: border-box;
  line-height: 26px;
  margin: 4px 5px 4px 0;
  min-height: 18px;
  padding: 3px 20px 3px 5px;
}

.dataTable .filters ul.chosen-choices li.search-choice .search-choice-close, .dataTable .filters ul.tagit li .tagit-close {
  background-position: right 2px top 4px !important;
}

.dataTable-scroll-wrapper {
  clear: both;
  overflow: auto;
  width: 100%;
}

.dataTables_processing {
  background-color: #ffa104;
  border: 2px solid #e89305;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  z-index: 1000;
}

button.dataTables-resize-ctl {
  float: right;
  font-size: 12px;
  height: 26px !important;
  line-height: 23px !important;
  margin-left: 5px;
  width: 40px !important;
  border-radius: 4px;
}

.dataTables_length {
  float: left;
  font-size: 12px;
}

.dataTable .tagit.ui-widget.ui-widget-content.ui-corner-all {
  box-sizing: border-box;
  min-height: 26px;
  width: 100% !important;
}

button.dataTables-resize-ctl.off {
  background: #CB2F1A !important;
}

.dataTables_wrapper div.dt-buttons {
  float: right;
}

.dataTables_wrapper button.dt-button:active,
.dataTables_wrapper div.dt-button:active,
.dataTables_wrapper a.dt-button:active,
.dataTables_wrapper button.dt-button:hover,
.dataTables_wrapper div.dt-button:hover,
.dataTables_wrapper a.dt-button:hover {
  background-color: #ffa104 !important;
  box-shadow: 0 0 5px #ffa104 !important;
  background-image: none;
  border: 1px solid #ffa104;
}

.dataTables_wrapper button.dt-button,
.dataTables_wrapper div.dt-button,
.dataTables_wrapper a.dt-button {
  height: 23px;
  line-height: 23px;
  margin-left: 5px;
  margin-right: 0;
  padding: 0 5px;
  -moz-appearance: none;
  background-color: #ffa104 !important;
  border: 1px solid #ffa104 !important;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-image: none;
  float: right;
}

.dataTables_wrapper .dt-button > span {
  display: block;
  height: 100%;
  line-height: 21px;
}

.dataTables_wrapper a.dt-button.buttons-colvis {
  background-image: url("/img/admin/columns-select.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 30px;
}

.dataTables_wrapper a.dt-button.dataTables-resize-ctl.off {
  background-color: #cb2f1a !important;
}

div.dt-button-collection a.dt-button.buttons-columnVisibility.active:hover,
div.dt-button-collection a.dt-button.buttons-columnVisibility.active:not(.disabled):hover,
div.dt-button-collection a.dt-button.buttons-columnVisibility:hover {
  background-color: #eee !important;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: transparent !important;
  background-image: url("/img/admin/icons_dark/checkmark.png") !important;
  box-shadow: none !important;
  background-size: 12px auto;
  background-position: left 3px center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

button.dt-button, div.dt-button, a.dt-button {
  -moz-user-select: none;
  background-color: transparent !important;
  background-image: none !important;
  padding: 2px 20px;
  border: 1px solid #ddd !important;
}

.dt-button.buttons-colvisGroup.showhideall, .dt-button.buttons-colvisGroup.showhideall:active, .dt-button.buttons-colvisGroup.showhideall:active:not(.disabled) {
  background-image: none !important;
}

.dataTables_wrapper select {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  height: 23px;
  line-height: 23px;
  width: 50px;
}

div.ColVis_catcher {
  height: 100% !important;
  left: 0 !important;
  position: fixed;
  top: 0 !important;
  width: 100% !important;
  z-index: 104;
}

div.DTCR_pointer {
  background-image: url("/img/col-insert.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 13px 14px;
  margin-left: -6px;
  margin-top: -8px;
  width: 13px;
  z-index: 105;
}

.DTCR_clonedTable {
  display: none;
}

table.dataTable {
  width: 100% !important;
}

.ColVis_collection li span, .ColVis_collection li input {
  cursor: pointer;
}

.dataTables_paginate span span {
  background-color: #bfbfbf;
  border: medium none;
  border-radius: 20px;
  color: #fff !important;
  display: block;
  float: left;
  font-size: 16px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-left: 2px;
  margin-right: 0;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
}

table.dataTable .bubble {
  background-color: #e6e6e6;
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
}

table.dataTable .even .bubble {
  background-color: #fefefe;
}

table.dataTable tr:hover .bubble {
  background-color: #FFA104 !important;
  font-weight: bold;
  color: #fff;
}

#reorder-reload-info {
  text-align: center;
}

#reorder-reload-info td {
  font-size: 16px;
}

#reorder-reload-info button {
  margin: 70px auto;
}

.dataTable .tagit, .dataTable .tagit input, .dataTable .chosen-choices {
  background: #fff !important;
}

/***********************/
/*                     */
/*     UI elements     */
/*                     */
/***********************/
.ui-widget,
.ui-widget textarea,
.ui-widget button,
.ui-widget input,
.ui-widget select {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
}

.ui-widget select {
  height: 20px;
  line-height: 20px;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #ffa104 url("/img/libs/ui/ui-bg_flat_100_FFA104_40x100.png") repeat-x scroll 50% 50%;
  border: 1px solid #ffa104;
  color: #ffffff;
  font-weight: normal;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ffffff url("/img/libs/ui/ui-bg_flat_65_ffffff_40x100.png") repeat-x scroll 50% 50%;
  border: 1px solid #ffa104;
  color: #212121;
  font-weight: normal;
}

.ui-datepicker-calendar .ui-state-highlight {
  background: #e2bc7d url("/img/libs/ui/ui-bg_flat_100_e2bc7d_40x100.png") repeat-x scroll 50% 50%;
  border: 1px solid #373529;
  color: #363636;
}

.ui-widget button {
  height: 32px;
  line-height: normal;
  padding: 0 6px !important;
}

.ui-widget-content {
  background: #eee !important;
}

.ui-tpicker-grid-label {
  clear: both;
}

.ui-timepicker-div dt {
  font-size: 12px !important;
  width: 50px;
  height: 20px;
  line-height: 20px;
}

.ui_tpicker_time {
  width: auto !important;
}

.ui-timepicker-div {
  font-size: 12px;
  margin-top: 10px;
}

.ui-timepicker-div dd:not(.ui_tpicker_millisec) {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
  width: 192px;
}

.tagit.ui-widget.ui-widget-content.ui-corner-all {
  border: 1px solid #ccc;
  min-height: 24px;
  width: 420px;
  background: #fff;
}

ul.tagit li.tagit-choice {
  background: #ffa104 none repeat scroll 0 0 !important;
  border-color: #ffa104;
  box-sizing: border-box;
  color: #fff;
  font-weight: normal;
  line-height: 27px;
  margin: 2px 2px 2px 0;
  padding: 0 20px 0 5px;
}

ul.tagit li.tagit-new {
  padding: 0;
  margin: 0;
}

ul.tagit {
  line-height: 31px;
  padding: 0 5px;
}

ul.tagit input[type="text"] {
  background: transparent !important;
}

a.cke_dialog_ui_button_ok {
  background: #ffa104 !important;
  border-color: #ffa104 !important;
  box-shadow: none !important;
}

a.cke_dialog_ui_button_ok span {
  text-shadow: none !important;
}

#ui-datepicker-div, .ui-widget-overlay, .ui-widget {
  z-index: 10004 !important;
}

.ui-tooltip {
  font-size: 12px !important;
}

.ui-tabs .ui-tabs-nav a {
  font-weight: normal;
}

.el-dialogform-content input,
.el-dialogform-content select {
  width: 320px !important;
}

.el-paddinginput input {
  padding: 0;
  width: 30px !important;
}

.el-paddinginput select {
  width: 38px !important;
}

.elrte-image-preview {
  width: 430px !important;
}

#el-df-tab-main input, #el-df-tab-main select {
  width: 45px;
}

.el-dialogform-content input {
  width: 50px;
}

.el-rte .toolbar {
  background-color: #fff;
  border-color: #ccc;
}

.el-borderselect input[name="border[width]"] {
  width: 33px !important;
}

.elrte-image-src-fm input {
  width: 300px !important;
}

#el-df-tab-main input[size="5"],
.el-dialogform-content input[size="5"] {
  width: 30px !important;
}

#el-df-tab-main input[size="3"],
.el-dialogform-content input[size="3"] {
  width: 30px !important;
}

.ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-content {
  font-size: 12px;
}

button.ui-button-icon-only {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  height: 20px !important;
  line-height: 20px !important;
}

.ui-icon-closethick {
  background-image: url("/img/libs/ui/ui-icons_ffffff_256x240.png") !important;
}

#el-df-tab-main select[name="wunit"], #el-df-tab-main select[name="hunit"] {
  width: 50px !important;
}

.el-dialogform-content input[size="16"] {
  width: 200px !important;
}

.el-palette .panel input {
  width: 100px;
}

.el-dialogform-content input[size="4"] {
  width: 30px !important;
}

.el-dialogform-content select[name="wunit"] {
  width: 40px !important;
}

body div.pp_overlay {
  z-index: 10002;
}

body div.pp_pic_holder {
  z-index: 10003;
}

.pp_pic_holder .pp_description {
  height: 25px;
  line-height: 25px;
}

.pp_pic_holder .pp_nav {
  height: 25px;
  line-height: 25px;
  margin: 0 10px 0px 0;
}

.pp_pic_holder .pp_nav a {
  height: 15px !important;
  width: 15px !important;
  line-height: 15px !important;
  margin: 5px 2px;
}

.pp_pic_holder .pp_nav .pp_play {
  background-position: -1px -102px !important;
}

.pp_pic_holder .pp_nav .pp_arrow_previous {
  background-position: 0 -69px !important;
}

.pp_pic_holder .pp_nav .pp_arrow_next {
  background-position: -22px -69px;
}

.pp_pic_holder .pp_nav p {
  margin: 0;
  height: 25px;
  line-height: 27px;
  padding: 0 5px;
}

.pp_pic_holder .pp_close {
  margin-top: 1px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #fff;
  border-color: #FFA104;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #fff;
  border-color: #FFA104;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #FFA104;
  background: #f6f6f6;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #FFA104;
  border-color: #FFA104;
  color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus {
  background: #ffa104 none repeat scroll 0 0;
  color: #fff;
}

.ui-timepicker-div dt {
  min-height: 20px !important;
}

.ui-widget select {
  color: #333;
}

.elfinder-cwd-view-icons .elfinder-cwd-file {
  border: 1px solid transparent;
  box-sizing: border-box;
}

.ui-widget-header {
  background: #ffa104 none repeat scroll 0 0;
  border-color: #ffa104;
}

.ui-datepicker-calendar .ui-state-highlight {
  background-color: #FFCA6F;
  color: #666;
}

.elfinder-statusbar,
.elfinder-toolbar {
  background: #ffa104 none repeat scroll 0 0;
  border-color: #ffa104;
}

#elfinder.ui-widget {
  font-size: 16px !important;
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/libs/ui/ui-icons_222222_256x240.png");
}

.minicolors-swatch SPAN {
  box-shadow: none;
}

.ui-colorpicker-hex-input {
  width: 65px;
}

.colorpicker + .ui-button.ui-corner-all.ui-widget,
.minicolors + .ui-button.ui-corner-all.ui-widget {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none;
  box-shadow: none !important;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 30px;
}

.colorpicker + .ui-button.ui-corner-all.ui-widget > img,
.minicolors + .ui-button.ui-corner-all.ui-widget > img {
  color: transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.ui-button.ui-corner-all.ui-widget {
  width: auto;
}

/***********************/
/*                     */
/* Functional elements */
/*                     */
/***********************/
.wait_cursor {
  cursor: wait !important;
}

.thumb {
  display: block;
}

.thumb img {
  display: block;
  max-width: 200px;
  max-height: 200px;
}

.separator-h-1px {
  display: block;
  height: 1px;
}

.separator-h-10px {
  display: block;
  height: 10px;
}

.separator-h-20px {
  display: block;
  height: 20px;
}

.separator-h-30px {
  display: block;
  height: 30px;
}

.separator-h-40px {
  display: block;
  height: 40px;
}

.separator-h-50px {
  display: block;
  height: 50px;
}

.separator-h-60px {
  display: block;
  height: 60px;
}

.separator-h-70px {
  display: block;
  height: 70px;
}

.separator-h-80px {
  display: block;
  height: 80px;
}

.separator-h-90px {
  display: block;
  height: 90px;
}

.separator-h-100px {
  display: block;
  height: 100px;
}

/***********************/
/*                     */
/*      Generator      */
/*                     */
/***********************/
.generator dt {
  height: 37px;
  line-height: 37px;
  margin: 10px 20px 0;
  padding: 0;
  float: left;
  clear: both;
  width: 390px;
}

.generator dd {
  float: left;
  margin: 10px 0 0 0;
}

.generator input[type="checkbox"], input[type="radio"] {
  margin-top: 11px;
}

.generator-separator {
  border-bottom: 4px ridge #153949;
  clear: both;
  display: block;
  float: none;
  height: 20px;
  margin: 0 0 10px;
  width: 100%;
}

/***********************/
/*                     */
/*       GSWpopup      */
/*                     */
/***********************/
#gswpopuptop-overflow {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

#gswpopuptop-window {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 0 15px;
  /*left: 50%;*/
  /*padding: 10px;*/
  /*position: fixed;*/
  /*top: 50%;*/
  z-index: 1002;

  display: flex;
  align-self: center;
}

#gswpopuptop #form_adminlogin {
  padding: 0;
}

#gswpopuptop #form_adminlogin input {
  border: 1px solid #ccc;
  height: 33px;
  line-height: 33px;
  width: 160px !important;
}

#gswpopuptop #form_adminlogin dt {
  font-size: 13px;
  font-weight: normal;
  height: 33px;
  line-height: 33px;
  float: left;
}

#gswpopuptop #form_adminlogin #remember-element,
#gswpopuptop #form_adminlogin #remember-label {
  display: none;
}

#gswpopuptop #form_adminlogin input[type="submit"] {
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
}

#gswpopuptop #form_adminlogin #submit_button-element,
#gswpopuptop #form_adminlogin #submit-element {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
}

#gswpopuptop #form_adminlogin .remind-me {
  display: none;
}

/*#gswpopuptop {*/
/*height: 100%;*/
/*position: fixed;*/
/*width: 100%;*/
/*z-index: 10000000;*/
/*}*/
#gswpopuptop {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}

.gswpopuptop-close,
#gswpopuptop-close {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  /*position: absolute;*/
  /*right: 4px;*/
  text-align: center;
  /*top: 4px;*/
  padding: 6px;
}

#gswpopuptop-inner {
  /*display: none;*/
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#gswpopuptop-content {
  height: inherit;
  overflow-y: auto;
}

.gswpopup-overflow,
#gswpopup-overflow {
  background: none repeat scroll 0 0 #222222;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.gswpopup-close,
#gswpopup-close {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  left: 21px;
  text-align: center;
  top: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 1;
}

.gswpopup-close div {
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
}

.gswpopup-window {
  position: relative;
}

.gswpopup,
#gswpopup {
  display: none;
}

#gswmsg-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100005;
  display: none;
}

#gswmsg-wrapper {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 0 15px;
  left: 50%;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 100006;
  display: none;
}

#gswmsg-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  float: left;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.flashM-info #gswmsg-icon {
  background-image: url("/img/admin/flashM-info.png");
}

.flashM-error #gswmsg-icon {
  background-image: url("/img/admin/flashM-error.png");
}

.flashM-success #gswmsg-icon {
  background-image: url("/img/admin/flashM-success.png");
}

#gswmsg p {
  margin: 0;
}

#gswmsg-buttons {
  margin-top: 20px;
}

.gswmsg-button-red, .gswmsg-button {
  float: right;
  margin-left: 15px;
  width: 50px;
}

.gswmsg-button-red {
  background-color: #da1d1d;
}

.gswmsg-button {
  background-color: #ffa104;
}

.gswmsg-button, .gswmsg-button-red {
  float: right;
  margin-left: 15px;
  width: 50px;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
}

.gswmsg-button:hover, .gswmsg-button-red:hover {
  box-shadow: 0 0 5px #ffa104;
}

.g-recaptcha {
  clear: both;
}

.g-recaptcha.no-captcha-error iframe {
  box-shadow: 0 0 7px red;
}

/***********************/
/*                     */
/*        Login        */
/*                     */
/***********************/
#admin-login-page {
  background-image: url("/img/admin/login-bg.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

#admin-login-form {
  background-color: #e8e8e8;
  border: 1px solid #eeeff1;
  border-radius: 20px;
  box-shadow: 0 0 34px #666;
  height: 382px;
  left: 50%;
  margin-left: -160px;
  margin-top: -192px;
  position: absolute;
  top: 50%;
  width: 318px;
}

#form_adminlogin input,
#admin-login-form #form_resetpassword input,
#admin-login-form #form_passwordremind input {
  border: medium none;
  font-size: 14px;
  outline: medium none;
  width: 160px;
  height: 27px;
  line-height: 27px;
  border-radius: 0;
}

#form_adminlogin input[type="checkbox"] {
  border: 1px solid #fff;
}

#form_adminlogin dd,
#admin-login-form #form_resetpassword dd,
#admin-login-form #form_passwordremind dd {
  line-height: 27px;
}

#form_adminlogin dt,
#admin-login-form #form_resetpassword dt,
#admin-login-form #form_passwordremind dt {
  font-size: 14px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: left;
  width: 50px;
}

#admin-login-form #form_resetpassword dt,
#admin-login-form #form_passwordremind dt {
  margin-left: 40px;
}

#admin-login-form #form_resetpassword input {
  width: 115px;
}

#admin-login-form #form_resetpassword dt {
  width: 100px;
}

#form_adminlogin {
  padding: 0 46px;
}

#admin-login-form #form_resetpassword,
#admin-login-form #form_passwordremind {
  padding: 0 8px;
}

#admin-login-form #form_resetpassword #submt-label,
#admin-login-form #form_resetpassword #submit_button-label,
#admin-login-form #form_resetpassword #submit-label,
#admin-login-form #form_passwordremind #submit_button-label,
#admin-login-form #form_passwordremind #submit-label {
  display: none;
}

#form_adminlogin dt#remember-label {
  width: 198px;
  font-weight: normal;
}

#form_adminlogin input[type="submit"],
#admin-login-form #form_resetpassword input[type="submit"],
#admin-login-form #form_passwordremind input[type="submit"] {
  border: 0 none;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  width: 160px;
}

#form_adminlogin #submit_button-label,
#form_adminlogin #submit-label {
  display: none;
}

#admin-login-logo {
  background-image: url("/img/admin/logo.png");
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 65px;
  height: 100px;
}

#admin-login-title {
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 24px;
  padding-left: 46px;
}

#admin-login-langs a img {
  max-height: 20px;
  max-width: 30px;
}

#form_adminlogin .remind-me {
  background-color: #777;
  border: 1px solid #777;
  clear: both;
  display: block;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto !important;
  text-align: center;
  width: 120px;
}

#admin-login-langs a:not(.active):not(:hover) img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

#admin-login-langs {
  text-align: center;
}

#form_adminlogin #submit-element,
#form_adminlogin #submit_button-element,
#admin-login-form #form_resetpassword #submt-element,
#admin-login-form #form_resetpassword #submt_button-element,
#admin-login-form #form_resetpassword #submit_button-element,
#admin-login-form #form_resetpassword #submit-element,
#admin-login-form #form_passwordremind #submit_button-element,
#admin-login-form #form_passwordremind #submit-element {
  margin: 15px 0 25px;
  width: 100%;
}

select.error,
textarea.error,
input.error,
.minicolors.error input {
  background-color: #ffb2b2;
}

label.error {
  display: none !important;
}

#storage_select_chosen {
  width: 250px !important;
  margin-left: 50px !important;
  text-transform: initial;
}

#storage_select_chosen .chosen-single {
  width: 250px !important;
}

.date-month-datepicker .ui-datepicker-calendar {
  display: none;
}

.table-styled-report {
  min-width: 50%;
}

.table-styled-report th,
.table-styled-report td {
  padding: 3px 5px;
}

.table-styled-report th {
  background-color: #e1e1e1;
}

.table-styled-report tbody tr:nth-child(even) td {
  background-color: #e9e9e9;
}

.table-styled-report tbody tr:hover td {
  background-color: #fff0cf;
}

.table-styled-report tfoot tr td {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}

.table-styled-report .text-right {
  text-align: right;
}

.table-styled-sign {
  margin-top: 20px;
  min-width: 50%;
}

.table-styled-sign tbody tr:first-child td {
  text-align: center;
}

.table-styled-sign tbody tr:last-child td {
  padding-top: 10px;
  text-align: center;
  vertical-align: bottom;
}

.history-table {
  width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.history-table thead th {
  border: 1px solid #000;
  background-color: #000000;
  color: #ffffff;
}

.history-table tbody td {
  border: 1px solid #000;
  padding: 3px 5px;
}

.history-table tbody tr.center td,
.history-table tbody td.center {
  text-align: center;
}

/***********************/
/*                     */
/*      Mobile fix     */
/*                     */
/***********************/
.mobile-device #container {
  min-width: 100% !important;
}

.mobile-device #main-container {
  overflow-x: auto;
  overflow-y: hidden;
}

/***********************/
/*                     */
/*        Icons        */
/*                     */
/***********************/
.panel-icon {
  display: block;
  width: 21px;
  height: 21px;
  float: left;
  margin: 0 2px;
  background-size: 21px;
  color: #fff;
  font-size: 8px;
  line-height: 21px;
  text-align: center;
  background-image: url('/img/admin/icons_dark/document1.png');
  cursor: pointer;
}

.panel-activate {
  background-image: url('/img/admin/icons_dark/smiley_sad.png');
}

.panel-deactivate {
  background-image: url('/img/admin/icons_dark/smiley_grin.png');
}

.panel-delete {
  background-image: url('/img/admin/icons_dark/trash_can.png');
}

.panel-restart {
  background-image: url('/img/admin/icons_dark/reload.png');
}

.panel-edit {
  background-image: url('/img/admin/icons_dark/fountain_pen.png');
}

.panel-translate {
  background-image: url('/img/admin/icons_dark/web_design.png');
}

.panel-password {
  background-image: url('/img/admin/icons_dark/key.png');
}

.panel-superadmin {
  background-image: url('/img/admin/icons_dark/agent.png');
}

.panel-admin {
  background-image: url('/img/admin/icons_dark/administrator.png');
}

.panel-user {
  background-image: url('/img/admin/icons_dark/user.png');
}

.panel-accountant {
  background-image: url('/img/admin/icons_dark/cashbox.png');
}

.panel-client {
  background-image: url('/img/admin/icons_dark/etiquette.png');
}

.panel-accept {
  background-image: url('/img/admin/icons_dark/checkmark.png');
}

.panel-decline {
  background-image: url('/img/admin/icons_dark/cross.png');
}

.panel-pdf {
  background-image: url('/img/admin/icons_dark/document1.png');
}

.panel-report {
  background-image: url('/img/admin/icons_dark/report2.png');
}

.panel-send {
  background-image: url('/img/admin/icons_dark/send_envelope.png');
}

.panel-view {
  background-image: url('/img/admin/icons_dark/views.png');
}

.panel-invoice {
  background-image: url('/img/admin/icons_dark/invoice.png');
}

.panel-groups {
  background-image: url('/img/admin/icons_dark/group.png');
}

.panel-users {
  background-image: url('/img/admin/icons_dark/user.png');
}

.panel-copy {
  background-image: url('/img/admin/icons_dark/copy.png');
}

.panel-confirm {
  background-image: url('/img/admin/icons_dark/confirm.png');
}

.panel-racks {
  background-image: url('/img/admin/icons_dark/alliance2.png');
}

.panel-shelfs {
  background-image: url('/img/admin/icons_dark/send_container.png');
}

.panel-goods {
  background-image: url('/img/admin/icons_dark/shopping_basket.png');
}

.panel-download {
  background-image: url('/img/admin/icons_dark/arrow_down.png');
}

.panel-upload {
  background-image: url('/img/admin/icons_dark/arrow_up.png');
}

.panel-history {
  background-image: url('/img/admin/icons_dark/history2.png');
}

.panel-star {
  background-image: url('/img/admin/icons_dark/star.png');
}

.panel-clipboard {
  background-image: url('/img/admin/icons_dark/clipboard.png');
}

.panel-correction-data {
  background-image: url('/img/admin/icons_dark/card_design.png');
}

.panel-correction {
  background-image: url('/img/admin/icons_dark/pen.png');
}

.panel-payed {
  background-image: url('/img/admin/icons_dark/currency_sign_dollar2.png');
}

.panel-client {
  background-image: url('/img/admin/icons_dark/receptionist.png');
}

.panel-order {
  background-image: url('/img/admin/icons_dark/grades_report.png');
}

.panel-print {
  background-image: url('/img/admin/icons_dark/print.png');
}

.panel-reminder {
  background-image: url('/img/admin/icons_dark/calendar_year.png');
}

.panel-announcements {
  background-image: url('/img/admin/icons_dark/announcements.png');
}

.panel-envelope2 {
  background-image: url('/img/admin/icons_dark/envelope2.png');
}

.panel-phone {
  background-image: url('/img/admin/icons_dark/phone.png');
}

.panel-receipt {
  background-image: url('/img/admin/icons_dark/summary.png');
}

.panel-events-order {
  background-image: url('/img/admin/icons_dark/banner.png');
}

.panel-events-orders-list {
  background-image: url('/img/admin/icons_dark/frames.png');
}

.panel-events-orders-wait {
  background-image: url('/img/admin/icons_dark/tutorial.png');
}

.panel-tickets-list {
  background-image: url('/img/admin/icons_dark/cashbox.png');
}

.panel-send-notify-payment {
  background-image: url('/img/admin/icons_dark/debt.png');
}

.panel-send-tickets {
  background-image: url('/img/admin/icons_dark/banner_design.png');
}

.panel-default {
  background-image: url('/img/admin/icons_dark/flower.png');
}

.panel-cancel {
  background-image: url('/img/admin/icons_dark/cancel.png');
}

.panel-position {
  background-image: url('/img/admin/icons_dark/bit.png');
}

.panel-wines {
  background-image: url('/img/admin/icons_dark/glass_bottle.png');
}

.panel-unprint {
  background-image: url('/img/admin/icons_dark/withdrawal.png');
}

.panel-add {
  background-image: url('/img/admin/icons_dark/task.png');
}

/***********************/
/*                     */
/* Reset all CSS props */
/*                     */
/***********************/
.reset-this {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}
