.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.demo-container {
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	padding: 20px 15px 15px 15px;
	margin: 25px auto 0 auto;
	border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #fff;
}

.HLRC .controls {
    padding: 30px;
    background: white;
}
.HLCright {
    padding: 20px;
    background: #006dc6;
    color: white;
}
.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
    max-width: 500px;
    margin: 0 auto;
}
.HLRC .controls .ui-corner-all {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.HLRC .controls .ui-widget-header {
    background: #006dc6;
}
.HLRC .controls .ui-slider-horizontal .ui-slider-handle {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #006dc6;
    border: 7px solid white;
}
.HLRC .controls .slider-value {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #0a6dc6;
    padding-top: 5px;
}
.HLRC .controls .pad-top { padding-top: 15px; }
.HLRC .controls label { font-size: 16px; }
.HLRC .controls input {
    background: #f8f8f8; border: 1px solid #eeeff0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    box-sizing: border-box;
}
.HLRC .controls select {
    width: 100%;
    background: #f8f8f8; border: 1px solid #eeeff0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
}

.HLCout img.icon {
    max-width: 30px;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.HLCout .icon-wrapper {
    border: 1px solid #368dc3;
    padding: 5px;
    border-radius: 40px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    height: 40px;
    flex: 0;
}
.HLCout .result-wrapper {
    display: inline-block;
    margin-left: 10px;
    width: auto;
}
.pad-bottom {
    padding-bottom: 10px;
}
.HLCoutput {
    display: flex;
    align-items: center;
}
.HLCoutput label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
    margin-bottom: 0;
}
.HLCoutput .HLCvalue {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
@media screen and (max-width: 1024px) {
    .HLCoutput .HLCvalue {
        font-size: 22px;
        line-height: 22px;
    }
}
.HLRC .row.no-margin-out { margin-left: 0; margin-right: 0; }