.navbar {
	height: 100px;
	border-bottom-color: #FF0000;
	background-color: #FFFFFF;
}
.navbar-brand img{
	height: 70px;
}

.collapse {
	margin-top: 50px;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
}

hr {
	border-color: #FF0000;
}

.container .text-muted {
	text-align: center;
	margin: 20px 0;
}

.main {
	padding-top: 150px;
}

.login {
	float: none;
	margin: 0 auto;
}

a {
	color: navy;
}

.btn-primary {
	background-color: navy;
}    

.table.table-borderless td, .table.table-borderless th {
	border: 0 !important;
}

.table.table-borderless {
	margin-bottom: 0px;
}

.panel-default > .panel-heading {
	background-color: navy;
	color: #FFFFFF;
}

.filterable .filters input[disabled] {
	background-color: transparent;
	border: none;
	cursor: auto;
	box-shadow: none;
	padding: 0;
	height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
	color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
	color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
	color: #333;
}

.table-sortable tbody tr {
	cursor: move;
}

/* Ballot list*/
.dual-list .list-group {
    margin-top: 8px;
}

.list-left li, .list-right li {
    cursor: pointer;
}

.list-arrows {
    padding-top: 100px;
}

.list-arrows button {
    margin-bottom: 20px;
}
/*        
.listrap {
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.listrap li {
	margin: 0;
	padding: 10px;
}

.listrap li.active, .listrap li:hover {
	background-color: #d9edf7;
}

.listrap strong {
	margin-left: 10px;
}

.listrap .listrap-toggle {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.listrap .listrap-toggle span {
	background-color: #428bca;
	opacity: 0.8;
	z-index: 100;
	width: 60px;
	height: 60px;
	display: none;
	position: absolute;	
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	color: #ffffff;
}

.listrap .listrap-toggle span:before {
	font-family: 'FontAwesome';
	content: "\0f00c";
}

.listrap li.active .listrap-toggle span {
	display: block;
}

.list-group-item-b .active, .list-group-item-b.active:focus,
.list-group-item-b.active:hover{
	background-color: #FFFFFF;
	color: #000;	
}
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}*/
