/*** COLORS ***/
.pozadina1{
  background-color:red;
}
.pozadina2{
  background-color:yellow;
}
.pozadina3{
  background-color:blue;
}
.pozadina4{
  background-color:green;
}
.pozadina5{
  background-color:chartreuse;
}
.pozadina6{
  background-color:orange;
}
.pozadina7{
  background-color:cyan;
}
.pozadina8{
  background-color:darkorchid;
}
.pozadina9{
  background-color:black;
}
.pozadina10{
  background-color:dimgrey;
}
.boja1{
  color:red;
}
.boja2{
  color:yellow;
}
.boja3{
  color:blue;
}
.boja4{
  color:green;
}
.boja5{
  color:chartreuse;
}
.boja6{
  color:orange;
}
.boja7{
  color:cyan;
}
.boja8{
  color:darkorchid;
}
.boja9{
  color:black;
}
.boja10{
  color:dimgrey;
}

.izbornik{
  display: inline-block;
  width: 15%;
  padding-top: 120px;
  vertical-align: top;
}
.sirina{
  width:84%;
}
.dummy{
  display: inline-block;
  width: 41%;
  vertical-align: top;
}
/***COLORS END***/
/***GLOBALS***/
@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  animation: blink 2s forwards 0s infinite;
  -webkit-animation: blink 2s forwards 0s infinite; }

@keyframes bounce {
  0% {
    transform: none; }
  40% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
html, body {
  margin: 0;
  color: #484848;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  height: 100%;
  background: #ffffff;
}
.modal-dialog{
  font-size:14px;
}
.modal-header {
  background-color: #9e1f63;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color:#ffffff;
}
.modal-content {
  border: 0;
}
.modal-body p{
  text-align: left;
  margin-left: 3%;
  display: inline-block;
}
.modal-dialog{
  width:750px;
}
.modal-body2 {
  padding:15px;
  text-align: center;
}
.modal-body2 tr{
  padding-top:25px;
}
.modal-footer2 {
  padding:15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.rezervacije {
  border-bottom: 1px solid #917122;
  margin-bottom: 3%;
}
#rezervacijeDana{
  width: 100%;
  line-height: 45px;
}
.login{
  background: #ffffff url("../img/restaurant_klarisa.jpg") no-repeat fixed center;
  background-size: cover;
  height: 100%;
}
.login-wrapper{
  height: 100%;
  width: 100%;
  display:table;
}
.login-wrapp{
  display: table-cell;
  vertical-align: middle;
}
.hour-label{
  background: none;
}

.datepicker-inline {
  margin-left: auto;
  margin-right: auto; }

a {
  text-decoration: none;
  color: inherit; }

img {
  width: 100%; }

/***GLOBALS END***/
/***NAVIGATION***/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  background: rgba(0, 0, 0, 0.2); }

