/* Minification failed. Returning unminified contents.
(626,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(627,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(628,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(629,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(630,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*------ Line Clamp ------*/
.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.line-clamp:after {
  content: ' ';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  max-height: calc(1em * 1.3);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 75%);
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
  max-height: calc(1em * 1.3 * 1);
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  max-height: calc(1em * 1.3 * 2);
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  max-height: calc(1em * 1.3 * 3);
}
/* FONTS */
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background: #FFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
/* OVERRIDE COMPONENTS */
.container {
  max-width: 100%;
}
.container-body {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 23rem;
  margin-right: 10rem;
}
.container-body > .alert {
  margin-top: 15px;
}
.well {
  background: #FFF;
  border-radius: unset;
  -webkit-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
}
.tab-content .well {
  -webkit-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
}
.form-section {
  -webkit-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1);
}
/* END */
#new-wrapper #sidebar-new-wrapper::-webkit-scrollbar {
  width: 0;
}
#new-wrapper.toggled #sidebar-new-wrapper::-webkit-scrollbar {
  width: 10px;
}
/* Track */
#new-wrapper #sidebar-new-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
#new-wrapper #sidebar-new-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
#new-wrapper #sidebar-new-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.new-body-wrapper {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
}
.wrapper-for-footer {
  min-height: calc(100vh - 110px);
}
#head {
  background: #FFF;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 1001;
}
#new-wrapper {
  padding-left: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#new-wrapper.toggled {
  padding-left: 300px;
}
#sidebar-new-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  min-height: calc(100vh - 80px);
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #303240;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#new-wrapper.toggled #sidebar-new-wrapper {
  width: 300px;
}
#page-content-new-wrapper {
  width: 100%;
  padding: 0 0 20px 0;
  /*position: absolute;*/
  /*padding: 15px 0 0 0;*/
}
#new-wrapper.toggled #page-content-new-wrapper {
  width: 100%;
  position: absolute;
  margin-right: -300px;
}
.menu-button {
  background: #001728;
}
@media (min-width: 768px) {
  #new-wrapper {
    padding-left: 50px;
  }
  #new-wrapper.toggled {
    padding-left: 300px;
  }
  #sidebar-new-wrapper {
    width: 50px;
  }
  #new-wrapper.toggled #sidebar-new-wrapper {
    width: 300px;
  }
  #page-content-new-wrapper {
    /*padding: 20px 0 0 0;*/
    position: relative;
  }
  #new-wrapper.toggled #page-content-new-wrapper {
    position: relative;
    margin-right: 0;
  }
  .container-body {
    margin-left: 4rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .container-body {
    margin-left: 0rem !important;
    margin-right: 0rem;
  }
  /* offset pre menu button */
  .menu-fixed-button + #new-wrapper .container-body {
    margin-top: 2rem;
  }
}
@media (max-height: 677px) {
  #head {
    position: absolute;
  }
}
/* TODO, HACK: HORNE MENU SA NEDA SKROLOVAT NADOL!!! TREBA DORIESIT!!! */
/*
	@media(max-height:727px) {
	head {
		position: absolute;
	}

    #head {
        position: absolute;
    }

    #sidebar-new-wrapper {
        position: absolute;
    }

    .menu-fixed-button {
        position: absolute !important;
        top: 0 !important;
    }*/
/* skorolovacia navigacia za zakazke a OF */
/*.nav-heading:target:before {
        display: none !important;
    }*/
