html body {
    padding-top:50px;
    color: #363636;
    margin: 0px auto;
    position: relative;
    height: 100%;
    min-width: 980px;
    /*    background: #E5E5E5 url("../img/bg.png") repeat scroll 0% 0%; */
    /* background-color: transparent;  */
    background: url("/img/bg.png") repeat scroll 0% 0%;
}

.ui-autocomplete-loading {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete {
    z-index: 5000;
    background-color: white;
}

.input-group{
    padding: 10px 10px;
}

#modalSearch .modal-middle > label{
    color: rgb(40, 119, 38);
}

.cart-header{
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 10px;
}

.text-changed{
    color:   rgb(40, 119, 38);
}

.input_price{
    text-align: center;
}

.cc_label, label{
    color: #287726;
    /*    font-weight: bold; */
    /*    text-decoration: underline; */
}

.cc_cart_table td{
    padding: 4px;
}

a {
    color: #329132;
    text-decoration: none;
}

.alert{
    padding: 5px 15px;
}
.warning{
    display: block;
    color: white;
    background-color: DarkRed;
    margin-top: 8px;
}

.login .modal-dialog {
    width: 350px;
}

.login .modal-middle {
    width: 200px;
    margin: auto auto;
}

.checkout .modal-dialog {
    width: 450px;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.navbar-fixed-top {
    border: 0;
}
.navbar-inverse {
    background: #DFF0D8 repeat scroll 0% 0%;
}

.navbar-inverse .navbar-brand {
    color:  #329132;
    text-shadow: -5px 0px 5px white;
    font-family: Lobster;
}

.nav > li > a {
    padding: 15px;
}

.sidebar {
    display: none;
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-header a:hover,
.nav > li > a:hover,
.navbar-brand > a:hover,
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #329132 !important;
    background-color: whitesmoke  !important;
    border-radius: 4px;
    border: 1px  #DFF0D8 solid;
}

#collapseAgents{
    width: 75%;
}

@media (max-width: 720px) {
    .navbar, .navbar-header{
        word-break: normal;
        font-size: 0.8em;
    }

}
@media (min-width: 768px) {

    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

.main .page-header {
    margin-top: 0;
}

#filter_supplier{
    font-size: 0.9em;
    width: 150px;
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.pagination > li > a{
    color: #329132;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #FFF;
    background-color: #F0AD4E;
    border-color: #EEA236;
}

.jumbotron {
    padding-right: 40px;
    padding-left: 40px;

}

.reports_area{
    padding-top: 10px;
}

.reports_area table{
    table-layout:fixed;
}
#reserved{
    width: 55px;
}
#delivery{
    text-align: center;
    font-size: 1.2em;
}

#checkout label{
    padding-top: 10px;
    padding-bottom: 10px;
}

#delete_btn{
    margin-top: 20px;
}

.dropdown-toggle span {
    color: #329132;
}

#search_btn{
    width: 100px;
}

.dropdown-header {
    background-color: #DFF0D8;
    color:  #329132;
}

caption {
    background-color: white;
    color:  maroon;
    font-size: 1.2em;
    text-align: center;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.maintenance{
    font-size: 1.5em;
    text-align: center;
    position: fixed;
    bottom: 70%;
    width: 100%;
}

#comment,
#checkout{
    font-size: 0.95em;
}

img.anons{
    position: relative;
    top: -15px;
    right: -70px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.nowrap{
    white-space: nowrap;
}

.glyphicon-check, glyphicon-unchecked{
    color:  #329132;
    font-size: 0.9em;
}

#settings_area{
    margin-top: 25px;
}

#settings_xml, #settings_supplier{
    padding: 15px 5px;
    border: 1px green solid;
}

#settings_supplier input[type="checkbox"]{
    height: 18px;

}

.my_hide{
    display: none;
}

/*
.paginate_button{
    padding-left: 5px;
    padding-right: 5px;
}
*/

.reglament p{
    text-align: center;
    border: 1px gray solid;
}

.reglament td{
    vertical-align: top;
    padding-bottom: 20px;
    padding-top: 20px;
}

.reglament tr{
    border-bottom: 1px silver solid;
}

