html,
body,
#wrapper {
    min-height: 100%;
    margin: 0;
    height: 0;
}

#page-wrapper {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    position: fixed;
    width: 100%;
}

.sidebar {
    overflow-y: scroll;
    max-height: 94vh;
}

@media (max-width: 1100px) {
    .sidebar {
        max-height: 93vh;
    }
}

@media (max-device-width: 1280px) and (orientation: landscape) { 
    .sidebar {
        width: 200px;
    }

    #page-wrapper {
        margin-left: 200px;
    }
}

@media (max-width: 780px) {
    .sidebar {
        max-height: 95vh;
    }
}

.btn .glyphicon {
	top: 2px;
	margin-right: 6px;
}

.page-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.table .table-label {
    color: #333;
    font-weight: 600;
    padding-left: 15px;
}

.align-table-content {
    padding-top: 22px !important;
}

.align-table-content-form {
    padding-top: 16px !important;
}

.product-pic-big {
    max-width: 100px;
    max-height: 100px;
}

.product-pic {
    max-width: 125px;
    max-height: 50px;
}

.img-product-width {
    width: 80px
}

.cart-qnt {
    width:65px;
    margin-right:15px;
    text-align: center;
}

.adjust-order-detail {
    margin-top: -40px
}

@media print {
    .adjust-order-detail {
        margin-top: 0px;
    }
}

.footer {
    border-top: 1px solid #e7e7e7;
    height: 60px;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 20px;
}
/********* HELPER CLASSES **************/

.go-right {
    float: right; 
}

.go-left {
    float: left; 
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right {
    margin-right:15px;
}

.color-blue {
    padding: 3px 12px; 
    border-radius: 5px;
    width: 42px;
    background-color: #5bc0de;
}

.color-orange { 
    padding: 3px 12px; 
    border-radius: 5px;
    width: 132px;
    background-color: #FF9800;
}

.color-green { 
    padding: 3px 12px; 
    border-radius: 5px;
    width:56px;
    background-color: #5cb85c;
}

.color-yellow { 
    padding: 3px 12px; 
    border-radius: 5px;
    width:124px;
    background-color: #f0ad4e;
}

.color-purple {
    padding: 3px 12px; 
    border-radius: 5px;
    color: #fff;
    width: 59px; 
    background-color: #9C27B0;
}

.stock-green {
    color: #5cb85c;
}

.stock-yellow {
    color: #F6D91B;
}

.stock-red {
    color: #F44336;
}

.hidden {
    display:none;
}

.small-text {
    font-size: 15px;
    line-height: 60px
}
.img-menu {
    height: 20px;
}

@media print {
    td {
        font-size: 9px !important;
    }
    a {
        display: none;
    }
    h1 {
        font-size: 14px;
    }
    #page-wrapper {
        padding-top: 20px;
    }
    .page-header {
        margin-top: 0;
    }
    .responsavel td {
        font-size: 14px !important;
    }
    .adjust-order-detail {
        margin-top: 0px;
    }
}