/* 
    Document   : estilo
    Created on : 01/11/2013, 16:20:42
    Author     : Alex
    Description:
        Purpose of the stylesheet follows.
*/

/*
    Personalizando a classe do bootstrap fomulario para campos lado a lado
*/
.form-group{
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;   
}
.input-group{
        width: 165px;
}
.form-group-busca{
    margin-right: 10px;
    margin-bottom: -20px;
    margin-top: 10px;
    
    
}

.form-buttom-float{
    float: left;
    margin-top:10px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-group-textarea{

    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    
}
.form-group-buttom{
    float: none;
    margin-right: 10px;
    margin-top: 25px;
}

.form-dados{
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
}
.form-dados-label{
    font-size: 18px; 
    margin-top:10px; 
    margin-bottom:10px
}

.form-buttom{
    clear: both;
    margin-top:10px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

h3 {
    color: #0044cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
} 


h1 {
    color: #4b4b4b;
    font-family: Tahoma;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
}

input,
textarea,
.uneditable-input {
  width:auto;
}
/*
* Barra de rolagem checkbox
*/
.checkbox{
    white-space: nowrap;
    overflow-y: auto;
    overflow-x: hidden ;
    width: 100%;
    height: 110px;
    
}
.checked-all{
    cursor: pointer;
    
}

/*
* Exibição de erros no preenchimento de campos
*/
.errors{
    color:red;
}

 
 .nao_nulo{
     border-left-width: 3px !important;
     border-left-color: #B22222 !important;
 }
 
 #fieldset-grafica_pedido_item{
     background-color: #dbecf3;
     padding: 10px;
 }
 
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

/* 
    Alterando tamanho modal bootstrap
.modal {
  width: 700px;
}
*/

.infobox-small > .infobox-data {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 200px;
  min-width: 0;
}

.infobox-data {
  max-width: 200px;
}

.infobox-small {
    height: 52px;
    text-align: left;
    padding-bottom: 5px;
}

.ocultar {
    visibility:hidden;
    display:none;
}