html, body {
	height: 100%;
}

#bodycontent {
	padding: 50px;
    height: 100%;
    overflow: hidden;
}

.container-fluid, .container-fluid > .ng-scope {
    height: 100%;
}

.fullheight {
    display: inline-flex;
    height: 100%;    
}

.mowers-grid {
    padding: 0 0 60px 0;
}

.users-grid {
    padding: 0 0 100px 0;
}

.fullheight .k-grid {
    height: 100%;
}

.navbar-brand img {
	max-height: 100%;
}

.fieldslist {
	list-style-type: none;
	margin: 0;
	padding: 0;
 }

 .fieldslist li {
	margin: 10px 0;
	padding: 0;
}

.confirm {
	margin: 20px 0 10px 0!important;
	padding: 10px 0 0 0!important;
	border-top: solid 1px #aeaeae;
}

.k-window-content h1 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #aeaeae;
}

.k-window-content label {
	display: block;
	clear: both;
}

.online { color: #39b54a; }
.offline { color: #ed1c24; }

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 80%; 
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}


.k-loading-image {
    background-image: none;
}
.k-loading-color {
    opacity: 0;
}

