body {
	padding-bottom:30px;
}
.hl {
	background:#FFFBCC;
	padding:1px 2px;
}
.dropzone input[type=file] {
	display:none;
}
.dropzone {
	margin-top:30px;
}
h3 { 
	margin-top:0; 
	margin-bottom:20px; 
}
.alternating.awario .row {
	
	height: 118px;
	overflow: hidden;
}

.alternating .row {
	padding: 15px 0;
}

/* For small screen */
.alternating .row:nth-child(even){
  background-color: #fafafa;
}
.alternating .row:nth-child(odd){
  background-color: #eee;
}


.my-search {
	margin-top:30px;
}
.my-search+.dropzone {
	margin-top:0;
	min-height: 110px;
	padding: 0;
}



			.col-sm-1 time {
			text-align:center;
			text-transform: uppercase;
				display: block;
				font-weight: bold;
				font-size: 18px;
			}
				
			.col-sm-1 time span {
				 font-size: 24px;
				color:#667fa0;
				}
.col-actions button,
.col-actions a {
					display:block; padding:15px;
					color:#fff;
	width:100%; border:none;
				}
				.bg-success {
					background: #A9D86E;
				}
.bg-danger, .bg-ajax-danger {
	background: #FF6C60;
}
.bg-warning {
	background: #f1c40f;
}
				.bg-info {
					background: #667fa0;
				}
				.with-margin {
					margin-bottom: 15px;
				}

			.col-sm-1 time {
			text-align:center;
			text-transform: uppercase;
				display: block;
				font-weight: bold;
				font-size: 18px;
			}
				
			.col-sm-1 time span {
				 font-size: 24px;
				color:#667fa0;
				}
.col-actions button,
				.col-actions a {
					display:block; padding:15px;
					color:#fff;
	width:100%; border:none;
				}
				.bg-success {
					background: #A9D86E;
				}
				.bg-danger {
					background: #FF6C60;
				}

@media (min-width: 768px){
	.badge {
		background: none;
		padding: 0;
		font-weight: normal;
		font-size: 10px;
		position: absolute;
		top: 5px;
		left: 28px;
	}
}

@media (max-width: 767px){
	.badge {
		float: right;
	}
}


.navbar-nav > li > a .fal {
	line-height: 20px !important;
}
#timer button {
	background: #fff;
	margin-top: 13px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.navbar-inverse .navbar-nav > .danger > a,
.navbar-inverse .navbar-nav > .danger > a:hover,
.navbar-inverse .navbar-nav > .danger > a:focus {
	background:#FF6C60;
}

nav.navbar + div.container {
	margin-top:70px !important;
}
#all-tasks {
	position: absolute;
	right: 19px;
	width: 197px;
	top: 52px;
	z-index: 99999;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	display: none;
}
#all-tasks .task {
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
}