﻿html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
}

.Logout {
    text-decoration: none;
    color: Black;
    font-family: 'calibri light';
}

.ButtonRound {
    border-radius: 5px;
    font-family: 'calibri light';
    background: #8E0404;
    color: White;
}

.TextRound {
    border-radius: 5px;
    font-family: 'calibri light';
}

.Installation {
    font-family: 'calibri light';
    font-size: medium;
    background-color: white;
    padding-left: 50px;
}

.CriteriaBox {
    font-family: 'calibri light';
    font-size: small;
    background-color: lightpink;
    border: solid 2px #F37371;
}

.UserPanel {
    background-color: #f1e9dc;
    border: solid 1px #cabaab;
    padding: 3px;
}


.LoginTable td {
    padding-bottom: 20px;
}

.BlankLine td {
    padding-bottom: 10px;
}

.GraphHeading {
    font-family: 'calibri light';
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.GraphSubHeading {
    font-family: 'calibri light';
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.CenterContent {
    text-align: center;
}

.LinkPopup {
    cursor: pointer;
}

.SensorList {
    font-family: 'calibri light';
    font-size: medium;
}

.OutputHeader {
    font-family: 'calibri light';
    font-size: large;
    font-weight: bold;
}

.OutputSubHeading {
    font-family: 'calibri light';
    font-size: Medium;
    font-weight: bold;
}

.OutputPoint {
    font-family: 'calibri light';
}

AutoExpand {
    float: left;
}

.AutoExpand,
.AutoExpand .rgMasterTable {
    width: auto !important;
}

.LeftAlign {
    text-align: right;
}