/* CSS Document */

body {
    width: 100%; 
    background-color: #fff;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
body.iceblue .u-header, body.iceblue .z-window {
    background: #018ccd;
}
.u-header .h1 {
    color: white;
}
.h1, h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.formotrs {
    border-radius: 5px;
/*    background-color: #f2f2f2; */
    padding: 20px;
}

.formotrs h3 {
    font-size: 18px ;  
    margin-top: 35px;
    margin-bottom: 10px;
    color: #008ccc;
}

.form-desc {
    display: block;
/*    font-size: 15px ;  */
	margin-bottom: 10px;
	margin-top: -10px;
}

label.oneline {
    display: block;
}



.oneline  {
    display: inline-block;
    margin-right: 25px;
}



.form-group  label{
    font-weight:bold ;		
}


label.label-required::after {
    display: inline;
    color: #e32;
    content: '*';
}

label.label-normal  {
    font-weight:normal ;
}



.unil-form-btn {
    margin-right: 20px;
    margin-top: 20px;
}

.form-group textarea  {
    overflow: auto;
/*    width: 50%; */
    height: auto;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.conditional.form-check, small.conditional {
    padding-left: 40px;
}

div.meter{
    display:inline-block;
    height:300px;
    width:400px;
    text-align: center;
    font-size:6vw;
}

div#testArea
{
    display: flex; 
    justify-content: center;
    flex-flow: row wrap;
}

#ip{
    margin:1em 0;
    font-size:1.2em;
}