/*!
 * Created by PhpStorm.
 * User: Blovsky
 */
.icon-spinao {
  width: 35px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.icon-brankar {
  background-image: url("images/icon/icons.png");
  background-position: 0 0;
}
.icon-brankar-inv {
  background-image: url("images/icon/icons.png");
  background-position: -35px 0px;
}
.icon-brankar-seznam {
  background-image: url("images/icon/icons.png");
  background-position: 0 -30px;
}
.icon-brankar-seznam-inv {
  background-image: url("images/icon/icons.png");
  background-position: -35px -30px;
}
a:hover .icon-brankar-seznam-inv,
.active .icon-brankar-seznam-inv {
  background-image: url("images/icon/icons.png");
  background-position: 0 -30px;
}
.icon-brankar-kategorie {
  background-image: url("images/icon/icons.png");
  background-position: 0 -60px;
}
.icon-brankar-kategorie-inv {
  background-image: url("images/icon/icons.png");
  background-position: -35px -60px;
}
a:hover .icon-brankar-kategorie-inv,
.active .icon-brankar-kategorie-inv {
  background-image: url("images/icon/icons.png");
  background-position: 0 -60px;
}
.features-box-a {
  Atext-align: center;
}
.features-box-a .icon {
  background: #fff none repeat scroll 0 0;
  border: #c0c0c0 solid 1px;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  margin-bottom: 5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  transition: all 0.7s ease 0s;
  width: 35px;
}
.features-box-a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  transition: all 0.7s ease 0s;
  border: none;
}
.features-box-a:hover .icon {
  background: #838383 none repeat scroll 0 0;
  transition: all 0.7s ease 0s;
}
.features-box-a:hover .icon i {
  color: #fff;
  transition: all 0.7s ease 0s;
}
.direction-games-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 30px solid #ffffff;
  width: 0;
  height: 0;
}
.panel-position-gallery .btn:active,
.panel-position-gallery .btn.active {
  color: #ffffff;
  background-color: #0585C3;
  box-shadow: none;
}
.table-report .badge {
  line-height: 1.8;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-list-article {
  background-color: #becdd5;
  color: #000;
}
.badge-list-article-wrap {
  white-space: normal;
}
html {
  xfont-family: 'Open Sans', monospace;
}
body {
  background-color: #f3f3f4;
  color: #474747;
  padding-top: 55px;
}
.body-tool-menu {
  padding-top: 123px;
}
.text-small {
  font-size: 12px;
}
.text-extra-small {
  font-size: 10px;
}
.text-italic {
  font-style: italic;
}
a {
  color: #0585C3;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
.separator-1 {
  height: 1px;
}
.separator-5 {
  height: 5px;
}
.separator-10 {
  height: 10px;
}
.separator-20 {
  height: 20px;
}
.separator-30 {
  height: 30px;
}
.separator-40 {
  height: 40px;
}
.separator-50 {
  height: 50px;
}
.separator-60 {
  height: 60px;
}
.separator-70 {
  height: 70px;
}
.separator-80 {
  height: 80px;
}
.separator-90 {
  height: 90px;
}
.separator-100 {
  height: 100px;
}
.separator-hr {
  margin: 10px 0;
  height: 2px;
  background-color: #414140;
}
h1,
.h1 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.h1-light {
  font-size: 18px;
}
@media (max-width: 992px) {
  .h1-light {
    margin-left: 35px;
    display: block;
  }
}
h2,
.h2 {
  font-size: 22px;
  margin-top: 10px;
  padding: 5px 0;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.h1small {
  font-size: 14px;
  font-weight: normal;
}
.border-right {
  border-right: 1px solid #c0c0c0;
}
h2 span {
  position: relative;
  top: -155px;
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-title {
  font-size: 16px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  float: right;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-close-button {
  font-size: 20px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #fff;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #428bca;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.versionModal .modal-header {
  background-color: #0585C3;
  color: #ffffff;
}
.versionModal .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.versionModal .modal-body {
  padding-top: 0;
}
.versionModal .modal-body h3 {
  font-weight: 600;
}
.versionModal .modal-body .modal-header small {
  color: #ffffff;
}
/* Main Hlavní barva */
/* Main Vedlejší barva (1) */
/* Main Vedlejší barva (2) */
/* Main Dopl�?ková barva */
/*media*/
/*paginator*/
/*panels-basic*/
.fa-stack-1x {
  top: .25em;
}
.fa-stack {
  vertical-align: -16%;
}
.filetype-text {
  font-size: .7em;
  font-weight: 700;
  font-family: ' Oswald';
}
.fa-close-filter {
  margin-left: 10px;
  color: #c12120;
}
.input-40 {
  width: 40px;
}
.input-140 {
  width: 140px;
}
.input-group .input-100,
.input-100 {
  width: 100px;
}
.addon-href .input-group-addon {
  cursor: pointer;
}
.addon-link .input-group-addon {
  padding: 0 5px;
}
.report-disp {
  xwidth: 130px;
  font-size: 10px;
  line-height: 10px;
  background-color: #4e9f43;
}
.report-disp span {
  display: block;
}
.report-disp span input {
  margin-top: -8px;
}
.report-disp .radio-inline,
.report-disp .checkbox-inline {
  padding-top: 0px;
  padding-left: 10px;
}
.report-disp .radio input[type="radio"],
.report-disp .radio-inline input[type="radio"],
.report-disp .checkbox input[type="checkbox"],
.report-disp .checkbox-inline input[type="checkbox"] {
  margin-left: -10px;
}
.input-yellow {
  background-color: #ffdc1a;
  border-color: #ffdc1a;
}
.input-red {
  background-color: #ff2235;
  border-color: #ff4d4d;
  color: #ffffff;
}
.entry {
  padding-left: 10px;
  margin: 5px 0;
}
.entry-tournament {
  border-left: 8px solid #0370ca;
}
.entry-match {
  border-left: 8px solid #ca5a42;
}
.entry-green {
  border-left: 8px solid #4e9f43;
}
/*basic panel
*/
.reviews-heading-panel {
  margin-bottom: 0px;
}
.block-car .panel-heading {
  border: 0;
  padding: 0 15px;
  background-color: #ffffff;
}
.block-car .success {
  background-color: #5cb85c;
  color: #fff;
}
.block-car .danger {
  background-color: #d9534f;
  color: #ffffff;
}
.block-car .warning {
  background-color: #f0ad4e;
  color: #ffffff;
}
.block-car .panel-body-block-car {
  position: relative;
}
.block-car .inter-reservation-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.block-car .inter-reservation-content .well {
  border: 0;
  border-radius: 0;
  background-color: #e8debc;
}
.block-car .inter-reservation-content .well a {
  display: inline;
}
.block-car .inter-reservation-content .well-inter {
  border: 0;
  border-radius: 0;
  background-color: #404040;
  color: #ffffff;
}
.block-car .inter-reservation-content .well-inter a {
  display: inline;
}
.block-car .inter-reservation-content .well-demand {
  border: 0;
  border-radius: 0;
  background-color: #31b0d5;
  color: #ffffff;
}
.block-car .inter-reservation-content .well-demand a {
  display: inline;
}
.block-car .panel-body {
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.block-car .panel-body a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #474747;
}
.block-car .panel-body a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.block-car .panel-body h3 {
  font-size: 16px;
  margin-top: 0;
}
.block-car .panel-body .settings-danger {
  font-size: 11px;
  color: #ffffff ;
  padding: 5px;
}
.block-car .panel-footer {
  background-color: #f2f2f2;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.block-car .panel-footer .block-info {
  min-height: 30px;
}
.min-demand {
  min-height: 250px;
}
.ov-today {
  font-size: 1.5rem;
  font-weight: 400;
}
.nav-text-description {
  padding-top: 5px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .nav-text-description {
    display: block;
    font-size: 60%;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .nav-text-description {
    font-size: 80%;
    padding-left: 0px;
  }
}
.tool-menu .nav-text-description {
  padding-top: 0;
}
@media (min-width: 100px) {
  .tool-menu .nav-text-description {
    display: block;
    font-size: 60%;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .tool-menu .nav-text-description {
    font-size: 80%;
    padding-left: 0px;
  }
}
.nav-text-text {
  xdisplay: block;
  padding: 3px 0px 5px;
}
@media (min-width: 992px) {
  .nav-text-text {
    font-size: 18px;
  }
}
.nav-text-images {
  display: block;
  padding: 0px;
  margin-top: -5px;
  background-image: url("images/man.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  height: 45px;
  width: 45px;
}
/*.navbar-brand{
  background-image: url("images/man.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  min-height: 45px;
  min-width: 45px;
}*/
.nav-text-description-images {
  padding-top: 0px;
}
.dropdown,
.dropdown a,
.dropdown a:hover,
.dropdown a:active,
.dropdown a:focus {
  background-image: url("images/triangle.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.navbar-right > li {
  border-left: solid 1px #ffffff;
  border-right: none;
}
.tool-menu li.disabled > a {
  cursor: not-allowed;
  color: #c0c0c0;
}
.tool-menu li.disabled > a .fa-close-filter {
  margin-left: 10px;
  color: #c0c0c0;
}
.tool-menu li.disabled > a:hover {
  color: #c0c0c0;
  background-color: #ffffff;
}
.filter-groups {
  margin: 3px 0;
}
.filter-groups .btn-group {
  margin-right: 5px;
  margin-bottom: 5px;
}
.filter-menu {
  position: relative;
  background-color: #ffffff;
  border-top: solid 1px #ffffff;
}
.filter-content {
  padding: 15px 0;
}
.table-block {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px 0;
}
.table-block-nocal {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px 0;
}
.table-block-nav-tabs {
  margin-top: 0;
}
.table-light tbody > tr > td {
  line-height: 1.1;
  border-top: solid 1px #f3f3f3;
  font-size: 12px;
}
.table-light-demand tbody > tr > td {
  line-height: 1.4;
  border-top: solid 1px #f3f3f3;
  font-size: 12px;
}
.table-light-demand-block tbody > tr > td {
  line-height: 1.1;
  border-top: solid 1px #b4b4b4;
  font-size: 12px;
  padding: 3px 5px;
}
table > thead > tr {
  background-color: #dff0d8;
}
.table-avatar > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: inherit;
}
.table > thead > tr > td.table-row-combination,
.table > tbody > tr > td.table-row-combination,
.table > tfoot > tr > td.table-row-combination,
.table > thead > tr > th.table-row-combination,
.table > tbody > tr > th.table-row-combination,
.table > tfoot > tr > th.table-row-combination,
.table > thead > tr.table-row-combination > td,
.table > tbody > tr.table-row-combination > td,
.table > tfoot > tr.table-row-combination > td,
.table > thead > tr.table-row-combination > th,
.table > tbody > tr.table-row-combination > th,
.table > tfoot > tr.table-row-combination > th {
  border: 0;
  padding-top: 0;
}
.table > thead > tr > td.table-row-strong,
.table > tbody > tr > td.table-row-strong,
.table > tfoot > tr > td.table-row-strong,
.table > thead > tr > th.table-row-strong,
.table > tbody > tr > th.table-row-strong,
.table > tfoot > tr > th.table-row-strong,
.table > thead > tr.table-row-strong > td,
.table > tbody > tr.table-row-strong > td,
.table > tfoot > tr.table-row-strong > td,
.table > thead > tr.table-row-strong > th,
.table > tbody > tr.table-row-strong > th,
.table > tfoot > tr.table-row-strong > th {
  font-size: 14px;
  font-weight: bold;
}
.table th > .fa {
  float: right;
  padding-top: 2px;
}
.table th > a {
  color: #474747;
  display: block;
  text-decoration: none;
}
.table th > a > .fa {
  float: right;
  padding-top: 2px;
  color: #adadad;
}
.table th > .active > .fa {
  float: right;
  padding-top: 2px;
  color: #474747;
}
.table > thead > tr > th.td-tex-right,
.table > tbody > tr > th.td-tex-right,
.table > tbody > tr > td.td-tex-right {
  text-align: right;
}
.table > thead > tr > th.td-tex-right input,
.table > tbody > tr > th.td-tex-right input,
.table > tbody > tr > td.td-tex-right input {
  float: right;
}
.table > thead > tr > th.td-tex-center,
.table > tbody > tr > th.td-tex-center,
.table > tbody > tr > td.td-tex-center {
  text-align: center;
}
.table + .table-no-margin {
  margin-bottom: 0;
}
.tr-even {
  background-color: #f6f6f6;
}
.table-report {
  min-width: 900px;
}
.report-min span {
  float: left;
  margin-right: 2px;
}
.games-arrow {
  background-color: #4e9f43;
  color: #ffffff;
}
.table-report .gamester {
  position: relative;
}
.table-report .gamester-alternation {
  position: absolute;
  height: 78px;
  width: 15px;
  background-image: url("images/arrow-alternation.png");
  background-repeat: no-repeat;
  margin-top: -68px;
}
.table-report .alternation span {
  padding: 0px 20px 0 0px;
}
.table-calendar > tbody > tr > td {
  vertical-align: top;
}
.table > thead > tr.tr-no-border-td > th,
.table > tbody > tr.tr-no-border-td > th,
.table > tfoot > tr.tr-no-border-td > th,
.table > thead > tr.tr-no-border-td > td,
.table > tbody > tr.tr-no-border-td > td,
.table > tfoot > tr.tr-no-border-td > td {
  border-top: 0;
}
.table > thead > tr.tr-borfer-fff-td > th,
.table > tbody > tr.tr-borfer-fff-td > th,
.table > tfoot > tr.tr-borfer-fff-td > th,
.table > thead > tr.ttr-borfer-fff-td > td,
.table > tbody > tr.tr-borfer-fff-td > td,
.table > tfoot > tr.tr-borfer-fff-td > td {
  border-color: #ffffff;
}
.table > thead > tr > th.border-left,
.table > tbody > tr > td.border-left {
  border-left: 1px solid #9a9a9a;
}
.table > thead > tr > th .glyphicon,
.table > tbody > tr > td .glyphicon {
  display: inline;
}
/*.table > thead > tr > th a, .table > tbody > tr > td a {
  display: block;
}*/
/*table width settings -------------------------------------------------------------------------------------*/
.tableWidthSet > thead > tr > th.set-10,
.tableWidthSet > tbody > tr > td.set-10 {
  width: 10px;
}
.tableWidthSet > thead > tr > th.set-15,
.tableWidthSet > tbody > tr > td.set-15 {
  width: 15px;
}
.tableWidthSet > thead > tr > th.set-20,
.tableWidthSet > tbody > tr > td.set-20 {
  width: 20px;
}
.tableWidthSet > thead > tr > th.set-30,
.tableWidthSet > tbody > tr > td.set-30 {
  width: 30px;
}
.tableWidthSet > thead > tr > th.set-40,
.tableWidthSet > tbody > tr > td.set-40 {
  width: 40px;
}
.tableWidthSet > thead > tr > th.set-50,
.tableWidthSet > tbody > tr > td.set-50 {
  width: 50px;
}
.tableWidthSet > thead > tr > th.set-60,
.tableWidthSet > tbody > tr > td.set-60 {
  width: 60px;
}
.tableWidthSet > thead > tr > th.set-70,
.tableWidthSet > tbody > tr > td.set-70 {
  width: 70px;
}
.tableWidthSet > thead > tr > th.set-80,
.tableWidthSet > tbody > tr > td.set-80 {
  width: 80px;
}
.tableWidthSet > thead > tr > th.set-90,
.tableWidthSet > tbody > tr > td.set-90 {
  width: 90px;
}
.tableWidthSet > thead > tr > th.set-100,
.tableWidthSet > tbody > tr > td.set-100 {
  width: 100px;
}
.tableWidthSet > thead > tr > th.set-110,
.tableWidthSet > tbody > tr > td.set-110 {
  width: 110px;
}
.tableWidthSet > thead > tr > th.set-120,
.tableWidthSet > tbody > tr > td.set-120 {
  width: 120px;
}
.tableWidthSet > thead > tr > th.set-130,
.tableWidthSet > tbody > tr > td.set-130 {
  width: 130px;
}
.tableWidthSet > thead > tr > th.set-140,
.tableWidthSet > tbody > tr > td.set-140 {
  width: 140px;
}
.tableWidthSet > thead > tr > th.set-150,
.tableWidthSet > tbody > tr > td.set-150 {
  width: 150px;
}
.tableWidthSet > thead > tr > th.set-200,
.tableWidthSet > tbody > tr > td.set-200 {
  width: 200px;
}
.tableWidthSet > thead > tr > th.set-250,
.tableWidthSet > tbody > tr > td.set-250 {
  width: 250px;
}
.tableWidthSet > thead > tr > th.set-300,
.tableWidthSet > tbody > tr > td.set-300 {
  width: 300px;
}
/*tableFluid - univerzal---------------------------------------------------------------------------------*/
.tableFluid {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  cursor: pointer;
}
.tableFluid > thead > tr > th,
.tableFluid > tbody > tr > td {
  padding: 5px;
  max-width: 300px;
}
.tableFluid > thead > tr > th {
  border: 0;
  border-left: 1px solid #cccccc;
}
.tableFluid > tbody > tr > td {
  border-left: 1px solid #cccccc;
}
.tableFluid > thead > tr > th.border-left,
.tableFluid > tbody > tr > td.border-left {
  border-left: 2px solid #9a9a9a;
}
.tableFluid > thead > tr > th.min-50,
.tableFluid > tbody > tr > td.min-50 {
  min-width: 50px;
}
.tableFluid > thead > tr > th.min-100,
.tableFluid > tbody > tr > td.min-100 {
  min-width: 100px;
}
.tableFluid > thead > tr > th.min-150,
.tableFluid > tbody > tr > td.min-150 {
  min-width: 150px;
}
.tableFluid > thead > tr > th.min-200,
.tableFluid > tbody > tr > td.min-200 {
  min-width: 200px;
}
.tableFluid > thead > tr > th.min-250,
.tableFluid > tbody > tr > td.min-250 {
  min-width: 250px;
}
.tableFluid > thead > tr > th.min-300,
.tableFluid > tbody > tr > td.min-300 {
  min-width: 300px;
}
/*tabe-plan ----------------------------------------------------------------------------------------------*/
.table-bg table.monthPlan {
  background-color: #ffffff;
}
.monthSchedule {
  float: left;
  border: 2px solid;
}
.monthSchedule .weekNumber {
  width: 30px;
  vertical-align: middle;
  border: 2px solid;
}
.monthSchedule .day {
  width: 80px;
  vertical-align: middle;
  border: 1px solid;
}
.monthSchedule .plans {
  border: 1px solid;
  margin: 0;
  padding: 0;
}
.monthSchedule .plan {
  width: 100%;
  padding: 5px;
  min-height: 45px;
}
.monthSchedule .separator {
  border: .1em solid;
  margin: 0;
  padding: 0;
}
.monthSchedule .time {
  width: 90px;
  float: left;
}
.monthSchedule .type {
  width: 60px;
  float: left;
}
.monthSchedule .place {
  width: 130px;
  float: left;
}
.monthSchedule .info {
  width: 100%;
  padding-left: 300px;
}
.saturday {
  background-color: #eaeaea;
}
.sunday {
  background-color: #f2dede;
}
.monthSchedule .monday {
  border-top: 2px solid black;
}
.monthPlan {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  cursor: pointer;
}
.monthPlan thead {
  border-bottom: 2px solid #cccccc;
}
.monthPlan .days > table {
  width: 100%;
  border-left: 2px solid #cccccc;
}
.monthPlan .plans > table {
  width: 100%;
}
.monthPlan .plans table {
  width: 100%;
}
.monthPlan .morning {
  border-bottom: 1px solid #cccccc;
}
.monthPlan .information > table {
  width: 100%;
}
.monthPlan .weekNumber {
  width: 45px;
  padding: 5px;
  text-align: center;
}
.monthPlan td.dayShort {
  width: 35px;
  padding: 3px;
  text-align: center;
  border-right: 1px solid #cccccc;
  font-weight: bold;
  white-space: nowrap;
}
.monthPlan td.date {
  width: 80px;
  padding: 5px;
  white-space: nowrap;
}
.monthPlan .type {
  width: 80px;
  padding: 5px;
  font-weight: bold;
  white-space: nowrap;
}
.monthPlan .time {
  width: 90px;
  padding: 5px;
  white-space: nowrap;
}
.monthPlan .place {
  width: 150px;
  padding: 5px;
}
.monthPlan .content {
  width: 50%;
  padding: 5px;
}
.monthPlan .note {
  width: 50%;
  padding: 5px;
}
.monthPlan > tbody .week {
  border-bottom: 2px solid #cccccc;
}
.monthPlan > tbody .day.first {
  border-bottom: 1px solid #cccccc;
}
.monthPlan > tbody .day.middle {
  border-bottom: 1px solid #cccccc;
}
.monthPlan > tbody .day.last {
  border-bottom: 0;
  border-top: 0;
}
.monthPlan > tbody .plan.first {
  border-bottom: 1px solid #cccccc;
  border-top: 0;
}
.monthPlan > tbody .plan.middle {
  border-bottom: 1px solid #cccccc;
}
.monthPlan > tbody .plan.last {
  border-bottom: 0;
  border-top: 0;
}
tr.highlight {
  background-color: #8fd78f !important;
}
span.plan-error {
  background-color: #c13735;
  xmargin-top: 3px;
  padding: 1px 10px;
  color: #ffffff;
  display: block;
  border: 0;
}
span.plan-error a {
  padding-left: 10px;
  color: #ffffff;
  text-decoration: underline;
}
span.plan-error a:hover {
  color: #080808;
}
.monthPlan > tbody .plan-error {
  border: solid 1px #c12120;
}
.table-no-margin table {
  margin-bottom: 0;
}
/* end table plan ----------------------------------------------------------------------------------------------------*/
.tooltip {
  z-index: 9999999;
}
.tooltip-text {
  border-bottom: 1px dotted;
}
/*
.tooltip-inner {
  padding: 3px 3px 3px 3px;
 > a{
   xbackground-color: #ffffff;
   padding: 2px 4px;
    color: #ffffff;
   text-decoration: underline;


   &:hover{
     color: #ffffff;
     background-color: #474747;
     text-decoration: none;
   }
  }
}

.red-tooltip + .tooltip > .tooltip-inner {
  background-color: #c12120;
}
.red-tooltip + .tooltip.top > .tooltip-arrow {
  border-top-color: #c12120;

}
.red-tooltip + .tooltip.right > .tooltip-arrow {
  border-right-color: #c12120;
}
.red-tooltip + .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #c12120;
}
.red-tooltip + .tooltip.left > .tooltip-arrow {
  border-left-color: #c12120;
}

*/
.dep-container {
  width: 730px;
  height: 730px;
  background-color: #777777;
  background-image: url("images/hriste-sm.jpg");
  background-repeat: no-repeat;
  padding-top: 30px;
}
.dep-block {
  float: left;
  text-align: center;
  width: 136px;
  min-height: 130px;
  margin: 5px;
}
.dep-block-bg {
  background-image: url("images/dres-sm.png");
  background-repeat: no-repeat;
}
.dep-block .player {
  font-size: 10px;
  background-image: url("images/bg-player.png");
  background-repeat: repeat;
  margin: 2px 5px;
  padding: 5px 2px;
}
.dep-block .player span {
  background-color: #4F9F43;
  color: #ffffff;
  padding: 3px;
}
.dep-block .player span.yelow {
  background-color: #fff21c;
}
.dep-block .player span.red {
  background-color: #ff0511;
}
.player-logo {
  padding-left: 50px;
  text-align: center;
  height: 20px;
  margin-top: 30px;
}
/*.dep-container{
 width: 900px;
  height: 900px;
  background-color: #777777;
  background-image: url("images/hriste.jpg");
  background-repeat: no-repeat;
  padding-top: 30px;
}
.dep-block{
  float: left;
  text-align: center;
  width: 170px;
  min-height: 160px;
  margin: 5px;
}
.dep-block-bg{
background-image: url("images/dres.png");
  background-repeat: no-repeat;
}
.dep-block .player{
  font-size: 12px;
 background-image: url("images/bg-player.png");
  background-repeat: repeat;
  margin: 2px 10px;

  padding: 5px;

  span{
    background-color: #4F9F43;
    color: #ffffff;
    padding: 3px;
  }
  span.yelow{
    background-color: #fff21c;
  }
  span.red{
    background-color: #ff0511;
  }
}
.player-logo{
  padding-left: 50px;
  text-align: center;
  height: 25px;
  margin-top: 30px;

}*/
.progress-left {
  width: 50%;
  float: left;
  border-right: solid 1px #ffffff;
}
.progress-left .progress {
  margin-bottom: 2px;
  height: 5px;
}
.progress-left .progress-sum {
  height: 16px;
}
.progress-left .progress-bar {
  float: right;
}
.progress-right {
  width: 50%;
  float: left;
}
.progress-right .progress {
  margin-bottom: 2px;
  height: 5px;
}
.progress-right .progress-sum {
  height: 16px;
}
.progress-text-left .progress-bar {
  text-align: left;
  padding-left: 10px;
}
.progress-sum .progress-bar-sum {
  font-size: 10px;
}
.progress-sum .progress-bar {
  line-height: 16px;
}
.bg-calendar-red {
  background-color: #e57373;
}
.bg-calendar-yellow {
  background-color: #fff176;
}
.bg-calendar-grey {
  background-color: #9E9E9e;
}
.bg-calendar-purple {
  background-color: #9575cd;
}
.bg-calendar-red-small {
  background-color: #ffc0c1;
  width: 50%;
}
.cleaner {
  clear: both;
}
.dis-none {
  display: none;
}
.separator {
  height: 15px;
  width: 100%;
}
.color-red {
  color: #c12120;
}
.color-green {
  color: #4e9f43;
}
.you-tube {
  white-space: nowrap;
}
.you-tube-ikon {
  display: inline-block;
  vertical-align: middle;
}
.panel-position-gallery p {
  padding: 5px 0 0 0;
  margin: 0;
}
.panel-position-gallery small {
  font-size: 80%;
}
.panel-position-gallery .btn-group {
  margin-top: 0;
}
/*
-------pro automaticke zvet�ov�n� textarea--------------------
.animated-textarea {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

*/
.reviews h4 {
  padding: 0px 5px 0px 20px;
  font-size: 14px;
}
.reviews .control-label {
  padding-top: 20px;
}
.con-box {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  border: 1px solid #e4e5e7;
  xbox-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.con-box-border-alert {
  border: 3px solid #f9e4d0;
}
.con-box-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  xborder-color: #e7eaec;
  xborder-image: none;
  xborder-style: solid solid none;
  xborder-width: 1px 0;
}
.con-box-content-header-alert {
  background-color: #f9e4d0;
  margin: -15px -20px 0 -20px;
}
.con-box-content-header-alert h4 {
  margin-top: 0;
  padding: 10px;
}
.con-box-left-margin {
  margin-left: 40px;
}
.tool-left-fixed-box {
  display: block;
  height: 100%;
  width: 50px;
}
.tool-left-fixed {
  display: block;
  position: absolute;
  z-index: 1039;
  margin-bottom: 5px;
}
.tool-left-fixed i {
  font-size: 16px;
}
.tool-left-fixed button {
  display: block;
  margin-bottom: 5px;
}
.tool-left-fixed a {
  display: block;
  margin-bottom: 5px;
}
.strom-article ul {
  margin-bottom: 0;
}
.le-active a {
  height: 15px;
  display: block;
  margin-left: -6px;
  margin-right: -6px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.le-active-blue a {
  background-color: #428BCA;
}
.le-active-gray a {
  background-color: #7b7e80;
}
.le-no {
  height: 15px;
  display: block;
}
.le-start a {
  margin-left: 0px;
  border-left: 1px solid #333333;
}
.le-stop a {
  margin-right: 0px;
  border-right: 1px solid #333333;
}
.le-today {
  background-color: #d9d9d9;
  font-weight: bold;
}
.strom-car ul.pagination {
  margin: 10px 0 0;
}
.ajax-progress {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.5);
  background-image: url('images/loading8.gif');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3000000000;
  /* border: 1px solid green;
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;

opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;*/
}
.calendar-footer .label {
  color: #000;
}
.cal-block {
  position: relative;
  display: block;
  left: 0;
  right: 0;
}
.le-no-block {
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  display: block;
  margin: 0 -5px 1px -5px;
  font-size: 10px;
}
.le-no-block a {
  color: #000;
  display: block;
}
.le-no-block a:hover {
  text-decoration: none;
}
.small-kod-item {
  padding-left: 25px;
  font-style: italic;
}
.typehead-block .typeahead {
  z-index: 1051;
}
.typehead-block .dropdown-menu {
  position: relative;
  width: 100%;
  top: 0px !important;
  left: 0px !important;
}
.alert-autohidden {
  -webkit-animation: seconds 2.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  animation: seconds 2.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 5s;
  position: fixed;
  z-index: 99999;
  top: 80px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 10000000px;
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 10000000px;
  }
}
.label-mlb {
  margin-left: 2px;
  margin-bottom: 2px;
}
.gallery-thumbnails img {
  padding: 0 5px 5px 0;
}
.p-2 {
  padding: 2rem;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=spinao.css.map */