body {
	font-family: "Roboto", sans-serif;
	background-color: #F9FDFF;
	font-size: 15px;
}

h1.title {
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-size: 30px;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 800;
}



.sign-in .btn, .btn-default {
	background-color: #265FA8;
	color: #fff;
	width: 100%;
	font-weight: bold;
}

.btn-auto {
	width: auto !important;
	margin:0px 5px;
}

.navbar-header {
	text-align: center;
}

.nav {
	display: inline-block;
	float: none;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
}

.nav>li>a {
	color: #fff;
}

.nav>li>a:hover, .nav>li>a:active {
	color: #265FA8;
	background-color: #F9FDFF;
	border-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover {
	color: #265FA8;
	background-color: #F9FDFF;
	border-radius: 0px;
}


.top-links {
	background-color: #265FA8;
}

.card {
	background-color: #fff;
	padding: 15px;
	border: 1px solid lightgray;
}

.card-title {
	font-weight: 800;
}

.btn-card {
	color: #fff;
    background-color: #265FA8;
    border-color: #265FA8;
}

.btn-card:hover{
	color: #fff;
}

.btn-container {
	display: flex;
    justify-content: right;
}

.card hr{
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-delete {
	background-color: transparent;
	font-weight: bold;
}

.table-locations {
	background-color: #fff;
}

a.cards {
	color: #000;
}

.option-wrap {
	padding: 15px; border: 1px solid #ccc; border-radius: 15px;
}

.itemCard {
	cursor:pointer;
}

.err-msg {
	margin: 5px 0px;
	text-align:center;
	font-weight:700;
	color:#f00;
}