/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.divide-nav {
  height: 50px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #785e53;
}

.divide-nav > .container > a {
  position: absolute;
  left: 50%;
  margin-left: -55px !important;
  display: block;
  margin: 0; 
  float: none;
  z-index: 1;
}


.divide-text {
  color: #fff;
  line-height: 20px;
  font-size: 25px;
  padding:  15px 0;
  text-align: center;
}

.divide-text > img {
  margin-top: -8px;
  height: 30px;
}


.affix {
  top: 1px;
  width: 100%;
}

@media (min-width: 820px) {
    .affix {
        position: fixed;
    }
}

@media (max-width: 820px) {
    .affix {
        position: static;
    }
}


nav > .container {
  border-top: 0; 
  border-bottom: 0; 
  border-style: dotted; 
  border-color: #785e53;
}

nav > .top-shelf {
  z-index: 9;
}

nav > .top-shelf-edge {
  z-index: 9;
}

.nav-wrapper {
  position: absolute;
  width: 100%;
  z-index: 300;
}

.navbar-form {
  padding-left: 0;
}

.navbar-collapse {
  padding-left: 0; 
}

@media (max-width: 820px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
}


.container{
  /*min-height: 100%; */
}

.content-container {
  margin-top: 103px;
}

.input-group {
  min-width: 200px;
}


tbody > tr > td:first-child {
  text-align: center;   
}

tbody > tr > td:last-child {
  text-align: center;   
}


.dropdown-user {
  color: #777; 
  margin-top: 5px;
}

td > img {
  height: 70px;
}

td > input {
  width: 100px;
}


/* Polica */
.top-shelf {
  position: relative;
  z-index: -1;
  border-bottom: 12px solid #bc9783;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.top-shelf-edge {
  height: 10px;
  z-index: -1;
  position: relative;
  background: #dfb896;
}


.credit {
    color: #dfb896;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.credit a {
  color: white;
}


.pantry-footer {
  width:100%;
  bottom:0;
  left:0;
  margin-top: 23%;
}

.footer>.container {
  background-color: #785e53;
  margin-left: 0; 
  margin-right: 0;
}