@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');

h1, h2, h3, .titleFont {
 	font-family: 'Roboto Slab',Arial,sans-serif; 
}

html, body {
	margin: 0px;
  	padding: 0px;
  	background-color: #f7f7f7;
  	width: 100%;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('/Application/GetMedia/12860');
}

body {
 	max-width: 1800px;
  	margin: 0 auto;
    position: relative;
}

.Header, .HeaderTop {
 	left: 0px !important;
  	width: auto !important;
  	right: 0px !important;
}

.withBlueBar {
 	border-bottom: 5px solid #00A6D6; 
  box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}
.withSmallBlueBar {
  border-bottom: 1px solid #00A6D6; 
}
.withSmallGrayBar {
  border-bottom: 1px solid #EEE; 
}
.buildingMarker {
    width: 24px;
    line-height: 24px;
  	text-align: center;
    border-radius: 16px;
    background-color: #fff;    
    border: 2px solid #1d1d1d;
    cursor: pointer;
}
.buildingMarker:hover, .buildingMarker.selected {
    background-color: #00A6D6;
    color: #fff;
}
.buildingMarker.selected {
  font-weight: 600;
}

#SelectedBuildingPhoto {
 	background-position: center center;
    background-repeat: no-repeat;
  	background-size: cover;
}
#SelectedBuildingName {
	font-size: 16pt;
  	font-family: Arial,sans-serif; 
  	color: #000;
}
.ConsumptionFigure {
  	font-size: 12pt;
  	font-weight: 600;
	text-align: center; 
  	color: #000;
	white-space: nowrap;
	overflow: visible;
}
.ConsumptionFigure small {
 	font-weight: 400; 
}
.consumptionTitle {
 	text-align: center;
  	font-weight: 600;
  	color: #00A6D6;
  	font-size: 12pt;
}
.blueButton input {
 	border: 1px solid #00A6D6;
  	background-color: #fff;
  	border-radius: 5px;
  	font-size: 12pt;
  	color: #00A6D6;
  	display: block;
  	width: 100%;
  	padding: 7px 10px;
  	font-weight: 400;
  	cursor: pointer;
}
#SelectedBuildingProperties table, .buildingProperties table {
    border-spacing: 5px;
    border-collapse: separate;  
}
#SelectedBuildingProperties table th, .buildingProperties table th {
  background-color: #eee;
  text-align: center;
  font-size: 10pt;
  padding: 5px;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Roboto Slab', Arial;
  
}
#SelectedBuildingProperties table td, .buildingProperties table td  {
  font-size: 10pt;
  padding: 5px;
  
}
.buildingProperties table {
  width: 100%; 
}
.buildingProperties th {
  height: 25px;
  width: 150px;
}
/*.buildingProperties {
 	background-color: #f9f9f9;
  	padding: 5px;
}*/
.titleBlock {
  font-size: 20pt;
  font-family: 'Roboto Slab',Arial,sans-serif; 
  color: #000;  
  font-weight: 400;
}
#BuildingList {
   overflow: auto; 
}
#BuildingList a {
  color: #00A6D6;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-left: 5px solid transparent;
  transition: all ease-in-out 0.2s;
}
#BuildingList a:hover {
 	background-color: #fff; 
    border-left: 5px solid #00A6D6;
}
#BuildingList a.active {
  background-color: #fff;
  border-left: 5px solid #00A6D6;
  color: #000;
}

