html {
	height: 100%;
}
body {
  font-family: "CM Prasanmit","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-top: 50px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.6em;
}

.full-screen {
	width: 100%;
	height: 100%;
}
.single-action {
	position: relative;
	overflow: hidden;
	
	top: 50%;
	transform: translateY(-50%);
}
.single-action img {
	padding: 40px 0;
}
.single-action input {
	color: #000;
}

.navbar-default {
	background: #fff !important;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8) url(/imgs/squares.svg) no-repeat center center;
	z-index: 9999;
	pointer-events: none;
}
#loading.active {
	display: block;
}

.danger {
	color: #ff0000;
	font-weight: bold;
}
.success {
	color: green;
	font-weight: bold;
}