.obracuni-container{
  width: 100%;
  overflow: hidden;
}
.obracuni{
  width: 80%;
  margin: 0 auto;
}
.interval{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.interval-od,.interval-do{
  width: 33%;
  float: left;
}



.obracuni table td:nth-child(2){
  width: 30%;
  text-align: center;
}

.nav-toggle {
  position: fixed;
  top: 5px;
  left: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/menu.png");
  transition: all 0.4s ease;
  z-index: 5;
  cursor: pointer;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.nav-toggle.hover-enabled:hover, .nav-toggle.hover {
  background: url("../img/menu.png");
  background-repeat: no-repeat;
  transform: rotate(360deg);
}

.nav-toggle.active {
  background: url("../img/menu-active.png");
  background-repeat: no-repeat;
   }

nav {
  background: #d2aa41;
  width: 230px;
  position: fixed;
  left: -230px;
  top: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: 1; }
  nav .nav-item:first-child {
    margin-top: 100px;
    border-top: 1px solid white; }
  nav .nav-item {
    box-sizing: border-box;
    border-bottom: 1px solid white;
    color: white;
    overflow: hidden;
    padding-left: 1em;
    line-height: 70px;
    font-size: 1.2em; }
    nav .nav-item .icon {
      margin: 15px;
      width: 40px;
      height: 40px;
      float: right; }
  nav .nav-item:hover .icon {
    animation: 0.5s bounce; }

nav.hover, nav:hover {
  left: -160px; }

nav.active, nav.active.hover {
  left: 0; }

.partnerpicker{
  cursor: pointer;
}
.footer{
  padding-bottom: 400px;
}
.vise3{
  background: rgb(0,0,0,0.1);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.view-header {
  color: #d2aa41;
  text-align: center; }
  .view-header .clock {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.2em;
    font-weight: 500; }
  .view-header h1 {
    font-size: 1.4em;
    font-weight: 400; }
  .view-header .img-container {
    width: 100px;
    max-width: 300px;
    margin: 1em auto; }
.login-logo{
  width:200px;
  margin:0 auto;
  text-align: center;
  background: rgba(24, 15, 12, 0.6);
}
.login-logo img{
  width: 86%;
}

.overview-container h3 {
  display: inline-block;
  cursor: pointer;
font-size: 18px;
}
.overview-container .overview > div {
  padding-top: 2em; }
.overview-container .overview {
  display: inline-block;
  overflow: hidden; }
  .overview-container .overview .labels, .overview-container .overview .data {
    float: left; }
  .overview-container .overview .labels {
    width: 170px; }
    .overview-container .overview .labels .empty:first-child {
      margin-top: 32px; }
    .overview-container .overview .labels .room, .overview-container .overview .labels .table, .overview-container .overview .labels .empty {
      height: 30px;
      line-height: 30px; }
    .overview-container .overview .labels .room {
      background: #443c39;
      color: white; }
    .overview-container .overview .labels .table {
      background: #efefef;
      margin: 0;
      border-bottom: 1px solid #484848; }
  .overview-container .overview .data {
    padding-bottom: 10px;
    width: calc(100% - 170px);
    padding-left: 20px;
    overflow-x: scroll; }
    .overview-container .overview .data .data-row {
      width: 100%;
      position: relative;
      height: 30px; }
      .overview-container .overview .data .data-row .meal-period {
        padding-left: 5px;
        position: absolute;
        top: 0;
        font-size: 0.8em;
        height: 100%;
        line-height: 100%; }
        .overview-container .overview .data .data-row .meal-period .popup {
          z-index: 5;
          border-radius: 5px;
          display: inline-block;
          background: #222;
          position: absolute;
          color: white;
          left: 105%;
          top: -1em;
          padding: 0.5em;
          opacity: 0;
          transition: opacity 0.3s ease; }
      .overview-container .overview .data .data-row .meal-period:hover {
        cursor: pointer; }
        .overview-container .overview .data .data-row .meal-period:hover .popup {
          opacity: 1; }
      .overview-container .overview .data .data-row .meal-period:after {
        left: -1px;
        width: 1px;
        background: #443c39;
        top: 0;
        position: absolute;
        content: "";
        display: block; }
      .overview-container .overview .data .data-row .hour {
        float: left;
        height: 100%;
        position: relative;
        text-align: center; }
        .overview-container .overview .data .data-row .hour .hour-label {
          background: none;
          position: absolute;
          left: -20px;
          top: 0;
          height: 100%; }
      .overview-container .overview .data .data-row .current-time {
        position: absolute;
        top: 0;
        width: 3px;
        background: #f30000; }
      .overview-container .overview .data .data-row .hour:before {
        display: block;
        top: 1.2em;
        left: -1px;
        position: absolute;
        width: 1px;
        background: black;
        content: "";
        z-index: 1; }
      .overview-container .overview .data .data-row .reservation.animated {
        transition: top 0.2s ease, left 0.2s ease; }
      .overview-container .overview .data .data-row .reservation {
        font-size: 14px;
        position: absolute;
        height: 30px;
        bottom: 1px;
        color: white;
        z-index: 3;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
      }
        .overview-container .overview .data .data-row .reservation .tooltip {
          line-height: 2em;
          text-align: center;
          opacity: 1;
          overflow: hidden;
          height: 0;
          width: 100%;
          transition: all 0.15s ease;
          position: absolute;
          bottom: 105%;
          left: 0;
          color: #ffffff;
          background: rgba(0, 0, 0, 0.5); }
      .overview-container .overview .data .data-row .reservation.ui-draggable-dragging {
        z-index: 100; }
        .overview-container .overview .data .data-row .reservation.ui-draggable-dragging .tooltip {
          height: 2em; }
      .overview-container .overview .data .data-row .have-come {
        background: #443c39;
        border: 1px solid white; }
      .overview-container .overview .data .data-row .reserved {
        background: #d5d5d5;
        color: #484848; }
      .overview-container .overview .data .data-row .canceled {
        background: red;
        display: none;
      }
      .overview-container .overview .data .data-row .no-show {
        background: #800080;
        display: none;
      }
      .overview-container .overview .data .data-row .deleted {
        background: red;
        display: none;
      }
      .overview-container .overview .data .data-row .gone {
        background: red;
        display: none;
      }
    .overview-container .overview .data .data-row.room:after {
      display: block;
      left: -20px;
      right: 0;
      bottom: 0;
      top: 0;
      background: #443c39;
      position: absolute;
      transition: all 0.3s ease;
      content: ""; }
    .overview-container .overview .data .data-row.room.over:after {
      background: #f30000; }
    .overview-container .overview .data .table-row {
      transition: all 0.3s ease; }
    .overview-container .overview .data .table-row.over {
      background: #efefef; }
    .overview-container .overview .data .data-row.table-row:before {
      display: block;
      left: -20;
      right: 0;
      bottom: 0;
      height: 1px;
      background: #d5d5d5;
      position: absolute;
      content: ""; }

/***NAVIGATION END***/
/*** CONTENT ***/
.main {
  width: 90%;
  margin: 2em auto 0;
  text-align: center; }
.table{
  text-align: left;
}

/*** CONTENT END ***/
/**BOOTSTRAP OVERRIDES***/


/***BO END***/
/*** MEDIA QUERIES ***/
@media (max-width: 768px) {
  .main {
    width: 100%; }
  .modal-dialog{
    width: auto;
  }
  .overview-container .overview .labels {
    font-size: 0.8em;
    width: 100px; }
    .overview-container .overview .labels .empty:first-child {
      margin-top: 38px; }
  .overview-container .overview .data {
    width: calc(100% - 100px); }

  .view-header .img-container {
    max-width: 100px; } }
/*** MEDIA QUERIES END ***/

/*# sourceMappingURL=style.css.map */

.login-heading{
  background:none;
  border: none!important;
  background-color: transparent!important;
}
.login-title{
color:#fff;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.login-form-input{
  color: #262626;
border: none;
padding: 15px 20px;
border-radius: 25px;
background: rgba(255,255,255,.23);
}
.login-form-input::placeholder{
  color: rgba(255, 255, 255, 0.5)
}
.login-button{
border: none;
padding: 15px 20px;
border-radius: 25px;
background: rgba(210,170,65,0.8);
}
.login-button:hover{
  background: rgba(210,170,65,1);
}
.login-panel-body{
background: transparent;
}
.login-panel{
  box-shadow: 0px 0px 50px 25px rgba(0,0,0,.3);
  background: rgba(0,0,0,0.4);
border: none;
}
.login-container{
  width:500px;
}
.note{
  color: red;
  font-size: 12px;
}

/*** MEDIA QUERIES E