
html,
body {
    height: 100%;
	font-family:verdana, tahoma, arial, helvetica, sans-serif;
    padding-top:21px;
	font-size: 0.95em;
}

label {
	font-size: 1.1em;
}

.wrap {
    display: flex;
    flex-direction: column;
	width: 100%;
    align-items: flex;
    min-height: 100%;
    color: #000;
    margin-bottom: -60px; 
}

.wrap:after {
    content: "";
    display: block;
  }

.footer, .wrap:after {
    height: 60px; 
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    width: 100%;
}


.navbar .nav-item {
	margin-right: 10px;
    margin-left: 10px;
}

.navbar-nav .nav-link {
	font-size: 1.3em;
}

.navbar-brand-text {
	font-size: 1.25em;
}

.navbar {
	min-height: 50px;
 	background-color: black;
 	color: white;
 	padding: 0px;
}

.navbar-toggler {
    margin-left: 10px;
}

#company-logo {
    max-height: 50px;
}

#language-selection a {
	color: white;
}

.fa-sign-out {
    color: white;
}

.container-fluid {
	padding-top: 25px;
}

.container-fluid-popup {
	padding-top: 25px;
}

.wrap > .container {
    padding-top: 40px;
}


.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.basic-table
{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	/*margin-right: 20px;*/
	/*min-width: 400px;*/
	/*float:left;*/
	-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.15);
}

.basic-table .no-shadow
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.basic-table th
{
	padding: 5px;
	font-weight: bold;
	font-size: 13px;

	color: #039;
	background: #b9c9fe;
/*
	color: black;
	background: #CBCBCB;
	text-align:left;
	*/
}

.basic-table td {
	padding: 5px;

	border-top: 1px solid #fff;
	color: #669;
/*
	border-top: 1px solid #fff;
	color: #666;
*/	
    height:20px;
}

.basic-table .center {
	text-align: center;
}


.basic-table td.bold
{
	font-weight: bold;
}

.basic-table tr
{
	background: #e8edff;
	/*background: #FCFCFC;*/
}

.basic-table tr.normal
{
	background: #e8edff;
}

.basic-table tr.highlight
{
	background: #ffffff;
}

.basic-table tr.movedhighlight
{
	background: #b9c9fe;
}

.basic-table td.noborder
{
    border:none;
    padding-right: 5px;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.basic-table tbody tr.highligh
{
	background-color: #b9c9fe;
}


.color-every-other-row tr:nth-child(odd) {background: #e8edbb}


.highligh-row tr:hover
{
	background-color:#d4deff;
} 

.button {
	font: bold 90% verdana, tahoma, arial, helvetica, sans-serif;
	background-color:#ffffff; 
	border:1px solid; 
	border-color: #000000; 	
	color: black;
	padding: 4px 7px 4px 7px;
}

.button:disabled, button[disabled] {
	font: bold 90% verdana, tahoma, arial, helvetica, sans-serif;
	background-color:#ffffff; 
	border:1px solid; 
	border-color: #000000; 	
	color: grey;
	padding: 4px 7px 4px 7px;
}

.button-in-text-input {
	font: bold 90% verdana, tahoma, arial, helvetica, sans-serif;
	background-color: rgba(255,255,255,1);; 
	border:0px solid; 
	color: black;
	width: 19px;
	/*padding: 5px 7px 5px 7px;*/
}


.note {
	color: red;
}

.no-borders td {
	padding: 0px;
	border: none;
}


.no-border {
	border: none;
}

/* flot graphics */
.flot-graph {
	height: 400px /*!important*/;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

@media only screen and (max-width: 776px) {
	.flot-graph {
		height: 200px;
	}
}

/* flot graphics */
.flot-graph-gmap-window {
	height: 200px;
	width: 400px;
	padding: 20px 15px 15px 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.flot-graph-wm-window {
	height: 250px;
	width: 500px;
	padding: 20px 15px 15px 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}



.flot-graph-popup {
	/*box-sizing: border-box;*/
	/*width: 700px;*/
	height: 500px;
	padding: 20px 15px 15px 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* This is the actual canvas */
.flot-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legendLayer .background {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 0;
}        

.flot-legend {
	vertical-align: middle;
}


.flot-legend td {
	border:none;
	white-space:nowrap;
}

.flot-legend table {
	display: inline-block;
}

.forcesinglerow {
	white-space: nowrap; 
	overflow: hidden;
}

.single-row {
	white-space: nowrap; 
	overflow: hidden;
}


.ui-progressbar-value {
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
}

.modal-content {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	/*background: #e8edff;*/
}

.modal-header {
	font-weight: bold;
	font-size: 13px;
	color: black;
	background: rgba(87, 158, 236, 0.24);
    text-transform: uppercase;
}

.modal-title {
    font-weight: bold;
	font-size: 1.0em;
}

.modal-body {
	color: black;
}




.water-meter-alert-text {
	color: red !important;
	font-weight: bold;
}

.water-meter-alert-reason {
	font-weight: bold;
}


.card-header {
    background: rgba(87, 158, 236, 0.24);
    font-weight: bold;
    text-transform: uppercase;
}

.card-title {
    font-weight: bold;
}

.card-text {
    text-align: center;
}

.card {
    width: 100%;
    margin: 1vw;
}
