/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  margin: 0px 0 -60px 0;
  width: 100%; 
  text-align:center;
  /* Set the fixed height of the footer here */
  height: 50px;
  padding-top: 10px;
  background-color: #ccc;
  border:0px black solid;
  z-index:1100
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}






/* sidebar */
/*!
 * 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: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #efefef;
    -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: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #e72683;
}

.sidebar-nav li a:hover, .sidebar-nav li a.active {
    text-decoration: none;
    color: red;
    background: #ddd;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.navbar {margin-bottom:0}

.cat span.glyphicon {font-size:.6em;}

.thumbnail img {border-radius:5px}
.center_content {padding-top:10px}

.item_entry {height:350px;overflow:hidden;}
.item_entry .thumbnail {background-color: #fff3ff;min-height:325px}
.item_entry a {color: #e72683}
.item_entry a:hover {text-decoration:none}
.item_entry h3 {font-size:18px}
.category_header h3 {padding:0;margin:0}
.item_description .panel-body h2, .item_description .panel-body  {font-size:14px;padding:10px}
.item_picture img {border-radius:5px}
.alert-info {color:white}

.cart_fields .input-group-addon {width:150px}

.checkout_fields .input-group-addon {
    min-width:200px;// if you want width please write here //
    text-align:right;
}
.checkout_review_holder .panel-body {min-height:180px}

/* on large screens, I use a different layout, so 600px are sufficient */
@media only screen and (min-width: 600px) {
    table.mceLayout, textarea.richEditor {
       width: 600px !important;
    }
}
.rep_picture {border-radius:5px}

.navbar-brand {color:#ff007b !important}


@media (max-width: 480px) {
	.input-group-addon, .input-group-btn, .input-group .form-control {
	    display: block;
	    margin-bottom: 10px;
	    clear: both;
	    }
	.input-group {
	    display: block;
	    }
}

.input-group-addon {min-width:150px}
.login-box .input-group {width:100%}