.inline {
  display: inline-block; }

.right {
  float: right; }

.left {
  float: left; }

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

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

.middle {
  vertical-align: middle; }

.nodisplay {
  display: none; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.click {
  cursor: pointer; }

.move {
  cursor: move; }

html, body {
  font-family: Tahoma, "Arial CE", sans-serif;
  font-size: 11px;
  color: #000000;
  padding: 0;
  margin: 0; }
  html p,
  html div.p, body p,
  body div.p {
    padding: 0;
    margin: 0 0 .5em 0; }
  html #ajax_loading, body #ajax_loading {
    position: fixed;
    background-color: #1a1d43;
    color: #fff;
    font-weight: bold;
    padding: .25em .5em;
    top: 10px;
    right: 10px;
    z-index: 10;
    text-transform: uppercase; }
  html .container-fluid, body .container-fluid {
    padding: 5px; }
  html a, body a {
    color: #1a1d43;
    text-decoration: none; }
  @media print {
    html a[href]:after, body a[href]:after {
      content: none !important; } }
  html .debug, body .debug {
    color: #ccc;
    text-align: right; }

header {
  margin-bottom: .5em; }
  header img.logo {
    margin-bottom: .5em;
    float: left; }
  header div.top {
    overflow: hidden; }
    header div.top div.logged {
      text-align: right; }
      header div.top div.logged div.logged_user {
        margin-bottom: 1em; }

div.content {
  width: 100%;
  margin: 0px; }
  div.content.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  div.content div.left_frame {
    float: left;
    width: 198px; }
  div.content div.right_frame {
    width: calc(100% - 198px);
    float: left;
    line-height: 1.6em;
    padding-left: .5em; }
    div.content div.right_frame.home {
      width: 100%;
      padding-left: 0; }
  div.content h1 {
    background: #eeeeee;
    font-size: 1.75em;
    line-height: 1em;
    color: #1a1d43;
    margin: 0px 0 .5em 0;
    padding: .4em .5em;
    text-transform: uppercase; }
    @media print {
      div.content h1 {
        text-align: center; } }
  div.content h2 {
    font-size: 1.25em;
    line-height: 1em; }
    div.content h2.rozbalovaci_box {
      background: #eeeeee;
      color: #000000;
      padding: .5em;
      margin: 0 0 .5em 0;
      cursor: pointer; }
      div.content h2.rozbalovaci_box span {
        margin-right: .5em;
        font-size: 1em; }
        div.content h2.rozbalovaci_box span.plus {
          display: inline-block; }
        div.content h2.rozbalovaci_box span.minus {
          display: none; }
      div.content h2.rozbalovaci_box.plus + div {
        display: block; }
      div.content h2.rozbalovaci_box.plus span.plus {
        display: none; }
      div.content h2.rozbalovaci_box.plus span.minus {
        display: inline-block; }
      div.content h2.rozbalovaci_box + div {
        display: none; }
    div.content h2.bg {
      margin: 0 0 .5em 0;
      padding: .4em .5em; }

@media screen and (max-width: 1000px) {
  div.content div.left_frame {
    float: none;
    width: 100%; }
  div.content div.right_frame {
    margin: 0;
    float: none;
    padding: 0; } }
