body {
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.em-error-group > div.alert:first-child {
  margin-top: 10px;
}

/* top nav */
.top_nav {
  font-weight: 400;
  font-style: normal;
  color: #757575;
  font-size: 12px;
  background-color: #c6c6c6;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
  z-index: 33;
}

.top_nav,
.top_nav .widget {
  height: 36px;
}

.top_nav .navbar-nav > li > a {
  padding: 8px;
  color: #223e77;
  font-weight: 600;
}

.em-social-icons {
  font-size: 20px;
}

.top_nav .navbar-nav > li > a > span {
  color: #444;
  font-weight: 400;
}

.top_nav .widget {
  float: left;
  display: table;
  padding-left: 8px;
  padding-right: 8px;
}

.top_nav .widget_text {
  float: left;
}

.top_nav .widget:first-child {
  padding-left: 0;
  border-left: none;
}

.top_nav .widget:last-child {
  padding-right: 0;
  border-right: none;
}

.top_nav .textwidget {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.top_nav .textwidget a {
  color: #757575;
  text-decoration: none;
}

.top_nav .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.top_nav .social_widget ul li {
  height: auto;
  float: left;
  margin-right: 10px;
  opacity: 1 !important;
  position: relative;
  overflow: hidden;
}

.top_nav .widget ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.top_nav .social_widget ul li:first-child {
  margin-left: 0;
}

.top_nav .social_widget ul li a {
  float: left;
  width: 100%;
  color: #9e9e9e;
}

.top_nav .social_widget ul li a:hover {
  color: #223e77;
}

.top_nav .social_widget li i {
  float: left;
  width: 100%;
  height: 100%;
  line-height: 26px;
  font-size: 15px;
  display: block;
  text-align: center;
  padding-left: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  z-index: 9999;
}

.top_nav .fa-google:before {
  content: "";
  background-image: url("");
  background-size: 21px;
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  background-color: transparent !important;
  margin-top: 3px;
}

.em-content-bg-ll {
  background-image: url("");
  background-size: 70%;
  background-position: center 68%;
}

/* hlavni navigace */
.em-primary-navbar .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}

.em-primary-navbar .navbar-default {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.em-primary-navbar .navbar-default .navbar-nav > li > a {
  text-align: center;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #223e77;
  font-size: 13px;
  padding: 30px 20px 30px;
}

.em-primary-navbar .nav > li:hover > a {
  color: #223e77;
}

.em-primary-navbar .navbar-default .navbar-nav > .active > a,
.em-primary-navbar .navbar-default .navbar-nav > .open > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #223e77;
  border: 1px solid #223e77;
  padding: 29px 19px 29px;
}

.basket-admin {
  padding: 20px 19px 20px !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #223e77;
  color: #fff;
}

.em-primary-navbar .navbar-nav > li > .dropdown-menu {
  padding: 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  text-align: center;
}

.em-primary-navbar .dropdown-menu > li > a:focus,
.em-primary-navbar .dropdown-menu > li > a:hover {
  background: transparent;
  color: #223e77;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: transparent;
  color: #223e77 !important;
}

.menu_310 {
  color: #fff;
  text-align: center;
}

.basket_name {
  font-size: 11px;
}

#navbar-primary li > a i {
  color: #666;
  font-size: 16px;
  margin-bottom: 5px;
}

#navbar-primary .menu_623 i {
  margin-left: 10px;
}

.em-navbar-search {
  margin-top: 22px;
  margin-left: 200px;
}

.em-navbar-search .form-control {
  width: 250px !important;
  border-radius: 0 !important;
  border-color: #aaa;
  outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.em-navbar-search .form-control:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.em-navbar-search .btn {
  background: none;
  padding: 6px 17px;
  border-radius: 0;
  border-color: #aaa;
  color: #aaa;
}

.nav-header-container-sec {
  border-style: solid;
  border-width: 1px 0;
  border-color: #aaaaaa;
}

.nav-header-container-sec ul {
  width: 100%;
}

.nav-header-container-sec ul > li {
  width: 16.6666666%;
  margin: 6px 0px;
}

.nav-header-container-sec ul > li > a {
  padding: 7px 20px !important;
  text-transform: uppercase;
  font-size: 12px !important;
  border-left: 1px solid #aaaaaa;
}

.nav-header-container-sec ul > li:first-child > a {
  border-left: none;
}

.nav-header-container-sec .navbar-nav > .active > a,
.nav-header-container-sec .navbar-nav > .open > a {
  background: #223e77 !important;
  color: #fff !important;
  text-shadow: none;
}

/* scrollup */
.scrollup {
  position: fixed;
  z-index: 9999999;
  text-indent: -9999px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-image: url("/assets/img/arrow_up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #878787;
  background-size: 18px;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  right: 45px;
  bottom: 96px;
  line-height: 28px;
  font-weight: bold;
}

.em-hidden {
  display: none;
}

/* footer */

.all-upper {
  text-transform: uppercase;
}

.em-footer-right {
  float: right;
}

.em-footer-bottom {
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}

.em-footer-bottom .copyright_text {
  padding: 6px 0;
}

.em-footer-bottom a {
  color: #333;
  text-decoration: none;
}

.em-footer-bottom a:hover,
.em-file-download {
  color: #223e77;
}

.em-footer-top {
  background-color: #b3bdc6;
  padding: 60px 0;
}

.em-footer-item.em-footer-item-1 h5,
.em-footer-item.em-footer-item-4 h5 {
  letter-spacing: 2px;
  font-weight: 600;
  color: #f2f2f2;
  margin: 0 0 5px;
  line-height: 22px;
  font-size: 16px;
}

.em-footer-item.em-footer-item-1 p {
  letter-spacing: 2px;
  font-weight: 600;
  color: #f2f2f2;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 20px;
}

#menu-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-footer-menu li {
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu-footer-menu li:first-child {
  padding-top: 0;
}

#menu-footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}

#menu-footer-menu li a:hover {
  color: #223e77;
}

.em-footer-center-area .container {
  background: #c6c6c6;
  padding: 30px 40px 15px;
}

.em-footer-item.em-footer-item-4 h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.em-footer-item.em-footer-item-4 .footer_social_icons {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}

.em-footer-item.em-footer-item-4 .footer_social_icons li {
  background-color: #000000;
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  float: left;
  font-size: 15px;
  margin-left: 8px;
  margin-bottom: 5px;
}

.em-footer-item.em-footer-item-4 .footer_social_icons li:first-child {
  margin-left: 0;
}

.em-footer-item.em-footer-item-4 .footer_social_icons li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 40px;
}

.em-footer-item.em-footer-item-4 .em-footer-add-link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
}

.em-footer-item.em-footer-item-4 .em-footer-add-link a:hover {
  color: #223e77;
}

.em-footer-center-area {
  padding-top: 30px;
}

.content-footer-item-inner .em-ftr-img {
  width: 60px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.content-footer-item-inner .em-ftr-cnt p {
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  width: 95%;
  margin-bottom: 20px;
}

.content-footer-item-inner h4 {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.content-footer-item-inner a {
  color: #223e77;
}

ul.content-footer-item-menu {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

ul.content-footer-item-menu > li > a:hover {
  color: #223e77;
}

.content-footer-item-inner-3 address {
  margin-bottom: 25px;
}

.content-footer-item-inner-3 .em-email a {
  padding-left: 5px;
}

.content-footer-item-inner-3 a:hover {
  color: #223e77;
}

.content-footer-item-inner-3 .em-contact-all {
  margin-top: 25px;
  font-weight: bold;
}

/* Chyba na strankach 404 */

#data-404 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#data-404 h1 {
  font-size: 100px;
  color: #223e77;
}

#data-404 h2 {
  color: #999999;
}

#data-404 h2 strong {
  font-weight: 600;
}

#data-404 .fira {
  font-size: 17px;
  color: #999999;
}

#data-404 a {
  color: #223e77;
}

