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;
}

.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;
}

.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{
    border-left: none;
}
#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-contents {
    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: #e80fb0 !important;
    color: #777 !important;
}
.ricerca-autoestimation {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-color: #13aa53;
    border-style: solid;
    border-width: 4px;
    box-shadow: 2px 2px 6px #4c4c4c99;
}
#chilometraggio-field{
    width: 100%;
}
/**Checkbox**/
.styled-checkbox {
    position: absolute; 
    opacity: 0; 
}
  
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bbbbbb;
}

.styled-checkbox:hover + label:before {
    background: #eeeeee;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #bbbbbb;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    transform: rotate(45deg);
}
/**Checkbox end**/

.terms-condition label{
    display: inline;
    text-transform: initial;
    font-weight: normal;
}


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    /* display: inline-block; */
}

input {
    border: 1px solid transparent;
    /* background-color: #f1f1f1; */
    padding: 10px;
    font-size: 16px;
}

input[type=text], input[type=email], input[type=number]   {
    /* background-color: #f1f1f1; */
    width: 100%;
}

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}
  
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #3d648c !important; 
    color: #ffffff; 
}

.mt-10{
    margin-top: 10px;
}  

.blue-color-a{
    color: #3d648c;
}

.autoestimation-btn{    
    -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: #23a455;
    width: 100%;
    display: inline-block;
    outline:none;
    line-height: 1.4;
    position: relative;
    transition: padding-right .3s ease;
}

.autoestimation-btn:disabled {
    background-color: #34b07166;
    cursor: not-allowed;
}
.autoestimation-btn:hover, .autoestimation-btn:focus {
    background-color: #2cc467;
}
.autoestimation-btn.spinning {
    padding-right: 40px;
}
.autoestimation-btn.spinning:after {
    content: '';
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.autoestimation-btn.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 6px;
    top: 50%;
    position: absolute;
    border-right: 3px solid #fff;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
    
}

@keyframes rotate360 { 
    100% {
        transform: rotate(360deg);
    }
}
@keyframes exist { 
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

.files{
    /* text-align: left; */
}
.fileList{
    text-align: left;
    text-transform: lowercase;
    margin-bottom: 10px;
    width: 100%;
}

.removeFile{
    box-shadow: none !important;
    background: red;
    border-radius: 50%;
    font-size: 13px;
    color: white;
    font-weight: bold;
    float: right;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
}

.removeFile:hover{
    color: white !important;
}

.upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 100%;
}
  
.upload-wrapper label {
    border: 1px solid #eaeaea;
    color: #666;
    background-color: white;
    padding: 0.7em;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 0.98rem;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    /* padding-top: 8px; */
}
  
.upload-wrapper input[type=file] {
    /* font-size: 100px; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.file-item{
    width: 100%;
}

.error-messages-autoestimation{
    color: red;
    text-transform: initial;
    text-align: center;
    margin-bottom: 10px;
}








.goldSilverBoxTitle{
    text-align: center;

}
.goldSilverRateBox{
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
}

#gold-data{    
    border-bottom: 1px solid #bbb;
}

@media only screen and (max-width: 768px) {
    .flex-content {
        display: flex;  
        flex-flow: column wrap;
    }
}


.flex-content{
    display: flex;  
    flex-flow: row wrap;
    justify-content: center;

}
.flex-content > * {
  padding: 10px;
  flex: 1 0 33%;
}

#yourweightsiler, #yourweightgold{    
        width: 23%;
    display: inline;
    text-align: right;
    padding-right: 40px;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 700;
    min-width: 100px;
    border: solid 2px #4a4a4a;
    border-radius: 10px;
    font-size: 1.5em;
}
.unitLabel{
    margin-left:-37px;
    font-size: 1.2em;
    font-weight: 700;
}

.youWeightTitle{
    font-size: 1em;
    font-weight: 800;
    text-align: center;
}
.valueItem{
    text-align: center;
    font-size: 18px;
}
.itemTitle{
    font-weight: 700;
    font-size: 1.2em;
    color: #4a4a4a;
}