body {
	
		font-family: Open Sans, Verdana, Arial, sans-serif;
		font-size: 18px;
		color: #333333;
	
	}
	
.navbar {
	
	height: 170px;
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-color: #002147;
	padding: 10px 0 10px 0;
	background

}

.navbar-header {
	
	position:absolute;
	bottom:0;
	padding-bottom: 30px;

}

.table {

	font-size: 14px;

}

.intro {

	margin-bottom: 30px;
	
}

h1 {

	color: white;
	font-weight: 300;
	font-size: 60px;
	margin: 0px;
	padding: 0px;

}

.switcherOption {

	display: inline;

}

.switcherOption a {

	text-decoration: none;
	color: #333333;

}

.switcherOption:first-child {

	padding-right: 20px;
	border-right: 1px solid #efefef;

}

.switcherOption:last-child {

	padding-left: 20px;
	border-left: 1px solid #efefef;

}

.switcherOption:not(:first-child):not(:last-child) {

	padding: 0px 20px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;

}

.switcher {

	padding-top: 32px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 24px;
	border-bottom: 5px solid #efefef;

}

.active {

	border-bottom: 5px solid #00ACD7;

}

.inActive {

	font-weight: 100;

}

#newSandbox:before {

	content: "+";
	margin-right: 5px;

}

#newSandbox {

	font-size: 18px;
	border-radius: 50px;

}

.btn-warning:hover {

	background-color: red;
	
}

#pagination {

	text-align:right;
	
}

/** This is to highlight the YES option in the deletion confirmation popup */

button.md-primary.md-confirm-button.md-button.md-ink-ripple.md-default-theme {
    color: #fff;
    background-color: #666666;
    border-radius: 3px;
}

button.md-primary.md-confirm-button.md-button.md-ink-ripple.md-default-theme:hover {
    background-color: red;
}

/** This is used to highlight sandboxes that should be deleted */

.deleteMe {
	
	background-color: #fdd5d5;
	
}