/* sekundarni menu */
.em-header-page {
  padding-top: 5px;
  padding-bottom: 28px;
  margin-bottom: 40px;
}

.em-header-page h1 {
  margin: 0;
  padding: 7px 0;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #232323;
}

.em-line-header {
  border-bottom: 1px solid #b3bdc6;
  margin: 5px 0 5px;
}

/* prihlaseni do systemu */
.em-login-form {
  margin: 30px auto 50px;
}

.em-login-form h3 {
  text-align: center;
  margin: 0 0 40px;
  color: #999999;
  font-weight: 600;
}

/* paticka tlacitko */
.em-form-btn {
  margin-top: 20px;
  margin-bottom: 50px;
}

.btn-info {
  background: #6f6f6f;
  border: 2px solid #6f6f6f;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
  background: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-info-light {
  background: #b5b5b5;
  border: 2px solid #b5b5b5;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
  color: #222222;
}

.btn-info-light:hover,
.btn-info-light:focus,
.btn-info-light:active,
.btn-info-light:active:focus,
.btn-info-light:active:hover {
  background: #616161;
  border-color: #616161;
  color: #eee;
}

.btn-info-light-s {
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  box-shadow: none;
  text-shadow: none;
  padding: 5px 15px;
  text-transform: uppercase;
  outline: none !important;
  color: #222222;
}

.btn-info-light-s:hover,
.btn-info-light-s:focus,
.btn-info-light-s:active,
.btn-info-light-s:active:focus,
.btn-info-light-s:active:hover {
  background: #777777;
  border-color: #777777;
  color: #eee;
}

.btn-primary {
  background: #223e77;
  border: 2px solid #223e77;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #182952;
  border-color: #182952;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #ccc !important;
  border-color: #182952 !important;
  color: #182952 !important;
}

.btn-primary-sec {
  background: #fff;
  border: 2px solid #182952;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
  color: #182952;
}

.btn-primary-sec:hover,
.btn-primary-sec:focus {
  background: #f4f4f4;
  border-color: #182952;
  color: #182952;
}

.btn-primary-sec.active,
.btn-primary-sec:active {
  background-color: #f4f4f4 !important;
  border-color: #182952 !important;
  color: #182952 !important;
}

.btn-primary-select {
  background: #ccc;
  border: 1px solid #182952;
  box-shadow: none;
  text-shadow: none;
  padding: 5px 25px;
  outline: none !important;
  color: #223e77;
  text-overflow: ellipsis;
  overflow: hidden;
}

#em-product-dt-filter-list .btn-primary-select {
  margin-bottom: 5px;
}

.btn-primary-select:hover,
.btn-primary-select:focus {
  background: #f4f4f4;
  border-color: #223e77;
  color: #223e77;
}

.btn-primary-select.active,
.btn-primary-select:active {
  background-color: #223e77 !important;
  border-color: #223e77 !important;
  color: #fff !important;
}

.btn-white,
.btn-white:hover,
.btn-white:focus {
  background: #ffffff;
  border: 2px solid #223e77;
  color: #223e77;
}

