html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.noDisplay {
  display: none;
}

.numeric {
  text-align: right;
}

.k-block-gray {
  background-color: lightgray;
  background-repeat: repeat;
  background-position: 0 center;
  color: black;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  border-color: #d5d5d5;
  box-sizing: border-box;
  padding: 2px;
  outline: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
.k-text-align-right{
  	text-align: right;
}
.k-text-align-left{
		text-align: left;
}
.k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}