html,
.fp-colors{
    background-color: #0050BA;
    color: #ffffff;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    overflow : hidden;
    touch-action: none;
}
.ui-layout-north{
    overflow : hidden;
    padding: 0px;
}
.ui-layout-center{
    overflow : hidden;
}
#setting-group {
    position:absolute;
    bottom: 10px;
}
/*#valmisbutton {
    padding: 10px;
}*/
#pass-popup {
    width:180px;
    height:150px;
    padding:5px;
    background-color:rgb(66, 128, 128);    
    position:absolute;
    top:100px;
    left:180px;
    display:none;
    z-index:200;
}
.setting-check {
    width:100%
}
.left-pane {
    width: 100%;
    height: 100%;
}
.h-flex {
    display: flex;
    flex-direction: row;
}
.h-flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.v-flex {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-right: 1em;
}
.h-flexw {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap
}
.v-flexl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.margin-top-10{
    margin-top: 10px;
}
.wide90 {
    width : 90%;
}
.wide50 {
    width : 50%;
}
.configure {
    z-index: 100;
}
.push-right {
    margin-left: auto;
}
/*#sensor-types {
}*/
.left-side {
    position:absolute;
    bottom:30%;
    left:10px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 30%;
    min-height: 250px;
    width: 3%;
    min-width: 46px;
    background: #f6f6f6;
    color: #000;
    padding: 6px;
    border:2px solid;
}
#button-box {
    position:absolute;
    top:10px;
    right:10px;
    align-items: center;
    justify-content: center;
    display: flex;
    visibility: hidden;
    flex-direction: row;
    min-height: 20px;
    min-width: 280px;
    width: 15%;
    background: #f6f6f6;
    color: #000;
    padding: 6px;
    border:2px solid;
}
#button-box > button {
    width: 100%;
}


.ui-layout-pane {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 80%;
}

.st-slider-conf {
    height : 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#lev-slider {
    height : 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.h-slider {
    margin-left : 10%;
    width : 80%;
    margin-bottom: 8px;
    margin-top: 30px;
}
/*.c-label {
}*/

.auto-scroll{
    overflow-y: auto;
}
.ibutton {
    background-color:rgba(10,10,10,0.25);
}
.roomaccordion{
    color : rgba(10,10,10,0.25);
}
.energyaccordion{
    color : rgba(10,10,10,0.25);
}
/*.east-accordion{
//    width : 300px;
}*/
.right-align{
    position: absolute;
    right: 10px;
}
.ui-accordion .ui-accordion-content {
    padding-left: 6px;
    padding-right: 6px
}
#username-password {
    height: 25px;
}

.st-spinner{
    width : 50px;
}

.ui-button{
    margin-top: 2px;
}
.material-icons{
    font-size:20px;
    vertical-align:middle;
}

.padding10 {
    padding : 10px;
}

.padding0 {
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}

.white-bg{
    background: #f6f6f6;
    color : #000;
}

#fps {
    position: absolute;
    text-align: center;
    font-size: 8px;
    color: white;
    bottom: 15px;
    left: 15px;
    width: 30px;
    height: 10px;
}
.ep-info-tab {
    padding: 10px 10px !important;
}

.east-accordion {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 80%;
}

div.ui-datepicker{
    font-size:12px;
}

.b-button {
    height: 34px;
}

#language-list-button{
    height: 21.76px;
}

.note1 {
    /*width : 180px;
    height: 100px;*/
    /* To properly align multiline text fields with their labels */
    /*vertical-align: top;*/
    /* To give enough room to type some text */
    /*height: 5em;*/    
    /*padding: 0;
    margin: 0;*/
    /*box-sizing: border-box;*/

    width: 100%;
    height: 150px;
    /*padding: 12px 20px;*/
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;  
}

input:focus,
textarea:focus {
    /* To give a little highlight on active elements */
    border-color: #000;
}

.nsblock {
    width : 50px;
    /*padding: 0;
    margin: 0;
    box-sizing: border-box;*/    
}

.ui-dialog .ui-dialog-content {
    /*position: relative;*/
    /*border: 0;*/
    padding: 0em 0em;
    /*background: none;*/
    /*overflow: auto;*/
}

/*label span {
    display: inline-block;
    width: 120px;
    text-align: right;
}*/

#buttonblock {
    /*height: 50px;*/
    padding-top: 5px;
    padding-top: 5px;
}

.flabel {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.flabell {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.labelp {
    margin-top: 5px;
    margin-bottom: 5px;
}

.labelpl {
    margin-top: 1px;
    margin-bottom: 1px;
    background-color:powderblue;
}

.ui-progressbar {
    width: 256px; height: 13px; padding: 0.5em;
    position: absolute; right: 213px; bottom: 7px;
    /*background-color: transparent; border-style: none;*/
}
.progress-label {
    position: absolute;
    left: 10%;
    top: 7px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.ui-progressbar2 {
    width: 256px; height: 13px; padding: 0.5em;
    position: absolute; right: 213px; bottom: 7px;
    /*background-color: transparent; border-style: none;*/
}
.progress-label2 {
    position: absolute;
    left: 10%;
    top: 7px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}


#progresstext {
    width: 256px; height: 18px;
    position: absolute; 
    right: 213px; 
    bottom: 7px;
    /*background-color: transparent; border-style: none;*/
    /*left: 30%;
    top: 7px;*/
    /*font-weight: bold;*/
    /*text-shadow: 1px 1px 0 #fff;*/
}

/*#fps {
    position: absolute;
    text-align: center;
    font-size: 8px;
    color: white;
    bottom: 15px;
    left: 15px;
    width: 30px;
    height: 10px;
}*/
