body {
	font: 14px sans-serif;
}

.footer{
	background-color:rgb(16, 16, 16);
	height: 50px;
}

.blackBackground{
	background-color:black;
}

.whiteBackground{
	background-color:white;
}

.centerText{
	text-align: center;
}

.jumbotron{
    margin-top:20px;
}

.carousel-inner {
   margin-bottom:50px;
   max-height:600px;
   overflow: auto;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	font-size:20px;
	height:30px;
	bottom:-45px;
	top:auto;
	width:35%;
}

.glyphicon.glyphicon-chevron-right, .glyphicon.glyphicon-chevron-left{
	color:black;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	top:0px;
	bottom:0px;
	
}

.glyphicon.glyphicon-chevron-left.customcarousel{
    left: 90%;
}

.glyphicon.glyphicon-chevron-right.customcarousel{
    right: 90%;
}

.carousel-indicators {
  bottom:-50px;
  width:30%;
  margin-left:-15%;
}

.carousel-indicators .active {
	background-color: #000000;
}

.carousel-indicators li {
	background-color: #999999;
}

#carouselContent{
	overflow: scroll;
}

.modal-button{
	padding-right:5px;
	padding-left:5px;
}

.glyphicon.glyphicon-chevron-right.customArrow, .glyphicon.glyphicon-chevron-left.customArrow{
	padding-top:10px
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

button{
	margin-bottom:50px;
}

.spinnercontainer{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
}

.spinnercube{
	height:80px;
	display: inline-block;
	text-align: center;
	margin:10px 0px 10px 0px;
	white-space: normal;
	-ms-word-break: break-all;
-ms-word-wrap: break-all;
-webkit-word-break: break-word;
-webkit-word-wrap: break-word;
word-break: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

.highlighted{
  opaque:.5;
}

#newActivityBox:hover{
	background-color:#999999;
}

.addActivity {
	color:#ffffff;
}

.loader {
	background: rgba(255, 255, 255, 0);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #333333;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
