*, *:before, *:after {
  box-sizing: inherit; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

html {
  height: 100%;
  box-sizing: border-box;
  background-color: #191919; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

body {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #858796;
  letter-spacing: 0.1em;
  line-height: 2em; }
  body.login {
    background: url("../img/login-bg_01.jpg") no-repeat left center;
    background-size: cover; }
  @media screen and (min-width: 1701px) {
    body {
      font-size: 115%; } }
  @media screen and (min-width: 1450px) and (max-width: 1700px) {
    body {
      font-size: 107.5%; } }
  @media screen and (max-width: 1250px) {
    body {
      font-size: 95%; } }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 90%; } }

div.container {
  position: relative;
  height: 100%; }

h1 {
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 1.5rem !important; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.25rem !important; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 1rem !important; } }
  @media (max-width: 400px) {
    h1 {
      font-size: 0.75rem !important; } }

h5 {
  width: 100%; }

div.alert {
  position: relative;
  top: -1em;
  font-size: 1.4em; }
  @media (max-width: 1200px) {
    div.alert {
      font-size: 1.6em; } }

ul.form-error {
  color: red;
  font-size: 1.2em;
  text-align: left; }
  @media (max-width: 1200px) {
    ul.form-error {
      font-size: 1.4em; } }

.blue,
.bg-gradient-primary {
  background-color: #2fa1ba;
  background-image: none; }

div.card-view .btn {
  padding: 0.25rem 0.5rem; }

.btn {
  padding: .5rem .75rem;
  font-size: 0.85rem; }
  @media (max-width: 1200px) {
    .btn {
      padding: 0.25rem 0.5rem; } }
  @media (max-width: 400px) {
    .btn {
      font-size: 0.75rem; } }

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem; }