.navbar-header {
  background: url(/EKSLayout/Images/EKS_Logo2.png) no-repeat;
  background-size: contain;
  background-position-y: 3px;
  width: 330px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.navbar-nav,
.navbar-collapse {
  margin: 0 !important;
  padding: 0 !important;
}
.navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.navbar-sub.pull-right {
  margin-right: 30px;
}
@media (max-width: 1255px) {
  .nav > li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav > li .eks-icon {
    margin: 0px;
  }
  .navbar-header {
    width: 19rem;
  }
  #change-layout-button {
    display: none;
  }
  #change-layout-button-min {
    display: inline !important;
  }
}
@media (max-width: 1020px) {
  #change-layout-button,
  #change-layout-button-min {
    padding-left: 5px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .navbar-header {
    float: none;
    width: 100% !important;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-sub {
    float: none !important;
  }
  .navbar-sub.pull-right {
    margin-right: 0;
  }
}
@media (max-width: 1500px) {
  .navbar-sub.pull-right {
    margin-right: 0px;
  }
}
#layout--header-new {
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  /*.nav > li > a {
        text-transform: uppercase !important;
    }*/
}
#layout--header-new .nav a {
  /*color: #757575;*/
  color: #000;
}
#layout--header-new .nav a:hover {
  background: #f7f7f7 !important;
}
#layout--header-new .nav a:focus {
  background: #f7f7f7 !important;
}
#layout--header-new .navbar-toggle .icon-bar {
  background: #000;
}
#layout--header-new .nav > li > ul {
  margin-top: 1px !important;
  border-radius: 0px !important;
  border: 0px !important;
}
#layout--header-new .nav > li > ul > li a {
  padding-right: 100px;
}
#layout--header-new .nav > li > ul > li a:hover {
  background: #0088bb !important;
  color: #FFF;
}
#layout--header-new .navbar-toggle {
  background-color: white;
  border: 1px solid lightgray;
}
#layout--header-new .navbar-toggle .icon-bar {
  background-color: #333;
}
#layout--header-new .eks-login-navbar {
  background: none !important;
}
#layout--header-new .navbar-collapse {
  max-height: none;
}
#layout--header-new .navbar-sub {
  width: auto;
  background-color: white;
}
#layout--header-new #change-layout-button {
  margin-top: 26px;
}
#layout--header-new #change-layout-button-min {
  display: none;
  margin-top: 15px;
}
/* fix pre vysku headera na malej obrazovke */
@media screen and (max-width: 500px) {
  #layout--header-new .navbar-header {
    height: 80px;
  }
}
/* Pri malej výške okna sa horné menu odscrolluje a ostane biely priestor nad ľavým menu EKS-12629 */
.layout-menu-div-fix-closed {
  background: #303240;
  position: fixed;
  width: 50px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.layout-menu-div-fix-open {
  width: 300px;
}
@-moz-document url-prefix() {
  .layout-menu-div-fix-open {
    width: 320px !important;
  }
}
@media (min-width: 768px) {
  .menu-fixed-button {
    display: none;
  }
}
.menu-fixed-button {
  position: absolute;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1000;
}
.menu-fixed-button .menu-hamburger {
  width: 100%;
  font-size: 20px;
  color: #FFF;
  padding: 14px;
}
@-moz-document url-prefix() {
  #new-wrapper.toggled #sidebar-new-wrapper {
    width: 320px !important;
  }
  @media (min-width: 768px) {
    #new-wrapper.toggled {
      padding-left: 320px !important;
    }
  }
  #sidebar {
    width: 320px !important;
  }
  #sidebar ul li a::before {
    right: 25px !important;
  }
  #sidebar .__badge-indicator-parent {
    right: 25px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #new-wrapper.toggled #sidebar-new-wrapper {
    width: 320px !important;
  }
  #sidebar {
    width: 320px !important;
  }
  #sidebar ul li a::before {
    right: 25px !important;
  }
  #sidebar .__badge-indicator-parent {
    right: 25px !important;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  #new-wrapper.toggled {
    padding-left: 320px !important;
  }
}
#sidebar {
  position: absolute;
  top: 0;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .menu-hamburger {
  width: 100%;
  font-size: 20px;
  color: #FFF;
  padding: 14px;
}
#sidebar .new-subjekt.objednavatel-color {
  background: #bf0000 !important;
}
#sidebar .new-subjekt.dodavatel-color {
  background: #b05600 !important;
}
#sidebar .new-subjekt {
  color: #FFF;
  background: #0088bb;
}
#sidebar .new-subjekt ul li a {
  color: #fff;
}
#sidebar .new-subjekt ul li a[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding-left: 10px !important;
}
#sidebar .new-subjekt ul li a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
#sidebar .new-subjekt ul li.active > a,
#sidebar .new-subjekt a[aria-expanded="true"] {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.2);
}
#sidebar .new-subjekt ul ul a {
  background: rgba(0, 0, 0, 0.2);
}
#sidebar .new-subjekt li a:focus {
  background: rgba(0, 0, 0, 0.2);
}
#sidebar ul.components {
  margin-bottom: 0;
}
#sidebar ul.components .active {
  color: #FFF;
}
#sidebar ul li ul li a {
  text-transform: unset;
}
#sidebar ul li a {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
#sidebar ul li a i {
  font-size: 20px;
  margin: 0 16px 0 4px;
}
#sidebar ul li ul li a i {
  font-size: 15px;
  margin: 0 5px 0 0;
}
#sidebar li a:focus {
  background: #001728;
}
#sidebar ul li a:hover {
  background: #4e505d;
  color: #FFF;
}
#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
  color: #fff !important;
  background: #131d25;
  border-left-color: #00455f;
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 5px !important;
  /* active má 5px border, preto padding o 5px menší */
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}
#sidebar a[aria-expanded="false"]::before,
#sidebar a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 15px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
  top: 40%;
}
#sidebar a[aria-expanded="true"]::before {
  content: '\e260';
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul ul a {
  font-size: 14px;
  /*padding-left: 30px !important;*/
  background: #262833;
}
#sidebar ul ul ul a {
  font-size: 14px;
  padding-left: 30px !important;
  background: #262833;
}
#sidebar ul.components ul ul > li > a.active {
  padding-left: 25px !important;
  /* active má 5px border, preto padding o 5px menší */
}
#sidebar ul > li > ul > li ul > li > a {
  background: #131e25 !important;
}
#sidebar ul > li > ul > li ul > li > a:hover {
  background: #4e505d !important;
  color: #FFF;
}
#sidebar .divider {
  height: 1px;
  background: #4d5058;
}
#sidebar .nav li a.active {
  background: #131d25;
  border-left-color: #00455f;
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 5px !important;
}
@supports (-ms-ime-align: auto) {
  #new-wrapper.toggled #sidebar-new-wrapper {
    width: 320px !important;
  }
  @media (min-width: 768px) {
    #new-wrapper.toggled {
      padding-left: 320px !important;
    }
  }
  #sidebar {
    width: 320px !important;
  }
  #sidebar ul li a::before {
    right: 25px !important;
  }
  #sidebar .__badge-indicator-parent {
    right: 25px !important;
  }
}
#footer {
  position: static;
  margin: 0px;
  margin-top: 20px;
}
/* KLARO! */
.klaro {
  --dark1: white;
  --light1: black;
  --green1: #0266b3;
  --green2: #66afe9;
  --green3: #d2d2d2;
  position: fixed;
  z-index: 9999;
}
/* DATATABLES */
.dataTables_wrapper .table-bordered {
  border: none;
}
.dataTables_wrapper .table-striped > thead > tr > td,
.dataTables_wrapper .table-striped > thead > tr > th,
.dataTables_wrapper .table-striped > tbody > tr > td,
.dataTables_wrapper .table-striped > tbody > tr > th,
.dataTables_wrapper .table-bordered > thead > tr > td,
.dataTables_wrapper .table-bordered > thead > tr > th,
.dataTables_wrapper .table-bordered > tbody > tr > td,
.dataTables_wrapper .table-bordered > tbody > tr > th {
  border: none;
  border-top: 1px solid #e6e6e6;
}
.dataTables_wrapper table.table-bordered.dataTable tbody th,
.dataTables_wrapper table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
  border-top-width: 1px;
}
.dataTables_wrapper .table > thead {
  background-color: #e6e6e6;
}
.dataTables_wrapper .table-striped > tbody > tr:nth-child(even) > td,
.dataTables_wrapper .table-striped > tbody > tr:nth-child(even) > th {
  background-color: white;
}
.dataTables_wrapper .table-striped > tbody > tr:nth-child(odd) > td,
.dataTables_wrapper .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
}
.dataTables_wrapper > table,
.dataTables_wrapper .table-bordered,
.dataTables_wrapper .table-striped {
  border-bottom: 1px solid #e6e6e6 !important;
}
.dataTables_wrapper table + div.row {
  margin-top: 15px;
}
/* MULTIAUKCIA */
.multiaukcia_sideview {
  margin-bottom: 20px;
}
/* VYBER AKTIVNEHO SUBJEKTU */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08c !important;
  color: #fff !important;
}
/* PREHLAD ZAHRANICNYCH OBCHODOV (a stary prehlad zakaziek) */
#colapsing-panel {
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
}
#collapseSearch .well {
  border: none;
}
/* skorolovacia navigacia na zakazke a OF */
.nav-heading:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* oznacovanie inputov pri vyskyte chyby validacie */
label.eks-required::after {
  content: '*';
  color: red;
  position: absolute;
  margin-left: 5px;
}
input.input-validation-error,
input.error {
  border: 1px solid #b94a48 !important;
}
label.error {
  color: #b94a48;
}
/* Alert */
.alert-primary {
  color: #01549c;
  background-color: #f0f9ff;
  border-color: #b8daff;
  padding: 8px 15px;
}
#footer {
  margin: 0;
}
.alert + #eks-new-homepage {
  margin-top: -20px;
}
#eks-new-homepage {
  /* HELPERS */
  /* CONTENT */
}
#eks-new-homepage .carousel-indicators {
  width: auto;
  margin-left: auto;
}
#eks-new-homepage a:focus,
#eks-new-homepage a:active,
#eks-new-homepage a:hover {
  text-decoration: none !important;
}
#eks-new-homepage .text-nowrap {
  white-space: nowrap;
}
#eks-new-homepage h1 {
  margin: 40px 0;
  color: #474747;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#eks-new-homepage .text-left {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  #eks-new-homepage h3.text-left {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1199px) {
  #eks-new-homepage p.text-left {
    text-align: center !important;
  }
}
#eks-new-homepage h3 {
  color: #FFF;
  text-align: center;
  font-size: 1.8em;
}
#eks-new-homepage h3 i {
  font-size: 2em;
  vertical-align: middle;
}
#eks-new-homepage h4 {
  color: #fff !important;
}
#eks-new-homepage p {
  font-size: 1.65rem;
}
#eks-new-homepage p i {
  font-size: 22px;
  color: #000;
  vertical-align: middle;
  margin-left: 10px;
}
#eks-new-homepage a {
  color: inherit;
}
#eks-new-homepage .text-center {
  text-align: center !important;
}
#eks-new-homepage .img-responsive-logo {
  max-width: 250px;
}
#eks-new-homepage .text-black {
  color: #000 !important;
}
#eks-new-homepage .larger-p p {
  font-size: 120%;
}
#eks-new-homepage .larger-p-support p {
  font-size: 140%;
}
#eks-new-homepage .text-white {
  color: #fff !important;
}
#eks-new-homepage .text-blue {
  color: #01549c !important;
}
#eks-new-homepage .mx-auto {
  margin: 0 auto;
  float: none;
}
#eks-new-homepage .mb-5 {
  margin-bottom: 3rem;
}
#eks-new-homepage .mt-5 {
  margin-top: 3rem;
}
#eks-new-homepage .m-5 {
  margin: 3rem;
}
#eks-new-homepage .p-5 {
  padding: 15rem;
}
#eks-new-homepage .pt-5 {
  padding-top: 5rem;
}
#eks-new-homepage .pb-5 {
  padding-bottom: 5rem;
}
#eks-new-homepage .bg-light-blue {
  background-color: #f0f9ff;
}
#eks-new-homepage .bg-pattern-1 {
  background: url(/EKSLayout/Images/Homepage/statistics-left-pattern.png) no-repeat #f0f9ff;
  background-size: contain;
}
#eks-new-homepage .bg-pattern-2 {
  background: url(/EKSLayout/Images/Homepage/contact-pattern.png) no-repeat #f0f9ff;
  background-size: cover;
}
#eks-new-homepage .w-50 {
  width: 50%;
  margin: 10px auto;
}
#eks-new-homepage .icon-large {
  font-size: 100px;
  text-align: center;
}
#eks-new-homepage .text-underline {
  text-decoration: underline;
}
#eks-new-homepage a.none-decoration {
  text-decoration: none;
}
#eks-new-homepage .section-slider {
  background: url(/EKSLayout/Images/Homepage/header-complet-pattern.png) #0265af;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
