html,
body,
#wrapper {
    min-height: 100%;
    margin: 0;
    height: 0;
}

#page-wrapper {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.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-images-height {
    height: 100px;
}
.product-pic-big {
    max-width: 100px;
    max-height: 100px;
}

.cart-qnt {
    width: 80px;
}

.product-pic {
    max-width: 35px;
    max-height: 50px;
}

.pic-td {
    width: 85px;
}

.img-product-width {
    width: 80px
}

.cart-qnt {
    width:65px;
    margin-right:15px;
    text-align: center;
}

.adjust-order-detail {
    margin-top: -40px
}

.btn-back {
    background-color: #757575 !important;
    border: 1px solid #757575;
    color: #fff;
}

.btn-back:hover {
    background-color: #404040 !important;
    border: 1px solid #404040;
    color: #fff;
}

@media print {
    #page-wrapper {
        margin-left: 0;
    }

    .adjust-order-detail {
        margin-top: 0px;
    }
}

.footer {
    border-top: 1px solid #e7e7e7;
    height: 60px;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 20px;
}

.back-cart {
    margin-top: 25px;
}

.browser-advert {
    margin-top: 19px;
}

.btn-info {
    background-color: #00368C;
    border-color: #00368C;
}

.btn-info:hover {
    background-color: #002663;
    border-color: #002663;
}

/********* 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-red {
    padding: 3px 12px; 
    border-radius: 5px;
    width: 42px;
    background-color: #df2525;
}
.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;
}

.color-gray { 
    padding: 3px 12px; 
    border-radius: 5px;
    width:56px;
    background-color: #808080;
}

.stock-green {
    color: #5cb85c;
}

.stock-yellow {
    color: #f0ad4e;
}

.stock-red {
    color: #F44336;
}

.hidden {
    display:none;
}

.small-text {
    font-size: 15px;
    line-height: 60px
}


.page-header a.pull-right.small-text{
        font-weight: 600;
}

.img-menu {
    /*height: 20px;*/
    margin-left: 15px;
}
.webview-small-img{
    max-height: 150px;
    max-width: 200px;
}
.btn-filtrar {
    margin-top: 4px;
}

.buttons-footer {
    margin-bottom: 15px;
}

@media print {
    td {
        font-size: 9px !important;
    }
    .table-encomenda td {
        font-size: 10px;
    }
    a {
        display: none;
    }
    h1 {
        font-size: 14px; 
    }
    .large-text {
    font-size: 14px !important;
    }
    
    .med-text {
    font-size: 12px !important;
	font-family: Arial;
	padding: 5px;
    }     
}