/* This overrides BT3's wider (1170px) layout for larger monitors - jnp 20130821 */
 @media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}
/* These style the container */
/* 
 body {
    background-color: #d3d2d1;
    padding-top: 10px;
    padding-bottom: 15px;
}
body > .container {
    padding: 0 0 0 0;
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
 */
/* This creates an alert spanning the full container */
/* 
 .row.alert {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    border: 0 solid transparent;
    border-radius: 0;
}
 */
/* This removes the rounded corners from the bottom edge of the navbar */
/* 
 .navbar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
 */
/* This removes the space below the panel so the search can have a uniform background */
/* 
 .navbar-default {
    margin-bottom: 0;
}
 */

/* This removes the rounded corners from the jumbotron */
/* 
 .container .jumbotron {
    border-radius: 0;
}
 */
/* This creates the outside gutter between panels and container */
/* 
 .row.main {
    margin-right: 0;
    margin-left: 0;
}

 */


/* center search */
 
   .global-search {
    text-align:center;
    padding:10px;
  }
   .global-search * {
    display:inline-block;
    margin-bottom:0;
  }

   .global-search .form-control {
      width:120px;
}

   .global-search a {
    display:block;
    padding-top:10px;
}



@media (min-width:400px){
   .global-search {
    padding: 20px 0;
    text-align:center;
    }

   .global-search .form-control {
    width:300px;
	}

}

.warning p {
	color: #FF0000;
}

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    
.carousel {
    margin-bottom: -120px;
    top: -60px;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 200px;
}
    
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 200px;
}

.carousel-caption {
	background-color: transparent;
    position: static;
    left: 45%;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 50px;
}
    
.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
    
.carousel-caption .btn {
	margin-top: 10px;
}

.shadow_p {
	text-shadow: 1px 1px 1px #000;
}

.shadow_ph {
	text-shadow: 1px 1px 1px #FFF;
}

.jumbotron {
/* 
	background-image: url("../images/bg_youcite_sm.png");
 */
	background-image: url("../images/blue_pen_only.png");
	background-size: 12%;
	color: white;
}

.jumbotron-shelves {
	background-image: url("../images/shelving1.png");
	background-repeat:no-repeat;
	background-size: cover;
	color: white;
}

.jumbotron-fracs {
	background-image: none;
	background-repeat:no-repeat;
	background-size: cover;
	color: white;
}

.jumbotron-nobg {
	background-image: none;
}

.glyphicon {
    font-size: large;
}

.glyphicon.glyphicon-ok {
    color: green;
}
.glyphicon.glyphicon-remove {
    color: red;
}

.glyphicon.glyphicon-thumbs-up {
    color: green;
}
.glyphicon.glyphicon-thumbs-down {
    color: red;
}

.glyphicon.glyphicon-arrow-up {
    color: green;
}
.glyphicon.glyphicon-arrow-down {
    color: red;
}

.glyphicon.glyphicon-gift {
    color: red;
}

.glyphicon.glyphicon-pencil {
	font-size: small;
    color: blue;
}

.glyphicon.glyphicon-ban-circle {
	font-size: xx-large;
    color: red;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.glyphicon.glyphicon-question-sign {
	font-size: large;
    color: blue;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.glyphicon.glyphicon-credit-card {
	font-size: xx-large;
    color: red;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.home-heading {
	font-weight: bold;
/* 
	color: grey;
 */
}

.badge-danger {
/* 
  background-color: #b94a48;
 */
  background-color: red;
}

.processing {
	color: red;
	font-size: xx-large;
}

.votecount {
	font-size: large;
}

.disagree {
	color: red;
	font-weight: bold;
	font-size: x-large;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.comment-style {
	font-size: small;
}

.comment-editor {
	max-height: 400px;
}