html,
body {
    height: 100%;
	font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 13px !important;
	font-weight: 400;
	color: #444;
	letter-spacing: 0.02em;
	
	background: #f5f5f5 none repeat scroll 0 0;
/*     color: green; */
}

h4 {
  color: #444;
  display: inline-block;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

label {
  color: #444;
  float: left;
  font-size: 12px;
  font-weight: 300;
  height: 16px;
  line-height: 16px;
}

a {
	color: #444;
	text-decoration: none;
}

span.spaced-left {
	margin-right: 5px;
}

span.spaced-right {
	margin-left: 10px;
}

.separator {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.colorrow {
	background-color: #ddd;
	font-weight: bold;
}

.fixed-height-4 {
	height: 360px;
	overflow: auto;
}

.height-4 {
	height: 100%;
	overflow: auto;
}

.fixed-height-3 {
	height: 270px;
	overflow: auto;
}

.height-3 {
	height: 753%;
	overflow: auto;
}

.fixed-height-2 {
	height: 180px;
	overflow: auto;
}

.height-2 {
	height: 50%;
	overflow: auto;
}

.fixed-height-1 {
	height: 90px;
	overflow: auto;
}

.height-1 {
	height: 25%;
	overflow: auto;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    /** padding: 0 0 60px; **/
    padding: 5px 10px 60px 10px; /* CLAX OVERRIDE */
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.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;
}

option:disabled {
    color: green;
}

 /*** CLAX BOOTSTRAP Override ***/
 
.dropdown {
	
}

.tab-content .tab-pane.active {
	background-color: #fff;
}

div.loading {
	background-color: #eee;
	background-image: url('images/loading.gif');
	background-position:  center center;
	background-repeat: no-repeat;
	opacity: 1;
}

div.loading * {
	opacity: .8;
}