.mt-20{
    margin-top: 20px;
}
.wrapper-combustivel {
    display: table;
    height: 120px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    background-color: #f1f1f1; }

.wrapper-combustivel > .fuel-spinner {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
    height: 120px;
    overflow: hidden; }

.wrapper-combustivel > .titulo {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold; }

.wrapper-sinalizacao-danos,
.sinalizacao-danos,
.imagem-motos,
.danos-motos {
    width: 416px;
    height: 346px; }

.wrapper-sinalizacao-danos {
    margin: 20px auto;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }

.sinalizacao-danos {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }

.imagem-motos {
    position: absolute;
    z-index: 1; }

.danos-motos {
    position: absolute;
    z-index: 10; }

.bullet-dano {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: red !important;
    position: absolute; }

.td-red{
    background: rgba(255, 0, 0, 0.15);
}

.td-orange{
    background: rgba(169, 110, 0, 0.15);
}
.img-perfil-cliente{
    max-width:200px !important;
    width: 100%;
}

.ajax-loader{
    display: none;
    color: #fff;
    background: rgba(0,0,0, 0.7);
    position: fixed;
    padding-top: 150px;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 100%;
}
.ajax-loader > span{
    margin-bottom:10px;
    display: block;
}

@keyframes blink {
    0% { background-color: red;
        color: #fff; }
    100% { background-color: white; }
}
@-webkit-keyframes blink {
    0% { background-color: red; color: #fff;}
    100% { background-color: white; }
}
.blink {
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}
.price-field{
     min-width:100px;
 }
.description-field{
    min-width:200px;
}
.lockBodyScroll{
    overflow: hidden;
}
.wrapper-signature-pad{
    position: absolute;
    z-index: 999999;
    top:0;
    left: 0;
    bottom:0;
    right:0;
    background-color: #fff;
    display: none;
    padding: 20px;
}
.wrapper-signature-pad.visible{
    display: block;
}
.signature-pad{
    border: 1px solid #000;
}


.blankSlate{
    text-align: center;
    border:1px dashed #ccc;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blankSlate > .icon{
    width: 100%;
    margin-bottom: 10px;
    font-size: 50px;
    color: #e6e6e6;
}
.blankSlate > .message{
    font-size: 20px;
}

.lineItem{
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #f3f3f3;
    border-left:4px solid red;
    padding: 5px 10px;
    background-color: #fff;
}
.lineItem:hover{
    background-color: #f9f9f9;
}
.lineItem > *{
    display: inline;
    padding: 0 5px;
}
.lineItem > *:first-child{
    padding-left: 0;
}

.lineItem > .nr_obra{
    font-weight: bold;
}

.homeScrollableContent{
    height:200px;
    overflow-y: scroll;
}

.lineItem.SearchResult{
    padding: 10px 15px;
    border-left:4px solid #18c534;
}

.lineItem.SearchResult > *{
    display: inherit;
    padding: 0;
}

.lineItem.SearchResult.error{
    border-left:4px solid #fa0000;
}

.lineItem.SearchResult > .nome,
.lineItem.SearchResult > .moto,
.lineItem.SearchResult > .matricula{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.lineItem.SearchResult > .identificador{
    float: left;
    font-size: 11px;
    margin-right:10px;
}

.lineItem.SearchResult > .identificador > .tipo {
    font-weight: bold;
    color: #000;
    text-align: left;
    display: block;
}