.message {
  text-align: center;
  font-size: 1.25em; }
  .message.text-left {
    text-align: left; }
  .message.fail {
    color: #c43e37; }
  .message.ok {
    color: #57a857; }
  .message i.fa {
    vertical-align: middle;
    font-size: 2em; }
  .message ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .message ul li {
      padding: 0;
      margin: 0; }

div.popup {
  position: relative;
  display: inline-block; }
  div.popup .popup_button {
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    div.popup .popup_button .popup_button:hover {
      border: solid 1px #fff;
      -moz-box-shadow: 0 0 5px #999;
      -webkit-box-shadow: 0 0 5px #999;
      box-shadow: 0 0 5px #999; }
  div.popup > ul.popup_list {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    margin: 0;
    min-width: 170px;
    padding: .5em;
    list-style: none;
    background: #fff;
    border: 1px solid #cccccc; }
    div.popup > ul.popup_list li {
      padding: .5em;
      border-bottom: solid 1px #ccc;
      display: block; }
      div.popup > ul.popup_list li:hover {
        background: #1a1d43; }
        div.popup > ul.popup_list li:hover a {
          color: #ffffff; }
      div.popup > ul.popup_list li:last-child {
        border: none; }
      div.popup > ul.popup_list li a {
        text-decoration: none;
        display: block;
        width: auto; }

div.galeria {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap; }
  div.galeria div.foto {
    width: 140px;
    background: #ccc;
    margin: 2px;
    padding: 5px;
    text-align: center;
    color: #000; }
    div.galeria div.foto a {
      color: #000; }

div.subory table tr td {
  text-align: center;
  background: #ccc;
  padding: 5px;
  margin: 2px; }

div.login {
  text-align: center; }
  div.login img {
    margin: 100px 0 1em 0; }
  div.login .login_message {
    text-align: center;
    font-size: 1.25em; }
    div.login .login_message.fail {
      color: #c43e37; }
  div.login div {
    background: #eeeeee;
    padding: 2em; }
    div.login div table {
      margin: 0 auto; }
      div.login div table tr th, div.login div table tr td {
        padding: .25em; }
      div.login div table tr th {
        font-weight: bold;
        text-align: right; }
      div.login div table tr td {
        text-align: left; }
  div.login input[type=text], div.login input[type=password] {
    width: 150px; }

.navbar {
  border-width: 2px; }
  .navbar .nav li a {
    text-transform: uppercase;
    font-size: 12px; }

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0; }

.navbar-collapse {
  border-width: 2px;
  box-shadow: none; }

.navbar-toggle {
  float: left; }

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #1a1d43; }

.left_frame nav {
  background: #eeeeee;
  margin-bottom: .5em;
  padding: .5em 0; }
  .left_frame nav ul {
    padding: 0 .5em;
    margin: 0;
    list-style: none; }
    .left_frame nav ul li {
      padding: 1px 0px;
      border-width: 0 0 1px 0;
      border-color: #cccccc;
      border-style: solid; }
      .left_frame nav ul li.active > a {
        background: #d9d9d9; }
      .left_frame nav ul li:last-child {
        border-width: 0; }
      .left_frame nav ul li a {
        display: block;
        padding: .5em;
        color: #000000;
        text-decoration: none;
        font-weight: normal; }
        .left_frame nav ul li a.selected {
          background: #eee;
          color: #000000; }
        .left_frame nav ul li a:hover {
          background: #1a1d43;
          color: #ffffff; }
        .left_frame nav ul li a[target="_blank"]:after {
          content: "\f08e";
          font-family: 'FontAwesome';
          margin: 0 3px 0 5px; }
      .left_frame nav ul li ul {
        padding-right: 0;
        margin: 0 0 0 .5em; }

@media screen and (max-width: 1000px) {
  .left_frame nav ul li {
    display: inline-block;
    border-width: 0 1px 0 0;
    padding: 0 5px 0 0; } }
form.cs_form {
  margin: 0 0 .5em 0; }

fieldset {
  background: #eeeeee;
  border: 0;
  padding: .75em;
  margin: 0 0 .5em 0; }
  fieldset legend {
    font-size: 1.1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    border: 0; }
  fieldset.notify {
    opacity: 0.5;
    text-align: center; }
    fieldset.notify i {
      display: inline-block;
      vertical-align: middle; }
    fieldset.notify div {
      display: inline-block;
      vertical-align: middle; }

input[type^=text], input[type^=password], input.text {
  font-size: 1em;
  padding: .25em;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #999999; }
input.date_range {
  width: 85px; }
input.small {
  width: 98px; }
input.smaller {
  width: 49px; }
input.danger {
  border-color: #d9534f; }

select {
  font-size: 1em;
  width: 200px;
  padding: .25em; }

label {
  font-weight: normal; }

table.cs_form tr td {
  padding: 2px; }
  table.cs_form tr td:first-child {
    vertical-align: top;
    padding-top: 4px; }

.cs_dropzone {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px dashed #cccccc;
  height: 100px;
  width: 100%;
  cursor: pointer; }
  .cs_dropzone .dz-preview {
    display: none; }
  .cs_dropzone.loading {
    background-image: url(images/ajax-loader.gif); }
  .cs_dropzone #dropzone_loading {
    display: none;
    background: #aaa;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0; }
    .cs_dropzone #dropzone_loading span {
      background: #cc0000;
      display: block;
      height: 100%;
      width: 0; }

form.cs_filter {
  margin-bottom: .5em; }
  form.cs_filter fieldset table tr th {
    text-align: right;
    font-weight: normal; }
  form.cs_filter fieldset table tr td, form.cs_filter fieldset table tr th {
    padding: 2px; }
    form.cs_filter fieldset table tr td label, form.cs_filter fieldset table tr th label {
      margin-bottom: 0; }
    form.cs_filter fieldset table tr td input[type="checkbox"], form.cs_filter fieldset table tr th input[type="checkbox"] {
      margin-top: 0;
      vertical-align: middle; }
  @media screen and (max-width: 768px) {
    form.cs_filter fieldset table {
      display: block; }
      form.cs_filter fieldset table tr {
        display: block; }
        form.cs_filter fieldset table tr th, form.cs_filter fieldset table tr td {
          padding: 0; }
        form.cs_filter fieldset table tr th {
          display: block;
          float: left;
          width: 40%; }
        form.cs_filter fieldset table tr td {
          display: block; } }
@media screen and (max-width: 768px) and (max-width: 480px) {
  form.cs_filter fieldset table tr th, form.cs_filter fieldset table tr td {
    display: block; }
  form.cs_filter fieldset table tr th {
    text-align: left;
    float: none;
    width: 100%; } }

table tr td.valign-middle, table tr th.valign-middle {
  vertical-align: middle; }
table tr th {
  text-align: left; }
table.simple {
  margin-bottom: .5em; }
  table.simple thead tr th, table.simple thead tr td {
    background: #1a1d43;
    color: white;
    text-align: center; }
    table.simple thead tr th.text-right, table.simple thead tr td.text-right {
      text-align: right; }
  table.simple tr td,
  table.simple tr th {
    padding: 2px 4px; }
  table.simple tr.double td {
    border-top-style: double;
    border-top-width: 3px; }
  table.simple tbody tr:hover td {
    background: #eee; }

div.cs_tabulka {
  position: relative;
  margin-bottom: .5em; }
  div.cs_tabulka div.header {
    overflow: hidden;
    background-color: #eeeeee;
    border-width: 0 0 1px 0;
    border-color: #cccccc;
    border-style: solid;
    padding: .3em 1em; }
    div.cs_tabulka div.header a {
      font-weight: bold; }
    div.cs_tabulka div.header div.title {
      display: inline-block;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        div.cs_tabulka div.header div.title {
          display: block;
          text-align: center;
          margin-bottom: 1em; } }
    div.cs_tabulka div.header div.pages {
      display: inline-block;
      float: right; }
      div.cs_tabulka div.header div.pages section {
        padding: 0 .3em;
        display: inline-block; }
        div.cs_tabulka div.header div.pages section.pages {
          padding: 0 .5em; }
      @media screen and (max-width: 768px) {
        div.cs_tabulka div.header div.pages {
          display: block;
          float: none;
          text-align: center; } }
  div.cs_tabulka div.footer {
    margin: 0 0 1em;
    padding: .3em 1em;
    background: #eeeeee; }
    div.cs_tabulka div.footer a {
      background: #1a1d43;
      color: #ffffff;
      padding: .25em;
      display: inline-block;
      border: 1px solid #000000;
      margin-left: 2px;
      line-height: 10px; }
      div.cs_tabulka div.footer a:hover {
        background: #eee; }
  @media screen and (max-width: 768px) {
    div.cs_tabulka table, div.cs_tabulka tbody, div.cs_tabulka thead, div.cs_tabulka tr, div.cs_tabulka td {
      display: block; } }
  div.cs_tabulka table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    div.cs_tabulka table thead {
      background: #eeeeee; }
      div.cs_tabulka table thead tr td {
        border-bottom: 1px solid #eee;
        padding: .25em .5em; }
        div.cs_tabulka table thead tr td img {
          vertical-align: middle; }
        div.cs_tabulka table thead tr td a {
          color: black; }
          div.cs_tabulka table thead tr td a.sort {
            padding-left: .25em;
            position: relative;
            vertical-align: top;
            display: inline-block; }
            div.cs_tabulka table thead tr td a.sort span.fa {
              position: absolute;
              top: 5px;
              left: 0; }
              div.cs_tabulka table thead tr td a.sort span.fa.grey {
                color: #cccccc; }
    div.cs_tabulka table tbody tr td {
      border-bottom: 1px solid #eee;
      padding: .25em .5em;
      margin: 0; }
      div.cs_tabulka table tbody tr td img {
        vertical-align: middle; }
    div.cs_tabulka table tbody tr:hover td {
      background: #eee; }
    @media screen and (max-width: 768px) {
      div.cs_tabulka table thead tr {
        text-align: center; }
        div.cs_tabulka table thead tr td {
          display: inline-block; }
      div.cs_tabulka table tbody tr:last-child td:last-child {
        border-bottom: 1px solid #cccccc; }
      div.cs_tabulka table tbody tr:nth-child(even) {
        background: #eeeeee; }
      div.cs_tabulka table tbody tr td {
        /* Behave  like a "row" */
        border: 0;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        min-height: 1.6em; }
        div.cs_tabulka table tbody tr td:first-child {
          border-top: 1px solid #cccccc; }
        div.cs_tabulka table tbody tr td:before {
          /* Now like a table header */
          position: absolute;
          /* Top/left values mimic padding */
          width: 45%;
          left: .25em;
          top: .25em;
          white-space: nowrap;
          text-align: right;
          font-weight: bold;
          content: attr(data-title); } }
  div.cs_tabulka .cell_farba_holder {
    position: relative; }
    div.cs_tabulka .cell_farba_holder .cell_farba {
      list-style: none;
      padding: 0;
      margin: 0; }
      div.cs_tabulka .cell_farba_holder .cell_farba.vyber {
        background: white;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        display: none; }
        div.cs_tabulka .cell_farba_holder .cell_farba.vyber.active {
          display: block; }
      div.cs_tabulka .cell_farba_holder .cell_farba li {
        background: white;
        cursor: pointer;
        user-select: none;
        width: 10px;
        height: 10px;
        line-height: 10px;
        margin-bottom: 1px;
        border: 1px solid #444; }
    div.cs_tabulka .cell_farba_holder select {
      display: none; }

body .select2-container {
  width: 200px; }
body .select2-drop-active {
  border-color: #999999; }
body .select2-drop.select2-drop-above.select2-drop-active {
  border-color: #999999; }
body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
  border-color: #999999;
  box-shadow: none; }
body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #999999; }
body .select2-results .select2-highlighted {
  background: #1a1d43;
  color: #fff; }
body .select2-container-multi.select2-container-active .select2-choices {
  border-color: #999999; }
body .select2-container-multi .select2-choices .select2-search-choice {
  margin: 1px 0 1px 1px;
  padding: 3px 5px 4px 18px; }
body .select2-container-multi .select2-choices .select2-search-field input {
  padding: 2px 1px; }
body .select2-choice {
  font-weight: normal; }
body .select2-container .select2-choice {
  background-image: none;
  border-color: #999999;
  border-radius: 0;
  line-height: 23px; }
body .select2-container.select2-drop-above .select2-choice {
  border-radius: 0; }
body .select2-results .select2-no-results,
body .select2-results .select2-searching,
body .select2-results .select2-selection-limit {
  padding: 5px; }
body .select2-dropdown-open .select2-choice {
  background: #ffffff; }
body .select2-result-selectable .select2-match,
body .select2-result-unselectable .select2-match {
  background: rgba(26, 29, 67, 0.25);
  text-decoration: none; }
body .select2-container-multi .select2-choices {
  background-image: none; }
body .select2-results li {
  padding: 0; }
body .select2-container .select2-choice .select2-arrow {
  border-radius: 0; }
body .select2-search input[type="text"] {
  width: 100%; }
body .select2-container .select2-choice abbr {
  top: 6px; }

#dev_bar {
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  color: white;
  position: fixed;
  top: 0;
  z-index: 1040;
  background: rgba(217, 83, 79, 0.9); }

.fc .fc-toolbar {
  overflow: hidden; }
  .fc .fc-toolbar .fc-clear {
    clear: none; }
.fc a.button, .fc button {
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.428571429;
  border-radius: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .fc a.button:focus, .fc a.button.focus,
  .fc button:focus,
  .fc button.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .fc a.button:hover,
  .fc button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .fc a.button:active, .fc a.button.active, .open > .fc a.button.dropdown-toggle,
  .fc button:active,
  .fc button.active, .open >
  .fc button.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .fc a.button:active:hover, .fc a.button:active:focus, .fc a.button:active.focus, .fc a.button.active:hover, .fc a.button.active:focus, .fc a.button.active.focus, .open > .fc a.button.dropdown-toggle:hover, .open > .fc a.button.dropdown-toggle:focus, .open > .fc a.button.dropdown-toggle.focus,
    .fc button:active:hover,
    .fc button:active:focus,
    .fc button:active.focus,
    .fc button.active:hover,
    .fc button.active:focus,
    .fc button.active.focus, .open >
    .fc button.dropdown-toggle:hover, .open >
    .fc button.dropdown-toggle:focus, .open >
    .fc button.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .fc a.button:active, .fc a.button.active, .open > .fc a.button.dropdown-toggle,
  .fc button:active,
  .fc button.active, .open >
  .fc button.dropdown-toggle {
    background-image: none; }
  .fc a.button.disabled:hover, .fc a.button.disabled:focus, .fc a.button.disabled.focus, .fc a.button[disabled]:hover, .fc a.button[disabled]:focus, .fc a.button[disabled].focus, fieldset[disabled] .fc a.button:hover, fieldset[disabled] .fc a.button:focus, fieldset[disabled] .fc a.button.focus,
  .fc button.disabled:hover,
  .fc button.disabled:focus,
  .fc button.disabled.focus,
  .fc button[disabled]:hover,
  .fc button[disabled]:focus,
  .fc button[disabled].focus,
  fieldset[disabled] .fc button:hover,
  fieldset[disabled] .fc button:focus,
  fieldset[disabled] .fc button.focus {
    background-color: #fff;
    border-color: #ccc; }
  .fc a.button .badge, .fc button .badge {
    color: #fff;
    background-color: #333; }
.fc .fc-state-default {
  box-shadow: none; }
  .fc .fc-state-default.fc-corner-left, .fc .fc-state-default.fc-corner-right {
    border-radius: 0; }

.cs_dropzone {
  margin-bottom: 1em;
  background-image: url(../images/drop_files_here.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
  box-sizing: border-box;
  border: 2px dashed #cccccc;
  height: 100px;
  width: 100%;
  cursor: pointer; }
  .cs_dropzone .dz-preview {
    display: none; }
  .cs_dropzone.loading {
    background-image: url(../images/ajax-loader.gif); }
  .cs_dropzone #dropzone_loading {
    display: none;
    background: #aaa;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0; }
    .cs_dropzone #dropzone_loading span {
      background: #cc0000;
      display: block;
      height: 100%;
      width: 0; }

td.stav-terminu_novy {
  background: #020623 !important;
  border: 1px solid black !important; }
  td.stav-terminu_novy a {
    color: white;
    text-decoration: none; }

.stav-dopytu-novy {
  background-color: #020623; }

a.fc-event.stav-dopytu-novy {
  background-color: #020623;
  border-color: #020623; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-dopytu-novy {
    color: #020623; }

td.stav-terminu_rozpracovany {
  background: #FBC02D !important;
  border: 1px solid #f0ad05 !important; }
  td.stav-terminu_rozpracovany a {
    color: white;
    text-decoration: none; }

.stav-dopytu-rozpracovany {
  background-color: #FBC02D; }

a.fc-event.stav-dopytu-rozpracovany {
  background-color: #FBC02D;
  border-color: #FBC02D; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-dopytu-rozpracovany {
    color: #FBC02D; }

td.stav-terminu_uzavrety {
  background: #5cb85c !important;
  border: 1px solid #449d44 !important; }
  td.stav-terminu_uzavrety a {
    color: white;
    text-decoration: none; }

.stav-dopytu-uzavrety {
  background-color: #5cb85c; }

a.fc-event.stav-dopytu-uzavrety {
  background-color: #5cb85c;
  border-color: #5cb85c; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-dopytu-uzavrety {
    color: #5cb85c; }

td.stav-terminu_rozpracovana {
  background: #FBC02D !important;
  border: 1px solid #f0ad05 !important; }
  td.stav-terminu_rozpracovana a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-rozpracovana {
  background-color: #FBC02D; }

a.fc-event.stav-cenovej-ponuky-rozpracovana {
  background-color: #FBC02D;
  border-color: #FBC02D; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-rozpracovana {
    color: #FBC02D; }

td.stav-terminu_rozpravcovana_zakaznik {
  background: #FBC02D !important;
  border: 1px solid #f0ad05 !important; }
  td.stav-terminu_rozpravcovana_zakaznik a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-rozpravcovana_zakaznik {
  background-color: #FBC02D; }

a.fc-event.stav-cenovej-ponuky-rozpravcovana_zakaznik {
  background-color: #FBC02D;
  border-color: #FBC02D; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-rozpravcovana_zakaznik {
    color: #FBC02D; }

td.stav-terminu_rozpracovana_termin {
  background: #FBC02D !important;
  border: 1px solid #f0ad05 !important; }
  td.stav-terminu_rozpracovana_termin a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-rozpracovana_termin {
  background-color: #FBC02D; }

a.fc-event.stav-cenovej-ponuky-rozpracovana_termin {
  background-color: #FBC02D;
  border-color: #FBC02D; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-rozpracovana_termin {
    color: #FBC02D; }

td.stav-terminu_odlozena {
  background: #373737 !important;
  border: 1px solid #1e1e1e !important; }
  td.stav-terminu_odlozena a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-odlozena {
  background-color: #373737; }

a.fc-event.stav-cenovej-ponuky-odlozena {
  background-color: #373737;
  border-color: #373737; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-odlozena {
    color: #373737; }

td.stav-terminu_uspesna {
  background: #5cb85c !important;
  border: 1px solid #449d44 !important; }
  td.stav-terminu_uspesna a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-uspesna {
  background-color: #5cb85c; }

a.fc-event.stav-cenovej-ponuky-uspesna {
  background-color: #5cb85c;
  border-color: #5cb85c; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-uspesna {
    color: #5cb85c; }

td.stav-terminu_neuspesna {
  background: #eb1b28 !important;
  border: 1px solid #c2111c !important; }
  td.stav-terminu_neuspesna a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-neuspesna {
  background-color: #eb1b28; }

a.fc-event.stav-cenovej-ponuky-neuspesna {
  background-color: #eb1b28;
  border-color: #eb1b28; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-neuspesna {
    color: #eb1b28; }

td.stav-terminu_archiv {
  background: #373737 !important;
  border: 1px solid #1e1e1e !important; }
  td.stav-terminu_archiv a {
    color: white;
    text-decoration: none; }

.stav-cenovej-ponuky-archiv {
  background-color: #373737; }

a.fc-event.stav-cenovej-ponuky-archiv {
  background-color: #373737;
  border-color: #373737; }
a.fc-event:focus {
  color: white; }

.left_frame .legend {
  margin: 5px; }
  .left_frame .legend .stav-cenovej-ponuky-archiv {
    color: #373737; }

.stav_platby_nezaplatene {
  background-color: #f0ad4e; }

.stav_platby_ciastocne_zaplatene {
  background-color: #f0c84e; }

.stav_platby_po_splatnosti {
  background-color: #d9534f; }

.stav_platby_zaplatene {
  background-color: #5cb85c; }

.stav-osoby-v-objednavke_nepotvrdeny {
  background-color: #d9534f; }

.stav-osoby-v-objednavke_caka {
  background-color: #f0ad4e; }

.stav-osoby-v-objednavke_potvrdeny {
  background-color: #5cb85c; }

.stav-osoby-v-objednavke_storno {
  background-color: #333333; }

.zmena-stavu-osoby-v-objednavke_nepotvrdeny {
  font-size: 11px; }
  .zmena-stavu-osoby-v-objednavke_nepotvrdeny.active, .zmena-stavu-osoby-v-objednavke_nepotvrdeny:hover, .zmena-stavu-osoby-v-objednavke_nepotvrdeny:focus, .zmena-stavu-osoby-v-objednavke_nepotvrdeny:active {
    background-color: #d9534f; }

.zmena-stavu-osoby-v-objednavke_caka {
  font-size: 11px; }
  .zmena-stavu-osoby-v-objednavke_caka.active, .zmena-stavu-osoby-v-objednavke_caka:hover, .zmena-stavu-osoby-v-objednavke_caka:focus, .zmena-stavu-osoby-v-objednavke_caka:active {
    background-color: #f0ad4e; }

.zmena-stavu-osoby-v-objednavke_potvrdeny {
  font-size: 11px; }
  .zmena-stavu-osoby-v-objednavke_potvrdeny.active, .zmena-stavu-osoby-v-objednavke_potvrdeny:hover, .zmena-stavu-osoby-v-objednavke_potvrdeny:focus, .zmena-stavu-osoby-v-objednavke_potvrdeny:active {
    background-color: #5cb85c; }

.zmena-stavu-osoby-v-objednavke_storno {
  font-size: 11px; }
  .zmena-stavu-osoby-v-objednavke_storno.active, .zmena-stavu-osoby-v-objednavke_storno:hover, .zmena-stavu-osoby-v-objednavke_storno:focus, .zmena-stavu-osoby-v-objednavke_storno:active {
    background-color: #333333;
    color: white; }

.storno_percent {
  background: white;
  border: 1px solid #ccc;
  width: 45px;
  vertical-align: middle; }

.typ_fakturacie_automaticka {
  font-size: 11px; }
  .typ_fakturacie_automaticka.active, .typ_fakturacie_automaticka:hover, .typ_fakturacie_automaticka:focus, .typ_fakturacie_automaticka:active {
    background-color: #5cb85c; }

.typ_fakturacie_storno {
  font-size: 11px; }
  .typ_fakturacie_storno.active, .typ_fakturacie_storno:hover, .typ_fakturacie_storno:focus, .typ_fakturacie_storno:active {
    background-color: #f0ad4e; }

.typ_fakturacie_manualna {
  font-size: 11px; }
  .typ_fakturacie_manualna.active, .typ_fakturacie_manualna:hover, .typ_fakturacie_manualna:focus, .typ_fakturacie_manualna:active {
    background-color: #d9534f; }

.papierove_osvedcenie {
  font-size: 11px;
  color: #333; }
  .papierove_osvedcenie:hover, .papierove_osvedcenie:focus, .papierove_osvedcenie:active, .papierove_osvedcenie:active:focus {
    color: #333; }
  .papierove_osvedcenie.tlacene {
    margin-left: 1rem !important; }

.dotaznik_zobrazit_na_webe_button {
  cursor: pointer; }
  .dotaznik_zobrazit_na_webe_button.zobrazeny_0 {
    filter: grayscale(100%); }

.dotaznik_komentar.komentar_0 {
  filter: grayscale(100%); }

.dotaznik_buttons .unsent {
  filter: grayscale(100%); }

.dotaznik_view tr.line {
  border-bottom: 1px solid #777777; }
.dotaznik_view tr.line-top {
  border-top: 1px solid #777777; }
.dotaznik_view tr.lektor {
  background: rgba(255, 255, 255, 0.8); }
.dotaznik_view tr h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 3px; }

.hodnotenie_sumar {
  display: flex; }
  .hodnotenie_sumar .rating-container {
    margin-left: 1rem;
    margin-right: 1rem; }

.label-white {
  background-color: white;
  color: black; }
  .label-white[href]:hover, .label-white[href]:focus {
    background-color: #e6e6e6; }

.badge-danger {
  background-color: #dc3545; }

.home #calendar {
  margin-bottom: .5rem; }

.termin.kategoria-skolenia_systemy-manazerstva {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_riadenie-procesov {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_statisticke-metody {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_zivotne-prostredie {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_logistika {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_lean-manazment {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_energetika {
  background: #1976d2 !important;
  border: 1px solid #145ca4 !important; }
.termin.kategoria-skolenia_projektovy-manazment {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }
.termin.kategoria-skolenia_leadership {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }
.termin.kategoria-skolenia_komunikacia-a-osobnostny-rozvoj {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }
.termin.kategoria-skolenia_manazment {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }
.termin.kategoria-skolenia_personalistika {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }
.termin.kategoria-skolenia_predajne-zrucnosti {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }
.termin.kategoria-skolenia_specificke-skolenia {
  background: #fb8c00 !important;
  border: 1px solid #c87000 !important; }
.termin.kategoria-skolenia_skolenia-pre-nezamestnanych {
  background: #fb8c00 !important;
  border: 1px solid #c87000 !important; }
.termin.opacity-40 {
  opacity: 0.4; }
.termin.opacity-70 {
  opacity: 0.7; }
.termin.uzavrete {
  background: #eb1b28 !important;
  border: 1px solid #c2111c !important;
  opacity: 1; }

.cs_filter #pocet_prihlasenych_od_text {
  width: 50px; }

.komunikacia .komunikacia_item {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eeeeee; }
  .komunikacia .komunikacia_item:last-child {
    margin-bottom: .5rem; }
  .komunikacia .komunikacia_item .title {
    margin-bottom: .5em;
    font-size: 1.1em; }

.checklist .has_value {
  background: rgba(92, 184, 92, 0.2); }
.checklist.table-hover > tbody > tr.has_value:hover {
  background: rgba(92, 184, 92, 0.3); }
.checklist.simple tbody tr.has_value:hover td {
  background: rgba(92, 184, 92, 0.3); }
.checklist .datum {
  font-size: .85em; }
.checklist textarea.text {
  font-size: 1em;
  padding: .25em;
  width: 400px;
  border-width: 1px;
  border-style: solid;
  border-color: #999999; }

.stav-auditu_nezacate {
  background: #eb1b28 !important;
  border: 1px solid #c2111c !important; }

.stav-auditu_caka-sa-na-termin {
  background: #fbc02d !important;
  border: 1px solid #f0ad05 !important; }

.stav-auditu_odsuhlaseny-termin {
  background: #fb8c00 !important;
  border: 1px solid #c87000 !important; }

.stav-auditu_pracuje-sa-na-dokumentacii {
  background: #a6a6a6 !important;
  border: 1px solid #8d8d8d !important; }

.stav-auditu_ukoncene {
  background: #5cb85c !important;
  border: 1px solid #449d44 !important; }

.stav-audit-schvalenie_chyba {
  background: #a6a6a6 !important; }

.stav-audit-schvalenie_caka {
  background: #fb8c00 !important; }

.stav-audit-schvalenie_schvaleny {
  background: #5cb85c !important; }

.stav-audit-schvalenie {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block; }

#group_zamestnanec_norma_auditu #element_td_odbor_auditu_id_hodnota div,
#group_audit_norma_auditu #element_td_odbor_auditu_id_hodnota div,
#group_prihlaska_auditu_norma_auditu #element_td_odbor_auditu_id_hodnota div,
#group_zmluva_norma_auditu #element_td_odbor_auditu_id_hodnota div {
  display: table-row; }
  #group_zamestnanec_norma_auditu #element_td_odbor_auditu_id_hodnota div input,
  #group_audit_norma_auditu #element_td_odbor_auditu_id_hodnota div input,
  #group_prihlaska_auditu_norma_auditu #element_td_odbor_auditu_id_hodnota div input,
  #group_zmluva_norma_auditu #element_td_odbor_auditu_id_hodnota div input {
    margin-right: 10px;
    display: table-cell; }
  #group_zamestnanec_norma_auditu #element_td_odbor_auditu_id_hodnota div label,
  #group_audit_norma_auditu #element_td_odbor_auditu_id_hodnota div label,
  #group_prihlaska_auditu_norma_auditu #element_td_odbor_auditu_id_hodnota div label,
  #group_zmluva_norma_auditu #element_td_odbor_auditu_id_hodnota div label {
    display: table-cell; }

#rozbalovaci_box_audit_detail .legenda {
  text-align: center;
  margin-bottom: 2rem; }

.audit_schvalenie_holder .datum_select_holder {
  display: flex;
  flex-wrap: wrap; }
  .audit_schvalenie_holder .datum_select_holder input.datetimewidth {
    width: 110px;
    padding: 0; }
  .audit_schvalenie_holder .datum_select_holder .superadmin_select {
    flex: 1 1 auto;
    border: none;
    width: auto;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    text-align: left;
    appearance: none;
    background-color: transparent;
    padding: 0 1em 0 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none; }

.stav-schvalenia_neschvaleny {
  background: #eb1b28 !important; }

.stav-schvalenia_caka-na-schvalenie {
  background: #fbc02d !important; }

.stav-schvalenia_schvaleny {
  background: #5cb85c !important; }

div.content h2.rozbalovaci_box.stav-schvalenia_neschvaleny {
  color: white; }
div.content h2.rozbalovaci_box.stav-schvalenia_caka-na-schvalenie {
  color: black; }
div.content h2.rozbalovaci_box.stav-schvalenia_schvaleny {
  color: white; }

.stav-certifikatu_platny {
  background: #5cb85c !important; }

.stav-certifikatu_pozastaveny {
  background: #fb8c00 !important; }

.stav-certifikatu_platny-pred-ukoncenim {
  background: #fb8c00 !important; }

.stav-certifikatu_zruseny {
  background: #eb1b28 !important; }

.stav-certifikatu_expirovany {
  background: #a6a6a6 !important; }

.stav-odobratia-certifikatu_caka-na-schvalenie {
  background: #fbc02d !important; }

.stav-odobratia-certifikatu_schvaleny {
  background: #eb1b28 !important; }

.stav-prihlasky-auditu_nezacata {
  background: #eb1b28 !important; }

.stav-prihlasky-auditu_rozpracovana {
  background: #fb8c00 !important; }

.stav-prihlasky-auditu_schvalena {
  background: #5cb85c !important; }

.stav-prihlasky-auditu_odmietnuta {
  background: #a6a6a6 !important; }

.audit_zamestnanec_matica table {
  margin-top: 9px;
  width: 100%; }
  .audit_zamestnanec_matica table .stav-normy_ok {
    background: #5cb85c; }
  .audit_zamestnanec_matica table .stav-normy_chyba-auditor {
    background: #d9534f; }
  .audit_zamestnanec_matica table .stav-normy_chyba-technicky-garant {
    background: #f0ad4e; }
  .audit_zamestnanec_matica table .datum {
    margin-right: 1px; }

.filelist input.datetime {
  width: 110px; }
.filelist .superadmin_select2 {
  text-align: left;
  width: 170px; }
  .filelist .superadmin_select2 .select2-choice {
    background: none;
    border: 0;
    padding-left: 0; }
    .filelist .superadmin_select2 .select2-choice .select2-chosen {
      margin-right: 0; }
    .filelist .superadmin_select2 .select2-choice .select2-arrow {
      display: none; }

input.input-hidden {
  background: none;
  border: none; }

.termin_zamestnanec_form th.datum {
  width: 83px; }
.termin_zamestnanec_form th.odkaz_online {
  width: 100px; }
.termin_zamestnanec_form th.support {
  width: 150px; }
.termin_zamestnanec_form td.datum {
  vertical-align: middle; }
.termin_zamestnanec_form td.odkaz_online {
  vertical-align: middle;
  text-align: center; }
  .termin_zamestnanec_form td.odkaz_online input.text {
    width: 100%;
    padding: .36em; }

.termin_naklady_form th.naklady {
  width: 100px; }
.termin_naklady_form th.mena {
  width: 100px; }
.termin_naklady_form th.buttons {
  width: 50px; }
.termin_naklady_form td input.text {
  width: 100%;
  padding: .37em; }

.obchodny_partner_poradie .panel-heading img {
  width: 30px; }
.obchodny_partner_poradie .obchodny_partner {
  margin-bottom: .5rem; }
  .obchodny_partner_poradie .obchodny_partner .logo {
    max-width: 20px; }
  .obchodny_partner_poradie .obchodny_partner:last-child {
    margin-bottom: 0; }

div.login img {
  width: 190px; }

header img.logo {
  width: 200px;
  padding: .5rem 0; }

.chart {
  margin-bottom: .5em; }

.click {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.na_spracovanie {
  background-color: #d9534f; }

.spracovana {
  background-color: #5cb85c; }

table.simple tbody tr td {
  padding: 3px 2px; }
table.simple tbody tr.thead {
  background: #1a1d43;
  color: white; }

div.cs_tabulka div.footer a:hover {
  background: #1a1d43; }

.modal-dialog .modal-content .modal-header {
  color: white;
  background: #1a1d43; }
  .modal-dialog .modal-content .modal-header h3 {
    color: white;
    margin: 0;
    font-size: 16px; }
  .modal-dialog .modal-content .modal-header .close {
    color: white; }

.pocet-znakov-pocet {
  border-radius: 2px;
  background: #999;
  color: white;
  display: inline-block;
  margin-left: .5em;
  padding: 0 2px;
  width: 2em;
  text-align: center; }

.row-active {
  background-color: #fbc02d; }

.features_holder {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .features_holder > * {
    margin-right: .5rem; }

.superadmin {
  background: none;
  border: none !important; }

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