﻿body {
	background-color: #fff;
}

.nav > li.active {
	border-left: 4px solid #e44d2c;
}

.float-e-margins .btn {
	margin-bottom: 0px;
}

body.mini-navbar .nav-header
{
	background-color: #fff;
}

/*Styles for making buttons full width*/
@media all and (max-width:768px) {
	.full-button {
		width: 100%;
		display: block;
	}

	.block-time-option {
		width: 100px;
		display: block;
	}
}

.btn-file {
	position: relative;
	overflow: hidden;
}

	.btn-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 100px;
		text-align: right;
		filter: alpha(opacity=0);
		opacity: 0;
		outline: none;
		background: white;
		cursor: inherit;
		display: block;
	}


.embedded_sound {
	display: none;
}

.popover {
	max-width: 500px;
	width: 500px;
}

.popover > div.form-group {
	margin-bottom: 0px;
}

.pop {
	cursor: pointer;
}