/* line 1, ../../scss/style.scss */
body {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  height: 100vh;
  display: flex;
  flex-direction: column; }

/* line 9, ../../scss/style.scss */
#page-wrapper {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0; }

/* line 15, ../../scss/style.scss */
h1 {
  color: #3484D2; }

/* line 19, ../../scss/style.scss */
#ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url("../images/spinner.gif") no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none; }

/* line 28, ../../scss/style.scss */
div.flash {
  color: black;
  background: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 1em;
  margin: 1em 0; }

/* line 36, ../../scss/style.scss */
a[href^="#error:"] {
  background: red;
  color: white; }

/* line 41, ../../scss/style.scss */
form th, form td {
  vertical-align: top;
  font-weight: normal; }

/* line 46, ../../scss/style.scss */
form th {
  text-align: right; }

/* line 50, ../../scss/style.scss */
form .required label {
  font-weight: bold; }

/* line 54, ../../scss/style.scss */
-form .error {
  color: #D00;
  font-weight: bold; }

@media (min-width: 481px) {
  /* line 60, ../../scss/style.scss */
  .auth0-lock.auth0-lock .auth0-lock-header-bg {
    background: rgba(0, 0, 0, 0.8) !important; } }
/* line 65, ../../scss/style.scss */
.sidebar ul li a {
  padding: 1em 0.5em 1em 1.5em !important; }
  /* line 67, ../../scss/style.scss */
  .sidebar ul li a:hover, .sidebar ul li a:focus {
    padding: 1em 0 1em 1.05em !important; }
  /* line 70, ../../scss/style.scss */
  .sidebar ul li a i {
    width: 1.3em;
    text-align: center; }
  /* line 74, ../../scss/style.scss */
  .sidebar ul li a span {
    margin-left: 0.5em; }
/* line 78, ../../scss/style.scss */
.sidebar ul li a.active {
  padding: 1em 0 1em 1.05em !important; }

/* line 82, ../../scss/style.scss */
.user-picture {
  width: 32px;
  display: inline-block;
  border-radius: 999px; }

/* line 88, ../../scss/style.scss */
.twitter-typeahead {
  width: 100%; }

/* line 92, ../../scss/style.scss */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0; }

/* line 96, ../../scss/style.scss */
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%; }

/* line 117, ../../scss/style.scss */
.tt-suggestion {
  display: block;
  padding: 3px 20px; }

/* line 122, ../../scss/style.scss */
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