.btn-gray {
  background: #b5b5b5;
  border: 2px solid #b5b5b5;
  color: #333;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.active,
.btn-gray:active:focus,
.btn-gray:active:hover {
  background: rgb(94, 131, 208);
  border: 2px solid rgb(94, 131, 208);
  color: #333;
}

.btn-danger {
  background: #ce1320;
  border: 2px solid #ce1320;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #9c1016;
  border-color: #9c1016;
}

.btn-warning {
  background: #de9c3f;
  border: 2px solid #de9c3f;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-warning:hover,
.btn-warning:focus {
  background: #aa7730;
  border-color: #aa7730;
}

.btn-success {
  background: #3db763;
  border: 2px solid #3db763;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 25px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-success:hover,
.btn-success:focus {
  background: #2e964d;
  border-color: #2e964d;
}

.btn-choose,
.btn-choose:hover,
.btn-choose:focus {
  background: #223e77;
  border-color: #223e77;
  color: #ffffff;
  outline: none !important;
  box-shadow: none;
  text-shadow: none;
}

/* menu po prihlaseni */
.em-sec-navbar .navbar-default {
  border: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.em-sec-navbar .navbar-default > .container {
  background: #999;
}

.em-name-header-admin {
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.em-sec-navbar .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.em-sec-navbar .navbar-default .navbar-nav > li:hover > a {
  background: #6f6f6f;
  color: #fff;
}

.em-sec-navbar .navbar-default .navbar-nav > .active > a,
.em-sec-navbar .navbar-default .navbar-nav > .open > a {
  background: #223e77 !important;
  color: #fff;
}

a.em-btn-table {
  color: #223e77;
}

a.em-btn-table-red {
  color: #ce1320;
}

.em-form-btn .em-right-btn {
  display: block;
  float: right;
  margin: 0 15px;
}

.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
}

.em-variable-item-group .em-variable-item,
.em-variable-item-group-sec .em-variable-item,
.em-line-variable {
  margin-bottom: 10px;
}

.input-group .input-group-btn a {
  padding: 5px 10px;
}

.orderCodeView-inner {
  background: #223e77;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.orderCodeView-inner h5 {
  font-weight: 700;
  font-size: 18px;
}

.orderCodeView-inner #order_code_data {
  margin: 10px 0;
  font-size: 28px;
  line-height: 19px;
  color: #ddd;
}

/* nastaveni uzivatele */
.help-block {
  text-align: right;
  font-size: 10px;
}

.em-header-page > .container > .row > .col-sm-4,
.em-header-page > .container > .row > .col-sm-6.side-r-change {
  text-align: right;
}

.not-found {
  text-align: center;
  padding: 180px 0;
  font-size: 24px;
  color: #9e9e9e;
}

.not-found-small {
  text-align: center;
  padding: 80px 0;
  font-size: 24px;
  color: #9e9e9e;
}

/* vyberova hodnota */
.em-cnf-ed-cont-choose .panel-heading {
  background: #fff;
  min-height: 60px;
  overflow: hidden;
  cursor: pointer;
}

.em-product-href {
  cursor: pointer;
}

.em-product-href:hover {
  background: #ececec;
}

.em-cnf-ed-cont-choose .panel-heading .em-img-panel-format {
  max-width: 40px;
  float: left;
}

.em-cnf-ed-cont-choose .panel-heading .panel-title {
  line-height: 40px;
  float: left;
  margin-left: 10px;
  max-width: 80%;
}

.img-table-format .em-img-panel-format {
  max-width: 80px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.img-table-format .em-img-panel-format>img {
  border-radius: 5px;
}

.img-table-format .em-panel-image-preview {
  margin-top: 0 !important;
}

.em-order-download-models-data {
  margin-bottom: 3px;
  font-size: 12px;
  font-style: italic;
  margin-left: 68px;
}

.em-btn-order-model-download {
  color: #223e77;
}

.em-order-download-models-data-name {
  margin-right: 2px;
}

.em-order-img-product {
  max-width: 61px;
  float: left;
  margin-right: 7px;
  margin-bottom: 3px;
}

.em-cnf-ed-cont-choose .panel-heading .em-left-panel-btns {
  float: right;
  line-height: 40px;
  font-size: 16px;
}

.em-cnf-ed-cont-choose .panel-heading .em-left-panel-btns > a {
  color: #223e77;
}

.em-cnf-ed-cont-choose .panel-heading.em-active {
  background: #223e77;
}

.em-cnf-ed-cont-choose .panel-heading.em-active .panel-title {
  color: #fff;
}

.em-cnf-ed-cont-choose .panel-heading.em-active .em-left-panel-btns > a {
  color: #fff;
}

.em-cnf-ed-cont-choose .panel-body a {
  color: #223e77;
}

/* hlavicka */
.em-search-box {
  max-width: 240px;
}

.em-btn-search-header {
  padding: 6px 10px;
  font-size: 13px;
}

.em-label-filter {
  margin-top: 5px;
}

.em-filter-view-item .btn-link {
  color: #666;
  text-decoration: none;
}

.em-filter-view-item .btn-link.active {
  font-weight: 600;
  color: #223e77;
  text-decoration: none;
}

.em-row-margin-btm {
  margin-bottom: 15px;
}

.em-manage-baskets {
  background-color: #e7e7e7;
  padding: 15px;
  margin-bottom: 15px;
}

/* seznam uzivatelu */
.em-table-list {
  margin-bottom: 50px;
}

.table tr th,
.table tr td,
.em-align-center {
  text-align: center;
}

/* modalni okno */
.modal-backdrop {
  z-index: 100050;
}

.modal {
  z-index: 1000050;
}

.modal-header {
  text-align: center;
  background: #223e77;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.modal-header-warning{
  background: #de9c3f;
}

.em-text-modal-template {
  margin: 10px 0;
}

.modal-footer {
  text-align: center;
}

.em-line-footer-top {
  border-top: 1px solid;
  border-color: #363636;
}

/* Listovani na strankach */
.em-pagination-centered {
  text-align: center;
  margin-bottom: 30px;
}

.em-pagination-centered .pagination {
  margin-top: -20px;
}

.em-pagination-centered .pagination > li > a,
.em-pagination-centered .pagination > li > span {
  color: #223e77;
}

.em-pagination-centered .pagination > .active > a,
.em-pagination-centered .pagination > .active > a:focus,
.em-pagination-centered .pagination > .active > a:hover,
.em-pagination-centered .pagination > .active > span,
.em-pagination-centered .pagination > .active > span:focus,
.em-pagination-centered .pagination > .active > span:hover {
  background-color: #223e77;
  border-color: #223e77;
  color: #fff;
}

/* chybove hlasky */
.em-status {
  padding: 7px 24px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.em-status-active {
  background: #3db763;
}

.em-status-delete {
  background: #dc4444;
}

/* prihlaseni uzivatele */
.em-zero-margin-btm {
  margin-bottom: 0;
}

.em-link-href {
  color: #939ba2;
}

.em-link-href:hover {
  color: #223e77;
}

.em-link-href-error,
.em-link-href-error:hover {
  color: #223e77;
}

.em-form-btn-sec {
  margin-top: 5px;
  padding-left: 8px;
}

/* nastaveni */
.em-nav-right {
  margin-bottom: 10px;
}

.em-nav-right li {
  float: right;
}

.em-filter-last .form-group > div {
  padding-right: 0;
}

.nav.em-nav-right > li > a {
  color: #223e77;
}

.em-nav-right.nav-pills > li.active > a,
.em-nav-right.nav-pills > li.active > a:focus,
.em-nav-right.nav-pills > li.active > a:hover {
  background-color: #223e77;
  color: #fff;
}

.label-primary {
  background-color: #223e77;
}

/* filtrovani na strance */
.em-header-filter {
  margin-bottom: 0;
  margin-top: 0;
}

.em-max-width-select .form-group > label {
  padding: 6px 0;
  margin: 0;
  text-align: right;
}

.em-header-filter .em-filter-view-item {
  float: right;
  margin-left: 20px;
}

.em-max-width-select {
  width: 400px;
}

.em-max-width-select .form-group {
  height: 36px;
  margin: 0;
}

.em-max-width-select .form-group > div {
  padding-right: 0;
}

.em-item-jobs-view-inner {
  background: #f6f6f6;
}

.em-item-jobs-view {
  margin-bottom: 25px;
}

.em-item-jobs-name h2 {
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  margin: 25px 0 10px;
}

.em-item-jobs-name p {
  text-align: center;
  margin: 10px 0 25px;
}

.em-item-jobs-btn-main,
.em-item-jobs-btn-link {
  text-align: center;
  margin: 10px;
}

.em-item-jobs-btn-link {
  padding-bottom: 15px;
  margin-top: 15px;
}

.em-item-jobs-btn-link a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #333333;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.em-item-jobs-btn-link a:hover {
  color: #223e77;
}

/* detail produktu*/
.em-config-header-pgdetail-top {
  padding-bottom: 0;
  margin-bottom: 0;
}

.em-config-header-pgdetail > div > form {
  padding-top: 25px;
}

#data-shop-inner {
  padding: 0;
}

.em-product-item-box {
  border: 2px solid #223e76;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.em-product-item-box h2 {
  text-align: center;
  margin: 25px 10px 5px;
  font-size: 20px;
  color: #223e76;
  font-weight: 700;
  min-height: 66px;
}

.em-product-item-box p {
  color: #555;
  max-height: 82px;
  overflow: hidden;
}

.em-product-item-box .em-product-item-box-inner {
  margin: 0 -5px 15px;
  min-height: 130px;
}

.em-product-item-box .em-list-property {
  overflow: hidden;
}

.em-product-item-box .em-list-property .em-list-property-item {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.em-btn-product-item a {
  border-radius: 0;
}

/* formular na vytvoreni pracovni pozice */
.em-name-address {
  text-align: center;
  font-weight: 700;
}

.em-select-from-template {
  width: 50%;
  margin-bottom: 10px;
}

.em-select-from-images {
  margin-bottom: 10px;
}

.em-image-view-file-btn {
  margin-top: 5px;
}

.em-copy-box {
  padding: 25px 10px 10px;
  margin-bottom: 25px;
  background: #eee;
  border-radius: 3px;
}

.em-copy-box .btn-primary {
  padding: 5px 18px;
  text-transform: none;
}

.em-color-check {
  color: #39a45d;
  margin-top: 9px;
  text-align: center;
}

.em-color-check span {
  font-size: 16px;
}

/* detailni stranka */
.em-contact-left {
  background: #eee;
  padding: 22px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 15px;
}

.em-contact-left p {
  font-size: 20px;
  margin-bottom: 12px;
}

h2.em-header-detail-job {
  margin: 0 0 30px;
  text-align: center;
  font-size: 42px;
}

.em-detail-info-basic {
  margin: 0 -15px;
}

.em-detail-info-basic address {
  margin-bottom: 0;
}

.em-detail-info-basic label {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
}

.em-content-detail-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.em-detail-info-basic .form-group {
  overflow: hidden;
}

.em-text-send-email {
  font-size: 22px;
  margin: 30px 0 50px;
  text-align: center;
}

.em-label-top-7 {
  margin-top: 7px;
}

.em-form-btn-detail {
  margin-top: 35px;
  margin-bottom: 35px;
}

.em-print-btn {
  text-align: right;
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: -30px;
}

.em-print-btn a {
  text-decoration: none;
  color: #a6b0b9;
}

.em-text-send-email a,
.em-address-email-hover a,
.em-print-btn a:hover,
.em-print-btn a:focus {
  color: #223e77 !important;
}

.em-brand-logo {
  max-width: 530px;
  width: 100%;
  margin: 20px auto 5px;
  padding: 15px;
}

.all-print,
.all-print * {
  display: none;
}

.menu_620 a {
  border-left: 1px solid #000;
  font-size: 15px !important;
  padding: 2px 17px 2px !important;
  margin: 26px 8px;
  border-right: 1px solid #000;
}

.menu_624 a {
  font-size: 15px !important;
}

.badge {
  margin-top: -18px;
  margin-left: -10px;
  background-color: #223e76;
}

/* objednavky */
.em-order-detail {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 5px #e0e0e0;
  box-shadow: 0 0 5px #e0e0e0;
  border-radius: 2px;
  background: #f7f7f7;
  border: 1px solid #b3bdc66b;
}

.em-order-detail .em-order-header,
.em-order-detail .em-order-content,
.em-order-detail .em-order-footer {
  padding: 15px;
}

.em-order-detail .em-order-header {
  border-bottom: 1px solid #b3bdc6;
}

.em-order-detail .em-order-content {
  margin-top: 25px;
  margin-bottom: 50px;
}

.em-order-detail .em-order-footer {
  border-top: 1px solid #b3bdc6;
}

.em-control-content {
  margin-top: 7px;
}

address.em-address-format {
  margin-bottom: 10px;
}

.em-address-email span {
  font-style: italic;
  font-weight: 600;
  padding-right: 5px;
  min-width: 50px;
  display: inline-block;
}

.em-address-email a {
  color: #333;
}

.em-order-footer-item {
  text-align: center;
  margin-bottom: 5px;
}

.em-order-item-bold {
  font-weight: 700;
}

.em-order-item-right {
  text-align: right;
}

.em-order-item-center {
  text-align: center;
}

.em-order-item-lh {
  line-height: 22px;
}

.em-order-item-lh-lg {
  font-size: 18px;
  line-height: 30px;
}

.em-order-item-lh-inner {
  color: #777;
}

.em-line-order-items {
  border-bottom: 1px solid #b3bdc6;
  padding-top: 5px;
  margin-bottom: 5px;
}

.em-btn-table-not-view {
  opacity: 0.3;
}

.em-config-header {
  margin-bottom: 25px;
}

.em-configurator-btns-center {
  text-align: center;
  margin: 30px 0;
}

.em-conf-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #b3bdc6;
}

.em-conf-header .em-conf-header-name {
  margin: 0;
  line-height: 45px;
}

.em-conf-header .em-conf-header-btn {
  text-align: right;
  margin-bottom: 5px;
}

.em-list-img-size img {
  max-width: 70px;
  margin: 0 auto;
}

.em-table-list-config .table tr td {
  vertical-align: middle;
}

.em-modal-center-format {
  text-align: center;
}

.em-edit-step {
  padding: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  margin: -40px 0 10px;
}

.em-edit-step-header {
  text-align: center;
  border-bottom: 1px solid #b3bdc6;
  padding-bottom: 5px;
  margin-top: 0;
}

.em-edit-step-form {
  border-bottom: 1px solid #b3bdc6;
  padding: 0 10px 10px;
  margin-bottom: 5px;
}

.em-edit-step .em-configurator-btns-center {
  margin-bottom: 5px;
  margin-top: 15px;
}

.color-square {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  margin-bottom: -4px;
  border-radius: 100%;
}

.color-square-inner {
  background: #fff;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  border-radius: 100%;
  border: 1px solid #ccc;
}

.em-image-layout-config {
  max-width: 175px;
}

.inputLayoutData {
  background: #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
}

.inputLayoutData .em-configurator-btns-center .btn-link {
  float: right;
  margin-left: -60px;
  margin-top: 3px;
  color: #222;
  font-size: 13px;
}

#layoutInputText4 {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 10px 0;
}

.layoutInputText3 {
  overflow: hidden;
}

.em-layout-view-item {
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  padding: 3px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.em-layout-view-item.em-active {
  border-color: #28498d;
}

.em-layout-view-item img {
  max-width: 55px;
}

.em-layout-view-item p {
  margin: 3px 0 0;
  text-align: center;
  font-size: 11px;
}

.em-layout-checkbox-view {
  text-align: center;
}

#layoutInputText4list {
  margin-bottom: 10px;
}

#layoutInputText4Img {
  position: relative;
  height: 400px;
}

.em-layout-image-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.em-layout-btn-layer {
  overflow: hidden;
}

.em-layout-btn-layer .em-btn-layer-position {
  display: inline-block;
  width: 10%;
  color: #182952;
  text-decoration: none;
}

.em-layout-btn-layer .em-layout-btn-layer-inner {
  color: inherit;
  text-decoration: none;
  width: 80%;
  display: inline-block;
  line-height: 25px;
  text-align: center;
}

#layoutInputText4Img.only-one-layer .em-layout-image-layer {
  display: none;
}

