.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.form-group {
    margin-bottom: 1rem
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    direction: ltr;
    text-align: center;
	border-radius: 5px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
[type=submit], button [type=button] {
    -webkit-appearance: button;
}
.w-100 {
    width: 100%!important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #4cae4c;
    border-color: #285e8e;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
	font-family: inherit;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.dokmeh {
    min-height: 1px;
	margin: 0 auto;
}

.BMI-output {
	padding: .375rem .75rem!important;
    font-size: 1rem !important;
    line-height: 2 !important;
	color: #fff !important;
	width: 60%;
    display: none;
    border: 1px dashed #39599f;
    border-radius: 10px;
    text-align: center!important;
    margin: 0 auto;
}
span.uh {
    display: block;
    font-size: 80%;
    clear: both;
}

.uh {
    color: #0093DA;
}
.numberStyle {
	font-weight: bolder;
}
@media (max-width:740px){.BMI-output{width:100%;}}
@media (min-width:768px) {
	.col-md-55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
}
}
@media (max-width:576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
	.dokmeh {
		width: 100%
	}
}