html{
	position: relative;
	min-height: 100%;
}
body {
  margin-bottom: 70px;
}

body > .container-fluid {
	padding-top: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

footer .container{
	width: auto;
	max-width: 680px;
	padding: 0 15px;
}

footer .container .text-muted {
	text-align: center;
	padding-top: 10px;
}

#loader{
	display: block;
	z-index: 100; 
	/*background-color: #4d4d4d;  */
	background-image: url("../img/ajax-big.gif"); 
	background-repeat: no-repeat; 
	background-position: center; 
	width: 100%; 
	height: 400px;"
}

#loader-sm{
	display: block;
	z-index: 100; 
	/*background-color: #4d4d4d;  */
	background-image: url("../img/ajax-big.gif"); 
	background-repeat: no-repeat; 
	background-position: center; 
	width: 100%; 
	height: 200px;"
}

#loader-div{
	background: url("../img/ajax-big.gif"); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-color: black;
	opacity: 0.5;
	cursor: auto;
	width: 100%;
	height: 100%;
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
}

#raport-detail.modal .modal-dialog {
	width: 90%;
}

.bold{
	font-weight: bold;
}

.small-padding {
	padding-left: 2px !important;
	padding-right: 2px !important;
	/*margin-left: 0 !important;
	margin-right:0 !important;*/
}
.no-left-padding {
	padding-left: 0px !important;
	padding-right: 2px !important;
	/*margin-left: 0 !important;
	margin-right:0 !important;*/
}
.vcenter{
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.col-center{
	float: none !important;
	display: block;
	margin: 0 auto;
}

.display-table{
	display: table;
	table-layout: fixed;
}
.display-cell{
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.margin-left-10{
	margin-left: 10px !important;
}

.form-group-condensed{
	margin-bottom: 5px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-worker-options{
	min-width: 180px;
	margin-top: 5px;
}

.modal-full {
	width: 90%;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

 /* jQuery UI Autocomplete Bootstrap Style */

.ui-autocomplete {
    position: absolute;
    z-index: 5000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -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);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete-loading{
	background: url('../img/ajax-loader.gif') no-repeat right center;
}

.form-control-feedback-2{
	right:0px !important;
}


.btn-mkm {
  background-color: #96033B;
  border-color: #96033B;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #820333;
  background-image: -moz-linear-gradient(top,#96033B,#640227);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#96033B),to(#640227));
  background-image: -webkit-linear-gradient(top,#96033B,#640227);
  background-image: -o-linear-gradient(top,#96033B,#640227);
  background-image: linear-gradient(to bottom,#96033B,#640227);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff96033b', endColorstr='#ff640127', GradientType=0);
  border-color: #640227 #640227 #19000a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-mkm:hover,
.btn-mkm:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-mkm:hover{
  background-color: #640227;
  color: #686868;
}
.btn-mkm:focus {
  background-color: #640227;
  color: #fff;
}
.btn-mkm:active,
.btn-mkm.active,
.btn-mkm.active:hover {
  background-color: #7d0231;
  border-color: #640227;
}
.btn-mkm.disabled:hover,
.btn-mkm.disabled:focus,
.btn-mkm.disabled:active,
.btn-mkm.disabled.active,
.btn-mkm[disabled] .btn-mkm:hover,
.btn-mkm[disabled] .btn-mkm:focus,
.btn-mkm[disabled] .btn-mkm:active,
.btn-mkm[disabled] .btn-mkm.active {
  background-color: #96033B;
  border-color: #96033B;
}

.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor: pointer;
}


.page-header-dark{
	border-bottom: 1px solid #bfbebe;
}

.label-mkm{
	background-color: #96033B;
}

.text-mkm{
	color: #96033B;
}

.res-circle {
  /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
  /*width: 20%;*/
  width: 50px;
  border-radius: 50%;

  /* (B) BACKGROUND COLOR */ 
  background: #96033B;
 
  /* (C) NECESSARY TO POSITION TEXT BLOCK */
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
 
/* (D) MATCH HEIGHT */
.res-circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
 
/* (E) TEXT BLOCK */
.circle-txt {
  /* (E1) CENTER TEXT IN CIRCLE */
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
 
  /* (E2) THE FONT - NOT REALLY IMPORTANT */
  /* font-family: arial, sans-serif; */
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}

.caret-big {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

/* fix na tlo modala, ktore przewijalo sie razem z nim*/
/*.modal-backdrop{
  position: fixed;
  bottom: 0;
  top: 0;
  height: auto !important;  
} 
zastapione przez JS
*/

/* switch buttons */
.switch_box{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider_sw {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_sw:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_sw {
  background-color: #96033B;
}

input:focus + .slider_sw {
  box-shadow: 0 0 1px #96033B;
}

input:checked + .slider_sw:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider_sw.round {
  border-radius: 34px;
}

.slider_sw.round:before {
  border-radius: 50%;
} 