.btn-blue {
  background-color: #2fa1ba;
  border-color: #2fa1ba;
  color: #fff; }
  .btn-blue:hover, .btn-blue:focus {
    background-color: #40b5cf;
    border-color: #40b5cf;
    color: #fff;
    transition: all 0.2s ease-in-out; }

.btn-grey {
  background-color: #707070;
  border-color: #707070;
  color: #fff; }
  .btn-grey:hover, .btn-grey:focus {
    background-color: #838383;
    border-color: #838383;
    color: #fff;
    transition: all 0.2s ease-in-out; }

.btn-red {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff; }
  .btn-red:hover, .btn-red:focus {
    background-color: #e25663;
    border-color: #e25663;
    color: #fff;
    transition: all 0.2s ease-in-out; }

.btn-success {
  background-color: #1cc88a;
  border-color: #1cc88a;
  color: #fff; }
  .btn-success:hover, .btn-success:focus {
    background-color: #49D3A1;
    border-color: #49D3A1;
    color: #fff;
    transition: all 0.2s ease-in-out; }

.border-left-blue {
  border-left: 0.25rem solid #2fa1ba !important; }

.border-left-grey {
  border-left: 0.25rem solid #707070 !important; }

.border-left-red {
  border-left: 0.25rem solid #dc3545 !important; }

.text-blue {
  color: #2fa1ba; }

.text-grey {
  color: #707070; }

.text-red {
  color: #dc3545; }

.vertical-centered {
  position: relative;
  top: 45%;
  transform: translateY(-50%); }

a {
  color: #2fa1ba; }
  a:hover, a:focus {
    color: #36b1cc;
    transition: all 0.2s ease-in-out; }

footer {
  font-size: 0.8rem;
  line-height: 1; }
  footer.sticky-footer {
    color: #2fa1ba; }
    footer.sticky-footer a {
      color: #2fa1ba; }
      footer.sticky-footer a:hover, footer.sticky-footer a:focus {
        color: #2fa1ba; }
  footer:not(.sticky-footer) {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 0;
    color: #fff; }

div.modal-footer button,
div.modal-footer a.btn {
  min-width: 5rem; }

div.anchor {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
  transition: all 0.4s; }
  div.anchor.anchor-up {
    bottom: 5.5rem;
    left: 2.5em;
    display: none; }
    div.anchor.anchor-up:hover .fa, div.anchor.anchor-up:focus .fa {
      -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
      transform: translateY(-0.25em);
      transition: all 0.4s; }
  div.anchor.anchor-down {
    bottom: 2.5rem;
    left: 2.5em; }
    div.anchor.anchor-down:hover .fa, div.anchor.anchor-down:focus .fa {
      -webkit-transform: translateY(0.25em);
      -ms-transform: translateY(0.25em);
      transform: translateY(0.25em);
      transition: all 0.4s; }
  div.anchor:hover, div.anchor:focus {
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.4s; }
  div.anchor .fa {
    color: #fff;
    font-size: 1em;
    transition: all 0.4s; }

#sidebarToggleTop {
  margin-right: 1rem; }
  @media (max-width: 400px) {
    #sidebarToggleTop {
      margin-right: 0.25rem; } }

nav#navbar-sidebar div.dropdown {
  margin: 0 0.5rem; }

@media (max-width: 767px) {
  a#userDropdown span {
    display: none; } }

body.login .bg-login-image {
  background: #007497 url("../img/login-image.jpg") no-repeat 75% center;
  -webkit-background-size: cover;
  background-size: cover; }
body.login div.card {
  height: initial; }
body.login div.card-body.card-login > div.row:first-of-type {
  min-height: 500px; }
  @media (max-width: 767px) {
    body.login div.card-body.card-login > div.row:first-of-type {
      min-height: initial; } }
body.login div.login-info {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
body.login footer a {
  color: #fff; }
  body.login footer a:hover, body.login footer a:focus {
    color: #fff; }

.sidebar #sidebarToggle::after,
.sidebar .nav-item .nav-link[data-toggle=collapse]::after,
.sidebar.toggled #sidebarToggle::after {
  font-family: "FontAwesome"; }

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  font-weight: 600;
  color: #2fa1ba; }

@media (max-width: 768px) {
  .navbar-nav:not(.toggled) .nav-link:not(.collapsed) + #collapse_administracia .collapse-inner {
    position: fixed;
    bottom: 0; } }
@media (min-width: 768px) {
  .navbar-nav:is(.toggled) .nav-link:not(.show) + #collapse_administracia .collapse-inner {
    position: fixed;
    bottom: 0; } }
.sidebar-dark .nav-item .nav-link.active,
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
  color: #fff; }
  .sidebar-dark .nav-item .nav-link.active i,
  .sidebar-dark .nav-item .nav-link:active i,
  .sidebar-dark .nav-item .nav-link:focus i,
  .sidebar-dark .nav-item .nav-link:hover i {
    color: #fff; }

@media (min-width: 768px) {
  .sidebar.toggled .nav-item .nav-link span {
    overflow-wrap: break-word;
    font-size: 0.65rem; } }

.sidebar::-webkit-scrollbar {
  display: none; }

@media (min-width: 768px) {
  .sidebar {
    max-height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    overflow-y: scroll; } }

#content-wrapper {
  max-height: 100vh; }

div.card-body.inner {
  font-size: 0.85rem; }
  div.card-body.inner p {
    margin-bottom: 0; }
  div.card-body.inner span {
    float: right;
    font-weight: 600;
    color: #2fa1ba; }
    @media (max-width: 767px) {
      div.card-body.inner span {
        margin-left: 0.5rem; } }
    @media (max-width: 550px) {
      div.card-body.inner span {
        float: none;
        display: block;
        text-align: right; } }

.flex-xl-grow-1 div.card {
  height: 100%; }

#uploadModalLynx > div > div > div.modal-header > button {
  margin-left: -1rem !important; }

.nav-link {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.2rem !important; }

div.alert {
  font-size: 1.4em !important; }

div.alert-success.alert-panel,
div.alert-danger.alert-panel {
  display: none;
  position: relative; }
  div.alert-success.alert-panel button.close,
  div.alert-danger.alert-panel button.close {
    float: none;
    position: absolute;
    top: 0.6em;
    right: 0.6em; }

div#vykonnostToolbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; }

@media print {
  #wrapper {
    width: auto; } }
.card-header {
  background-color: #57839e;
  color: white; }

#akcionar .card {
  height: auto; }

.errText {
  display: none; }

div.card {
  height: 100%; }
  @media (max-width: 1199px) {
    div.card {
      height: initial; } }
  div.card.card-narrow {
    padding-top: 58px; }
    @media (max-width: 1199px) {
      div.card.card-narrow {
        padding-top: 0; } }

@media (max-width: 500px) {
  #pageToolbar .dropdown {
    width: 100%; } }
#pageToolbar .btn-secondary {
  margin-top: 0.35rem; }
  @media (max-width: 500px) {
    #pageToolbar .btn-secondary {
      width: 100%;
      margin-bottom: 0.5rem; } }

@media (max-width: 400px) {
  .row.datas a.btn-grey {
    width: 100%; } }

.card-body.actions .bs-bars.pull-left {
  float: none !important; }
  .card-body.actions .bs-bars.pull-left .form-inline {
    display: inline-block;
    margin-right: 0.5rem; }
    @media (max-width: 575px) {
      .card-body.actions .bs-bars.pull-left .form-inline {
        width: 100%;
        margin-right: 0; }
        .card-body.actions .bs-bars.pull-left .form-inline a.btn-success {
          width: 100%; } }
  .card-body.actions .bs-bars.pull-left .dropdown {
    display: inline-block; }
    @media (max-width: 575px) {
      .card-body.actions .bs-bars.pull-left .dropdown {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.2rem; }
        .card-body.actions .bs-bars.pull-left .dropdown button {
          width: 100%; } }

div.fixed-table-toolbar {
  font-size: 0.75rem !important; }
  @media (max-width: 550px) {
    div.fixed-table-toolbar .bs-bars {
      margin-bottom: 6px; } }
  @media (max-width: 550px) {
    div.fixed-table-toolbar #toolbar a.btn-success {
      width: 100%; } }
  div.fixed-table-toolbar .pull-right:not(.bs-bars).search {
    display: inline-block;
    margin-left: 5px; }
    div.fixed-table-toolbar .pull-right:not(.bs-bars).search input {
      max-width: 190px;
      height: initial;
      margin-top: 0.3rem;
      padding: .25rem 2rem .25rem .75rem;
      font-size: 0.85rem; }
    div.fixed-table-toolbar .pull-right:not(.bs-bars).search i.fa-search {
      position: absolute;
      top: 0.7rem;
      right: 0.5rem;
      font-size: 1rem;
      color: #2fa1ba; }
    @media (max-width: 550px) {
      div.fixed-table-toolbar .pull-right:not(.bs-bars).search {
        float: none !important;
        width: 100%;
        margin-top: 0;
        margin-left: 0; }
        div.fixed-table-toolbar .pull-right:not(.bs-bars).search input {
          max-width: initial;
          margin-top: 0; } }
  div.fixed-table-toolbar select#obdobie {
    margin-top: 0.5rem; }

div.fixed-table-container {
  font-size: 0.85rem !important;
  line-height: 1.25rem; }
  @media (max-width: 1200px) {
    div.fixed-table-container {
      font-size: 0.75rem !important; } }

div.fixed-table-pagination li,
div.export li {
  border-radius: 0.185rem; }
  div.fixed-table-pagination li.active, div.fixed-table-pagination li:hover, div.fixed-table-pagination li:focus,
  div.export li.active,
  div.export li:hover,
  div.export li:focus {
    background-color: #2fa1ba; }
    div.fixed-table-pagination li.active a, div.fixed-table-pagination li:hover a, div.fixed-table-pagination li:focus a,
    div.export li.active a,
    div.export li:hover a,
    div.export li:focus a {
      color: #fff;
      text-decoration: none; }
  div.fixed-table-pagination li a:hover, div.fixed-table-pagination li a:focus,
  div.export li a:hover,
  div.export li a:focus {
    color: #fff;
    text-decoration: none; }
  div.fixed-table-pagination li.page-pre, div.fixed-table-pagination li.page-next,
  div.export li.page-pre,
  div.export li.page-next {
    font-size: 1.25rem; }

div.fixed-table-pagination {
  padding: 0 0.5rem;
  font-size: 0.75rem !important; }

table.table {
  border: 1px solid #e3e6f0;
  color: #3a3b45 !important; }
  table.table thead {
    background: #eaecf4; }
  table.table th {
    padding: 0.5rem 0 !important;
    font-weight: 600; }
  table.table tr:hover,
  table.table tr:focus {
    background-color: #eaecf4;
    color: #858796; }
  table.table td:last-of-type {
    min-width: 157px; }
  table.table a.btn {
    margin: 0.15rem; }
  table.table span.title {
    color: #3a3b45; }

span.page-size {
  font-size: 0.85rem !important; }

ul.dropdown-menu {
  font-size: 0.75rem !important; }
  ul.dropdown-menu li {
    padding: 0 0.5rem; }

a.dropdown-item {
  padding: .5rem 1rem;
  font-size: 0.85rem;
  border-radius: 0.185rem; }
  a.dropdown-item.active {
    font-weight: 600;
    background-color: #fff;
    color: #2fa1ba !important; }
  a.dropdown-item:hover, a.dropdown-item:focus {
    background-color: #eaecf4;
    color: #3a3b45; }

@media (max-width: 768px) {
  a.btn.all {
    float: left !important; } }

div.card-view span.title {
  margin-right: 1rem; }

table#vykonnost td:first-child .alert {
  padding: 0.5rem 1.25rem; }
table#vykonnost .card-view:first-of-type span.title {
  min-height: 2.5rem; }

table#akcie tr.info.groupBy td {
  background-color: dimgray;
  color: silver;
  font-weight: bold;
  text-align: center; }

div.card {
  height: 100%; }

.chart-area {
  position: relative;
  height: 480px;
  width: 100%; }

#loader {
  align-items: center;
  background: rgba(23, 22, 22, 0.7);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 999999999; }

.loader-text {
  color: #fff; }

.list-group-item-custom {
  background-color: #57839e;
  color: white; }

/* Chrome, Safari, Edge, Opera */
#application\f ormkurz_form-form, input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
#application\f ormkurz_form-form, input[type=number] {
  -moz-appearance: textfield; }

@media (min-width: 960px) {
  table#vykonnost {
    table-layout: fixed; }

  table#vykonnost .th-inner {
    white-space: normal;
    word-wrap: break-word;
    text-align: center; } }
@media (min-width: 960px) {
  table#statistika {
    table-layout: fixed;
    font-size: 12px; } }
.spinner-upload {
  width: 3rem;
  height: 3rem;
  margin: 2em auto;
  display: none; }

#import_output_wrapper {
  display: none; }

#flash-messages .alert {
  border-radius: 0; }

.graf_button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: .8rem;
  line-height: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.graf_button-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.graf_button-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.graf_button-primary:focus, .graf_button-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.graf_button-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.graf_button-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.graf_button-secondary:focus, .graf_button-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

#webexport td {
  font-weight: 800;
  color: #000000; }

#webexport, #funds_right_2, #funds_left_1, #funds_right_1 {
  font-weight: 800;
  color: #000000; }

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

form ul {
  list-style: none;
  padding: 0; }

form ul li {
  color: red; }

#flash-messages li {
  list-style-type: none; }

.bg-gray {
  background-color: gainsboro; }

.fa-sync:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
  white-space: normal; }