/* line 134, ../../scss/style.scss */
.tt-suggestion.tt-is-under-cursor a {
  color: #fff; }

/* line 138, ../../scss/style.scss */
.tt-suggestion p {
  margin: 0; }

/* line 141, ../../scss/style.scss */
input.daterangepicker {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 15px; }

/* line 148, ../../scss/style.scss */
.navbar-static-top li > a.dropdown-toggle:hover,
.navbar-static-top li > a.dropdown-toggle:focus,
.navbar-static-top li > a.dropdown-toggle:visited {
  background: transparent;
  color: white; }

/* line 154, ../../scss/style.scss */
.navbar-top-links li a.btn-primary,
.navbar-top-links li a.btn-info,
.navbar-top-links li a.btn-success,
.navbar-top-links li a.btn-danger {
  color: #fdfdfd; }

/* line 161, ../../scss/style.scss */
.btn-primary {
  background-color: #5383ff; }

/* line 165, ../../scss/style.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: none;
  border-left: none;
  border-top: 1px solid #ddd;
  color: #0f1a36; }

/* line 171, ../../scss/style.scss */
.table-bordered > thead > tr > th {
  border-top: none; }

/* line 174, ../../scss/style.scss */
.table-bordered > tbody > tr > td > a.btn-defaut:hover,
.table-bordered > tbody > tr > td > a.btn-defaut:focus,
.datagrid table .btn-defaut:hover,
.datagrid table .btn-defaut:focus {
  color: #2d3548 !important;
  background: #fff !important; }

/* line 182, ../../scss/style.scss */
.table-bordered > tbody > tr > td > strong > a:hover, .table-bordered > tbody > tr > td > strong > a:focus {
  color: #0f1a36 !important; }

/* line 185, ../../scss/style.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #0f1a36 !important;
  background-color: white !important;
  outline: 0 !important;
  box-shadow: none; }

/* line 191, ../../scss/style.scss */
span.multiselect-native-select {
  display: block; }

/* line 194, ../../scss/style.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626 !important; }

/* line 197, ../../scss/style.scss */
.multiselect-native-select .btn-group > .btn:first-child {
  border-radius: 1000px; }

/* line 200, ../../scss/style.scss */
#task-block .nav-tabs {
  border-bottom: 10px solid #0f1a36; }

/* line 203, ../../scss/style.scss */
#task-block .nav > li {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

/* line 207, ../../scss/style.scss */
#task-block .nav > li:first-of-type {
  border-left: 1px solid #ddd; }

/* line 210, ../../scss/style.scss */
#task-block .nav > li > a {
  display: inline-block;
  color: #0f1a36; }

/* line 214, ../../scss/style.scss */
#task-block .nav > li > button {
  margin-top: 10px; }

/* line 217, ../../scss/style.scss */
#task-block .nav-tabs > li.active,
#task-block .nav-tabs > li.active:focus,
#task-block .nav-tabs > li.active:hover,
#task-block .nav-tabs > li:focus,
#task-block .nav-tabs > li:hover,
#task-block .nav-tabs > li:focus a,
#task-block .nav-tabs > li:hover a,
#task-block .nav-tabs > li.active > a,
#task-block .nav-tabs > li.active > a:focus,
#task-block .nav-tabs > li.active > a:hover,
#task-block .nav > li > a:focus,
#task-block .nav > li > a:hover {
  color: #fff !important;
  background-color: #0f1a36;
  border: 1px solid #0f1a36;
  border-radius: 0; }

/* line 235, ../../scss/style.scss */
#task-block h3 {
  font-size: 14px;
  font-weight: 100; }

/* line 239, ../../scss/style.scss */
#task-block .tab-content > .row {
  margin-top: -15px; }

/* line 243, ../../scss/style.scss */
.dark-tabs .nav-tabs {
  border-bottom: 10px solid #0f1a36; }

/* line 246, ../../scss/style.scss */
.dark-tabs .nav > li {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

/* line 250, ../../scss/style.scss */
.dark-tabs .nav > li:first-of-type {
  border-left: 1px solid #ddd; }

/* line 253, ../../scss/style.scss */
.dark-tabs .nav > li > a {
  display: inline-block;
  color: #0f1a36; }

/* line 257, ../../scss/style.scss */
.dark-tabs .nav > li > button {
  margin-top: 10px; }

/* line 260, ../../scss/style.scss */
.dark-tabs .nav-tabs > li.active,
.dark-tabs .nav-tabs > li.active:focus,
.dark-tabs .nav-tabs > li.active:hover,
.dark-tabs .nav-tabs > li:focus,
.dark-tabs .nav-tabs > li:hover,
.dark-tabs .nav-tabs > li:focus a,
.dark-tabs .nav-tabs > li:hover a,
.dark-tabs .nav-tabs > li.active > a,
.dark-tabs .nav-tabs > li.active > a:focus,
.dark-tabs .nav-tabs > li.active > a:hover,
.dark-tabs .nav > li > a:focus,
.dark-tabs .nav > li > a:hover {
  color: #fff;
  background-color: #0f1a36;
  border: 1px solid #0f1a36;
  border-radius: 0; }

/* line 277, ../../scss/style.scss */
.dark-tabs h3 {
  font-size: 14px;
  font-weight: 100; }

/* line 281, ../../scss/style.scss */
.dark-tabs .tab-content > .row {
  margin-top: -15px; }

/* line 285, ../../scss/style.scss */
.datagrid .bootstrap-select button .bs-caret {
  display: none; }

/* line 288, ../../scss/style.scss */
.datagrid .bootstrap-select button {
  display: inline-block;
  padding-left: 1em;
  border-radius: 20px !important;
  color: #0f1a36;
  margin: 1em 0;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://d30y9cdsu7xlg0.cloudfront.net/png/10897-200.png) no-repeat;
  background-size: 20px;
  background-position: 95%;
  box-shadow: none;
  border: 1px solid #ddd; }

/* line 306, ../../scss/style.scss */
.datagrid .bootstrap-select .dropdown-toggle:focus, .datagrid .bootstrap-select .dropdown-toggle:hover {
  outline: transparent !important;
  color: #0f1a36 !important;
  background-color: #fff;
  border-color: #ddd; }

/* line 312, ../../scss/style.scss */
.datagrid .bootstrap-select .dropdown-menu.open {
  top: 150%; }

/* line 315, ../../scss/style.scss */
.datagrid .bootstrap-select {
  --webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* line 322, ../../scss/style.scss */
.datagrid table {
  margin-top: 20px; }

/* line 325, ../../scss/style.scss */
#toast-container > div {
  opacity: 1 !important; }

/* line 329, ../../scss/style.scss */
textarea.rate_reason {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 9999;
  margin: 0px;
  width: calc(100% - 30px);
  border-radius: 1px;
  height: 10em; }

/* line 339, ../../scss/style.scss */
.max-value-box {
  margin: 30px 0 !important; }

/* line 342, ../../scss/style.scss */
.max-value-box input {
  padding-bottom: 26px;
  height: 50px;
  text-align: center;
  border-radius: 50px; }

/* line 348, ../../scss/style.scss */
.max-value-box .value-box-note {
  margin-top: -25px; }

/* line 351, ../../scss/style.scss */
.parts-box textarea {
  height: 36px;
  margin: 5px 0px;
  overflow: hidden; }

/* line 356, ../../scss/style.scss */
.address-control {
  margin: 5px 0; }

/* line 359, ../../scss/style.scss */
.dependency-box {
  margin: 5px 0; }

/* line 363, ../../scss/style.scss */
.top-panel li {
  width: 100%; }

/* line 366, ../../scss/style.scss */
.top-panel.nav .open > a, .top-panel.nav .open > a:focus, .top-panel.nav .open > a:hover {
  background: #333 !important; }

/* line 369, ../../scss/style.scss */
.top-panel.nav > li > a:focus, .top-panel.nav > li > a:hover {
  background: #444 !important; }

/* line 372, ../../scss/style.scss */
.top-panel .dropdown-menu {
  width: 100%; }

/* line 375, ../../scss/style.scss */
.top-panel > li > a {
  padding: 0;
  text-align: right;
  font-size: 80%;
  background: #333; }

/* line 381, ../../scss/style.scss */
.container-mobile {
  padding: 0; }

/* line 384, ../../scss/style.scss */
.category-box {
  background-color: #0f1a36;
  margin: 15px 5px;
  width: 47%;
  display: inline-block;
  text-align: center;
  height: 180px;
  vertical-align: middle; }

/* line 393, ../../scss/style.scss */
.category-box > a {
  color: white;
  display: block;
  padding: 15px;
  vertical-align: middle;
  height: 180px;
  font-size: 18px; }

/* line 401, ../../scss/style.scss */
.category-box > a:hover,
.category-box > a:focus,
.category-box > a:active {
  color: white !important;
  text-decoration: none; }

/* line 407, ../../scss/style.scss */
.uppercase {
  text-transform: uppercase; }

/* line 410, ../../scss/style.scss */
.category-box > a > img {
  vertical-align: middle;
  width: 45px;
  height: auto;
  margin: 44px auto 15px; }

/* line 417, ../../scss/style.scss */
.job-box {
  background-color: #323a45;
  margin: 10px 15px;
  padding: 15px;
  font-size: 18px; }

/* line 423, ../../scss/style.scss */
.job-box > a {
  color: white; }

/* line 426, ../../scss/style.scss */
.startWork-box {
  background-color: #46ae19;
  margin: 15px;
  font-size: 18px;
  padding: 15px; }

/* line 432, ../../scss/style.scss */
.startWork-box > a {
  color: white; }

/* line 435, ../../scss/style.scss */
.endTask-box {
  background-color: #ae1736;
  margin: 15px;
  font-size: 18px;
  padding: 15px; }

/* line 441, ../../scss/style.scss */
.endTask-box > a {
  color: white; }

/* line 444, ../../scss/style.scss */
.endTask-box > a > img {
  width: 86px;
  margin: 10px auto 6px; }

/* line 448, ../../scss/style.scss */
.navbar-inverse {
  background-color: #323a45;
  color: white !important; }

/* line 452, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-header > .navbar-brand {
  background-color: #323a45;
  color: white !important;
  height: 64px;
  width: calc(100% - 100px);
  text-transform: uppercase;
  font-weight: 700;
  padding: 0; }

/* line 461, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-collapse > .navbar-nav {
  padding: 0 15px; }

/* line 464, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-header > .navbar-toggle {
  border-color: white !important;
  padding: 10px 4px;
  margin: 10px; }

/* line 469, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-header > .navbar-toggle > .icon-bar {
  width: 30px;
  height: 4px; }

/* line 473, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-header {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 0; }

/* line 479, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-header a {
  color: #FFF;
  padding-top: 18px;
  display: inline-block;
  height: 64px; }

/* line 485, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-header .btn-back {
  font-weight: bold;
  width: 44px;
  display: inline-block;
  height: 64px;
  font-size: 34px;
  text-align: center;
  padding-top: 12px;
  margin-top: 0;
  margin-left: 0; }

/* line 496, ../../scss/style.scss */
.navbar-inverse > .container-mobile > .navbar-collapse > .navbar-nav .open .dropdown-menu {
  background-color: #29313c; }

/* line 499, ../../scss/style.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #323a45;
  color: white !important; }

/* line 503, ../../scss/style.scss */
.navbar-inverse .navbar-nav > li > a {
  color: white !important;
  text-transform: uppercase; }

/* line 507, ../../scss/style.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: white !important;
  text-transform: uppercase; }

/* line 511, ../../scss/style.scss */
.navbar-inverse .navbar-collapse {
  border: none;
  box-shadow: none; }

/* line 516, ../../scss/style.scss */
.btn-back {
  display: inline-block;
  width: 6%;
  float: left;
  margin-top: 18px;
  color: white !important;
  margin-left: 34px;
  padding: 0; }

/* line 525, ../../scss/style.scss */
.btn-back > img {
  width: 50%; }

/* line 528, ../../scss/style.scss */
h1 {
  color: #2d354a;
  margin: 20px 0;
  font-size: 25px; }

/* line 533, ../../scss/style.scss */
hr {
  margin: 0;
  border-color: #cecece; }

/* line 537, ../../scss/style.scss */
table {
  width: 100%; }

/* line 540, ../../scss/style.scss */
.task-row {
  padding: 0; }

/* line 543, ../../scss/style.scss */
.task {
  width: 70%; }

/* line 546, ../../scss/style.scss */
.task-box {
  padding: 5px;
  border-bottom: 1px solid #cecece; }

/* line 550, ../../scss/style.scss */
.label-box {
  text-align: center;
  width: 15%; }

/* line 554, ../../scss/style.scss */
.label-box > .badge {
  background-color: #323a45; }

/* line 557, ../../scss/style.scss */
.label-box > .danger-badge {
  background-color: #ae1736; }

/* line 560, ../../scss/style.scss */
.task > a {
  color: #2d354a;
  margin: 14px;
  font-size: 20px;
  line-height: 1;
  display: block; }

/* line 567, ../../scss/style.scss */
.task-box > td.task {
  max-width: 1px;
  overflow: hidden; }

/* line 571, ../../scss/style.scss */
.task-box > td > .info-task:hover, .info-task:focus, .info-task:active {
  color: #2d354a !important;
  text-decoration: none; }

/* line 575, ../../scss/style.scss */
.start > td > .active-task:hover, .active-task:focus, .active-task:active {
  color: white !important;
  text-decoration: none; }

/* line 579, ../../scss/style.scss */
.active-white:hover, .active-white:focus, .active-white:active {
  color: white !important;
  text-decoration: none; }

/* line 583, ../../scss/style.scss */
.play {
  text-align: center;
  width: 15%; }

/* line 587, ../../scss/style.scss */
.start {
  background-color: #2d354a;
  padding: 5px; }

/* line 591, ../../scss/style.scss */
.start > .task > a {
  color: white;
  margin: 14px;
  font-size: 20px;
  line-height: 1;
  display: block; }

/* line 598, ../../scss/style.scss */
.start > .label-box > .badge {
  background-color: white;
  color: #2d354a; }

/* line 602, ../../scss/style.scss */
.start > .play > i {
  color: white; }

@media (max-width: 645px) {
  /* line 606, ../../scss/style.scss */
  .category-box {
    width: 46%; } }
@media (max-width: 499px) {
  /* line 611, ../../scss/style.scss */
  .category-box {
    width: 45%; } }
@media (max-width: 391px) {
  /* line 616, ../../scss/style.scss */
  .navbar-inverse > .container-mobile > .navbar-header > .navbar-brand {
    font-size: 16px; }

  /* line 619, ../../scss/style.scss */
  .navbar-inverse > .container-mobile > .navbar-header > .navbar-brand > a {
    color: #fff; }

  /* line 622, ../../scss/style.scss */
  .navbar-inverse > .container-mobile > .navbar-header > .navbar-brand > a.actual-task {
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden; } }
@media (max-width: 390px) {
  /* line 629, ../../scss/style.scss */
  .category-box {
    width: 44%; } }
/* line 634, ../../scss/style.scss */
.dropdown-alerts > li > a,
.dropdown-user > li > a {
  color: #333; }

/* line 638, ../../scss/style.scss */
.auth0-lock-header {
  display: none; }

/* line 641, ../../scss/style.scss */
.multiselect.btn:hover > span,
.multiselect.btn:hover > b,
.multiselect.btn:focus > span,
.multiselect.btn:focus > b,
.multiselect.btn-active > span,
.multiselect.btn-active > b {
  color: #555 !important; }

/* line 649, ../../scss/style.scss */
.mt0 {
  margin-top: 0; }

/* line 652, ../../scss/style.scss */
.mt1em {
  margin-top: 1em; }

/* line 655, ../../scss/style.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #843534 !important; }

/* line 659, ../../scss/style.scss */
#snippet-mobileTaskGrid-table tr.active > td {
  background-color: #0f1a36; }

/* line 662, ../../scss/style.scss */
#snippet-mobileTaskGrid-table tr.active > td .fa-stop-circle,
#snippet-mobileTaskGrid-table tr.active > td a,
#snippet-mobileTaskGrid-table tr.active > td a:hover,
#snippet-mobileTaskGrid-table tr.active > td .badge {
  color: #fff !important; }

/* line 668, ../../scss/style.scss */
#snippet-mobileTaskGrid-table tr.active > td badge {
  color: transparent; }

/* line 671, ../../scss/style.scss */
a.dark-link:hover,
a.dark-link:active,
a.dark-link:focus {
  text-decoration: underline;
  color: #0f1a36 !important; }

/* line 678, ../../scss/style.scss */
.datagrid table td.col-action {
  text-align: left; }

/* line 681, ../../scss/style.scss */
.datagrid-listGrid ul.dropdown-menu {
  left: auto;
  right: 0; }

/* line 686, ../../scss/style.scss */
.sms-form {
  display: none; }

/* line 690, ../../scss/style.scss */
.comments, .friend {
  border-radius: 5px;
  box-shadow: 2px 1px 9px 0px #ddd;
  padding: 0.5em; }
  /* line 694, ../../scss/style.scss */
  .comments .panel-default, .friend .panel-default {
    border: 0;
    box-shadow: none;
    margin: 0; }

/* line 700, ../../scss/style.scss */
.comments {
  background-color: white;
  margin: 0.5em 3em 1em 0; }

/* line 704, ../../scss/style.scss */
.friend {
  background-color: #f6f7fb;
  margin: 0.5em 0 1em 3em; }
  /* line 707, ../../scss/style.scss */
  .friend .panel-default {
    background: transparent; }

/* line 712, ../../scss/style.scss */
.pc-account {
  /*detail uctu*/
  /*button pridania platby*/ }
  /* line 713, ../../scss/style.scss */
  .pc-account .minus {
    color: #ae1736; }
  /* line 716, ../../scss/style.scss */
  .pc-account .plus {
    color: #46ae19; }
  /* line 719, ../../scss/style.scss */
  .pc-account .neutral {
    color: #717171; }
  /* line 723, ../../scss/style.scss */
  .pc-account .card {
    border-bottom: 1px solid #ddd;
    background: white;
    padding: 0 1em;
    margin: 0; }
    /* line 728, ../../scss/style.scss */
    .pc-account .card .btn-collapse {
      width: calc(100% - 27px);
      background: white;
      border-radius: 0; }
      /* line 732, ../../scss/style.scss */
      .pc-account .card .btn-collapse .account {
        /*nazov uctyu*/
        text-align: left;
        overflow: hidden; }
        /* line 735, ../../scss/style.scss */
        .pc-account .card .btn-collapse .account h3 {
          margin: 0.5em 0 0;
          font-size: 125%;
          text-transform: uppercase; }
        /* line 740, ../../scss/style.scss */
        .pc-account .card .btn-collapse .account span {
          /*label poslane na uhradu*/
          font-size: 11px;
          text-transform: none;
          margin-left: 0.5em; }
    /* line 747, ../../scss/style.scss */
    .pc-account .card .cash {
      /*suma*/
      text-align: right; }
      /* line 749, ../../scss/style.scss */
      .pc-account .card .cash h3 {
        margin: 0.5em 0 0;
        font-size: 125%; }
    /* line 754, ../../scss/style.scss */
    .pc-account .card .category-cash {
      /*kategoria a odvetvie platby*/
      text-align: left; }
      /* line 756, ../../scss/style.scss */
      .pc-account .card .category-cash p {
        margin: 0; }
      /* line 759, ../../scss/style.scss */
      .pc-account .card .category-cash span {
        margin-right: 1em; }
    /* line 763, ../../scss/style.scss */
    .pc-account .card .time {
      text-align: right; }
    /* line 766, ../../scss/style.scss */
    .pc-account .card .btn-card {
      text-align: right;
      margin: 0.5em 0; }
    /* line 770, ../../scss/style.scss */
    .pc-account .card .name-add p {
      padding: 0 1em;
      font-size: 90%;
      margin: 0;
      line-height: 1.5; }
  /* line 778, ../../scss/style.scss */
  .pc-account .card-money-box {
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    background: white;
    display: block;
    padding: 1em;
    text-align: right; }
    /* line 785, ../../scss/style.scss */
    .pc-account .card-money-box:hover, .pc-account .card-money-box:focus {
      border-bottom: 1px solid transparent;
      -webkit-border-image: -webkit-linear-gradient(left, #0f1a36, #17b9f7);
      border-image: linear-gradient(to right, #0f1a36, #17b9f7);
      border-image-slice: 1;
      box-shadow: none; }
  /* line 793, ../../scss/style.scss */
  .pc-account .purse {
    margin-top: 1em; }
  /* line 796, ../../scss/style.scss */
  .pc-account .table {
    margin: 0; }
    /* line 798, ../../scss/style.scss */
    .pc-account .table tbody > tr > td {
      border-top: 0; }
  /* line 802, ../../scss/style.scss */
  .pc-account .title {
    text-align: left;
    text-transform: uppercase; }
    /* line 805, ../../scss/style.scss */
    .pc-account .title span {
      padding-left: 1em; }
    /* line 808, ../../scss/style.scss */
    .pc-account .title img {
      width: 45px; }
    /* line 811, ../../scss/style.scss */
    .pc-account .title i {
      width: 45px;
      text-align: center; }
  /* line 816, ../../scss/style.scss */
  .pc-account .cash {
    text-align: right; }
  /* line 819, ../../scss/style.scss */
  .pc-account .day {
    text-align: center; }
  /* line 822, ../../scss/style.scss */
  .pc-account .gradient-border {
    border-bottom: 4px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(left, #0f1a36, #17b9f7);
    border-image: linear-gradient(to right, #0f1a36, #17b9f7);
    border-image-slice: 1;
    padding: 1em;
    margin: 0;
    background: white;
    margin-top: 2em; }
  /* line 832, ../../scss/style.scss */
  .pc-account .analysis-summary.gradient-border {
    margin: 0; }
  /* line 835, ../../scss/style.scss */
  .pc-account .money-box {
    background: white;
    display: block;
    padding: 1em 2em;
    box-shadow: 2px 1px 9px 0px #ddd; }
  /* line 841, ../../scss/style.scss */
  .pc-account .img-bank label img {
    width: 45px; }
  /* line 845, ../../scss/style.scss */
  .pc-account .edit-moneyBox {
    margin: 0.5em 0;
    text-align: right;
    padding: 0 0.5em; }
  /* line 850, ../../scss/style.scss */
  .pc-account .form-inline {
    margin: 0.5em 0;
    text-align: left; }
    /* line 853, ../../scss/style.scss */
    .pc-account .form-inline p {
      margin-bottom: 5px; }
    /* line 856, ../../scss/style.scss */
    .pc-account .form-inline .form-group {
      margin-top: 0;
      margin-bottom: 0; }
  /* line 861, ../../scss/style.scss */
  .pc-account .form-group {
    margin: 0.5em 0;
    text-align: left; }
  /* line 866, ../../scss/style.scss */
  .pc-account .select-filter .form-group {
    margin: 0.5em;
    display: inline-block; }
  /* line 871, ../../scss/style.scss */
  .pc-account .btn-search {
    color: #fff;
    border: none;
    margin: auto;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    background: #17b9f7;
    margin: 1em 0;
    padding: 6px 12px;
    -webkit-box-shadow: 2px 1px 9px 0px #ddd;
    box-shadow: 2px 1px 9px 0px #ddd; }
  /* line 884, ../../scss/style.scss */
  .pc-account .btn-default {
    border-radius: 20px; }
    /* line 886, ../../scss/style.scss */
    .pc-account .btn-default:hover, .pc-account .btn-default:focus {
      color: #323a44 !important;
      background-color: white;
      box-shadow: none; }
    /* line 891, ../../scss/style.scss */
    .pc-account .btn-default .active {
      color: #323a44 !important;
      background-color: white;
      box-shadow: none; }
      /* line 895, ../../scss/style.scss */
      .pc-account .btn-default .active:hover, .pc-account .btn-default .active:focus {
        color: #323a44 !important;
        background-color: white;
        box-shadow: none; }
  /* line 903, ../../scss/style.scss */
  .pc-account .open > .dropdown-toggle.btn-default:hover, .pc-account .open > .dropdown-toggle.btn-default:focus {
    color: #323a44 !important;
    background-color: white;
    box-shadow: none; }
  /* line 910, ../../scss/style.scss */
  .pc-account .material-button {
    position: relative;
    top: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    font-size: 1em;
    color: white;
    background: #ae1736;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.275);
    outline: none; }
    /* line 923, ../../scss/style.scss */
    .pc-account .material-button:hover, .pc-account .material-button:focus {
      color: white; }
  /* line 927, ../../scss/style.scss */
  .pc-account .material-button-toggle {
    z-index: 3;
    line-height: 3;
    width: 60px;
    height: 60px;
    margin: 0 auto; }
    /* line 933, ../../scss/style.scss */
    .pc-account .material-button-toggle svg {
      -webkit-transform: none;
      transform: none;
      -webkit-transition: -webkit-transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67);
      transition: transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67); }
  /* line 941, ../../scss/style.scss */
  .pc-account .material-button-toggle.open {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-animation: toggleBtnAnim .175s;
    animation: toggleBtnAnim .175s; }
    /* line 946, ../../scss/style.scss */
    .pc-account .material-button-toggle.open span {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67);
      transition: transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67); }
  /* line 954, ../../scss/style.scss */
  .pc-account .option {
    position: relative; }
    /* line 956, ../../scss/style.scss */
    .pc-account .option .option1, .pc-account .option .option2 {
      filter: blur(3px);
      -webkit-filter: blur(3px);
      -webkit-transition: all .175s;
      transition: all .175s; }
    /* line 962, ../../scss/style.scss */
    .pc-account .option .option1 {
      line-height: 2.5;
      -webkit-transform: translate3d(70px, 70px, 0) scale(0.8, 0.8);
      transform: translate3d(70px, 70px, 0) scale(0.8, 0.8); }
    /* line 967, ../../scss/style.scss */
    .pc-account .option .option2 {
      line-height: 2.5;
      -webkit-transform: translate3d(0, 70px, 0) scale(0.8, 0.8);
      transform: translate3d(0, 70px, 0) scale(0.8, 0.8); }
  /* line 974, ../../scss/style.scss */
  .pc-account .option.scale-on .option1,
  .pc-account .option.scale-on .option2 {
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .175s;
    transition: all .175s; }
  /* line 983, ../../scss/style.scss */
  .pc-account .option.scale-on .option1 {
    -webkit-transform: translateY(40px) translateZ(0);
    transform: translateY(40px) translateZ(0); }
  /* line 987, ../../scss/style.scss */
  .pc-account .option.scale-on .option2 {
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0); }
  /* line 991, ../../scss/style.scss */
  .pc-account .nav-tabs > li.active > a {
    color: #0f1a36;
    border: none;
    border-bottom: 3px solid #0f1a36;
    background: transparent; }
  /* line 997, ../../scss/style.scss */
  .pc-account .year {
    text-align: center;
    margin: 1em 0; }
  /* line 1001, ../../scss/style.scss */
  .pc-account .calendar {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    width: 100%; }
  /* line 1008, ../../scss/style.scss */
  .pc-account .price-filter .input-group {
    width: 100%; }
  /* line 1012, ../../scss/style.scss */
  .pc-account .import-btn {
    margin: 0 1em; }
  /* line 1015, ../../scss/style.scss */
  .pc-account .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }

/* line 1020, ../../scss/style.scss */
.send-picker {
  margin: 1em 0;
  padding: 0; }
  /* line 1023, ../../scss/style.scss */
  .send-picker .dropdown-toggle.bs-placeholder:focus, .send-picker .dropdown-toggle.bs-placeholder:hover {
    color: white !important; }

/* line 1028, ../../scss/style.scss */
.auction-detail .dl-horizontal dt {
  width: auto; }
/* line 1031, ../../scss/style.scss */
.auction-detail .btn-link {
  padding: 0; }
/* line 1034, ../../scss/style.scss */
.auction-detail .form-control {
  border-radius: 5px; }
@media (min-width: 768px) {
  /* line 1038, ../../scss/style.scss */
  .auction-detail .dl-horizontal dd {
    margin-left: 240px; } }

/* line 1044, ../../scss/style.scss */
.chart-container {
  position: relative;
  margin: auto;
  height: 505px;
  background: white;
  margin-bottom: 1em; }

/* line 1053, ../../scss/style.scss */
.pager a {
  display: inline-block;
  padding: 10px; }

/* line 1059, ../../scss/style.scss */
#turnover-filter,
#turnover-operations {
  display: none; }

/* line 1064, ../../scss/style.scss */
.send-picker {
  margin: 1em 0;
  padding: 0; }
  /* line 1067, ../../scss/style.scss */
  .send-picker .dropdown-toggle.bs-placeholder:focus, .send-picker .dropdown-toggle.bs-placeholder:hover {
    color: white !important; }

/* line 1072, ../../scss/style.scss */
.auction-detail .dl-horizontal dt {
  width: auto; }
/* line 1075, ../../scss/style.scss */
.auction-detail .btn-link {
  padding: 0; }
/* line 1078, ../../scss/style.scss */
.auction-detail .form-control {
  border-radius: 5px; }
@media (min-width: 768px) {
  /* line 1082, ../../scss/style.scss */
  .auction-detail .dl-horizontal dd {
    margin-left: 240px; } }

/* line 1087, ../../scss/style.scss */
.collapse-in {
  display: block !important; }

/* line 1091, ../../scss/style.scss */
.add-partner .modal-header {
  border: 0; }
  /* line 1093, ../../scss/style.scss */
  .add-partner .modal-header h5 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700; }
/* line 1099, ../../scss/style.scss */
.add-partner .modal-footer {
  border: 0; }

/* line 1104, ../../scss/style.scss */
.js-add-partner .no-results {
  cursor: pointer; }

/* line 1108, ../../scss/style.scss */
.modal-grid-empty {
  padding: 5px;
  margin: 10px 0 15px; }

/* line 1114, ../../scss/style.scss */
.bootstrap-select .btn-default {
  border-radius: 20px; }
  /* line 1116, ../../scss/style.scss */
  .bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:focus {
    color: #323a44 !important;
    background-color: white;
    box-shadow: none;
    outline: 0 !important; }
  /* line 1122, ../../scss/style.scss */
  .bootstrap-select .btn-default .active {
    color: #323a44 !important;
    background-color: white;
    box-shadow: none; }
    /* line 1126, ../../scss/style.scss */
    .bootstrap-select .btn-default .active:hover, .bootstrap-select .btn-default .active:focus {
      color: #323a44 !important;
      background-color: white;
      box-shadow: none; }
/* line 1134, ../../scss/style.scss */
.bootstrap-select .open > .dropdown-toggle.btn-default:hover, .bootstrap-select .open > .dropdown-toggle.btn-default:focus {
  color: #323a44 !important;
  outline: 0 !important; }

/* line 1140, ../../scss/style.scss */
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 1143, ../../scss/style.scss */
.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background: white;
  color: #323a44 !important;
  box-shadow: none;
  outline: 0 !important; }

/* line 1150, ../../scss/style.scss */
.dhx_cal_select_menu {
  display: none; }

/* line 1153, ../../scss/style.scss */
.dhx_cal_event_line {
  background: #0f1a36; }

/* line 1158, ../../scss/style.scss */
.customer-title h1 span {
  font-size: 16px; }

/* line 1165, ../../scss/style.scss */
.detail-customer .customer-title-btn {
  text-align: right; }
  /* line 1167, ../../scss/style.scss */
  .detail-customer .customer-title-btn .btn-warning {
    border: 0; }
  /* line 1170, ../../scss/style.scss */
  .detail-customer .customer-title-btn .btn-group {
    margin: 20px 0; }
    /* line 1172, ../../scss/style.scss */
    .detail-customer .customer-title-btn .btn-group .btn {
      border-radius: 0;
      width: 130px; }
@media (max-width: 767px) {
  /* line 1179, ../../scss/style.scss */
  .detail-customer .customer-title-btn {
    text-align: left; }
    /* line 1181, ../../scss/style.scss */
    .detail-customer .customer-title-btn .btn-group {
      margin-top: 0; } }
/* line 1186, ../../scss/style.scss */
.detail-customer .customer-description {
  margin: 0;
  padding: 1em 1em 0;
  background: white; }
/* line 1191, ../../scss/style.scss */
.detail-customer .btn-default:hover, .detail-customer .btn-default:focus, .detail-customer .btn-default:active:focus {
  box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.2); }
/* line 1194, ../../scss/style.scss */
.detail-customer .datagrid .btn-primary:hover {
  color: white; }
/* line 1199, ../../scss/style.scss */
.detail-customer #snippet-cardList-grid .btn-danger:hover, .detail-customer #snippet-cardList-grid .btn-danger:focus {
  color: white; }
/* line 1204, ../../scss/style.scss */
.detail-customer .datagrid table thead tr th {
  font-weight: 700; }
/* line 1207, ../../scss/style.scss */
.detail-customer .datagrid .row-grid-bottom {
  padding: 5px 8px; }
/* line 1210, ../../scss/style.scss */
.detail-customer .table > thead > tr > th {
  padding: 5px 8px; }
/* line 1213, ../../scss/style.scss */
.detail-customer .datagrid table td.col-action {
  text-align: right; }

/* line 1218, ../../scss/style.scss */
#event-tooltip {
  padding: 4px;
  background-color: white;
  position: absolute;
  margin-top: 1px; }
  /* line 1224, ../../scss/style.scss */
  #event-tooltip li {
    padding: 5px 7px; }

/* line 1229, ../../scss/style.scss */
.dhx_event_move.dhx_title {
  border-radius: 5px 5px 0 0; }

/* line 1232, ../../scss/style.scss */
.dhx_cal_event .dhx_body {
  border-radius: 0 0 5px 5px !important; }

/* line 1236, ../../scss/style.scss */
.fulltext-customer-table {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  padding: 0 15px 20px 15px; }

/* line 1246, ../../scss/style.scss */
.fulltext-customer-table .wrapper {
  border: solid 1px #7b7b7b;
  background-color: white;
  position: relative; }

/* line 1252, ../../scss/style.scss */
.fulltext-customer-table .wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 3px;
  font-size: 14px;
  z-index: 9999; }

/* line 1261, ../../scss/style.scss */
.fulltext-customer-table .fulltext-customer-table-item {
  padding: 10px;
  cursor: pointer; }

/* line 1266, ../../scss/style.scss */
.fulltext-customer-table .fulltext-customer-table-item span {
  color: #a7a7a7; }

/* line 1270, ../../scss/style.scss */
.fulltext-customer-table .custom-exists-loader {
  padding: 10px 15px;
  color: #646464;
  display: none; }

/* line 1276, ../../scss/style.scss */
.fulltext-customer-table .empty {
  padding: 25px 0;
  color: #9b9b9b;
  text-align: center;
  font-size: 14px; }

/* line 1284, ../../scss/style.scss */
.fulltext-customer-table .fulltext-customer-table-item:hover {
  background-color: #e6e6e6; }

/* line 1288, ../../scss/style.scss */
.select-customer .btn-group a {
  border: none; }

/* line 1292, ../../scss/style.scss */
.w-100 {
  width: 100%; }

/* line 1296, ../../scss/style.scss */
h1 .badge {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: auto;
  height: auto;
  font-size: .7em;
  padding: .3em .3em .2em;
  font-weight: normal;
  position: relative;
  top: -3px; }

/* line 1309, ../../scss/style.scss */
.bootstrap-datetimepicker-widget table th {
  font-size: 18px;
  color: #eee; }

/* line 1313, ../../scss/style.scss */
.bootstrap-datetimepicker-widget table td.day {
  font-size: 18px;
  color: #bbb; }

/* line 1319, ../../scss/style.scss */
#datetimepicker-calendar > div > ul > li.picker-switch {
  display: none; }

/* line 1322, ../../scss/style.scss */
.datepicker table tr td span {
  font-size: 18px;
  color: #eee; }

/* line 1326, ../../scss/style.scss */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
  color: #0f1a36; }

/* line 1330, ../../scss/style.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
  color: #0f1a36; }

/* line 1335, ../../scss/style.scss */
.ui-dialog-buttonset button {
  border: none;
  background-color: #5383ff;
  outline: none;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 8px 4px;
  font-size: 12px; }

/* line 1347, ../../scss/style.scss */
.ui-widget.ui-widget-content {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75); }

/* line 1358, ../../scss/style.scss */
.ui-widget-content {
  border: 1px solid #e5e5e5; }

/* line 1362, ../../scss/style.scss */
.ui-dialog .ui-dialog-buttonpane {
  padding: .7em .4em .5em .4em; }

/* line 1366, ../../scss/style.scss */
.ui-widget-header {
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 1375, ../../scss/style.scss */
div[aria-describedby="dialog-confirm"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  background: none; }
  /* line 1380, ../../scss/style.scss */
  div[aria-describedby="dialog-confirm"] .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
    content: "\f00d"; }

/* line 1385, ../../scss/style.scss */
.ui-dialog .ui-dialog-title::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0b2";
  margin-right: 5px; }

/* line 1392, ../../scss/style.scss */
.account-search {
  background-color: white;
  padding: 10px 15px; }

/* line 1397, ../../scss/style.scss */
.account-search .search-account-input {
  padding: 3px;
  width: 100%; }

/* line 1402, ../../scss/style.scss */
.accounts-bg-warning {
  padding: 15px;
  color: #856404;
  background-color: #fff3cd;
  border-radius: 10px;
  border: 1px solid #f1dfaa; }

/* line 1410, ../../scss/style.scss */
.card-handler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  background-color: #f7f7f7;
  border-right: 1px solid #e5e5e5; }

/* line 1420, ../../scss/style.scss */
.card-handler::before {
  content: '\f07d';
  margin-top: 23px;
  position: absolute;
  margin-left: 7px;
  font: normal normal normal 14px/1 FontAwesome; }

/* line 1428, ../../scss/style.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #fff; }

/* line 1432, ../../scss/style.scss */
.table-hover > tbody > tr.success-hue:hover > td,
.table-hover > tbody > tr.success-hue:hover > th,
.table-hover > tbody > tr:hover > .success-hue,
.table-hover > tbody > tr > td.success-hue:hover,
.table-hover > tbody > tr > th.success-hue:hover {
  background-color: #5cf91d; }

/* line 1439, ../../scss/style.scss */
.table > tbody > tr.success-hue > td,
.table > tbody > tr.success-hue > th,
.table > tbody > tr > td.success-hue,
.table > tbody > tr > th.success-hue,
.table > tfoot > tr.success-hue > td,
.table > tfoot > tr.success-hue > th,
.table > tfoot > tr > td.success-hue,
.table > tfoot > tr > th.success-hue,
.table > thead > tr.success-hue > td,
.table > thead > tr.success-hue > th,
.table > thead > tr > td.success-hue,
.table > thead > tr > th.success-hue {
  background-color: #97f770; }

.grey_section {
  background-color: grey;
  opacity: 0.25;
  filter: alpha(opacity = 25); }

.finishedpart {
  list-style-type: none;
  cursor: pointer;
}
