<!--

.panel-primary { border-color: #00923f; }

.panel-primary >.panel-heading { background-color: #00923f; border-bottom-color: #00923f; }

.panel-heading { border-color: #00923f; background-color: #00923f; font-size: 25pt; }

.panelTitle { background-color: #00923f; }

.panel-formG {
	width: 780px;
}

.panel-formGG {
	width: 90%;
}
.panel-body-form {
	width: 100%;
}

.panelList
{
	width: 90%;
}

div.panelTitle
{
	font-weight: bold;
	font-size: 10pt;
	padding: 8px;
}

input.form-control
{
	font-size: 12px;
    height: 28px;
    padding: 6px 6px;
}

.form-group {
	margin: 2px;
}

.input-group-label {
	font-weight: bold;
}

/* Label 1 coluna */
label.inputLabel, label.inputLabel2, label.inputLabel3 {
	font-size: 9pt;
	padding-right: 0;
	width: 140px;
	height: 28px;
}

/* Label 2 colunas */
label.inputLabelSmall
{
	font-size: 8pt;
	height: 26px;
}

/* Input 1 coluna */
div.inputField, div.inputField2, div.inputField3 {
	font-size: 9pt;
	width: 620px;
	text-align: left;
}

/* Input 2 colunas */
div.inputField2
{
	width: 190px;
}

div.inputField3
{
	width: 300px;
}

/* Input Período */
div.inputField2_Periodo
{
	width: 260px;
}

/* Input Número */
div.inputField2_Codigo
{
	width: 128px;
}

div.inputFieldText {
	padding-top: 7px;
}

span.error
{
	color: #FF0000;
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
}

.tabContent
{
	border: 1px solid #dddddd;
	border-top: 0;
}

.tablePedidos th, .tablePedidos tfoot td {
	font-weight: bold;
	font-size: 10pt;
}

.tablePedidos tbody td
{
	border: 0px;
}

.tableParcelas
{
	width: 700px;
}

input.inputSmall
{
	font-size: 8pt;
	height: 28px;
	padding: 2px;
}

select.selectSmall {
	font-size: 8pt;
	height: 26px;
	padding: 0;
}

input.inputQtd, input.inputVal
{
	text-align: right;
}

input.inputData, input.inputDataHora
{
	text-align: left;
}

button.btnOK
{
	width: 30px;
	height: 28px;
	margin: 0;
	padding: 0;
	min-width: 0px;
}

.btMedium
{
	width: 150px;
}

span.btGraph
{
	cursor: pointer;
}

.clickable {
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -15px;
	font-size: 15px;
}

.tooltip-inner {
    max-width: 450px;
    text-align: left;
    white-space:pre-wrap;
    background-color: #005298; 
}

.tooltip-arrow { border-bottom-color:#f00; }

.wrapMaquinas { width: 95%; }

-->