.inputElementDiv{
    display:block;
    margin:20px;
   width:316px;
}
.radio-btn {
    width: 185px;
    height: 45px;
    font-size: 22px;
    margin: 0px 10px 0 10px;
    color: black;
    background-color: white;
    border: solid 1px #29CC7E;
}
    .radio-btn:hover {
        color: black ;
        background-color: #55DD77;
        border: solid 1px #55DD77;
    }
    .radio-btn:active {
        color: black !important;
        background-color: #55DD77 !important;
        border: solid 1px #55DD77 !important;
    }
.btn-secondary:not(:disabled):not(.disabled).active {
    color: black;
    background-color: #29CC7E;
    border: solid 1px #29CC7E;
}
.btn-secondary:not(:disabled):not(.disabled).active:hover {
    color: black;
    background-color: #29CC7E;
    border: solid 1px #29CC7E;
}

.btn.focus{
    box-shadow: none !important;
}
.avg-btn-group {
    display: inline-flex;
    float:left;
}
.tooltip-inner {
    z-index: 0;
}
.subtitle {
    margin: 3px;
    padding: 2px;
}
.sutitleElementDiv {
    display: block;
    width: 200px;
    margin-bottom:10px;
}
.resultBtn {
    width: 50%;
}
.subtitleResult {
    width: 200px;
    height: 30px;
    border: solid 1px #85a6d4;
    border-radius: 3px;
    background-color: #85a6d4;
    text-align: center;
    font-size: 14px;
    color: white;
    padding-top: 5px;
}
.inputTitle {
    font-size: 26.5px;
    min-width: max-content;
}
.convert-btn {
    width: 50px;
    height: 50px;
    border: solid 1px #9b9b9b;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 9px;
}
.resultHeader {
    padding-bottom: 7px;
    padding-top: 14px;
    font-size: 42px;
    width: 315px;

}
/*resultDiv {
    width: 324px;
    height: 50px;
    border: solid 1px #7e7e7e;
    border-radius: 5px;
}*/
.inputElement {
}
.inputNumber {
    width: 290px;
    height: 50px;
    /*border: solid 1px #7e7e7e;
    border-radius: 5px;*/
}
.showResult {
    width: 265px;
    height: 50px;
    border: solid 1px #85a6d4;
    border-radius: 5px;
    background-color: #85a6d4;
    text-align: center;
    font-size: 22px;
    color: white;
    padding-top: 7px;
}
.btn-minus {
    border: solid 1px #9b9b9b;
    border-bottom-right-radius:0px !important;
    border-top-right-radius: 0px !important;
}
.btn-plus {
    border: solid 1px #9b9b9b;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.inputNumberElement {
    background-color: transparent;
    text-align: center;
    outline: none;
    border-bottom: solid 1px #9b9b9b;
    border-top: solid 1px #9b9b9b;
    border-right-color: #9f9f9f;
    border-right-width: 1px;
    border-left-width: 1px;
    font-size: 22px;
    display: inline;
}

    .inputNumber input[type="number"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
    }

/* Chrome, Safari, Edge, Opera */
    .inputNumber input::-webkit-outer-spin-button,
    .inputNumber input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
    .inputNumber input[type=number] {
        -moz-appearance: textfield;
    }
    .inputNumber ::-webkit-inner-spin-button,
    .inputNumber ::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }



@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {

        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}




/*.whiteText {

    color:white;
}
.divTable {
    display: table;
    width: 350px;
    text-align: left;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTable .divTableBody .divTableRow .divTableCell {
    text-align:center;
}
.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    text-align:center;
    width:100px;
}
.divInputNumber {
    display: table-cell;
    padding: 4px 0px;
    text-align: center;
    width: 100px;
    vertical-align:middle;
}
.divInputTable {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    width: 120px;
}
.container .divTableRow .divTableCell {
    align-content:center;
}
.divTableCellRowName {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    width: 10%;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
.top-row {
    margin:20px;
}
.bottom-row {
    margin: 20px;
    
}*/