.chartArea {
 	background-color: #F7F7F7;
    border-left: 5px solid #00A6D6; 
  	
}
.flowE, .flowE input { border-color: #F1BE3E !important; }
.flowG, .flowG input { border-color: #EB7245 !important; }
.flowQ, .flowQ input { border-color: #00A390 !important; }
.flowW, .flowW input { border-color: #0066A2 !important; }
.flowP, .flowP input { border-color: #00A6D6 !important; }
.flowC, .flowC input { border-color: #00A6D6 !important; }

.chartButton input {
 	border: 0;
  	background-color: transparent;
  	color: #000;
  	font-size: 14pt;
  	font-family: Arial;
  	width: 100%;
  	cursor: pointer;
  	text-align: left;
  	padding: 5px 10px;
  	transition: all ease-in-out 0.2s;
}
.chartButton input:hover {
  	background-color: #f7f7f7;
  	width: 105%;
}
.chartButton input.active {
 	width: 130%; 
}
.buttonElectricity input {
 	border-bottom: 3px solid #F1BE3E; 
}
.buttonGas input {
 	border-bottom: 3px solid #EB7245; 
}
.buttonHeat input {
 	border-bottom: 3px solid #00A390; 
}
.buttonWater input {
 	border-bottom: 3px solid #0066A2; 
}
.buttonPrimary input {
 	border-bottom: 3px solid #00A6D6; 
}
.buttonCO2 input {
 	border-bottom: 3px solid #00A6D6; 
}

.menuButton input {
 	color: #fff;
  	background-color: transparent;
  	border: 0;
  	font-family: Arial;
  	font-size: 20pt;
  	text-align: center;
  	line-height: 50px;
  	cursor: pointer;
  	border-bottom: 3px solid transparent;
  	transition: all ease-in-out 0.2s;
}
.menuButton input:hover {
 	border-bottom: 3px solid #fff;
}
#campusButton {
  	background-color: #fff;
  	border: 3px solid #000;
  	border-radius: 5px;
  	color: #00A6D6;
  	padding: 5px 15px;
  	font-size: 16pt;
  	position: absolute;
  	right: 0px;
  	top: 0px;
  	cursor: pointer;
}
#campusButton:hover, #campusButton.selected {
 	background-color: #00A6D6;
  	color: #fff;
}
.searchBox input {
  	border: 0;
  	outline: 0;
 	width: 430px;
  	padding: 10px 10px 10px 30px;  	
  	background-image: url('/Application/GetMedia/12922');
  	background-position: 4px center;
  	background-size: 24px;
    background-repeat: no-repeat;
  	font-size: 14pt;
  	border-bottom: 5px solid #00A6D6;
  	background-color: #fff;
}
.searchBox input:focus {
 	border-color: #00b7d3; 
}

.periodButton input {
  	background-color: #fff;
  	color: #000;
  	font-size: 12pt;
  	font-family: Arial;
  
  	border: 0;
  	line-height: 25px;
  	height: 33px;
  	padding: 5px;
  	width: 100%;
 	text-align: center; 
    cursor: pointer;
}
.periodButton input.active {
 	background-color: #f7f7f7;
  	height: 37px;
    border-top: 5px solid #00A6D6;
    padding-top: 0px;
}
.periodDates > div {
 	position: absolute;
  	top: 0px;
  	left: 0px;  	
}
.periodDates input {
 	width: 100px;
  	border: 0;
  	padding: 2px 5px;
  	font-family: Arial;
  	font-size: 12pt;
  	border-bottom: 3px solid #00A6D6;
}
.periodDates input[name=datefield] {
 	position: absolute;
  	top: 0px;
  	left: 0px;
  	width:100px;
}
.periodDates input[name=datefield2] {
 	position: absolute;
  	top: 0px;
  	left: 120px;
  	width: 100px;
  
}

.periodDates .buttonLine {
 	position: absolute;
  	right: 0px;
  	top: 0px;
  	left: auto;
}
.periodDates button {
 	position: absolute;
  	right: 0px;
  	top: 0px;
  
}
#BuildingPageItems > div {
    display: inline-block;
 	width: 200px;
    height: 230px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#BuildingPageItems > div > div {
    display: inline-block;
 	width: 200px;
    height: 160px;
    background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;    
    transition: all ease-in-out 1s;  
}
#BuildingPageItems > div > span { 
    position: absolute;
    top: 160px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 5px;
  	display: block;
 	text-align: center;
    line-height: 15px;
    background-color: #fff;
}
#BuildingPageItems > div:hover > div {
    margin-left: -5px;
    margin-top: -5px;
    width: 210px;
    height: 170px;
}
.disabledOverlay {
 	background-color: rgba(255,255,255,0.8);	 
}
.roundedCorners {
    border-radius: 15pt; 
    overflow: hidden;
}


/* Styles for charts table
-----------------------------------------------------------*/
.vbi-charts-table {
    width: 100%;
    border: solid 1px slategray;
    font-family: 'Arial';
    font-size: 8pt;
    border-collapse: collapse;
}

    .vbi-charts-table td {
        min-width: 100px;
        border-right: solid 1px slategray;
        padding: 8px 16px 8px 16px;
        text-align: right;
    }

    .vbi-charts-table tr:hover {
        background-color: #82BC00;
        color: white;
    }

.vbi-data-table-row-primary {
    background-color: white;
}

.vbi-data-table-row-secondary {
    /*background-color: #F0F8FF;*/
    background-color: #f1f1f1;
}

.vbi-data-table-header td {
    font-weight: normal;
    width: auto;
    color: #000;
    background-color: white;
    text-align: left;
    border-top: solid 1px slategray;
    border-bottom: solid 1px slategray;
    padding: 8px;
}


    .vbi-data-table-header td:first-child {
        /*reserve minimum space for datetime labels*/
        min-width: 120px;
    }


    .vbi-data-table-header td h5 {
        color: #000;
        font-weight: normal;
        font-size: 11px;
        margin: 4px;
        padding: 0px;
    }

    .vbi-data-table-header td h4 {
        font-size: 11px;
    }

.vbi-data-table-header-legend {
    width: 14px;
    height: 14px;
    clear: none;
    background-color: #f1f1f1;
    border-radius: 4px;
    float: left;
    margin-right: 8px;
}

.vbi-data-table-header input[type=button] {
    font-size: 11px;
    cursor: pointer;
    right: 0px;
    top: 0px;
    margin-right: 2px;
    border: solid 1px #6d9e00;
    color: white;
    background-color: #82BC00;
    border-radius: 20px;
    padding: 4px 8px 4px 8px
}

    .vbi-data-table-header input[type=button]:hover {
        background-color: #8cca02;
    }
