﻿body.supplier .buttonArea {
    width: 100%;
    margin-top: 15px;
}

.invoice_control .button_bgDefault {
    width: 104px;
    height: 23px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 10.48px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    margin-top: 6px;
    cursor: pointer;
}

.boxImgTemp {
    position: relative;
}

.boxImgTemp .boxImg .editFoto {
    top: 37px;
    left: 4px;
    margin: 0;
}

.invoice_control .btnEnviar {
    background: #a4a4a4 url("/img/bg_btn_enviar.png") no-repeat;
}

.invoice_control .btnCancelar {
    background: #a4a4a4 url("/img/bg_btn_cancelar.png") no-repeat;
}

.invoice_control .btnReenviar {
    background: #a4a4a4 url("/img/bg_btn_reenviar.png") no-repeat;
}

.invoice_control .btnConsultar {
    background: #a4a4a4 url("/img/bg_btn_consultar.png") no-repeat;
}

button {
    cursor: pointer;
}

.buttonArea {
    width: 100%;
    margin-top: 0;
}

.buttonArea .left {
    text-align: left;
    float: left;
}

.buttonArea .left button {
    margin-right: 4px;
}

.buttonArea .right {
    text-align: right;
    float: right;
}

.buttonArea .right button {
    margin: 0 8px;
}

.buttonArea .center {
    text-align: center;
}

.buttonArea .center button {
    margin: 0 8px;
}

.container_32+.container_32.table+.buttonArea {
    margin-top: 10px;
}

.button {
    -webkit-appearance: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0 10px;
    height: 30px;
    border: none;
    border-radius: 2px;
    background-color: #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    line-height: 30px;
    cursor: pointer;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    -webkit-transition: background 1s;
    transition: background 1s;
}

.button.defaultButton {
    background-color: #000;
}

.button.mainButton {
    background-color: #8cc63f;
    margin-right: 5px;
}

.button.redButton {
    background-color: #d33131;
    margin: 0 5px 0 5px;
}

.button.button1 {
    background-color: #87949a;
}

.button.button2 {
    background-color: #84a9b7;
}

.button.button3 {
    background-color: #3b839f;
}

.button.button4 {
    background-color: #8cc63f;
}

.button.button5 {
    background-color: #fff;
    color: #87949a;
}

.button.button6 {
    background-color: #a2afb4;
}

.button.button7 {
    background-color: #ededed;
    color: #87949a;
}

.button.button8 {
    outline: none;
    background-color: #7b8a90;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: -1px 0 0 rgba(0,0,0,.15);
    box-shadow: -1px 0 0 rgba(0,0,0,.15);
    margin: 0 0 0 1px;
}

.button.button9 {
    background-color: #ddb152;
    color: #fff;
}

.button.defaultButton.disableButton {
    color: #ccc;
    background-color: #999;
}

.button.btGrid {
    font-size: 11px;
    line-height: 25px;
    height: 25px;
    margin: 0 4px;
    margin-top: 5px;
    font-weight: normal;
    padding: 1px 4px;
}

.button.btPorc:after {
    content: "%";
}

.button.btDiscount:after {
    content: "$";
}

.button.btPorc,.button.btDiscount {
    width: 40px;
    height: 40px;
    background-color: #8cc63f;
    color: #fff;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}

.button.btClose {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-color: #7d8c91;
    margin-left: 2px;
    vertical-align: middle;
}

.button.btClose:after {
    content: "x";
}

.button.btEdit {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: url(/img/edit_button.png) center no-repeat #7d8c91;
    margin-left: 2px;
    vertical-align: middle;
    background-size: 20px;
}

.button.btEdit.btSmall {
    width: 25px;
    height: 25px;
    background-size: 15px;
    margin-left: 5px;
}

.button.btEdit.filled {
    position: relative;
    overflow: visible;
}

.button.btEdit.filled::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #8cc63f;
    border-right: 7px solid #8cc63f;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.button.btEdit.filled:hover::before {
    content: attr(data-obs) "";
    padding: 10px;
    border-radius: 2px;
    background-color: #ededed;
    border: 1px solid #87949a;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    position: absolute;
    right: -25px;
    bottom: 35px;
    display: block;
    color: #87949a;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    line-height: 15px;
    min-width: 175px;
    max-width: 300px;
    text-transform: uppercase;
    z-index: 10;
    float: left;
}

button.disableButton,button.button.disableButton {
    opacity: .5;
    cursor: default;
}

button.addNew.disableButton,.actionBar button.addNew.disableButton {
    opacity: .5;
    cursor: default;
}

.button .button.mainButton.disableButton {
    color: #c9e2a8;
}

.actionButton {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 25px;
    height: 26px;
    border-width: 0;
    cursor: pointer;
    opacity: .5;
}

.actionButton:hover {
    opacity: 1;
}

.actionButton.addActionButton {
    background-image: url('/img/ico-bar-new.png');
}

.actionButton.backActionButton {
    background-image: url('/img/ico-bar-list.png');
}

.actionButton.copyActionButton {
    background-image: url('/img/ico-bar-copy.png');
    width: 26px;
}

.actionButton.printActionButton {
    background-image: url('/img/ico-bar-print.png');
}

.actionButton.mailActionButton {
    background-image: url('/img/ico-bar-mail.png');
    margin-left: 5px;
}

.actionButton.exportActionButton {
    background-image: url('/img/ico-bar-export.png');
}

.actionButton.importActionButton {
    background-image: url('/img/ico-bar-import.png');
    width: 35px;
}

.actionButton.importActionButton_ofx {
    background-image: url('/img/importActionButton.png');
}

.actionButton.delActionButton {
    background-image: url('/img/delActionButton.png');
}

.actionButton.confActionButton {
    background-image: url('/img/confActionButton.png');
}

.actionButton.helpActionButton {
    background-image: url('/img/ico-bar-help.png');
}

.actionButton.addActionButton:hover,.actionButton.copyActionButton:hover,.actionButton.printActionButton:hover,.actionButton.exportActionButton:hover,.actionButton.importActionButton:hover,.actionButton.importActionButton_ofx:hover,.actionButton.delActionButton:hover,.actionButton.confActionButton:hover,.actionButton.helpActionButton:hover {
    opacity: 1;
}

.ui-widget-content .ui-state-default.bt-danger {
    background-color: #d33131;
}

.bt {
    width: 9rem;
    font-size: .8rem;
    text-align: center;
    padding: .1rem 0;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2rem;
}

.bt-banking {
    background-color: #03c4c6;
}

.bt-marketplace {
    background-color: #2ac9f6;
}

.bt-pdv {
    background-color: #f7931e;
}

.bt-multiloja {
    background-color: #ff0;
}