#layoutInputText4Img.only-one-layer .em-layout-image-layer.active {
  display: block;
}

.progress {
  margin: 5px 0;
}

.em-item-data-list {
  text-align: center;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.em-item-data-list:hover .em-item-data-list-content {
  background: #c6c6c6;
}

.em-item-data-list-img {
  border: 2px solid #223e76;
  background: #fdfdfd;
  border-bottom: 0;
}

.em-item-data-list-img img,
.max-img-responsive {
  width: 100%;
}

.em-align-left {
  text-align: right;
}

.em-cnf-global-variable {
  padding: 10px;
  margin: 10px 0;
  background: #ccc;
}

.em-cnf-global-variable .form-group>label {
  margin-top: 7px;
}

.em-item-data-list-content {
  padding: 15px;
  border: 2px solid #223e76;
  border-top: 0;
}

.em-item-data-list-content h3 {
  margin: 0 0 8px;
  font-size: 27px;
  color: #223e76;
  min-height: 90px;
}

.em-item-data-list-content p {
  color: #666;
  margin-bottom: 0;
  min-height: 60px;
}

.em-top-line-list {
  border-top: 1px solid #aaaaaa;
  padding: 15px 0 0;
}

.em-product-dt-img,
.em-product-dt-desc {
  margin: 10px 0 25px;
}

.em-product-dt-img img {
  margin: 0 auto;
}

.em-product-dt-desc {
  text-align: center;
  color: #555;
}

.em-status-list-view {
  padding: 5px 25px;
  background: #6c778c;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 5px;
  display: inline-block;
}

#data-list {
  margin-bottom: 25px;
}

.em-conf-edit-image-item,
.em-conf-edit-image-item-loading {
  position: relative;
  height: 400px;
  margin-left: 30px;
}

.em-conf-edit-image-item .em-conf-edit-image-item-sec {
  position: absolute;
  left: 0;
  top: 0;
}

#em-conf-edit-view {
  background: #223e76;
  margin: 0 0 30px;
  min-height: 50px;
  padding: 8px;
  text-align: right;
}

.em-conf-edit-view-nobackground {
  background: transparent !important;
}

.em-conf-edit-view-item {
  padding: 0;
  border: 3px solid #f7f7f7;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}

.em-conf-edit-view-item.em-active {
  border: 3px solid #223e76;
  background: #223e766b;
}

.em-conf-edit-name-header {
  text-align: center;
  margin: 19px 0 0;
}

.em-conf-edit-name-header h3.em-name-model {
  text-align: right;
  margin: 15px 0;
  color: #888;
}

#em-automatic-code .em-code-link-none {
  color: #777;
  padding: 6px;
  font-size: 26px;
  float: left;
}

#em-automatic-code .em-code-link {
  color: #223e75;
  text-decoration: underline;
  padding: 6px;
  font-size: 26px;
  float: left;
}

#em-automatic-code .em-code-link.em-showed {
  color: rgba(131, 155, 181, 0.35);
}

#em-automatic-code .em-code-link:hover,
#em-automatic-code .em-code-link.active {
  color: #ffffff;
  background: #223e75;
}

.em-conf-edit-name-code {
  text-align: left;
  margin: 15px 0;
}

.em-conf-edit-name-code h2 {
  margin: 0;
  color: #223e75;
}

.em-conf-edit-content-change {
  padding: 15px;
  background: #f7f7f7;
  margin: 15px 0;
}

.em-conf-edit-btn-position {
  margin: 15px 0 25px;
}

.em-conf-edit-btn-change {
  text-align: right;
}

.em-conf-edit-price-count {
  line-height: 40px;
  font-size: 18px;
  color: #223e76;
}

.em-conf-edit-price-count-name {
  color: #222;
  font-weight: 600;
}

.em-panel-image-preview {
  margin-top: 40px;
}

.em-cnf-ed-cont-header {
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0 15px;
}

.em-cnf-ed-cont-header.h3 {
  margin: 0;
}

#em-conf-edit-image {
  position: relative;
  height: 400px;
}

.em-btn-table-btn-translate {
  min-width: 260px;
}

:focus-visible polyfill {
  outline: none;
}

