[ng-cloak], .ng-cloak {
	display: none !important;
}

.glyphicon {
	position: inherit;
}

.header {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	border-color: #d9230f;
	border-radius: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	background-color: #eee;
	margin-bottom: 0px;
	height: 80px;
	display: table;
	width: 100%;
}

.navbar-center {
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0;
	margin-top: 10px;
	float: none;
}

/* centers the search with search field and add button */
.container-fluid {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.content {
	text-align: center;
	width: 100%;
	display: table;
}

.get-scrollbar {
	overflow-y: auto;
	position: fixed;
	top: 80px;
	bottom: 55px;
	width: 100%;
}

.info-text {
	position: absolute;
	right: 30px;
	top: 9px;
	color: #b7b7b7;
}

.help-block {
	display: none;
	margin-bottom: 3px;
}

.has-error .help-block {
	display: block;
}

.has-info {
	display: block;
}

table {
	margin-top: 10px;
	background-color: white;
	font-size: 15px;
}

th {
	text-align: center;
}

th:hover.sortable {
	cursor: pointer;
}

td {
	padding: 5px;
}

.no-data-message {
	margin-top: 175px;
	font-size: 15px;
}

.edit-cell {
	width: 80px;
	max-width: 80px;
}

.footer {
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	border-width: 0px;
	border-top: 1px;
	border-style: solid;
	border-color: #d9230f;
	background-color: #eee;
	display: table;
	height: 55px;
	width: 100%
}

.pagination {
	margin: 0px;
	float: none;
	margin-top: 8px;
}

.modal-dialog {
	width: 90%;
}

.modal-content {
	padding: 10px;
	padding-right: 25px;
}

.heading {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.form-group {
	margin-bottom: 10px;
}

.control-label {
	padding-top: 6px;
}

.radio-inline {
	margin-left: 14px;
}

textarea.form-control {
	min-width: 100%;
	min-height: 70px;
	max-width: 100%;
	max-height: 70px;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.login-wrapper {
	margin-top: 180px;
	margin-bottom: 20px;
}

.login-background {
	background: url(/login_background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form-login {
	max-width: 420px;
	padding: 30px 38px 50px;
	margin: 0 auto;
	background-color: #eee;
	border: 2px solid rgba(0, 0, 0, 0.1);
}

.form-login-heading {
	text-align: center;
	margin-bottom: 30px;
}

.colorgraph {
	height: 6px;
	border: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
		#f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
		#db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
		#669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
		#f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
		#db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
		#669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca
		25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe
		50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1
		87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca
		25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe
		50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1
		87.5%, #62c2e4 87.5%, #62c2e4);
}

.small-modal {
	left: 50%;
	width: 600px;
	margin-left: -300px;
	text-align: center;
}

.finished-label {
	font-weight: bold !important;	
}

.finished-checkbox {
	padding-top: 6px !important;
	font-weight: bold !important;
    font-size: 14px !important;
}
.finished-checkbox input {
	width: 16px !important;
    height: 16px !important;
}

.finished-checkbox i {
	font-size: 15px !important;
    margin-top: 4px !important;
}

.tooltip-wrapper {
  display: inline-block; /* display: block works as well */
  margin: 50px; /* make some space so the tooltip is visible */
}

.tooltip-wrapper .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}
