/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    /*padding-top: 50px;  If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
    
}

p.copyright {
    margin: 15px 0 0;
}

/*Sticky footer*/
body {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
.stickyWrapper {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

@media print {
  @page {
      size: A4;
      margin:0px;
      margin-left:auto;
      margin-right:auto;
  }
  body * {
    visibility: hidden;
  }
  #title {
    top: 0;
    visibility: visible;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #message-to-print, #message-to-print *{
    visibility: visible;
    margin-bottom:50px;
    padding-bottom:15px;
    text-align:center;
  }
  #message-to-print p{
    border-bottom:1px solid #111;
  }
  /*
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  */
  #dontPrint {
    visibility: hidden;
  }
  a[href]:after {
    content: none !important;
  }
}

/* HOTEL STUFF */
table{
	border: 1px solid black;
    height:100%;
    background:white;
}

.mainTabela{
	overflow:scroll; 
    height:890px;
}

.mainTabela tr{
	height:60px;
}
.mainTabela tr:hover{
	background-color: #adebad;
}
.mainTabela td:hover{
	background-color: #85e085;
}
.mainTabela th {
	background: lightblue;
	border-color: white;
}

.mainTabela td:hover{
	cursor:pointer;
}
.mainTabela td, .mainTabela th{
	border: 1px solid black;
	text-align: center;
	min-width:130px;
	padding:0px;
	min-height:100%;
}

.mainTabela tr.selected{
	background-color: #adebad;
}
.mainTabela th.hovered{
	background-color: #85e085;
}
.mainTabela td.selected, th.selected{
	background-color: #85e085;
}

.rezervisano{
	position:relative;
	background: yellow !important;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	z-index:100;
	margin-left:30px;
	border-right: 1px dashed #CCCCCC;
	line-height:1.2;
}

.dnevniOdmor{
	position:relative;
	background: yellow !important;
	margin:0px;
	padding:0px;
	height:100%;
	max-width:65%;
	z-index:100;
	margin-left:30px;
	border-right: 3px solid #000;
	line-height:1.2;
}

.ui-content{
	clear:both;
	height:100%;
	width:465px;
}

/* BOOKING TABELA */
.bookingTabela{
	overflow-x:scroll; 
    color:black;
}

.bookingTabela tr:nth-child(odd){
    background-color: #ededed;
}
.bookingTabela td{
	border: 1px solid black;
	text-align: center;
	min-width:70px;
	padding:0px;
	height:60px;
}
.bookingTabela th{
	border: 1px solid black;
	text-align: center;
	padding:0px;
	min-height:100%;
}

.bookingTabela tr:hover{
	background-color: #acc3e5;
}
.bookingTabela td:hover{
	background-color: #6d9fe8;
}
.bookingTabela th {
    background: #cecece;
}
.bookingTabela td:hover{
	cursor:pointer;
}

.bookingTabela tr.selected{
	background-color: #acc3e5;
}
.bookingTabela th.hovered{
	background-color: #6d9fe8;
}
.bookingTabela td.selected, .bookingTabela th.selected{
	background-color: #6d9fe8;
}

/* SUGGEST */
#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:  #333;
	padding:5px;
	margin-bottom:10px;
	background-color: #FFFF99;
}

#imeInput{
	padding:3px;
	border:1px #CCC solid;
	/* font-size:17px; */
} 
.suggestionsBox {
	position: absolute;
	left: 0px;
	margin-top:0px;
	width: 100%; /*200px;*/
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
    color: #fff;
    z-index: 60;
}
.suggestionList {
    margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px solid #fff;
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #FC3;
	color:#000;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	padding:0;
	margin:0;
}

.load{
	background-image:url(../img/loader.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#suggest {
	position:relative;
}
#searchSuggest {
	position:relative;
}

/* DATEPICKER */
.ui-datepicker-header {
    background:#fff;
    border: 1px;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    padding-left:7px;
    background-position: center -30px;
}
.ui-datepicker-next {
    float: right;
    cursor: pointer;
    padding-right:7px;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
      background: linear-gradient(#999999, #737373);
      color:#ffffff;
      height:40px;
      width:40px;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #fff;
    outline: 2px solid #000;
    outline-offset: -2px;
    position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}

.ui-datepicker-today {
    outline: 2px solid #ed3b3b;
    outline-offset: -2px;
}
 .ui-datepicker-buttonpane button.ui-datepicker-close{
  display: none;
}