.em-note-product {
  color: #666;
  font-size: 11px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.em-note-product h5 {
  font-weight: 600;
}

.em-translate-input {
  min-width: 550px;
}

.em-conf-edit-image-item-loading {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 40%;
  height: 100%;
  background: #ffffffa3;
  margin-left: 0;
}

.em-conf-edit-image-item-loading i {
  font-size: 58px;
  color: #444;
}

.em-cnf-ed-cont-mg-preview {
  height: 100px;
  text-align: center;
  padding: 30px;
  line-height: 37px;
  font-size: 40px;
  margin: 15px 0;
}

.em-cnf-ed-cont-mg-input > form,
.em-modal-list-btns,
.em-header-address-center {
  text-align: center;
}

.em-cnf-ed-cont-mg-input input {
  width: 300px !important;
}

.help-block-em-cnf {
  font-size: 12px;
}

.help-block-em-cnf > a {
  color: #182952;
}

.terms_and_condition {
  color: #182952 !important;
}

.em-terms-and-condition-padding {
  padding: 30px 0 15px;
}

.em-wd-note {
  margin: 10px 0 0;
}

.em-cnf-ed-cont-size-set-item {
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 24px;
  border: 1px solid #333;
  text-align: center;
  color: #333 !important;
  text-decoration: none !important;
  background: #fff;
  margin: 0 auto 6px;
  padding: 3px;
  border-radius: 1px;
  font-weight: 600;
}

.em-cnf-ed-cont-size-set-item.em-active {
  border: 1px solid #223e76;
  background: #223e76;
  color: #fff !important;
}

.em-info-help-tip {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #182952;
  cursor: help;
}

.em-label-cnf-name {
  display: block;
  text-align: center !important;
}

#dtinputText6urlNotif {
  font-size: 12px;
}

.emShowPreviewImgItemInner {
  position: absolute;
  height: 200px;
  width: 200px;
  margin-top: 5px;
  margin-left: -111px;
  z-index: 10;
  border: 2px solid #333;
  border-radius: 6px;
  padding: 5px;
  background: #fff;
}

.emShowPreviewImgItemInnerS {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  display: block;
  margin-bottom: -5px;
  margin-left: 15px;
  z-index: 10;
}

.em-item-data-list-btn a {
  padding: 35px 8px;
  font-size: 25px;
  margin-top: 120px;
  margin-bottom: 120px;
}

#em-basket-list,
.em-bottom-margin {
  margin-bottom: 40px;
}

/* kosik */
.em-basket-address-group {
  padding: 15px;
  background: #f7f7f7;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 3px;
}

.em-basket-address-header {
  text-align: center;
  font-size: 24px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.em-basket-delivery-type {
  margin-bottom: 15px;
}

.em-header-address-center-sec {
  margin: 0 0 30px;
}

.em-header-address-center-finish {
  margin: 100px 20px;
}

.img-no-href-border {
  display: block;
  text-decoration: none !important;
  border: none;
  color: #333 !important;
}

.em-breadcrums-page .breadcrumb {
  background: #fff;
}

.em-breadcrums-page .breadcrumb a {
  color: #223e77;
}

#data-registration .em-form-btn {
  text-align: center;
}

/* password checker */
div.pass-container {
  height: 20px;
  margin-bottom: -10px;
}

div.pass-bar {
  height: 4px;
  margin-top: 2px;
}
div.pass-hint {
  font-size: 10px;
}

#em-pwd-account div.pass-container,
#em-add-user-modal-add div.pass-container {
  width: 100% !important;
}

.em-form-btn-setting {
  text-align: center;
}

.em-form-btn-setting a {
  float: right;
  margin-top: 3px;
}

.em-center-header h1 {
  text-align: center;
  margin-bottom: 15px;
  text-transform: none;
  color: #999999;
  font-weight: 600;
  font-size: 24px;
}

.em-left-button {
  margin-bottom: -37px;
}

.em-left-button a {
  z-index: 100;
  position: relative;
}

.em-header-name-h5 {
  text-align: center;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 600;
}

.em-gray-block {
  background: #c6c6c6;
  padding: 10px;
}

#em-config-step-change td:hover {
  cursor: ns-resize;
}

.em-cnf-ed-cont-choose .panel-group .panel {
  position: relative;
}

.em-cnf-ed-cont-choose .em-left-panel-btns-sec {
  position: absolute;
  top: 19px;
  right: 40px;
}

.em-cnf-ed-cont-choose .em-left-panel-btns-sec a {
  color: #6e6e6e;
}

#em-automatic-code {
  overflow: hidden;
}

.em-refresh-order-code {
  float: right;
}

.em-margin-right-7 {
  margin-right: 7px;
}

#em-conf-edit-image-item-model {
  margin-left: 0;
}

.em-model-configurator {
  width: 100%;
  height: 400px;
}

.em-model-configurator-modal {
  width: 100%;
  height: 100%;
}

.em-group-data-view-list {
  padding: 8px;
  margin-top: 10px;
  border-top: 1px solid #999;
  background: #eee;
  border-radius: 0 0 4px 4px;
}

.em-center-group,
.emBtnFilter {
  text-align: center;
}

.em-delete-group-btn {
  text-align: right;
  margin-top: 10px;
}

.nav-pills > li > a {
  color: #223e76;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #223e76;
  color: #fff;
}

.emNameFilter {
  text-align: center;
  padding: 5px 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.em-margin-remote-btns .em-header-filter {
  margin-top: 12px;
}

.em-margin-remote-btns h1 {
  color: #999999;
  font-weight: 600;
}

.fancybox-content {
  max-width: 85%;
  max-height: 85%;
  margin: 0;
  width: 4000px;
  height: 3000px;
}

.fancybox-image {
  object-fit: contain;
}

.em-conf-edit-image-item-btns {
  margin-top: -34px;
  text-align: left;
}

.em-conf-edit-image-item-btns > a {
  color: #243e76;
}

.em-conf-edit-image-item-btns > a:hover {
  color: #000000;
}

.em-modal-list-btns-line .btn {
  margin-bottom: 5px;
}

.em-pg-right {
  text-align: right;
  margin-bottom: 20px;
}

.em-red-color {
  text-decoration: none;
  color: #ce1320;
}

.em-orange-color {
  text-decoration: none;
  color: #de9c3f;
}

.em-green-color {
  text-decoration: none;
  color: #3db763 !important;
}

.em-line-order-items-divider {
  border-top: 1px solid #b3bdc65e;
  margin: 6px 0;
}

.em-btn-to-basket {
  width: 150px;
}

.emSearchTblBox .form-group {
  margin-bottom: 0;
}

.emSearchTblBox .form-group .form-control {
  text-align: center;
}

.emHd1,
.emHd2,
.emHd3,
.emHd4,
.emHd5,
.emHd6,
.emHd7,
.emHd8,
.emHd9,
.emHd10,
.emHd11,
.emHd12,
.emHd13,
.emHd14,
.emHd15,
.emHd16,
.emHd17,
.emHd18,
.emHd19,
.emHd20,
.emHd21,
.emHd22,
.emHd23,
.emHd24,
.emHd25,
.emHd26,
.emHd27,
.emHd28,
.emHd29,
.emHd30 {
  display: none;
}

.em-table-search-found {
  padding: 40px 0;
}

#emTblSelectFilter {
  margin-bottom: 0;
}

.emFilterActive {
  display: none;
}

.emFilterActive a {
  margin: 5px 0;
}

.emSh1,
.emSh2,
.emSh3,
.emSh4,
.emSh5,
.emSh6,
.emSh7,
.emSh8,
.emSh9,
.emSh10,
.emSh11,
.emSh12,
.emSh13,
.emSh14,
.emSh15,
.emSh16,
.emSh17,
.emSh18,
.emSh19,
.emSh20,
.emSh21,
.emSh22,
.emSh23,
.emSh24,
.emSh25,
.emSh26,
.emSh27,
.emSh28,
.emSh29,
.emSh30 {
  display: block;
}