.table-sm {
  font-size: 0.9rem; }

.th-inner {
  padding: 0 12px 0 12px; }

.vysledky.table {
  border: 0px; }

.vysledky td {
  border: 0px;
  padding-left: 1rem; }

.vysledky_hodnota {
  font-weight: 600;
  text-align: right; }

.double-line {
  width: 100%;
  height: 2px;
  border-top: 4px double;
  margin-bottom: 1em; }

.dividendova_vykonnost {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600; }

.pdf_icon {
  width: 50px;
  height: 50px;
  background: url("/img/pdf.png") no-repeat;
  background-size: cover;
  border-color: #ac1000; }

#vypis-investora .th-inner {
  padding: 0.75rem; }

.popis {
  margin: 0;
  padding: 0; }

#akcionar-vypis-zoznamu thead th {
  background-color: gold; }

#akcionar-vypis-zoznamu tfoot th {
  background-color: #f8f9fa; }

div.export li.page-next, div.export li.page-pre, div.fixed-table-pagination li.page-next, div.fixed-table-pagination li.page-pre {
  font-size: 0.8rem; }

.vypis-uctu-table.table {
  border: 3px solid black; }

.vypis-uctu-table.table thead {
  background: #fff; }

.porovnanie-vykonnosti-table.table {
  border: 0px; }

.porovnanie-vykonnosti-table.table thead {
  color: #fff;
  border-bottom: 4px solid #000; }

.dropdown-menu {
  max-height: 80vh;
  overflow-y: auto; }

#total {
  white-space: break-spaces; }

#total span {
  font-size: 9px; }

#ostatne {
  font-style: italic; }

/*# sourceMappingURL=style.css.map */
