
.sidebar .user-info {
	background: none;
	height: auto;
}

.sidebar .user-info .info-container {
	top: 5px;
}

.navbar-brand {
	padding: 0px 0px;
}

.navbar-brand > img {
	display: inline;
	margin-right: 10px;
}

@media screen and (max-width : 480px) {
	.navbar-brand {
		padding: 15px 15px;
	}

	.navbar-brand > img {
		display: none;
	}
}

.breadcrumb {
	font-size: 15px;
}

.table thead tr th {
	text-align: center;
}

.table tbody tr.blokir td {
	font-style: italic;
	color: silver;
}

.material-icons-text {
	position: relative;
    top: -8px;
    left: 7px;
}

.material-button-text {
	position: relative;
    top: -3px;
    left: 4px;
	margin-right: 5px;
}

.dropdown-menu {
	width: 240px;
	font-style: normal;
}

.bwizard {
  position: relative; }
  .bwizard .well {
    margin: 3px 0; }
  .bwizard .pager {
    margin: 10px 0 0 0; }
    .bwizard .pager li a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      color: #f51d1c; }
    .bwizard .pager li.disabled a {
      color: #999999; }

.bwizard-steps {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: white; }
  .bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    line-height: 18px;
    list-style: none;
    padding: 12px 17px 10px 30px;
    background: #e6e6e6;
    zoom: 1;
    *display: inline;
    *padding-left: 17px; }
    .bwizard-steps li:first-child {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      padding-left: 12px; }
      .bwizard-steps li:first-child:before {
        border: none; }
    .bwizard-steps li:last-child {
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      margin-right: 0; }
      .bwizard-steps li:last-child:after {
        border: none; }
    .bwizard-steps li:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 20px inset transparent;
      border-left: 20px solid white;
      border-top: 20px inset transparent;
      content: ""; }
    .bwizard-steps li:after {
      position: absolute;
      right: -20px;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #e6e6e6;
      border-top: 20px inset transparent;
      content: "";
      z-index: 2; }
    .bwizard-steps li .label-default {
      margin: 0 5px 0 0;
      padding: 1px 5px 2px;
      position: relative;
      top: -1px;
      background: #b3b3b3;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      color: white; }
    .bwizard-steps li .label-danger {
      background: #a40807; }
  .bwizard-steps .active {
    color: white;
    background: #f74e4d; }
    .bwizard-steps .active:after {
      border-left-color: #f74e4d; }
  .bwizard-steps a {
    color: #4d4d4d; }
  .bwizard-steps .active a {
    color: white;
    cursor: default; }
  .bwizard-steps a:hover {
    text-decoration: none; }
  .bwizard-steps.clickable li:not(.active) {
    cursor: pointer; }
  .bwizard-steps.clickable li:hover:not(.active) {
    background: #cccccc; }
    .bwizard-steps.clickable li:hover:not(.active) a {
      color: #4d4d4d; }
    .bwizard-steps.clickable li:hover:not(.active):after {
      border-left-color: #cccccc; }

.bed-legend{
  width: 50px;
  height: 50px;

  font-size:16px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  color: #ffffff; 
  vertical-align: center;
}

.bed-image-legend{
  background : url(../img/bed_status/available.png) no-repeat center center;
  background-size: 70px 70px;
}
.bed-image-request-legend{
  background : url(../img/bed_status/booking.png) no-repeat center center;
  background-size: 70px 70px;
}
.bed-image-waiting-legend {
  background : url(../img/bed_status/waiting.png) no-repeat center center;
  background-size: 70px 70px;
  
}

.bed-image-male-legend{
  background : url(../img/bed_status/male.png) no-repeat center center;
  background-size: 70px 70px;
}

.bed-image-female-legend{
  background : url(../img/bed_status/female.png) no-repeat center center;
  background-size: 70px 70px;
}

.bed-image-out-legend{
  background : url(../img/bed_status/broken.png) no-repeat center center;
  background-size: 70px 70px;
}

.bed-image-maxcapacity-legend{
  background : url(../img/bed_status/max.png) no-repeat center center;
  background-size: 70px 70px;
}



.bed-choice{
  width: 100px;
  height: 100px;

  font-size:18px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 15px;
  text-align: right;
  border: none;
}

.bed-image{
  background : url(../img/bed_status/available.png) no-repeat center center;
  background-size: 95px 80px;
}
.bed-image-request{
  background : url(../img/bed_status/booking.png) no-repeat center center;
  background-size: 95px 80px;
}
.bed-image-waiting {
  background : url(../img/bed_status/waiting.png) no-repeat center center;
  background-size: 95px 80px;
  
}

.bed-image-male{
  background : url(../img/bed_status/male.png) no-repeat center center;
  background-size: 95px 80px;
}

.bed-image-female{
  background : url(../img/bed_status/female.png) no-repeat center center;
  background-size: 95px 80px;
}

.bed-image-out{
  background : url(../img/bed_status/broken.png) no-repeat center center;
  background-size: 95px 80px;
}

.bed-image-maxcapacity{
  background : url(../img/bed_status/max.png) no-repeat center center;
  background-size: 95px 80px;
  cursor: pointer;
}

.bed-image-outmax{
  background : url(../img/bed_status/brokenmax.png) no-repeat center center;
  background-size: 95px 80px;
}

.bed-image-malemax{
  background : url(../img/bed_status/malemax.png) no-repeat center center;
  background-size: 95px 80px;
}

.bed-image-femalemax{
  background : url(../img/bed_status/femalemax.png) no-repeat center center;
  background-size: 95px 80px;
}

.bed-image-waitingmax{
  background : url(../img/bed_status/waitingmax.png) no-repeat center center;
  background-size: 95px 80px;
}

.blink_text {
	animation:10s blinker linear infinite;
	-webkit-animation:2s blinker linear infinite;
	-moz-animation:2s blinker linear infinite;

	}

	@-moz-keyframes blinker {  
	 0% { opacity: 1.0; }
	 50% { opacity: 0.0; }
	 100% { opacity: 1.0; }
	 }

	@-webkit-keyframes blinker {  
	 0% { opacity: 1.0; }
	 50% { opacity: 0.0; }
	 100% { opacity: 1.0; }
	 }

	@keyframes blinker {  
	 0% { opacity: 1.0; }
	 50% { opacity: 0.0; }
	 100% { opacity: 1.0; }
 }
 