.rowCode {
  width: 125px;
  overflow: hidden;
  margin: 0 auto;
}

.emBtnSizeBasket {
  width: 125px;
}

.rowCode .rowCode-l {
  width: 90px;
  float: left;
}

.rowCode .rowCode-r {
  float: right;
}

.rowCode .rowCode-l .input-group > input {
  padding: 5px;
  font-size: 12px;
  height: 24px;
  text-align: center;
}

.em-filter-btn-data {
  color: #777;
}

.em-filter-btn-data:hover {
  color: #223e76;
}

.em-address-del-desc {
  color: #555;
}

.em-basket-delivery-type .radio label {
  width: 100%;
}

.em-address-del-name {
  font-weight: 600;
}

.em-price-item-del {
  float: right;
  font-weight: 600;
  color: #233e77;
}

.em-images-product-nolines {
  text-decoration: none !important;
}

.em-product-dt-button {
  max-width: 400px;
  margin: 10px auto 25px;
}

.em-menu-config-inner {
  background: #ccc;
  margin: 0 0 20px;
}

.em-menu-config-inner .em-row-5 {
  overflow: hidden;
}

.em-menu-config-inner .em-col-20 {
  width: 20%;
  float: left;
  text-align: center;
}

.em-menu-config-inner .em-link-none,
.em-menu-config-inner .em-link-none div {
  text-underline: none !important;
  text-decoration: none !important;
}

.em-menu-config-inner .em-menu-config-item {
  margin: 3px 1.5px;
  padding: 10px 8px;
  font-weight: 600;
}

.em-menu-config-inner .em-col-20:first-child .em-menu-config-item {
  margin: 3px 1.5px 3px 3px;
}

.em-menu-config-inner .em-col-20:last-child .em-menu-config-item {
  margin: 3px 3px 3px 1.5px;
}

.em-menu-config-inner .em-menu-config-item.active {
  background: #1a64aa;
  color: #fff;
}

.em-menu-config-inner .em-menu-config-item.finish {
  background: #2d2d2d;
  color: #fff;
}

.em-navigation-items {
  margin: 15px 0 30px;
}

.em-navigation-items .col-sm-6 a {
  margin: 5px 5px 5px 0;
}

.em-navigation-items .col-sm-6.em-align-right {
  text-align: right;
}

.em-navigation-items .col-sm-6.em-align-right a,
.em-navigation-items .col-sm-6.em-align-right button {
  margin: 5px 0 5px 5px;
}

.em-navigation-items .col-sm-12 a {
  margin: 5px 5px 5px 0;
}

.em-navigation-items .col-sm-12.em-align-right {
  text-align: right;
}

.em-navigation-items .col-sm-12.em-align-right a,
.em-navigation-items .col-sm-12.em-align-right button {
  margin: 5px 0 5px 5px;
}

.em-header-config {
  margin-bottom: 30px;
  margin-top: 40px;
}

.em-help-icon {
  font-size: 22px;
  height: 28px;
  margin-top: -5px;
  padding: 0;
  margin-left: 4px;
}

.slidecontainer {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 16px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background: #1a64aa;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background: #1a64aa;
  cursor: pointer;
}

.btn-group-small {
  margin-top: 5px;
}

.em-btn-system,
.em-btn-group-injection {
  text-transform: none;
}

.em-p-h {
  font-size: 23px;
}

.em-h-t-n {
  font-size: 17px;
}

.em-s-h {
  font-size: 16px;
  padding-top: 5px;
  border-top: 1px solid;
  margin-top: 5px;
  opacity: 0.9;
}

.em-h-t-r {
  font-size: 12px;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid;
  opacity: 0.9;
}

.em-note-injection {
  margin: 15px 15px 15px 0;
  background: #b5b5b5;
  padding: 10px;
  border-radius: 4px;
  max-width: 530px;
}

.em-desc-block {
  margin: 15px 15px 15px 0;
  background: #b5b5b5;
  padding: 10px;
  border-radius: 4px;
  max-width: 530px;
}

.em-note-injection img {
  border-radius: 3px;
  padding: 10px;
  background: #fff;
}

.em-note-injection .alert {
  margin: 15px 0 0;
}

.em-btn-diameter-gate {
  margin-bottom: 4px;
}

.em-system-size-btn button {
  padding: 0;
  margin: 0 5px 5px 0;
}

.em-system-size-btn button .em-btn-img {
  max-width: 220px;
  margin: 0 auto;
}

.em-system-size-btn button .em-btn-img img {
  border-radius: 3px 3px 0 0;
}

.em-system-size-btn button h3 {
  font-size: 16px;
  margin-top: 10px;
}

.em-generate-text {
  margin: 20px 20px 0;
  font-size: 15px;
  color: #999;
}

.em-recommended-header {
  margin-top: 15px;
  text-align: center;
}

.em-recommended-header .em-line-top {
  height: 1px;
  background: #b3bdc6;
}

.em-recommended-header h3 {
  font-size: 13px;
  background: #fff;
  position: relative;
  margin: -7px auto 7px;
  width: 300px;
  color: #6f6f6f;
  text-transform: uppercase;
}

.em-recommended-content {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3bdc6;
}

#carousel-recommended,
#carousel-historyList {
  padding-bottom: 15px;
  padding-top: 15px;
}

#carousel-recommended .carousel-indicators,
#carousel-historyList .carousel-indicators {
  margin-bottom: -21px;
}

#carousel-recommended .carousel-indicators li,
#carousel-historyList .carousel-indicators li {
  border: 1px solid #b3bdc6;
}

#carousel-recommended .carousel-indicators li.active,
#carousel-historyList .carousel-indicators li.active {
  background-color: #b3bdc6;
}

.em-product-label {
  margin: 25px auto -10px;
  text-align: center;
}

.em-btn-nozzle-length,
.em-btn-nozzle-rxx,
.em-btn-nozzle-hxx,
.em-btn-nozzle-xx {
  margin-bottom: 4px;
}

#emNozzleXX .emNoteDesc {
  margin-top: 10px;
}

.emNoteDilatation {
  background: #1d1d1d;
  padding: 5px;
  margin-top: 7px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.em-header-center-summary {
  text-align: center;
  font-size: 20px;
  margin: 5px 0;
  border-bottom: 1px solid #888;
  padding-bottom: 5px;
  color: #555;
}

.em-control-label {
  text-align: right;
}

.em-btn-send-me,
.em-btn-send-me-active {
  margin: 15px 0 0;
}

.em-order-item-lh-sec {
  font-size: 11px;
  line-height: 14px;
}

.em-variable-item-group .em-variable-item,
.em-variable-item-group-sec .em-variable-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background: #ccc;
}

#emTblSelectFilter.table-hover > tbody > tr:hover {
  background-color: #dedede;
}

.em-pencil-edit-item {
  color: #ccc;
}

#emTblSelectFilter.table-hover > tbody > tr:hover .em-pencil-edit-item {
  color: #666;
}

.em-pencil-edit-item:hover {
  color: #223e76 !important;
}

.em-middle-pencil-edit {
  display: block;
  padding: 6px 0;
}

.em-variable-item .form-group {
  margin: 5px 0;
}

.em-variable-item .form-group label {
  width: 50%;
  float: left;
  padding: 6px;
  text-align: right;
}

.em-variable-item .form-group input {
  width: 50%;
  float: left;
}

.em-newconfig-href {
  color: #ccc;
  padding: 0 5px;
  font-size: 12px;
}

.em-newconfig-href:hover {
  color: #223e76;
}

.em-btn-list-xs {
  font-size: 9px !important;
  margin-left: 4px !important;
}

.em-width-20 {
  width: 20%;
}

.emTipNoteShow {
  margin-top: 10px;
  font-size: 12px;
}

