body {
	background: #f2f2f2 url('../images/stripe-bg.png') repeat;
}

.navbar {
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	position: fixed;
	width: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
}

	.navbar h3 {
		margin: 0.5em;
	}
/*
.nav.navbar-nav,
.app-title {
	float:none;
	display: inline-block;
*/
#main {
	padding-top: 6em;
}
#login-panel {
	max-width: 640px;
	margin: 0 auto;
}

.container .panel {
	border: 8px solid #51a1d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.panel table {
	width: 100%;
}

.description,
.notes {
	color: #333;
	padding: 1em 1em;
}
.item-form {
	padding: 1em;
}
textarea,
.item-form input[type='text'],
.item-form input[type='password']
 {
	width: 100%;
}

textarea {
	min-height: 8em;
}

.box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #333;
	padding: 1em;
	margin-bottom: 1em;
}

	.box ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.box ul li {
			padding: 0;
			margin: 0;
		}

	.box.errors {
		background-color: #b72c2c;
		color: #fff;
		font-weight: bold;
	}

	.box.success {
		background-color: #6fb749;
		color: #fff;
		font-weight: bold;
	}
button i {
	margin-right: 0.5em;
}

.glyphicon {
	top: 2px;
}

button span {
	display: none;
}
@media screen and (min-width: 35.5em) {
	/* small or larger */
	button span {
		display: inline-block;
	}
}


.button-positive,
.button-negative,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-positive,
.button-primary {
	background: rgb(81, 161, 216);
}

.button-negative {
	background: rgb(202, 60, 60);
}

.button-warning {
	background: rgb(223, 117, 20);
}

.button-secondary {
	background: rgb(66, 184, 221);
}

.column-name {
	font-weight: bold;
}

.column-value input {
	width: 100%;
}

.item-field,
.item-action {
	padding: 0.5em;
}

.item-field {
	padding-left:0;
}
.item-action {
	padding-right: 0;
}

.pure-table-striped tr:nth-child(2n) > td {
	background-color: #fff;
}

#col-client-name {
	max-width: 33%;
}

.tags {
	font-size: 0.75em;
}
	.bootstrap-tagsinput .tag,
	.tags .tag {
		background: #51a1d8;
		padding: 2px 5px;
		display: inline-block;
		margin-right: 2px;
		color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.bootstrap-tagsinput .tag {
		position: relative;
		top: 1em;
	}
	.tags .tag {
		margin-bottom: 3px;
	}

#client-projects-table_length,
#client-projects-table_filter,
#clients-table_length,
#clients-table_filter {
	display: inline-block;
	margin-right: 1em;
	padding: 0.5em;
}
#client-projects-table_info,
#client-projects-table_paginate,
#clients-table_info,
#clients-table_paginate {
	padding: 0.5em;
}

#client-projects-table_paginate a.paginate_button:focus,
#client-projects-table_paginate a.paginate_button:hover,
#clients-table_paginate a.paginate_button:focus,
#clients-table_paginate a.paginate_button:hover {
	background-color: #ddd;
}

#client-projects-table_paginate a.paginate_button,
#clients-table_paginate a.paginate_button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 6px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}
	#client-projects-table_paginate a.paginate_button.current:focus,
	#client-projects-table_paginate a.paginate_button.current:hover,
	#client-projects-table_paginate a.paginate_button.current,
	#clients-table_paginate a.paginate_button.current:focus,
	#clients-table_paginate a.paginate_button.current:hover,
	#clients-table_paginate a.paginate_button.current {
		background-color: #51a1d8;
		color: #fff;
	}

#client-projects-table_paginate a,
#clients-table_paginate a {
	padding-right: 4px;
}

.dataTables_filter label input {
	margin-left: 0.5em;
}

#client-projects-table_previous:before,
	#client-projects-table_next:after,
	#clients-table_previous:before,
	#clients-table_next:after {
		display: inline-block;
		padding: 0 4px;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		top: 1px;
	}

	#client-projects-table_previous:before,
	#clients-table_previous:before {
		content: "\e069";
	}

	#client-projects-table_next:after,
	#clients-table_next:after {
		content: "\e077";
	}

	#client-projects-table_previous,
	#clients-table_previous {
		margin-right: 1em;
	}

	#client-projects-table_next,
	#clients-table_next {
		margin-left: 1em;
	}

	.pinned-value {
		text-indent:-9999em;
		overflow: hidden;
		display: inline-block;
	}

.bootstrap-tagsinput {
	width: 100%;
}
.pure-form .bootstrap-tagsinput input {
	display: inline-block;
	border: none;
	-webkit-box-shadow: none   ;
	-moz-box-shadow: none   ;
	box-shadow: none   ;
}

.project-info {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.5em;
}

.entity-info {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.project:last-of-type .project-info,
.project-entities .entity-info:last-of-type {
	margin-bottom:0;
	padding-bottom: 0;
	border: none;
}

td.project-div {
	padding: 0.5em 1em 0;
}

.group-start {
	background-color: #F4F4F4;
}

.client-table-title {
	font-weight:600;
	text-transform: uppercase;
}



.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
	width: 422px;
	margin-top: 12px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;

}

.tt-suggestion p {
	margin: 0;
}

/* nested table styles */
.pure-table-striped tr:nth-child(2n-1) td td {

	background-color: #f2f2f2;
}

.pure-table-striped tr:nth-child(2n) > td td {
	background-color: #fff;
}

.pure-table td td, .pure-table th th {
	padding: 0;
}

.pure-form textarea[readonly],
.pure-form select[readonly],
.pure-form input[readonly] {
	border: 1px solid transparent;
	background-color: transparent;
	box-shadow: none;
}

.pure-form textarea[readonly]:focus,
.pure-form select[readonly]:focus,
.pure-form input[readonly]:focus {
	border: 1px solid #ccc;
	background-color: transparent;
	box-shadow: none;
}
i.glyphicon-move {
	cursor: pointer;
}

.pure-table .table-header {
	border-bottom: 1px solid #bbb;
}
tr.placeholder {
	border: 1px solid red;
	background-color: red;
	height: 1px;
}

	tr.placeholder td {
		padding: 0 1em;
	}
	
	.checkgroup {
		overflow: auto;
		border: 1px solid #51a1d8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0.5em 1em;
		margin-bottom: 1em;
	}
	
		.unit-group-access .checkgroup {
			max-height: 10em;
		}
	.checkgroup label:hover {
		background-color: #eee;
	}
	
	.cascade_group_access_container {
		margin-bottom: 1em;
	}

mark {
	background:orange;
	color:black;
}