﻿body {
}

.col-xs{
    padding-left:5px;padding-right:5px;
}.col-xs-2{
     padding-left:5px;padding-right:5px;
 }

.itemEncomenda {
    text-align:center;
    height: 70px;
    line-height: 25px;
    background-color:white;
    border-bottom: 4px solid #e3e3e3;
    font-size:11px;
}

.itemEncomenda .col-xs {
    border-right: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:5px;
    padding-left:5px;
}

.itemEncomenda .col-xs-2 {
    border-right: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:5px;
    padding-left:5px;
}

.itemEncomenda .col-xs:last-child{
    border-right:0px;
}

.itemEncomenda.JACONC{
    background-color: #cefd84;
    border-bottom: 4px solid #a1dd44;
}

.itemEncomenda.JACONC .col-xs {
    border-right: 1px solid #b7e175;
}

.itemEncomenda.JACONC .col-xs-2 {
    border-right: 1px solid #b7e175;
}

.form {
    padding-left: 10px;
}  

.form .col-xs-4 {
    border-right: 1px solid #02636f;
    line-height: 48px;
    text-align: center;
    background-color: #017988;
    border-bottom: 4px solid #47a6b2;
    color: white;
} 
.form .col-xs-8 {
    border-bottom: 4px solid #c0eff5;
    background: white;
}

.dxNbox input.dx-texteditor-input {
    font-size:50px
}

.verde{
    background-color: #0f9d58;
}