.emTipNoteShow .list-group {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 0;
  background: #ccc;
}

.emTipNoteShow .list-group-item {
  padding: 0 12px;
  width: 50%;
  float: left;
  border-radius: 0;
  background-color: #ccc;
  border: 1px solid #ccc;
}

.emTipNoteShow .list-group-item span {
  font-weight: 700;
}

.em-edit-model-price {
  color: #223e76;
}

.em-modal-list-filter-add {
  padding: 10px;
  background: #ccc;
  border-radius: 3px;
  margin-top: 15px;
}

.em-filter-header {
  text-align: center;
  margin: 10px 0 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.em-filter-header h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.em-filter-footer {
  text-align: center;
  margin-top: 15px;
}

.em-sub-header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}

.em-sub-header h2 {
  margin: 0;
}

.em-list-filter-data-l {
  padding-top: 10px;
}

.em-list-filter-data-r {
  border-left: 1px solid #aaa;
  padding-left: 10px;
  padding-top: 10px;
  min-height: 700px;
}

.em-list-filter-data-l .control-label {
  text-align: left;
  margin-bottom: 4px;
}

.em-list-filter-data-l .form-group > div .checkbox {
  float: left;
  margin-right: 10px;
}

.table-al-left {
  text-align: left !important;
}

.mt-20 {
  margin-top: 20px;
}

.em-terms-margin-0 {
  margin-top: -15px;
}

.em-btn-pwd-show {
  height: 34px;
  border-radius: 0 4px 4px 0 !important;
  padding: 7px 11px !important;
}

.em-btn-back-top-right {
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.em-control-right-input {
  width: 90px;
  float: right;
}

.em-group-border {
  border-radius: 4px;
  border: 1px dotted #666;
  padding: 8px;
}

.em-checkbox-group {
  border: 1px dotted #666;
  overflow: hidden;
  padding: 4px;
  border-radius: 3px;
  background: #bbb;
  margin-bottom: 5px !important;
}

.em-checkbox-group .form-control {
  width: 90px;
  float: right;
}

.em-filter-bg {
  padding: 10px;
  margin-bottom: 10px;
  background: #ccc;
}

.em-filter-bg .em-filter-header {
  font-size: 16px;
  font-weight: 700;
}

.em-cnf-ed-cont-choose-filter {
  padding: 8px;
  background: #eee;
  margin-bottom: 10px;
}

.em-cnf-ed-cont-choose-filter-header {
  margin: 0 0 10px;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-weight: 700;
}

.em-cnf-ed-cont-choose-filter > .row > .form-group > .control-label {
  text-align: right;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.em-dotted-filter {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.mb-10:last-child .em-dotted-filter {
  border-bottom: none;
  padding-bottom: 0;
}

.em-dotted-filter .control-label {
  text-align: right;
}

.em-order-checkbox-product {
  float: left;
  margin-top: 20px;
  width: 23px;
}

.em-basket-check-group-all {
  margin-bottom: 0;
  margin-right: 5px;
}

.em-box-products-gray {
  border: 1px solid #ccc;
  background: #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.em-btn-ctg.em-btn-small {
  padding: 40px 5px;
  margin-bottom: 15px;
}

.em-btn-ctg.em-btn-large {
  padding: 60px 5px;
  margin-bottom: 15px;
}

.em-line-small-list {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

.em-item-data-list-category .em-item-data-list-content {
  padding: 20px 15px;
}

.emLineCategoryHref,
.emLineCategoryHref:hover,
.emLineCategoryHref:focus,
.em-ares-btn {
  color: #233e77;
}

#emCompanyUserList {
  padding: 6px 0;
}

#emCompanyUserList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#emCompanyUserList ul li {
  margin-bottom: 5px;
}

.em-ul-nav-margin {
  margin: 5px 0 5px 10px;
}

.rowSales {
  margin-top: 10px;
  margin-right: 15px;
}

.rowSales .form-group {
  margin-bottom: 0;
}

.em-blue-3d-model {
  color: #233e77;
}

.em-blue-3d-model:hover {
  color: #223e76;
  text-decoration: none;
}

.grecaptcha-badge {
  display: none !important;
}

.em-order-title {
  background: #233e77;
  padding: 5px;
}

.em-order-title h2 {
  margin: 10px auto;
  text-align: center;
  color: #fff;
}

.em-link-order-by {
  color: #333333;
}

.em-link-order-by:hover {
  color: #233e77;
  text-decoration: none !important;
}

.em-select-price-filter {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #233e77;
  border-radius: 4px;
  background: #233e77;
  color: #fff;
  margin: 4px 0;
  cursor: pointer;
}

.em-align-l-5 {
  text-align: left !important;
  margin-bottom: 5px !important;
}

.emFilterIconImg {
  width: 22px;
  float: left;
  margin-right: 7px;
  border-radius: 20px;
  border: 1px solid #192851;
  padding: 1px;
  background: #fff;
}

/* mobilni verze */
@media (max-width: 1299px) {
  .em-primary-navbar .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .top_nav .navbar-right {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
  .em-primary-navbar .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1320px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1420px) {
  .container {
    width: 1400px;
  }
}

@media only screen and (max-width: 1199px) {
  .em-primary-navbar .navbar-brand > img {
    max-height: 50px;
    margin: 5px 0;
  }
  .em-primary-navbar .navbar-default .navbar-brand {
    height: 60px;
  }
  .em-primary-navbar .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 18px 7px 17px;
  }
  .em-navbar-search {
    margin-top: 13px;
    margin-left: 115px;
  }

  .em-primary-navbar .navbar-default .navbar-nav > .active > a,
  .em-primary-navbar .navbar-default .navbar-nav > .open > a {
    padding: 17px 7px 16px;
  }
}

@media only screen and (max-width: 991px) {
  .em-footer-item {
    height: 185px;
  }

  .em-primary-navbar .navbar-header {
    float: none;
    text-align: center;
  }

  .em-primary-navbar .navbar-default .navbar-brand {
    height: auto;
    float: none;
    display: inline-block;
    padding: 15px;
  }

  .em-primary-navbar .navbar-brand > img {
    max-height: 95px;
  }

  #navbar-primary {
    text-align: center;
  }
  .em-navbar-search {
    margin-left: 0;
  }
  .em-footer-bottom .copyright_text {
    text-align: center;
    float: none;
  }
  .nav-header-container-sec ul > li > a {
    padding: 7px 0 !important;
    font-size: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .em-primary-navbar .navbar-header .navbar-toggle {
    margin-top: 44px;
    margin-right: 40px;
  }
  .em-primary-navbar .navbar-default .navbar-brand {
    margin-right: -40px;
  }
  #navbar-primary {
    background-color: rgba(156, 156, 156, 0.93);
  }
  .em-primary-navbar .nav > li {
    border-top: none;
  }
  .em-primary-navbar .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .em-primary-navbar .navbar-default .navbar-nav > li:hover > a {
    color: #223e77;
  }
  .em-primary-navbar .navbar-nav > li > .dropdown-menu {
    display: block;
    position: relative;
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 3px 10px !important;
    left: auto;
    right: auto;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .scrollup {
    right: 30px;
  }
  .em-item-data-list-btn a {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .top_nav,
  #subhead,
  .em-navbar-search {
    display: none;
  }

  .em-name-header-admin {
    text-align: center;
  }

  .em-list-filter-data-r {
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
    min-height: auto;
  }
}

@media only screen and (max-width: 679px) {
  .top_nav .span6:first-child {
    display: none;
  }
}

@media only screen and (max-width: 539px) {
  .em-item-data-list-btn a {
    padding: 20px 5px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 490px) {
  .em-primary-navbar .navbar-header .navbar-toggle {
    margin-top: 32px;
    margin-right: 30px;
  }
  .em-primary-navbar .navbar-default .navbar-brand {
    margin-right: 0;
  }
  .em-primary-navbar .navbar-brand > img {
    max-height: 56px;
  }
  .em-sec-navbar .navbar-default {
    top: 112px;
  }
}

@media only screen and (max-width: 420px) {
  .btn-primary,
  .btn-info,
  .btn-choose,
  .btn-success,
  .btn-danger,
  .btn-info-light,
  .btn-white,
  .btn-primary-sec,
  .btn-gray,
  .btn-warning {
    padding: 5px 10px;
    font-size: 13px;
  }
  .em-item-jobs-name {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 360px) {
  .em-primary-navbar .navbar-header .navbar-toggle {
    margin-top: 22px;
    margin-right: 24px;
  }
  .em-primary-navbar .navbar-brand > img {
    max-height: 50px;
  }
  .btn-primary {
    font-size: 11px;
  }

  .em-primary-navbar .navbar-default .navbar-brand {
    width: auto;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .all-print,
  .all-print * {
    display: block !important;
  }
  a {
    color: #223e77 !important;
  }
  h2.em-header-detail-job {
    margin-bottom: 40px !important;
  }
  a[href]:after {
    content: none !important;
  }
  body {
    padding-top: 10px !important;
  }
  .em-order-detail {
    margin-bottom: 0 !important;
    border: 0 !important;
    .em-order-content{
      margin: 0 !important;
    }
    .em-order-footer{
      border: 0 !important;
      padding:0 !important;
    }
  }
  #content > .container {
    width: 100% !important;
  }

  .form-group {
    margin-bottom: 0;
    border: 1px solid #b3bdc6;
  }

  .em-control-content{
    margin-top: 0;
  }
  address,.em-address-email {
    line-height:1.1;
  }
  .em-order-header{
    font-size: small;
  }
}

.em-not-hidden {
  display: table-cell !important;
}

.em-tamplate-admin {
  padding: 8px;
  background: #333;
  margin-bottom: 8px;
  border-radius: 3px;
}

.em-search-box-top {
  background: #ccc;
  padding: 10px;
}

.em-search-box-top form {
  text-align: right;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.em-search-box-top-2 {
  margin-bottom: 15px;
}

.em-search-box-top-2 form {
  border-bottom: none;
  padding-bottom: 0;
}

#searchQueryName {
  min-width: 240px;
  text-align: center;
}

#emSearchBtnClick,
#emSearchBtnClickClear {
  padding: 5px 15px;
  margin-left: 5px;
}

.pac-container {
  z-index: 1000500000 !important;
}

.btn-info[disabled] {
  background-color: #65696b !important;
}

.em-tag-project {
  text-decoration: none !important;
  padding: 3px 5px;
  background: #223e77;
  color: #fff !important;
  border-radius: 4px;
  margin: 0 3px 2px;
  display: inline-block;
  font-size: 12px;
}

.em-tag-project:hover {
  background: #101d3a;
}

#data-orders {
  margin-top: -60px;
}

.em-btn-group-delete {
  margin: 5px;
}

.em-btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Dropdown Button */
.dropbtn {
  cursor: pointer;
}

/* The search field */
#search-input {
  box-sizing: border-box;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-select {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 5;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 230px;
  border: 1px solid #ccc;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content span {
  color: #555;
  padding: 10px;
  text-decoration: none;
  display: block;
}

span.selected {
  color: #223e77;
}

/* Change color of dropdown links on hover */
.dropdown-content span:hover {
  background-color: #e7e7e7;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.row-margin {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.button-margin {
  margin-right: 5px;
  margin-bottom: 5px;
}

#em-s1-svg,
#em-s1-svg-rotation,
#em-s2-svg-strength,
#em-s2-svg-diameter,
#em-s2-svg-length,
#em-summary-svg-axis,
#em-summary-svg-rotate,
#em-summary-svg-strength,
#em-summary-svg-diameter,
#em-summary-svg-length {
  height: 400px;
}

#em-s2-svg {
  height: 200px;
  svg {
    margin: auto;
    display: block;
  }
}

#em-s1-board-type-div-help {
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.em-help-img {
  width: 50%;
  margin: 0 auto;
}

#em-s1-board-type-div-help h3 {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
  color: #444;
}

