/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 24, 2018, 10:40:26 AM
    Author     : fernando
*/
@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');

body.cmautocredcar-page #main-header {
    background: rgba(255, 255, 255, 0.85);
}

/* formulário de pesquisa */
.cmautocredcar-form-container {
    clear: both;
    display: inline-block;
    min-width: 350px;
}

.cmautocredcar-form-container input.cmautocredcar-form-input {
    float: left;
    display: inline-block;
    height: 50px !important;
    line-height: 50px !important;
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 0px 0px;
    width: 65%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    border-right: 0px;
}

.cmautocredcar-form-container input.cmautocredcar-form-input:focus {
    border-color: #0f3d52;
}
 
/* Chrome/Opera/Safari */
.cmautocredcar-form-container input.cmautocredcar-form-input::-webkit-input-placeholder,
/* Firefox 19+ */
.cmautocredcar-form-container input.cmautocredcar-form-input::-moz-placeholder,
/* IE 10+ */
.cmautocredcar-form-container input.cmautocredcar-form-input:-ms-input-placeholder,
/* Firefox 18- */
.cmautocredcar-form-container input.cmautocredcar-form-input:-moz-placeholder { 
    color: #888;
}

.cmautocredcar-form-container button.cmautocredcar-form-button {
    float: right;
    display: inline-block;
    height: 50px !important;
    background-color: #0f3d52;
    color: #fff;
    padding: 10px 15px;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px;
    width: 35%;
    text-align: center;
}

.cmautocredcar-form-container button.cmautocredcar-form-button img {
    display: none;
}

.cmautocredcar-form-container button.cmautocredcar-form-button:hover {
    opacity: 0.75;
    cursor: pointer;
}



body.cmautocredcar-page div.et_pb_section.et_pb_section_0 {
    background-image: url(../img/fundo.jpg) !important;
    background-repeat: no-repeat;
    padding-bottom: 0%;
}

body.cmautocredcar-page div.et_pb_section.et_pb_section_2 {
    padding: 0 !important;
}

body.cmautocredcar-page div.et_pb_section.et_pb_section_4 {
    padding: 0 !important;
    background: #f1f1f1;
}

body.cmautocredcar-page h2.cmautocredcar-page-title {
    text-align: center;
    margin-top: 80px;
    font-weight: bold;
    color: #5c707d;
}

body.cmautocredcar-page p.cmautocredcar-page-description {
    text-align: center;
}

body.cmautocredcar-page div.plate {
    text-align: center;
    margin-top: 50px;
}
    
body.cmautocredcar-page div.plate span {
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    color: #3d677e;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}

body.cmautocredcar-page .et_pb_row {
    width: 92% !important;
}

.cmautocredcar-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 0px 0px;
}

table.cmautocredcar-table-result thead tr {
    background: #3d677e;
}

table.cmautocredcar-table-result thead tr td {
    color: #fff;
    font-weight: bold;
}

table.cmautocredcar-table-result tbody tr {
    background: #fff;
}

table.cmautocredcar-table-result tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
    color: #666;
}

table.cmautocredcar-table-result tbody tr td:first-child {
    text-align: right;
    color: #3d677e;
    font-weight: bold;
}

table.cmautocredcar-table-result tbody tr td {
    width: 50%;
}

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


.cma-btn {
    
}

.cma-btn-default {
    background: #00de73;
    color: #fff;
    padding: 30px 50px;
    margin: 20px 0px;
    font-size: 18px;
    font-weight: bold;
}

.cma-btn-default:hover {
    background: #00c265;
    cursor: pointer;
}
