﻿.breadLine {
    margin-bottom: 5px;
}

body {
    color: #636363;
}

table.tDefault {
    width: 100%;
}

.formRow input[type="text"].addDatePicker {
    width: 100px;
}
/** removendo midias sociais e logo do topo*/
.boxTopoLogoOficina {
    height: 62px;
    background-image: none;
    padding: 6px 0 0 0;
}
.boxRodapeDir {
    bottom: 60px;
}
.boxTopoOpcoes {
    display: none;
}

.boxTopoWrapper > .at88 {
    top: 20px;
}
.boxTopoWrapper {
    padding-top: 2px;
}
.boxTopoLogoVirabrequim {
    margin-top: 32px;
}
.boxRodapeDir {
}
.boxTopo {
    background: none;
    height: 135px;
    margin-bottom: 5px;
}
.hmcNav,
.boxTopoLogoVirabrequim {
    margin-top: 5px;
}


/*css custom box!*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

/* css loading */
#loading {
    z-index: 200;
    background-color: #F7F7F7;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: none;
}

    #loading p {
        text-align: center;
        height: 20%;
        width: 20%;
        position: absolute;
        margin: 10% 0 0 40%;
        background: url(../imagens/elementos/loaders/5.gif) no-repeat center;
        background-position: top center;
    }


.input-validation-error {
    border-color: red !important;
}

.field-validation-error {
    color: red !important;
}

/** removendo margin do grid*/
#telefones .flexigrid, #Enderecos .flexigrid {
    margin-left: 0px;
    margin-bottom: 10px;
}

#observacaoGrid .flexigrid, #items .flexigrid, #fornecedoresSelecionados .flexigrid, #itemsSelecionados .flexigrid, .itens .flexigrid {
    margin-left: 0px;
}

#parcelas {
    width: 99%;
    padding-top: 10px;
    margin-left: -20px;
}

.boxContainerFull .boxFormPainel label a {
    font-weight: bold;
    color: #A80C0C;
    text-decoration: underline;
}

.boxFormPainel {
    margin-top: 5px;
}

#buscaPeloCodigo {
    background-color: #E6E6E6;
}

.numero, .dinheiro, .quilometragem, .ano, .unidade{
    text-align: right;
}

input, textarea, a.bBlack {
    text-transform: uppercase;
}

.minusculo {
    text-transform: lowercase;
}

.normal {
    text-transform: none;
}

input [disabled], input[readonly]{
    background-color: #eee !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print,
  div.hidden-print {
    display: none !important;
  }
}

#logoOficina {
    max-height: 62px;
    max-width: 269px;
}