/* Space out content a bit */
body {
  padding-top: 70px;
  padding-bottom: 70px;
}

a, .repeater-thumbnail {
	cursor: pointer;
}

		.over-top {
		  border-top: 6px solid #F00 !important;
		}
		.over-bottom {
		  border-bottom: 6px solid #F00 !important;
		}
		.over-left {
		  border-left: 6px solid #F00 !important;
		}
		.over-right {
		  border-right: 6px solid #F00 !important;
		}
		
.dashboard-container {
    border: 2px dashed #c0c0c0;
    border-radius: 22px;
}

		.fill { 
		    min-height: 100%;
		    height: 100%;
		    min-width: 100%;
		    width: 100%;
		}
		
.icon-spinner {
  font-size: 6em !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #444;
}
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

.pointer {
	cursor: pointer;
}

.jumbotron img {
	height: auto !important; 
	width: 100% !important;
}

.container.bottomspacing {
	padding-bottom: 15px;
}

.zoom-lightbox {
  position: fixed; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%;
  z-index: 2000;
}
.zoom-lightbox-hideback {
  position: absolute; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%;
  opacity: 0.9;
  background-color: #000000
}
.zoom-lightbox img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.zoom-lightbox video {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.modal-header {
	background-color: #428bca;
	color: #fff;
}

.thumboverlay { 
	width: 100px;
	height: 100px;
	top: 0px;
	left: 15px;
	position: absolute;
}

.userselectaudio {
	width: 220px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.userselectvideo {
	width: 230px !important;
	height: auto !important;
}

.userselectthumb {
	height: 150px !important; 
	width: auto !important;
  	border-radius: 6px;
  	max-width: 210px !important;
}

#holder {
	border: 10px dashed #ccc;
	width: 300px;
	min-height: 300px;
	margin: 20px auto;
}

.thumbnail  .caption  h3 {
	//height: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

  .container {
  //width: 830px !important;
 // width: 100% !important;
  }

/* Main marketing message and sign up button */
.jumbotron {
  text-align: left;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}
.jumbotron h1 {
  margin: 0;
  padding-top: 20px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin-top: 20px;
  margin-bottom: 20px;
}
.marketing p + h4 {
  margin-top: 28px;
}

.marketing p + h3 {
  margin-top: 28px;
}

.form-signin {
  padding: 15px;
  margin: 0 auto;
  background-color: #ddd;
  border: 1px solid #666;
  border-radius: 6px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

table.communityUsersTable {
	border: 1px;
}

td.communityUsersTable {
	padding: 5px;
}




.form-event {
  padding: 15px;
  margin: 0px auto;
  max-width: 400px;
 /* border: 1px solid #666;
  border-radius: 6px;*/
  
  font-size: 14px ;
}
.form-event .form-event-heading,
.form-event .checkbox {
  margin-bottom: 10px;
}
.form-event .checkbox {
  font-weight: normal;
}

.form-event .form-inline-control {
  font-size: 14px ;
}

.form-event .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 12px;
  border-color: #ccc;
  border-radius: 4px;
  font-size: 14px ;
}
.form-event .form-control:focus {
  z-index: 2;
}

.form-event .control-group {
	padding-top: 5px; padding-bottom: 5px;
}

#dayButtons .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: white !important;
	background-color: #337ab7 !important;
}