/* mystyles.css */
#statistika{
	padding: 0;
	margin: 0;
}
#statistika li{
	margin-bottom: 3px;
	width: 100px;
	list-style: none;
	height: 24px;
	line-height: 23px;
	padding: 0 9px 0 8px;
	font-size: 13px;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px white;
	background: #fafafa;
	/* border-width: 1px 0 1px 1px; */
	/* border-style: solid; */
	/* border-color: #0ebcf2; */
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	/* border-radius: 3px 0 0 3px; */
	/* background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0); */
	background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	/* background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0); */
	/* -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); */
	/* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05); */
	position: relative;
}
#statistika li:after{
	content: '';
	z-index: 2;
	position: absolute;
	top: 8px;
	right: -2px;
	width: 5px;
	height: 6px;
	opacity: .95;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	background: #66a92f;
	-webkit-box-shadow: inset 1px 0 #66a92f;
	box-shadow: inset 1px 0 #66a92f;
}
#statistika li span{
	height: 24px;
	width: 70px;
	position: absolute;
	top: 0px;
	left: 100%;
	line-height: 21px;
	color: white;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	opacity: .95;
	background: #0a8db6;
	/* border-color: #0ebcf2; */
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 15px 0 15px!important;
	max-width: 100px;
}


/* loading img */
@keyframes lds-spinner {
  0% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}
.lds-css {
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
.lds-css .lds-spinner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lds-css .lds-spinner div {
  left: 120px;
  top: 10px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #000;
  width: 20px;
  height: 60px;
  border-radius: 20%;
  -webkit-transform-origin: 6px 115px;
  transform-origin: 6px 115px;
}
.lds-css .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-css .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-css .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-css .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-css .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-css .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-css .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-css .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-css .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-css .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-css .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-css .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}


.bs-callout{
	padding: 10px 20px;
	margin-bottom: 10px;
	border: 1px solid #eee; /*#e0e4e8*/
	border-left-width: 5px;
	border-left-color: #b1b5b9; /*#777*/
	border-radius: 3px;
	position: relative;
}
.bs-callout h4{
	margin-top: 0;
	margin-bottom: 5px;
	color: #b1b5b9; /*#777*/
}
.bs-callout p:last-child{
	margin-bottom: 0;
}
.bs-callout code{
	border-radius: 3px;
}
.bs-callout+.bs-callout{
	margin-top: -5px;
}
.bs-callout-default{
	border-left-color: #b1b5b9; /*#777*/
}
.bs-callout-default h4{
	color: #b1b5b9; /*#777*/
}
.bs-callout-primary{
	border-left-color: #13c4a5; /*#428bca*/
}
.bs-callout-primary h4{
	color: #13c4a5; /*#428bca*/
}
.bs-callout-success{
	border-left-color: #3fcf7f; /*#5cb85c*/
	background-color: #ebfcee;
}
.bs-callout-success h4{
	color: #3fcf7f; /*#5cb85c*/
}
.bs-callout-danger{
	border-left-color: #ff5f5f; /*#d9534f*/
	background-color: #faeae6;
}
.bs-callout-danger h4{
	color: #ff5f5f; /*#d9534f*/
}
.bs-callout-warning{
	border-left-color: #f4c414; /*#f0ad4e*/
	background-color: #fcf3e1;
}
.bs-callout-warning h4{
	color: #f4c414; /*#f0ad4e*/
}
.bs-callout-info{
	border-left-color: #5191d1; /*#5bc0de*/
	background-color: #e8f6fc;
}
.bs-callout-info h4{
	color: #5191d1; /*#5bc0de*/
}
.bs-callout-inverse{
	border-left-color: #233445;
}
.bs-callout-inverse h4{
	color: #233445;
}
.bs-callout .close {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}
.bs-callout .close:hover {
	color: #000;
}
.bs-callout .bs-callout-btns {
	float: right;
	margin: -2px 20px 0 0;
}