form#autoestimation-form {
    width: 70%;
}

form#autoestimation-form input:not([id="submit"]),
form#autoestimation-form textarea {
    width: 100%
}

form#autoestimation-form h2 {
    font-weight: normal;
    /* text-transform: capitalize; */
    font-size: 15px;
}

form#autoestimation-form h2 span {
    font-weight: normal;
    font-size: 13px;
    color: #909090;
}

form#autoestimation-form hr {
    margin-top: 20px;
}

.ricerca-autoestimation {
    /* width: 30%; */
    float: right;
    background: #fff;
    padding: 16px;
    /* min-width: 300px; */
    width: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
    .ricerca-autoestimation {
        background: #fff;
        padding: 16px;
        width: 100%;
        margin: 0px;
    }
}

#description-result {
    margin: 10px 0;
}

.ricerca-autoestimation form {
    text-transform: uppercase;
}

.ricerca-autoestimation input {
    font-size: 0.96rem;
    padding: 4px 12px;
    height: 40px;
    cursor: auto;
    margin-bottom: 10px;
}

.ricerca-autoestimation select {
    width: 100%;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    font-size: 0.96rem;
    padding: 4px 12px;
    height: 40px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'10.5\'\ height=\'6.277\'\ viewBox=\'0\ 0\ 10.5\ 6.2766132\'%3E%3Cpath\ d=\'M.674.742L5.25\ 4.933\ 9.823.743\'\ stroke-width=\'2\'\ stroke=\'%23949494\'\ fill=\'none\'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: -100px -100px;
    background-color: #fff;
    background-position: 99%;
    background-position: right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.tick-img {
    background: url('../img/tick.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: contain;
    height: 50px;
    width: 100%;
    background-position: center;
    margin-bottom: 16px;
}

.cross-img {
    background: url('../img/cross.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: contain;
    height: 50px;
    width: 100%;
    background-position: center;
    margin-bottom: 16px;
}


.ricerca-autoestimation select:disabled,
.ricerca-autoestimation input:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.ricerca-autoestimation select:focus,
.ricerca-autoestimation input:focus {
    -webkit-box-shadow: inset 0 0 0 1px #3d648c;
    box-shadow: inset 0 0 0 1px #3d648c;
    border-color: #3d648c;
}

.ricerca-autoestimation button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    padding: 10px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transition-property: all;
    -webkit-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    text-decoration: none;
    text-align: center;
    background-color: #3d648c;
    width: 100%;
}

.ricerca-autoestimation button:hover {
    background-color: #1e4c7a;
}

.ricerca-autoestimation button:disabled {
    background-color: #b6c5d3;
    cursor: not-allowed;
}

.col-md-4 {
    width: 33, 33%;
}

.ricerca-autoestimation h3 {
    font-weight: bold;
    /* border-bottom: 1px solid #bfbcbc; */
    text-align: center;
}

.description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.table-head {
    font-size: 12px;
}
.table-head  td{
    border: none !important;
}
#mid-price {
    font-size: 32px !important;
    font-weight: bold;
    border: none;
}

.price-values {
    color: green;
}

#data-result table tr {
    border-bottom: none !important;
    background: #fff !important;
}

.price-values td {
    padding-bottom: 0px !important;
}

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

.text-right {
    text-align: right;
}

.hidden {
    display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin:0px !important;
 }
table td{
  padding: 0px !important;
}
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    background-color: transparent !important;
    border-color: #e1e1e1 !important;
    color: #777 !important;
}