#eks-new-homepage .section-slider p {
  font-size: 19px;
}
#eks-new-homepage .section-slider .slider-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
#eks-new-homepage .section-slider img {
  max-height: 300px;
}
#eks-new-homepage .section-slider .carousel {
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 20px;
}
#eks-new-homepage .section-slider .carousel-control {
  width: 5%;
  background: none !important;
}
@media (max-width: 1200px) {
  #eks-new-homepage .section-slider .carousel-control {
    display: none;
  }
}
#eks-new-homepage .section-slider .slider-arrows {
  position: absolute;
  top: 40%;
}
#eks-new-homepage .section-slider .slider-arrows.left {
  left: 10px;
}
#eks-new-homepage .section-slider .slider-arrows.right {
  right: 10px;
}
#eks-new-homepage .section-slider .carousel-indicators {
  bottom: 0 !important;
}
#eks-new-homepage .section-slider .carousel-indicators li {
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
  border: none;
}
#eks-new-homepage .section-slider .carousel-indicators li.active {
  background: #0c4d86;
  border: none;
}
#eks-new-homepage .statistics {
  display: none;
}
@media (min-width: 1440px) {
  #eks-new-homepage .statistics {
    display: block;
    margin-top: -200px;
  }
  #eks-new-homepage .pt-5 {
    padding-top: 10rem;
  }
  #eks-new-homepage .pb-5 {
    padding-bottom: 15rem;
  }
  #eks-new-homepage .section-slider {
    min-height: 600px;
  }
}
#eks-new-homepage .circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  text-align: center;
  margin: 40px;
}
#eks-new-homepage .circle:after {
  background: #FFF;
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  border: 5px solid #01549c;
  content: "";
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
#eks-new-homepage .circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#eks-new-homepage .circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#eks-new-homepage .circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}
#eks-new-homepage .circle__content h3.w_sidebar {
  font-size: 1.3vw !important;
}
#eks-new-homepage .circle__content i.w_sidebar {
  font-size: 3vw;
}
#eks-new-homepage .circle__content .number.w_sidebar {
  font-size: 2vw;
}
#eks-new-homepage .circle__content i {
  font-size: 5vw;
}
#eks-new-homepage .circle__content .number {
  font-size: 3vw;
  font-weight: bold;
}
#eks-new-homepage .section {
  padding: 2rem 0 10em 0;
}
#eks-new-homepage .card-blue {
  background: #01549c;
  width: 100%;
  min-height: 30px;
  padding: 1rem;
  color: #fff;
  margin: 10px 0;
}
#eks-new-homepage .podpora-card {
  /*min-height: 540px;*/
  height: 431px;
}
#eks-new-homepage .card-transparent {
  background: inherit;
  width: 100%;
  border: 1px solid #ddd;
  padding: 2rem;
  margin: 3rem 0;
}
#eks-new-homepage .card-transparent h3 {
  color: #000 !important;
}
@media (max-width: 991px) {
  #eks-new-homepage .fixed-support-panel {
    display: none;
  }
}
@media (max-width: 1023px) {
  #eks-new-homepage .fixed-support-panel {
    display: none;
  }
}
#eks-new-homepage .fixed-support-panel {
  position: fixed;
  right: 0;
  bottom: 30px;
  padding: 7px;
  z-index: 100;
  border: none;
}
#eks-new-homepage .fixed-support-panel .support-circle {
  background: #FFF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #256caa;
  color: #256caa;
  margin: 10px;
  padding: 5px;
  transition: 0.2s;
}
#eks-new-homepage .fixed-support-panel .support-circle i {
  font-size: 25px;
}
#eks-new-homepage .fixed-support-panel .support-circle p {
  font-size: 12px;
  font-weight: bold;
}
#eks-new-homepage .fixed-support-panel .support-circle:hover {
  background: #256caa;
  border: 2px solid #256caa;
  color: #fff;
}
.fixedBottomRight {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #939393;
  font-size: 10px;
}
.slider-btn {
  font-size: 100%;
  color: #01549c !important;
  background: #fff;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center !important;
}
@font-face {
  font-family: 'eks-icon-font';
  src:  url(/EKSLayout/Fonts/eks-icon-font.eot?o6iuf2);
  src:  url(/EKSLayout/Fonts/eks-icon-font.eot?o6iuf2#iefix) format('embedded-opentype'),
    url(/EKSLayout/Fonts/eks-icon-font.ttf?o6iuf2) format('truetype'),
    url(/EKSLayout/Fonts/eks-icon-font.woff?o6iuf2) format('woff'),
    url(/EKSLayout/Fonts/eks-icon-font.svg?o6iuf2#eks-icon-font) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="eks-icon-"], [class*=" eks-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'eks-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eks-icon-administracia:before {
  content: "\e900";
}
.eks-icon-aukcne-ponuky:before {
  content: "\e901";
}
.eks-icon-blank:before {
  content: "\e902";
}
.eks-icon-centralny-register-zmluv:before {
  content: "\e903";
}
.eks-icon-centrum-podpory:before {
  content: "\e904";
}
.eks-icon-certifikaty-podpisy:before {
  content: "\e905";
}
.eks-icon-cookies:before {
  content: "\e906";
}
.eks-icon-dashboard:before {
  content: "\e907";
}
.eks-icon-english-information:before {
  content: "\e908";
}
.eks-icon-home:before {
  content: "\e909";
}
.eks-icon-informacie:before {
  content: "\e90a";
}
.eks-icon-jed:before {
  content: "\e90b";
}
.eks-icon-kalendar:before {
  content: "\e90c";
}
.eks-icon-kalendar2:before {
  content: "\e90d";
}
.eks-icon-karantena-opisny-formular:before {
  content: "\e90e";
}
.eks-icon-katalog-ponuk:before {
  content: "\e90f";
}
.eks-icon-kniznica:before {
  content: "\e910";
}
.eks-icon-kniznica-opisny-formular:before {
  content: "\e911";
}
.eks-icon-kontakty:before {
  content: "\e912";
}
.eks-icon-kontraktacne-ponuky:before {
  content: "\e913";
}
.eks-icon-kontrola-vo:before {
  content: "\e914";
}
.eks-icon-manazerske-funkcie:before {
  content: "\e915";
}
.eks-icon-manazerske-funkcie-solid:before {
  content: "\e916";
}
.eks-icon-moje-eks:before {
  content: "\e917";
}
.eks-icon-moje-obchody:before {
  content: "\e918";
}
.eks-icon-nastavenia:before {
  content: "\e919";
}
.eks-icon-nastavenie-upozorneni:before {
  content: "\e91a";
}
.eks-icon-novinky:before {
  content: "\e91b";
}
.eks-icon-oauth:before {
  content: "\e91c";
}
.eks-icon-obchodne-ponuky:before {
  content: "\e91d";
}
.eks-icon-odhlasenie:before {
  content: "\e91e";
}
.eks-icon-ochrana-osobnych-udajov:before {
  content: "\e91f";
}
.eks-icon-opet:before {
  content: "\e920";
}
.eks-icon-opisny-formular:before {
  content: "\e921";
}
.eks-icon-osobne-nastavenia:before {
  content: "\e922";
}
.eks-icon-otazky-odpovede:before {
  content: "\e923";
}
.eks-icon-otvorene-udaje:before {
  content: "\e924";
}
.eks-icon-otvorene-udaje-solid:before {
  content: "\e925";
}
.eks-icon-podpora:before {
  content: "\e926";
}
.eks-icon-poverenia:before {
  content: "\e927";
}
.eks-icon-prehlady-registre:before {
  content: "\e928";
}
.eks-icon-prihlasenie:before {
  content: "\e929";
}
.eks-icon-projekty:before {
  content: "\e92a";
}
.eks-icon-register-dodavatelov:before {
  content: "\e92b";
}
.eks-icon-register-objednavatelov:before {
  content: "\e92c";
}
.eks-icon-register-referencii:before {
  content: "\e92d";
}
.eks-icon-registracia:before {
  content: "\e92e";
}
.eks-icon-schranka:before {
  content: "\e92f";
}
.eks-icon-schranka-otvorena:before {
  content: "\e930";
}
.eks-icon-skolenia:before {
  content: "\e931";
}
.eks-icon-sledovane:before {
  content: "\e932";
}
.eks-icon-sledovane-solid:before {
  content: "\e933";
}
.eks-icon-statistiky:before {
  content: "\e934";
}
.eks-icon-verejnost:before {
  content: "\e935";
}
.eks-icon-viac-informacii:before {
  content: "\e936";
}
.eks-icon-videa:before {
  content: "\e937";
}
.eks-icon-vitazne-ponuky:before {
  content: "\e938";
}
.eks-icon-vyber-aktivneho-subjektu:before {
  content: "\e939";
}
.eks-icon-vytvorenie-zakazky:before {
  content: "\e93a";
}
.eks-icon-vzorove-dokumenty:before {
  content: "\e93b";
}
.eks-icon-zahranicne-zakazky:before {
  content: "\e93c";
}
.eks-icon-zakazka:before {
  content: "\e93d";
}
.eks-icon-zakon:before {
  content: "\e93e";
}
.eks-icon-zmluva:before {
  content: "\e93f";
}

.eks-icon {
    font-size: 20px !important;
    top: 1px;
    margin: 0 5px 0 4px;

    /* aby mali ikony rovnaku sirku */
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

