body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-color: #dfdfdf;
  color: #071a39;
}

body {
  overflow: hidden;
}

#navigation-div {
  visibility: hidden;
}

.hidden-div {
  display: none;
}

.zlava-meter-div {
  padding: 0px 10px 0px 0px;
  position: relative;
  top: 6px;
}

.zm-bar {
  height: 22px;
  width: 54px;
  position: relative;
}

.aktualna-zlava {
  font-weight: bold;
  color: #009735;
}

.dostupna-zlava {
  color: #999999;
}

.green-box {
  display: inline-block;
  padding: .25rem .5rem;
  border: 1px solid rgba(0, 151, 53, 0.15);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #009735;
  font-family: 'Hind', sans-serif;
  /* background-color: rgba(0, 151, 53, 0.15); */
}

.btn-vbx-blue {
  background-color: #04477a;
  color: white !important;
  border: 1px solid #04477a;
}

.btn-vbx-white {
  background-color: white;
  color: #04477a !important;
  border: 1px solid #04477a;
}

.btn-w-100 {
  width:100%;
  text-align: center;
}

a {
  color: #04477a;
}

.row {
  width: 100% !important;
  margin: 0 !important;
}

.mbtn {
  margin: 4px;
}

@media(max-width:340px) {
  .mbtn {
    margin: 2px;
  }
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.login_window {
  width: 90%;
  margin: 10px auto;
  background-color: white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px;
}

.t-red {
  color: #a30010;
}

.t-green {
  color: #009735;
}

.t-blue {
  color: #04477a;
}

.t-lora {
  font-family: 'Lora', serif;
}

.t-hind {
  font-family: 'Hind', sans-serif;
}

.t-700 {
  font-weight: 700;
}

.t-300 {
  font-weight: 300;
}

.t-400 {
  font-weight: 400;
}

.t-uc {
  text-transform: uppercase;
}

.t-lc {
  text-transform: lowercase;
}

.t-xl {
  font-size: 36px !important;
}

.t-m {
  font-size: 24px !important;
}

.t-sp {
  font-size: 22px !important;
}

.t-s {
  font-size: 20px !important;
}

.t-xs {
  font-size: 16px !important;
}

.t-xxs {
  font-size: 12px !important;
}

.bg-lightblue {
  background-color: #cbe9ff;
}

.t-white {
  color: #ffffff;
}

.t-700 {
  font-weight: 700;
}

.bg-blue {
  background-color: #04477a;
}

.btn-vitabox-a, .btn-vitabox-a-np {
  background-color: #009735 !important;
  color: #ffffff !important;
}

.btn-vitabox-a:hover, .btn-vitabox-a-np:hover {
  background-color: #04477a !important;
  color: #ffffff !important;
}

.btn-vitabox-a:active, .btn-vitabox-a-np:active {
  background-color: #a30010 !important;
  color: #ffffff !important;
}

.btn-vitabox-a:vertical {
  background-color: #a30010 !important;
  color: #ffffff !important;
}

.btn-vitabox2-a {
  background-color: #009735 !important;
  color: #ffffff !important;
}

.btn-vitabox2-a:hover {
  background-color: #04477a !important;
  color: #ffffff !important;
}

.btn-vitabox2-a:active {
  background-color: #a30010 !important;
  color: #ffffff !important;
}

.btn-vitabox2-a:vertical {
  background-color: #a30010 !important;
  color: #ffffff !important;
}

.btn-vitabox-b {
  background-color: #a30010 !important;
  color: #ffffff !important;
}

.btn-vitabox-b:hover {
  background-color: #04477a !important;
  color: #ffffff !important;
}

.btn-vitabox-b:active {
  background-color: #a30010 !important;
  color: #ffffff !important;
}

.w-auto {
  width: auto;
}

.abs-btns {
  position: absolute;
  right: 25px;
  top: 25px;
}

.abs-h1 {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 1.15rem;
  color: #6c757d;
}

.zona {
  display: inline-block;
  background-color: #009735;
  color: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px;
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 17px;
}

.flag-box {
  display: inline-block;
  width: 40px;
  height: 30px;
}

.no-border {
  border: 0px;
}

.table.no-border td, .table.no-border th {
  border: 0px;
}

.table-hover tbody tr:hover {
  cursor: pointer !important;
}

.delimiter {
  border-bottom: 1px solid rgba(0, 0, 0, .075);
}

.menu_h {
  text-transform: uppercase;
  color: black;
  font-size: 16px;
}

.dsp-tbl {
  display: table;
}

.std {
  margin-left: 30px;
  margin-right: 30px;
}

.cp-off {
  vertical-align: middle;
  padding-right: 10px;
}

.cp-off a {
  transition: all 0.5s ease;
  color: black;
}

.cp-off a:hover {
  transition: all 0.5s ease;
  color: #408E88;
}

.dsp-tbl-cell {
  display: table-cell;
}

.top_page_box {
  background-color: #cfcfcf;
}

.tpb {
  padding: 10px 0px;
  line-height: 120%;
}

.top_page_actions {
  margin-top: 20px;
}

.tagA {
  display: inline-block;
  background-color: #cad7e0;
  padding: 2px 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px;
}

.value_entry {
  font-weight: bold;
}

.add_window {
  width: 100%;
  margin: 10px auto;
  background-color: #f5f5f5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  padding: 0px 10px 10px 10px;
}

h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;
}

