/* Brownfield Action 2.0 Styles 
 by Rachelle White
 rwhite@columbia.edu
 ccnmtl.columbia.edu
 */


body, html {
	background-image: url("/media/img/bg_bfa.jpg");
	font-family:  'helvetica neue', helvetica, arial, sans-serif !important;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'helvetica neue', helvetica, arial, sans-serif !important;
}

.wrap {
	position: relative;
	min-height: 100%;
	margin-bottom: -100px;
}

#outer-container {
	margin-bottom: 4em;
}

h3 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.5em;
}


.tab-content {
	display: block;
	margin: 1em 0 0 0;
}

/* Navigation */

.navbar-default {
    padding-bottom: 16px;
	background: -webkit-linear-gradient(#bec960, #d1d642); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#bec960, #d1d642); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#bec960, #d1d642); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#bec960, #d1d642); /* Standard syntax */
}

p.navbar-text {
	margin-top: 16px;
	color: white !important;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

/* Homepage panels */
.panel-body {
    background-color: #fbfaf7;
}
.panel-body h5 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3em;
}

.panel .panel-heading {
    background-color: #bec960;
}

.panel .panel-heading,
.panel .panel-heading a {
    color: white;
}

.video-panel {
  background-color: #fbfaf7;
  text-alignment: center;
  padding: 20px;
  margin: 20px 0 0 0;
 
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

/* Footer */

.clearfooter {
	height: 50px;
	clear: both;
}

.footer {
	background-color: #336600;
	position: relative;
	margin: 1em 0 0 0;
	bottom: 0;
	color: white;
	text-align: center;
}

.footer-interior {
	padding: 10px;
	margin: 0 auto;
	display: block;
}

.footer p {
    display: block;
}

.footer p.description1 {
    width: auto;
    margin: auto;
}

footer a,
footer a.visited,
footer a:hover {
    color: white;
    text-decoration: underline;
}

footer .row .col-md-3 {
    text-align: center;
    margin-top: 20px;
}

footer img.ctl {
    height: 50px;
    margin-top: 12px;
}

footer img.barnard {
    height: 40px;
    margin-top: 20px;
}


footer img.nsf {
    height: 65px;
    margin-top: 7px;
}


/* Overrides */
 
.btn {
  display: inline-block;
  padding: 6px 11px;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #f4f4f4;
	color: #39c;
}

/* LOGIN PAGE */

.loginbox {
    background-color: white; 
    padding: 25px; 
    border: #ddd solid 1px; 
}

.loginbox label {
    display: block;
    font-weight: bold;
    color: #666;
    font-size: 12px;
}


.errornote {
    background: url("/media/img/icon_alert.png") no-repeat 5px 5px #FFEBE8;
    border: 1px solid #c00 !important;
    display: block;
    font-size: 11px !important;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 10px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 140%;
}

/* Course List */

.course-header {
	display: block;
	margin: 0 0 1em 0;
	float: left;
	width: 100%;
}

.course-header h3 {
	margin-top: 0;
	float: left;
}

.course-list {
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.course-list li {
	float: left;
	clear: both;
	display: block;
	border-bottom: dotted 1px #ddd;
	padding: 1em;
	min-width: 100%;
}

.course-list .course-name-inside {
	float: left;
}

.course-list span.course_name {
	cursor: pointer;
	color: #39c;
}

.course-list span.course_name:hover {
	color: #ccc;
}

/* Documents List */

.documents_list {
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.documents_list li {
	float: left;
	clear: both;
	display: block;
	border-bottom: dotted 1px #ddd;
	padding: 1em;
	min-width: 100%;
}

/*Instructions */

.create-teams {
	margin: 1em 0 3em 0;
}

.create-teams ol li, #course-documents ol li, .course-teams ol li, .course-activation ol li {
	list-style-type:decimal;
}



/* Create Course */

.course-form-area {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background-color: #FBFAF6;
}

#create-course-form {
	padding: .5em  1.5em 1.5em 1.5em;
}

#create-course-form span {
	display: block;
	margin: .5em 0;
}

/* Edit Course */
#create-edit-form {
	padding: .5em  1.5em 1.5em 1.5em;
}

#create-edit-form span {
	display: block;
	margin: .5em 0;
}


/* Instructor List */

.instructor-header {
	display: block;
	margin: 0 0 1em 0;
	float: left;
	width: 100%;
}

.instructor-header h3 {
	margin-top: 0;
	float: left;
}

