@import url('https://fonts.googleapis.com/css?family=Roboto');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label{border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;	margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
html {overflow-y: scroll;}
body {font-family:"Roboto", Arial; line-height:1.5; font-size:16px; background-color:#fdfdfd; min-width: 320px;}
a {text-decoration: none;}
a:hover, a:active {outline: 0;}
input:hover, input:active {outline: 0;}
input::-moz-focus-inner {  border: 0;  }
a img {border: 0;}
strong {font-weight:bold;}
h2 {padding-bottom: 20px;}
h3 {padding-bottom: 20px;}
i {font-style: italic;}
* {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.clearfix:after {content:" ";visibility:hidden;display:block;height:0;clear:both;font-size:0;clear:both;}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0;
    line-height: 1.1;
    font-weight: bold;
}
h2 {
    font-size: 26px;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.5s ease;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.center{
	text-align: center;
}
.right{
    text-align: right;
}
.main-content {
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.main-content .content-inner{
	padding: 20px 0;
}
.thirty-three {
    width: 33.33%;
}
.full {
    width: 100%;
}
.hidden {
    display: none;
}
.flex {
    display: flex;
    flex-flow: wrap;
}
.just-center {
    justify-content: center;
}
.wrapper {
    max-width: 100%;
    width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    clear: both;
}
input, select, textbox, button, textarea {
    padding: 0.5em 1em;
    border: none;
}
.btn {
    color: #fff;
    border: none;
    background-color: #00aced;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 0.33em 1em;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
}
.btn:hover {
    color: #fff;
    background-color: #232020;
}
.btn.active{
    background-color: #e80f8a;
}
.refresh-btn{
    background-color: green;
    margin-right: 20px;
}
.calculator-section .product-img{
    max-width: 500px;
    margin: 0 auto;
}
.calculator-section .product-img img{
    width: 100%;
}
.calculator-section .calculation-option .calculation-btn{
    margin: 0 20px;
}
.align-items-center{
    align-items: center;
}
.main-calculation-section#label1, .main-calculation-section#label2, .calculator-bottom{
    display: none;
}
.calculator-bottom .back-button{
    margin: 20px 0;
}
.calculator-bottom .unit-switch-button-group{
    display: none;
}
.calculator-bottom i{
    margin-right: 10px;
}
.main-calculation-section .label-img-wrapper .label-img-info{
    position: relative;
    padding: 20px;
}
.main-calculation-section .label-img-wrapper .label-img-info .overlayText{
    position: absolute;
    left: 0;
    color: #4d95d0;
    width: 100%;
    height: auto;
    margin-left: -17px;
}
.main-calculation-section .label-img-wrapper .label-img-info .labelbar{
    top: 0;
}
.main-calculation-section .label-img-wrapper .label-img-info .label-title{
    top: 58%;
}
.main-calculation-section .label-img-wrapper .label-img-info .label-front{
    top: 47%;
}
.main-calculation-section .label-img-wrapper .label-img-info .label-back{
    top: 78%;
}
.main-calculation-section .fieldsWrapper{
    margin: 20px 0;
}
.main-calculation-section .fieldsWrapper .fieldRow{
    padding-bottom: 40px;
}
.main-calculation-section .fieldsWrapper .fieldRow p{
    margin: 0;
}
.main-calculation-section .fieldsWrapper .fieldRow .label-title{
    padding-bottom: 10px;
}
.in, .mm{
    display: none;
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper .beforeField{
    margin-right: 10px;
    line-height: 70px;
    font-size: 30px;
    width: 60px;
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper .afterField{
    margin-left: 10px;
    line-height: 70px;
    font-size: 24px;
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper .afterField.active{
    display: block;
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper input[type=number]{
    height: 70px;
    padding: 10px;
    line-height: 50px;
    background-color: #eee;
    border: 0px;
    box-sizing: border-box;
    font-size: 30px;
    color: #444;
    text-align: center;
    box-shadow: none !important;
    width: calc(100% - 150px);
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper .errorWrapper{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #ed1c24;
    border-radius: 20px;
    position: absolute;
    width: 200px;
    bottom: -30px;
    left: 23%;
    display: none; 
    transform: scale(1);
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper .errorWrapper.customError{
    position: relative;
    font-size: 13px;
    text-align: left;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #ed1c24;
    line-height: 1.3;
    padding: 5px;
    width: auto;
    left: auto;
    bottom: auto;
    display: none;
}
.main-calculation-section .importantInfo{
    padding: 10px;
    background-color: #ed1d24;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    border-radius: 6px;
}
.main-calculation-section .importantInfo p{
    margin: 0;
    display: flex;
    align-items: center;
}
.main-calculation-section .importantInfo p i{
    font-size: 30px;
    margin-right: 8px;
}
@keyframes scaleAnimation {
  	0%   {transform: scale(0.8); opacity: 0;}
  	50%  {transform: scale(1.1); opacity: 0.5;}
  	100% {transform: scale(1); opacity: 1;}
}
.main-calculation-section .fieldsWrapper .fieldRow .fieldWrapper .errorWrapper.animate {
    animation-name: scaleAnimation;
    animation-duration: 0.2s; 
    transition: all 0.2s;
}
.main-calculation-section input::-webkit-outer-spin-button, .main-calculation-section input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
/* Firefox */
.main-calculation-section input[type=number] { -moz-appearance: textfield; }
.main-calculation-section .resultsWrapper{
    padding: 20px;
    text-align: center;
}
.main-calculation-section .resultsWrapper .label-title{
    padding-top: 10px;
}
.main-calculation-section .resultsWrapper .resultWrapper{
    padding-bottom: 50px;
}
#label2.main-calculation-section .resultsWrapper .resultWrapper{
    padding-bottom: 25px;
}
.main-calculation-section .resultsWrapper .resultWrapper .result{
    color: #4d95d0;
    font-size: 48px;
    line-height: 1;
}
.main-calculation-section .resultsWrapper .timeMove{
    padding-bottom: 10px;
}
.main-calculation-section .resultsWrapper .timeMove .descr{
    color: #9e9e9e;
}
@media only screen and (max-width: 640px) {
    /* Chart Widths */
    .ninth, .eighth, .eight-ninths {
        width: 100%;
    }
    .thirty-three{
        width: 100%;
    }
    .wrapper {
	    padding: 0 1.5rem;
	}
}