.record_popis {
  color: #666666;
}

.col-dgreen {
  color: darkgreen;
}

.col-dred {
  color: darkred;
}

.lwC {
  padding: 20px 0px;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

input {
  padding: 3px 6px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 1px #aaaaaa solid;
  background-color: white;
  width: 100%;
}

textarea {
  padding: 3px 6px;
  margin: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 1px #aaaaaa solid;
  background-color: white;
  width: 100%;
  height: 90px;
}

.form_button {
  transition: all 0.5s ease;
  padding: 16px 32px;
  background-color: #04477a;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  width: 180px;
  font-weight: bold;
  text-transform: uppercase;
}

.form_button:hover {
  background-color: #009735;
  cursor: pointer;
}

.errMsg {
  color: #721c24;
}

.adm_btn {
  display: block;
  transition: all 0.5s ease;
  padding: 16px 32px;
  background-color: #04477a;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  width: 240px;
  margin: 4px auto;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.adm_btn:hover {
  background-color: #009735;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.span_wait {
  display: block;
  padding: 16px 32px;
  color: #009735;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  width: 240px;
  margin: 4px auto;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.span_btn {
  display: inline-block;
  transition: all 0.5s ease;
  padding: 5px 10px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #bbbbbb;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  cursor: pointer;
  font-size: 12px;
}

.span_btn:hover {
  background-color: #408E88;
}

.d_inline {
  display: inline-block !important;
}

.w_45p {
  width: 45% !important;
}

.w_30p {
  width: 30% !important;
}

.msg_content {
  color: #23395B;
  font-weight: bold;
  margin: 10px 0px;
}

.adm_btn2 {
  transition: all 0.5s ease;
  padding: 4px 8px;
  margin: 2px 2px;
  background-color: #04477a;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  white-space: nowrap;
  display: inline-block;
}

.adm_btn2:hover {
  background-color: #009735;
  color: white;
  text-decoration: none;
}

.adm_btn_tel {
  transition: all 0.5s ease;
  padding: 8px 16px;
  margin: 2px 2px;
  background-color: #04477a;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  white-space: nowrap;
  display: inline-block;
  font-size: 28px;
}

.adm_btn_tel:hover {
  background-color: #009735;
  color: white;
  text-decoration: none;
}

.adm_btn_action {
  display: inline-block;
  transition: all 0.5s ease;
  padding: 6px 12px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #04477a;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  cursor: pointer;
}

.adm_btn_action:hover {
  background-color: #009735;
  color: white;
  text-decoration: none;
}

.control_panel_box {
  background-color: #cfcfcf;
}

.cpb {
  padding: 15px 0px;
}

.std {
  margin-left: 30px;
  margin-right: 30px;
}

.control_panel_actions {
  margin-top: 20px;
}

.form_area {
  width: 90%;
  margin: 20px auto 10px auto;
  background-color: white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px;
}

@media(max-width:576px) {
  .form_area {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
}

h1.modul {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin: 10px 0px;
}

h2.modul {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  color: #408E88;
}

.pages {
  padding: 20px 0px;
}

.pages a {
  transition: all 0.5s ease;
  padding: 6px 12px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #04477a;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px #04477a solid;
}

.pages a:hover {
  background-color: #009735;
  text-decoration: none;
  border: 1px #009735 solid;
}

.btn_selected {
  transition: all 0.5s ease;
  padding: 6px 12px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: white !important;
  color: #406E8E !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px #406E8E solid !important;
}

td img {
  border: 1px #aaaaaa solid;
}

.input-group-text {
  background-color: white;
  border: 0;
}

.cena {
  font-size: 18px;
  font-weight: bold;
}

.form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #dfdfdf;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #dfdfdf;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #dfdfdf;
  opacity: 1;
}

.form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #dfdfdf;
  opacity: 1;
}

.img_edit_btn {
  margin-top: 15px;
}

nav {
  width: 100%;
  text-align: center;
  margin: 6px 0px;
  padding-top: 10px;
}

nav a {
  transition: all 0.5s ease;
  padding: 0.5em 1em;
  color: #000000;
  background-color: #dedede;
  border-radius: 0.25em;
  text-decoration: none;
  text-align: center;
}

nav a:hover, nav a:focus {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  background-color: #408E88;
}

nav a::before {
  display: none;
}

nav .svg-inline--fa {
  margin-right: 0.5em;
}

.show_btn::before {
  font-family: "Font Awesome 5 Solid";
  content: "\f103";
}

.hide_btn::before {
  font-family: "Font Awesome 5 Solid";
  content: "\f102";
}

.hidden {
  display: none;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

th a {
  white-space: nowrap;
}

th div {
  margin: 0px 0px 14px 0px;
}

.medzera {
  width: 100%;
  height: 30px;
}

@media only screen and (max-width: 575px) {
  .cpb {
    padding: 5px 0px !important;
  }
  hl.modul {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .adm_btn_action {
    padding: 3px 6px;
    margin-left: 1px;
    margin-right: 1px;
  }
  th div {
    margin: 0px 0px 6px 0px;
  }
}

@media only screen and (max-width: 300px) {
  .adm_btn_action {
    padding: 3px 6px;
    display: inline-block;
    margin: 1px;
  }
}

.btn-disabled {
  color: #dddddd;
  display: inline-block;
  padding: 4px 8px;
  margin: 2px 2px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.alert-div {
  position: relative;
  color: #a30010;
  display: inline-block;
  padding: 4px 8px 4px 40px;
  margin-top: 4px;
  border: 2px solid #a30010;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.note-div {
  position: relative;
  color: #000000;
  display: inline-block;
  padding: 4px 8px;
  margin-top: 4px;
  border: 2px solid #000000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.alert-div-i {
  position: absolute;
  left: 8px;
  top: 9px;
}

.zmena-adresy-btn {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: white;
  font-weight: 700;
  background-color: #04477a;
  cursor: pointer;
}

.zmena-adresy-btn:hover {
  background-color: #009735;
}

.td-adresa {
  width: 500px !important;
}

.poznamka_suma {
  border-top: 1px solid black;
}

.ul_polozky {
  list-style-type: none;
  padding: 0px;
}

.ul_polozky li {
  font-weight: 700;
}

.posledny_den {
  text-decoration: line-through;
}

.div-rel {
  position: relative;
}

.dm-active-a {
  background-color: #04477a !important;
  color: white !important;
}

.app-active-btn {
  background-color: #04477a !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #009735 !important;
}

.active-btn {
  background-color: #009735 !important;
}

/* #navigation-div button {
  width:180px;
} */

#navigation-div .dropdown-menu {
  width: 300px;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000000;
  top: 0;
}

.nav-m-href {
  display: inline-block;
  padding: 16px 0px;
  color: #04477a;
}


@media(max-width:1680px) {
  .td-adresa {
    width: 400px !important;
  }
}

@media(max-width:1440px) {
  .td-adresa {
    width: 300px !important;
  }
}

@media(max-width:1024px) {
  .td-adresa {
    width: 200px !important;
  }
}

#navigation-m-div {
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #666666;
  z-index: 10000;
}

#navigation-new-div {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #666666;
  z-index: 10000;
}

@media(max-width:768px) {
  #navigation-m-div {
    display: block;
  }
  #moj-ucet-content {
    margin-top: 50px;
  }
}

