body{
    background-image: url(../../images/bg.png);
    background-repeat: repeat-x;
}
.brand{
    background-color: #000000e6;    
}
.brand a{
    color: #424242;
}
.dropdown-toggle{
    padding: 0px 12px !important;
}
.sidebar-toggle-box{
    background-color: #32323a;
}
.sidebar-toggle-box .fa-bars{
    color: #fff;
}
.header{
    border-bottom: solid 4px #f97a00;
    background: #2a2a2a;
}
.panel {
    background-color: #ffffff80;
}
.btn-success {
    color: #2a2a2a;
    background-color: #ff6c00;
    border-color: #ff6c00;
}
.btn-danger {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-danger:hover {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
}
.btn-success:hover {
    color: #2a2a2a;
    background-color: #ff8227;
    border-color: #ff8227;
}
.btn.dropdown-toggle.btn-default{
    height: 100%
}
/*
////// NOTIFICATION
*/
.gritter-item-wrapper{
    font-size: 14px;
    padding:12px 11px 8px 11px;
}
.gritter-success{
    background-color: #669900;
    color : #fff;
}
.gritter-error{
    background-color: #ff6666;
    color : #333333;
}
.gritter-close {
    top: -26px;
    right: -4px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}
.space15{
    padding-bottom: 15px;
}

.button-spin{
    position: absolute;
    right: 16px;
    top: -8px;
    width: 33px;
    height: 50px;
    background-image: url(../../images/loading_spinner.gif);
    background-position: center;
    background-size: contain;
    float: right;
    display: none;
    background-repeat: no-repeat;
}
.error-msg-border{
    border: thin solid red;
}
.error-msg{
    color: red;
}
/* Dropzone style reset */
.dropzone{
    border: none;
}
.dz-default.dz-message{
    border: thin solid #999999;
    padding : 25px;
}
.no-padding{
    padding: 0;
}
.line-through{
    text-decoration: line-through;
}
.standard-meal-plan{
    background-color: #fff7be;
    border-radius: 7px;
}
.price-group {
    padding: 10px 0;
}

.required.control-label::before {
    content: "* ";
    color: red;
}

#seller-products, #company-products {    
    list-style-type: none;
}
#seller-products-holder div.thumbnail, #company-products-holder div.thumbnail {
    height: 250px;
    overflow: hidden;
}
#seller-products, #company-products{
    height: 250px;
    overflow: auto;
}
#seller-products li, #company-products li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: auto;
    cursor: move;
    border: thin solid #999999;
}
#seller-products li img, #company-products li img{
    width: 35px;
}
.po-clone-form{
    display: none;
}
.dashboard-icons{
    width: 120px;
    height: 140px;
    text-align: center;
    padding: 10px;
    color: #424242;
    font-weight: bold;
    float: left;
    /*border: thin solid #424242;*/
    margin: 5px;
    /*background: #dcdcdc;*/
    /*border-radius: 100%;*/

    box-shadow: blue 2px; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    /*-webkit-box-shadow: 4px 2px 1px 2px rgba(234, 87, 7, 0.08) ;*/
    /*box-shadow: 4px 2px 1px 2px rgba(234, 87, 7, 0.08) ;*/
    /*text-shadow: 1px 1px 1px rgba(234, 87, 7, 0.08) ;*/
}

.dashboard-icons i{
    color: #a45e2c;
}
.dashboard-icons a{
    color: #000;
}
.dashboard-icons a p{
    color: #000;
}
.dashboard-icons p{
    padding-top: 20%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 992px) {  
    .modal-dialog.modal-lg{
        width: 80%;
        margin: 30px auto;
    }      
}

@media (min-width: 768px) {
    .modal-dialog.modal-lg { width: 90%; }
}

.datepicker-days{
    margin-left: -25px;
}

#sidebar{
    width: 300px;
}
#main-content {
    margin-left: 300px;
}
ul.sidebar-menu li a {
    font-size: 16px;
}
ul.sidebar-menu li a i{
    font-size: 22px;
}

.invoicing .col-lg-4{
    padding: 0;
}
.invoicing.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.invoicing .form-control{
    height: 26px;
}
.invoicing .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.invoicing .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2px;
}
.invoicing td .btn-danger{
    display: none;
}

.table.report td{
    padding: 2px;
}
.table.report th{
    padding: 2px;
}
.table.report h3, h4, h5{
    margin: 2px;
}
.table.report h4{
    font-size: 16px;
    font-weight:  bolder;
}
.form-signin h2.form-signin-heading{
    background: #f97a00;
    border-bottom: 10px solid #f97a00;
}
.form-signin{
    background: #000;
}
.user-login-info{
    background: #000;
}
.form-signin a, .form-signin a:hover{
    color: #f97a00;
}
.form-signin .btn-login {
    background: #c08e5e;
}

hr{
    margin-top: 10px;

    margin-bottom: 10px;

    color: #d2d2d2;

    border: 1px solid;

}

.pay-sheet-form .form-control {
    height: 20px !important;
}
.pay-sheet-form .form-group {
    margin-bottom: 0px;
}
.userguide, .userguide:hover{
    background: none !important; 
    border: none !important;
    color: #fff !important;
    margin-top: 7px;
}
rguide:hover{
    color: #f97a00 !important;
}