body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
	padding-top: 1px;
	padding-bottom: 20px;
}

h1 {
	color: #3484D2;
}

#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;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

/*

*/

.page-header, .page-header h1 {
    margin-top: 0;
}

.wAuto {
	width: auto !important;
}

.w100, form.w100 table {
	width: 100% !important;
}
.w60px {
	width: 60px !important;
}
.w80px {
	width: 80px !important;
}
.w100px {
	width: 100px !important;
}
.w120px {
	width: 120px !important;
}
.w140px, .datepick {
	width: 140px !important;
}
.w200px {
	width: 200px !important;
}
form.search-form table.table {
	background-color: #ddd;
}
.gold {
    color: gold;
}

.dn {
	display: none;
}

.search-row td {
	padding: 0 !important;
}
.search-row input, .search-row select  {
	width: 100%;
	background-color: #C1E3FF;
}

.sumacni-radek, .sum-row {
	border-style: double !important;
}

.sumacni-radek th, .sumacni-radek td, .noWrap, .sum-row th, .sum-row td, {
	white-space: nowrap;
}

.wrap {
    white-space: normal !important;
}

.head-row .sorted {
	background-color: rgb(246, 206, 78) !important;
	background-position: 2px 4px;
	background-repeat: no-repeat;
	padding-left: 25px
}

.head-row .sorted.asc {
	background-image: url('../images/glyphicons_408_sort-by-attributes.png');
}
.head-row .sorted.desc {
	background-image: url('../images/glyphicons_409_sort-by-attributes-alt.png');
}


/*

barevne upravy bootstrapu

*/

.mainbox {
	margin-right: 0 !important;
	margin-left: -14px !important;
}


.my-fluid-container {

  padding-left: 1px;
  padding-right: 1px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-default {
	/*background-color: #0055EA;*/
	background: #fff5de; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff5de 0%, #ffebc0 98%, #ffd988 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5de), color-stop(98%,#ffebc0), color-stop(100%,#ffd988)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff5de 0%,#ffebc0 98%,#ffd988 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff5de 0%,#ffebc0 98%,#ffd988 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff5de 0%,#ffebc0 98%,#ffd988 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff5de 0%,#ffebc0 98%,#ffd988 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5de', endColorstr='#ffd988',GradientType=0 ); /* IE6-9 */
}

.navbar-default li {
	/*background-color: #2D76F6;*/
	/*margin-left: 1px;*/
	border-left: 1px solid #ffd988;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
	#color: white;
}



a.list-group-item.subitem {
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 30px;
	background: #f9fcf7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}

a.list-group-item {
	/*background-color: #C7C9D3;*/
	background: #f5f6f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f7 0%, #dce1e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f7), color-stop(100%,#dce1e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f7 0%,#dce1e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f7 0%,#dce1e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f7 0%,#dce1e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f6f7 0%,#dce1e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f7', endColorstr='#dce1e8',GradientType=0 ); /* IE6-9 */

}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
a.list-group-item.subitem:hover {
	/*background-color: #FFBC52;*/
	color: #000;
	font-weight: bold;
	border-color: transparent;
	background: #fed9a9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fed9a9 0%, #ffbc67 50%, #ffab3f 50%, #fee07a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed9a9), color-stop(50%,#ffbc67), color-stop(50%,#ffab3f), color-stop(100%,#fee07a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fed9a9 0%,#ffbc67 50%,#ffab3f 50%,#fee07a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fed9a9 0%,#ffbc67 50%,#ffab3f 50%,#fee07a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fed9a9 0%,#ffbc67 50%,#ffab3f 50%,#fee07a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fed9a9 0%,#ffbc67 50%,#ffab3f 50%,#fee07a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed9a9', endColorstr='#fee07a',GradientType=0 ); /* IE6-9 */
}

a.list-group-item.open {
	font-weight: bold;
}

.navbar {
	margin-bottom: 0;
}

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


/**
 GRAFy
*/

#chartdiv {
    width       : 100%;
    height      : 500px;
    font-size   : 11px;
}

/**
 * dochazka
 */

.hodina {
    float:left;
    text-align: center;
    border: 1px solid #ccc;
}
.bars .bar {
    /* border: 1px solid #ccc;*/
    height: 10px;
    margin-top:1px;
    position: relative;
}
.bars .bar .content {
    position: absolute;
    height: 8px;
}
.bars.one-bar .bar {
    height: 22px;
    background-image: url(../images/dochazka-pozadi.png);
}
.bars.one-bar .bar .content {
    height: 20px;
}
.bars .bar .content.typ-01, /* 01 je kod prichodu */
.bars .bar .content.typ-03, /* 03 je taky kod prichodu  - co to je? */
.bars .bar .content.pracovni-doba,
.legenda .pracovni-doba {
    background-color: blue;
    opacity: .5;
}
.bars .bar .content.typ-Sc, /* sluzebni cesta */
.bars .bar .content.sluzebni-cesta,
.legenda .sluzebni-cesta {
    background-color: green;
}
.bars .bar .content.typ-L,
.bars .bar .content.lekar,
.legenda .lekar {
    background-color: red;
}
.bars .bar .content.typ-Pa,
.bars .bar .content.koureni,
.legenda .koureni {
    background-color: black;
}
.bars .bar .content.typ-D,
.bars .bar .content.dovolena,
.legenda .dovolena {
    background-color: purple;
}
.bars .bar .content.typ-09,
.bars .bar .content.obed,
.legenda .obed {
    background-color: yellow;
}
.bars .bar .content.typ-N,
.bars .bar .content.nemoc,
.legenda .nemoc {
    background-color: brown;
}
.bars .bar .content,
.legenda .ostatni {
    background-color: pink;

}
.legenda  {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 160px;
    background-color: whitesmoke;
    padding: 5px;

}
.legenda div {
    padding: 3px;
    color: white;
}
.legenda .obed,
.legenda .ostatni {
    color:black
}

/*  */
@media (min-width: 992px) {
    .col-md-1x {
        width: 10%;
    }
    .col-md-11x {
        width: 90%;
    }
}

.col-md-1x,
.col-md-11x {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.tooltip div {
    text-align: left;
}