#moj-ucet-content {
  padding-top: 180px !important;
}

#tmm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#tmm-menu ul li {
  margin: 16px 0px;
  width: 100%;
  text-align: center;
  color: white;
}

#tmm-menu ul li a {
  color: white;
  font-size: 18px;
  font-family: 'Lora', serif;
}

#tmm-menu ul li a:hover {
  text-decoration: none;
}

#mu-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#mu-menu ul li {
  margin: 16px 0px;
  width: 100%;
  text-align: center;
  color: #666666;
}

#mu-menu ul li a {
  color: #666666;
  font-size: 18px;
}

#mu-menu ul li a:hover {
  text-decoration: none;
  color: #009735;
}

#n-m-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  color: #ffffff;
}

.vaz {
  display: inline-block;
}

.vaz-label {
  display: inline-block;
}

.vaz-graph {
  display: inline-block;
}

.vaz-percento {
  width: 54px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  color: #bbbbbb;
}

.vaz-p-selected {
  font-weight: 700;
  color:#009735;
}

#i-m-btn {
  cursor: pointer;
}

#navigation-m-div-menu {
  border-top: 1px solid #efefef;
  display: none;
}

#navigation-m-div-info {
  border-top: 1px solid #efefef;
  display: none;
}

#navigation-div {
  display: block;
}

.input-group-text {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

@media(max-width:768px) {
  #navigation-div {
    display: none;
  }
  #moj-ucet-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  #moj-ucet-content .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mobile-off {
  display: inline-block;
}
.mobile-on {
  display: none;
}

.mobile-inline-off {
  display: inline;
}
.mobile-inline-on {
  display: none;
}

#vitabox-logo {
  height: 30px;
  width: 71px;
  position: absolute;
  top: 15px;
  right: 75px;
}

#itp-meno {
  font-size: 22px !important;
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  top: 5px;
  position: relative;
}

.treshold-alert {
  color:#a30010;
}

@media(max-width:576px) {
  .moj-ucet-pt {
    padding-top: 35px !important;
  }
  #moj-ucet-content {
    padding-top: 130px !important;
  }
  .mobile-off {
    display: none;
  }
  .mobile-on {
    display: inline-block;
  }
  .mobile-inline-off {
    display: none;
  }
  .mobile-inline-on {
    display: inline;
  }
}



