/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
   /* height: 80%; */
    margin-left: -295px;
    overflow-y: auto;
   /* background: #FFFFFF;*/
    border-radius: 10px;
   /* box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.75);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
   /* background: #EEEEEE;*/
    margin: 0px 0px 0px 0px;
}

.sidebar-nav li {
   text-indent: 5px;
   margin-top: 10px;
   border-radius: 5px;
   box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.75);
   padding: 10px;
   margin-left: 10px;
   margin-right: 10px;
   background: #FFFFFF;
   position: relative;
}

.sidebar-nav li:hover {
   background-color: #BDE3FA;
}
.sidebar-nav li.active {
   background-color: #08ADB1;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #08ADB1;
}

.sidebar-nav li a:hover {
    color: #333;
}

.sidebar-nav > .active {
    padding: 10px;
    background: #08ADB1;
}

.sidebar-nav > .active a {
    color: #FFF;
}

.sidebar-nav > .active a:hover {
    color: #000;
    background: none;
}

@media(min-width:1024px) {
   #wrapper {
       padding-left: 310px;
   }

   #wrapper.toggled {
       padding-left: 0;
   }

   #sidebar-wrapper {
       width: 290px;
   }

   #wrapper.toggled #sidebar-wrapper {
       width: 0;
   }

   #page-content-wrapper {
       padding: 20px;
       position: relative;
   }

   #wrapper.toggled #page-content-wrapper {
       position: relative;
       margin-right: 0;
   }
}

  /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 1023px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }

.footer {
background-color: #EDEDED;
height: 30em;
z-index: 1050;
}

.active.add-new-place {
    background-color: #399BCA;
    color: #FFF;
}

.add-new-place {
    background-color: #69D0F6;
    color: #FFF;
}

.active.payment-highlight {
    background-color: #399BCA;
    color: #FFF;
}
.payment-highlight {
    background-color: #69D0F6;
    color: #FFF;
}