.text-center {
  text-align: center;
}

#em-s1-size-warning {
  display: none;
}

.em-active {
  display: block !important;
}

.order-map-position {
  margin-top: -472px;
  height: 472px;
  padding: 29px 130px 6px 72px;
}

.order-map-image img {
  margin: 0 auto;
  height: 472px;
  display: block;
}

.em-contetn-config {
  .btn-primary {
    background-color: #ccc !important;
    color: #182952 !important;
  }
  .btn-primary.active,
  .btn-primary:active {
    background-color: #223e77 !important;
    color: white !important;
  }
  .bg-yellow {
    background-color: gold !important;
  }
  .bg-blue {
    background-color: lightskyblue !important;
  }
  .bg-green {
    background-color: limegreen !important;
  }

  .bg-light-yellow {
    background-color: lightyellow !important;
  }
  .bg-light-blue {
    background-color: lightcyan !important;
  }
  .bg-light-green {
    background-color: palegreen !important;
  }

}

.order-cable-exit {
  width: 681px;
  height: 472px;
  margin: auto;
  position: relative;
}

.order-cable-exit-point {
  width: 5px;
  height: 5px;
  background: black;
  position: absolute;
}

.em-c-row {
  -moz-column-width: 22em;
  -webkit-column-width: 22em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  margin-right: 0;
  margin-left: 0;
}

.em-c-row .line-c-3-4-6 {
  display: inline-block;
  padding: 0.25rem;
  width: 100%;
}

.em-c-row .line-c-4-6-6-12 {
  display: inline-block;
  padding: 0.25rem;
  width: 100%;
}

.em-c-row .line-c-4-4-6 {
  display: inline-block;
  padding: 0.25rem;
  width: 100%;
}

.em-model-counter-create {
  margin-top: 8px;
  margin-bottom: -10px;
}

.my {
  height: auto;
}

.wizard-box {
  padding: 10px;
  margin-bottom: 15px;
  background: #ccc;
}

.wizard-box > h2 {
  margin-top: 5px;
  margin-bottom: 8px;
}

.em-share-btn {
  max-width: 55px;
}

.em-conf-edit-back-product-btn {
  margin-bottom: 10px;
}

#emBtnCnfModelGROUPdocs,
#emBtnCnfModelGROUP {
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .em-conf-edit-image-item .em-conf-edit-image-item-sec {
    left: 50%;
    margin-left: -200px;
  }

  .em-conf-edit-image-item .em-conf-edit-image-item-sec img {
    height: 400px;
  }
  #emLArea {
    position: relative !important;
  }
}

#data-embed-close {
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 0;
  padding: 5px;
  background: rgb(151 151 151 / 80%);
  border-radius: 0 0 0 4px;
}

#emTableAffixHead.affix {
  background: #ccc;
  margin-right: 30px;
  z-index: 1000;
  top: 0;
}

.offsetTable {
  top: 58px;
  position: relative;
}

.offsetTableMain {
  margin-bottom: 58px !important;
}

.selectedItemTable {
    background: #bab9d3;
}

.em-conf-edit-name-code-p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

#em-recommended-add-modal-add {
  z-index: 999999999;
}


.nozzle-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.nozzle-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.group-title{
  background: #223e77;
  color: #fff;
  padding: 5px 10px
}

.em-or-line {
  text-align: center;
  height: 20px;
  padding: 10px 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.em-or-line-inner {
  border-top: 1px solid #b3bdc65e;
  margin-bottom: -12px;
}

.em-or-text {
  font-size: 11px;
  padding: 0 15px;
  display: inline-block;
  color: #999999;
  line-height: 18px;
  background: #fff;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.em-tag-label{
  width: -webkit-fill-available;
  height: 21px;
  position: absolute;
  border-radius: 0;

  text {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: -webkit-fill-available;
    font-size: small;
  }
}

.p-0 {
  padding: 0;
}