.instructor-list {
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.instructor-list li {
	float: left;
	clear: both;
	display: block;
	border-bottom: dotted 1px #ddd;
	padding: 1em;
	min-width: 100%;
}

.instructor-list li .btn {
	margin: 0 0 0 10px;
}

.instructor-list li .instructor-list-inside {
	float: left;
}

.instructor-list li .email {
	display: block;
	clear: both;
}

.edit-instructor-frm span {
	display: block;
	float: left;	
	clear: both;
}


/* Team List */
.team-header {
	display: block;
	margin: 0 0 1em 0;
	float: left;
	width: 100%;
}

.team-header h3 {
	margin-top: 0;
	float: left;
}
.team-list {
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.team-list li {
	float: left;
	clear: both;
	display: block;
	border-bottom: dotted 1px #ddd;
	padding: 1em;
	min-width: 100%;
}

.team-name-list {
	float: left;
	display: block;
} 

.team-buttons {
	float: right;
	display: block;
} 

.t-username {
	float: left;
	clear: both;
}

.t-name {
	float: left; 
	clear: both;
}

.t-history {
	float: left;
	clear: both;
}

.team-buttons button {
	margin: 0 0 0 10px;
}

/* Create and Edit Teams Form */

.team-creation-area {
	display: block;
	float: left;
	width: 100%;
}

form.add-team-frm {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 2em;
	background-color: #FBFAF8;
	padding: 1em;
}

.create-team-name {
	float: left;
	display: inline;
}

.create-team-buttons {
	float: right;
}

form.edit-team-frm {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 2em;
	background-color: #FBFAF8;
	padding: 1em;
}

/* Student List */

.student-header {
	display: block;
	margin: 0 0 1em 0;
	float: left;
	width: 100%;
}

.student-header h3 {
	margin-top: 0;
	float: left;
}

.student-list {
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.student-list li {
	float: left;
	clear: both;
	display: block;
	border-bottom: dotted 1px #ddd;
	padding: 1em;
	min-width: 100%;
}
.student-info {
	float: left;
	
}

.student-buttons button {
	margin: 0 0 0 10px;
}

/* Create and Edit Students Form */

.student_controls {
	display: block;
	float: left;
	width: 100%;
}

form.add-std-frm {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 2em;
	background-color: #FBFAF8;
	padding: 1em;
}

.create-student-account {
	float: left;
	display: inline;
}

.create-student-buttons {
	float: right;
}

form.edit-team-frm {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 2em;
	background-color: #FBFAF8;
	padding: 1em;
}

/* Organize Teams */

.table-teams {
	margin: 2em 0;
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
}

#student_team_tables {
	margin: 2em 0;
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
}

.table-teams tr:first-child td {
	border-top: none!important;
}

tr.team {
	width: 100%;
}


/* Team/Student View */

.team-home-header {
	width: 100%;
	display: block;
}

.team-home-header h3 {
	float: left;
}

.course-message, .course-div, .team-div, .play-brownfield, .crs-act-info {
	display: block;
	float: left;
	clear: both;
	margin: 0 0 2em 0;
	width: 100%;
}



.team-div-info-1, .team-div-info-2, .team-div-info-3 {
	float: left;
	display: block;
	margin: 0 2em 0 0;
}

/* Team View Documents */

.course-docs {
	background-color: #fbfaf7;
	color: #333;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.course-docs li {
	float: left;
	clear: both;
	display: block;
	border-bottom: dotted 1px #ddd;
	padding: 1em;
	min-width: 100%;
}

.navbar-brand>img.brownfield-logo {
    display: inline;
}

.instructor-form-area {
    margin-bottom: 10px
}

.add-instructor-frm div {
    height: 50px;
    vertical-align: top;
    margin-right: 8px;
}
.add-instructor-frm button {
    vertical-align: top;
}

/* Flatpages */
h2.pageheader {
    margin-bottom: 20px;
}

.flatpage h3:first-of-type {
    margin-top: 0;
}

li.list-group-item.active a {
    color: white;
}

/* Slideshowlight */

#slideshow
{
    width: 603px;
    height: 306px;
    position: relative;
    margin: 0;
    padding: 14px 0 0 0;
    border: 0;
    background: url('https://ccnmtl-brownfield-static-prod.s3.amazonaws.com/media/css/images/bg_shadow.gif') top left no-repeat;
}

#slideshow #slidesmenu, #slideshow #photos { position: absolute; }

#slideshow #photos
{
    background: url('https://ccnmtl-brownfield-static-prod.s3.amazonaws.com/media/css/images/bg.jpg');
    width: 450px;
    height: 277px;
    left: 0;
    overflow: hidden;
}

#slideshow #slidesmenu
{
    background: url('https://ccnmtl-brownfield-static-prod.s3.amazonaws.com/media/css/images/bg_side.jpg');
    list-style-type: none;
    width: 153px;
    height: 257px;
    right: 0;
    margin: 0;
    padding: 20px 0 0 0;
    border: 0;
}

#slideshow #slidesmenu li
{
    display: block;
    z-index: 1000;
    position: relative;
}

#slideshow #slidesmenu li a
{
    display: block;
    font: 12px "Lucida Grande", "Verdana";
    text-decoration: none;
    padding: 7px 5px 7px 15px;
    z-index: 1000;
    color: #006633;
    line-height: 14px;
    vertical-align: middle;
}

#slideshow #slidesmenu li a:hover { color: #99cc99; }

#slideshow #caption
{
    position: absolute;
    display: block;
    bottom: 29px;
    left: 0;
    width: 438px;
    height: 24px;
    visibility: visible;
    z-index: 4;
    border: 0;
    padding: 3px 6px;
    background: #669966;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#slideshow #description
{
    position: absolute;
    display: block;
    bottom: 29px;
    left: 0;
    width: 438px;
    height: 24px;
    visibility: visible;
    z-index: 5;
    border: 0;
    padding: 3px 6px;
    color: #fff;
    font: bold 12px/24px arial, helvetica, sans-serif;
    filter: alpha(opacity=99.9999);
    -moz-opacity: 0.9999;
    opacity: 0.9999;
}

#slideshow #placeholder { z-index: 2; }

#team_table li {
    list-style-type: none;
}


