/* This file overrides some of the custom.css stuff with default bootstrap styles so the form items display properly */

#humidity-value, #temp, #press, #apress, #molw, #wb-coef, #ng-value, #ngwc-runit, #ng-press
{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    word-wrap: break-word;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: right!important;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#status-message
{
	font-weight: bold;
	color: #ff0000;
}

.cursor-help
{
	cursor: help!important;
}

.fixed-w64
{
	width:70px!important;
}

.fixed-w96
{
	width:102px!important;
}

.fixed-w128
{
	width:134px!important;
}

.btn-info, .btn-info:active, .btn-info:focus
{
	color: #fff;
	background-color: #003366;
	border-color: #003366;
}

.btn-info:hover
{
	color: #fff !important;
	background-color: #1a4775 !important;
	border-color: #003366;
}

.btn-primary, .btn-primary:active, .btn-primary:focus
{
	color: #fff;
	background-color: #ff0000;
	border-color: #ff0000;
}

.btn-primary:hover
{
	color: #fff !important;
	background-color: #e30613b3 !important;
	border-color: #e30613b3;
}

 #saturation_warning {

	display: none;
	
 }









/*

#hp-group
{
	font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    word-wrap: break-word;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem!important;
}

#hp-prepend
{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-size: 18px;
    word-wrap: break-word;
    box-sizing: border-box;
    display: flex;
    margin-right: -1px;
}

#hp-label
{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    word-wrap: break-word;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0px;
}

#humidity-parameter
{

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    text-transform: none;
    word-wrap: normal;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	
}

*/