/*

My Custom CSS
=============



*/


/* --------------------------------------
   Layout
   -------------------------------------- */
   
.rectangle{
	border-radius: 0;
}   
   
.centered{
    margin: 0 auto;
    float: none;
}


#features {
	margin: 0 0 20px;	
}

#features img {
		display: block;
    margin-left: auto;
    margin-right: auto;
}

#features .panel-title {
	text-align: center;
}

#features .panel {
    border: 0;
}

#features p {
	text-align: justify;
	margin-top: 5px;
}

#standardTable {
	 border-spacing: 10px;
	 border-collapse: separate;"
}

#inputMessage {
	margin-bottom: 15px;
}

#mainFooter {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
	margin-top: 100px;
}
.navbar-toggle {
	margin-right: -8px;
}

#readMoreButton {
	padding-left: 0px;
}

#buttonRowRight{
		padding-right: 15px;
	}

#buttonRow>div>a{
	font-size: small;
}

/* --------------------------------------
   Typography
   -------------------------------------- */
   
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#bigCallout {
	margin-top:20px;
}


.lead {
	font-weight: 300;
}

.well .page-header {
	margin-top: -15px;	
}

.well .page-header h1 {
	margin-top: -15px;
}


ul.unstyled {
	list-style: none;
	padding: 0;
}

#wlsblue {

        color: #006199;

}

#wlspurple {

        color: #130099;

}

#wlsmagenta {

        color: #86095E;

}

#wlsgreen {

        color: #05663B;

}


#wlsmoss {

        color: #6B7C19;

}

#wlsorange {

        color: #8B3D18;

}

#wlsgrey {

        color: #888888;

}

.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
	
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #fff; /* set the color when hover */
border-bottom-color: #fff;
}



#blackCaret{
border-top-color: #000;
border-bottom-color: #000;
}


.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

.checkoutBarFrom, .checkoutBarTo { font-size: 11px; color: #8c8c8c; }

.checkoutBarFrom a, .checkoutBarTo a { text-decoration:none; }

.checkoutBarCurrent { font-size: 11px; color: #000000; }

.inputRequirement {font-size: 11px; color: #ff0000; }

/* --------------------------------------
   Navbar
   -------------------------------------- */
   
   .navbar>.container {
   	padding:0;
   }
   
   
   #searchInput {
   		width: 200px;
   }
   .navbar-brand {
   		padding: 5px 15px;
   }
   
	.navbar-custom {
		background: #FFFFFF;
	}   
	
	.navbar-nav>li>a.btn {
		border-radius: 0;
	}
	
.navbar-nav>li>a.btn-danger:hover, .navbar-nav>li>a.btn-danger:focus, .navbar-nav>li>a.btn-danger:active {
    background-color: #d43f3a;
}


.navbar-nav>li>a.btn-default:hover, .navbar-nav>li>a.btn-default:focus, .navbar-nav>li>a.btn-default:active {
    background-color: #3a3c3c;
}
	
	.navbar-nav>li>a.btn-primary:hover, .navbar-nav>li>a.btn-primary:focus, .navbar-nav>li>a.btn-primary:active {
    background-color: #357ebd;
}


.navbar-nav>li>a.btn-warning:hover, .navbar-nav>li>a.btn-warning:focus, .navbar-nav>li>a.btn-warning:active {
    background-color: #eea236;
}

.navbar-nav>li>a.btn-success:hover, .navbar-nav>li>a.btn-success:focus, .navbar-nav>li>a.btn-success:active {
    background-color: #4cae4c;
}


.navbar-nav>li>a.btn-info:hover, .navbar-nav>li>a.btn-info:focus, .navbar-nav>li>a.btn-info:active {
    background-color: #46b8da;
}
	

.navbar-nav>li>a.btn-purple:hover, .navbar-nav>li>a.btn-purple:focus, .navbar-nav>li>a.btn-purple:active {
    background-color: #4d4271;
    }
	
.navbar-nav>li>a.btn-blue-violet:hover, .navbar-nav>li>a.btn-blue-violet:focus, .navbar-nav>li>a.btn-blue-violet:active {
    background-color: #282a7f;
}

.navbar-nav>li>a.btn-black:hover, .navbar-nav>li>a.btn-black:focus, .navbar-nav>li>a.btn-black:active {
    background-color: #19191c;
}

.figureCaption {
	
  font-style: italic;
  font-size: smaller;
}

	
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	margin-top: 50px;
}


.carousel-caption {
	font-size: 18px;
}

.carousel-caption h4 {
	font-size: 28px;
}  
   
#myCarousel .item { height: 400px; }

#slide1{
	background: url('../../images/carousel_medium_01.jpg') top center no-repeat;
}

#slide2{
	background: url('../../images/carousel_medium_02.jpg') top center no-repeat;
}

#slide3{
	background: url('../../images/carousel_medium_03.jpg') top center no-repeat;
}


/* --------------------------------------
   Global Styles Index
   -------------------------------------- */
.alert {
	margin: 20px;
	display: none;
}

.tabbable img.thumbnail {
	margin: 0px 20px 10px 0px;
}

#aboutMeImage {
	margin: 10px 20px 10px 0px;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;	
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top:-10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-weight: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}	
	
	
	/* --------------------------------------
   Product Info 
   -------------------------------------- */
   
   
#firstRow {
	margin-top: 60px;
}

   
#productFirstRow {
	margin-top: 80px;
}

	#productSelect {
		max-width: 300px;
	}
	
#productBulletsUl {
 margin-top: 20px;
 margin-bottom: 20px;	
	
}	


#productBulletsLi {
 margin-top: 3px;
 margin-bottom: 3px;	
	
}	
	
	
		/* --------------------------------------
   mcat_course_display_chapter 
   -------------------------------------- */


#chapterFirstRow {
	margin-top: 50px;
}

#chapterRow {
	margin-top: 10px;
}

#glossaryRow {
	margin-top: 20px;
}


#learningGoalRow {
	margin-top: 20px;
}

	/* --------------------------------------
   Syllabus 
   -------------------------------------- */



#syllabusFirstRow {
	margin-top: 100px;
	margin-bottom: 10px;
}

#syllabusContents {
	margin-bottom: 100px;
}

#syllabusContentsFirstRow {
	margin-top: 10px;
}

#syllabusTalk {
	padding-bottom: 10px;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
  border-radius: 0px;
}

#syllabusHeading {
	text-indent:15px;
	line-height:40px;
	font-weight:500;
	margin-top:20px;
}

#chapterContentsColumn {
margin-bottom:20px;	
margin-left: 15px;	
}


#glossaryNote {
margin-top:40px;	
	
}


#psychologyDefinitionText {
margin-bottom:10px;	
	
}

#psychologyDefinitionText a {
	  font-weight: bold;

	
}


#psychologyDefinitionTextOl {
list-style-type: decimal;
margin-top:10px;
margin-bottom:50px;
}

#carsSubHeading {
font-weight:bold;
margin-top:30px;	
	
}


	
	/* --------------------------------------
   Login 
   -------------------------------------- */
   
   
#loginFirstRow {
	margin-top: 50px;
}
   
#loginRow {
	margin: 50px 0 100px 0;
}


  

	
	/* --------------------------------------
   Account
      -------------------------------------- */
   
   
#accountTitle {
	margin-left: 10px; margin-top:20px;
}


.account_table {
	font-size: 12px;
}

	
	/* --------------------------------------
   Shopping cart
      -------------------------------------- */
   
   
#firstRowShoppingCart {
	margin-top: 90px;
}

#cartButton {
	margin-top:10px;
}



.productListing-heading {

 font-size: 12px;

  font-weight: bold;
  
  
	background: #E0DEE8;

}


TR.productListing-even {

background: #DCE6EF;

}



TR.productListing-odd {

  background: #DCEFDD;

}





TABLE.productListing {
	
	  
}



TD.productListing-data {

  font-family: Arial, Helvetica, sans-serif;

//  font-size: 12px;
  
  padding: 10px;

}

   
 

/* --------------------------------------
   checkout_shipping
   
      -------------------------------------- */  
   

TR.newmoduleRow {

background: #DCE6EF;

}


TR.newmoduleRowOver {

background: #CDDFEE;

}


.moduleRow { }

.moduleRowOver { background: #DCE6EF; cursor: pointer; cursor: hand; }

.moduleRowSelected { background: #CDDFEE; }



/* --------------------------------------
   checkout_confirmation
   
      -------------------------------------- */  
   

.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


/* --------------------------------------
   org_biochem product page
   
      -------------------------------------- */  
   

#orgbiochemContentsChapter {  
	font-size: .85em;
	font-weight:500; 
	line-height:1em;
	margin-top:30px;
	}

#orgbiochemOrgReaction { 
	font-size: .85em;
	font-weight:500; 
		line-height:1em;
		margin-top:20px;
	}

#orgbiochemBiochemReaction {
	font-size: .85em; 
	padding-left: 0px; 
		line-height:1em;
	}



/* --------------------------------------
   science topic outlines
   
      -------------------------------------- */  
   

#topicOutlineMain {  
	font-weight:600; 
	margin:0px;
	margin-top:15px;
	}

#topicOutlineSub { 
		padding-left:15px;
		font-size:.9em;
		line-height: 1em;
		margin:5px;
	font-weight:500; 

	}

#topicOutlineRow {
	margin-top:10px;
	margin-bottom:200px;
	}



.numberCircle {
   
    text-align: right;

    font-size: 1.6em;
}


#whatPeopleSay {
	margin-top:25px;
}

/* --------------------------------------
   Responsive video
   
      -------------------------------------- */
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--------
Simple popup

-------------*/












/*--------
Simple popup

-------------*/


			@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

			*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; }
	
				
			/* Styling the Popup Window */
			.popup-trigger {cursor: pointer; }
		  	.popup {display: none; position: absolute; top: 100px; left: 50%; width: 380px; margin-left: -190px; padding: 5px 5px;
  					background: #fff; color: #333; font-size: 1 em; line-height: 2em; border: 1px solid #BBBBBB; z-index: 9999;}
  			.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
  		    .popup-btn-close {cursor: pointer;}	
  		    #popupContents {padding:15px 15px 15px 25px;}




/* --------------------------------------
   Media Queries
   
      -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	.thumbnail .price{
		font-size: 14px;
	}
	.thumbnail .price sup{
		font-size: 10px;
	}
	
	#centeredSmall {
    display:block;
    margin:auto;
}
	
	#buttonRowRight{
		padding-right: 0px;
	}
	
	#buttonRow>div>a{
	font-size: 9px;
}

TD.productListing-data {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 9px;
  
  padding: 2px;

}

#cartButton {
	font-size: 11px;
}


#subtotalText {
	font-size: 11px;
}

#accountFormLabel {
	font-size: 11px;
	width:100px;
}
	

.account_table {
	font-size: 11px;
}


    .nav-pills > li {
        float: none;
    }

}


/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
		#myCarousel .item { height: 310px; }
	
	#slide1{
		background: url('../../images/carousel_small_01.jpg') top center no-repeat;
	}
	
	#slide2{
		background: url('../../images/carousel_small_02.jpg') top center no-repeat;
	}
	
	#slide3{
		background: url('../../images/carousel_small_03.jpg') top center no-repeat;
	}
	
	.carousel-caption {
		font-size: 14px;
	}
	
	.carousel-caption h4 {
		font-size: 20px;
	}
		
		
		
	#centeredSmall {
    display:block;
    margin:auto;
}

		
	#buttonRowRight{
		padding-right: 0px;
	}
		
}


/* Small laptop */
@media (min-width: 990px) {
	
	
	#productSelect {
		font-size: 11px;
		padding:3px;
	}
	
	#productQuantity {
		font-size: 11px;
		padding:3px;
	}
	
	
	

	#syllabusRight {
		margin-left: 20px;
}


	#centeredSmall {
    float:right;
}


	
}
	
	

/* Large desktop */
@media (min-width: 1200px) {
	
		#myCarousel .item { height: 500px; }
		
		#slide1{
			background: url('../../images/carousel_large_01.jpg') top center no-repeat;
		}
		
		#slide2{
			background: url('../../images/carousel_large_02.jpg') top center no-repeat;
		}
		
		#slide3{
			background: url('../../images/carousel_large_03.jpg') top center no-repeat;
		}

	#centeredSmall {
    float:right;
}

		
	#buttonRowRight{
		padding-right: 15px;
	}
	
	#productSelect {
		font-size: 14px;
	}

	#productQuantity {
		font-size: 14px;
	}
	
/* Custom buttons */


.btn-purple {
  background-color: #584B81;
  border-color: #584B81;
  color: #FFFFFF;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
  background-color: #4d4271;
  border-color: #423861;
  color: #FFFFFF;

}
.btn-purple.disabled:hover,
.btn-purple.disabled:focus,
.btn-purple.disabled:active,
.btn-purple.disabled.active,
.btn-purple[disabled]:hover,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple:hover,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple.active {
  background-color: #584B81;
  border-color: #584B81;
}

.btn-blue-violet {
  background-color: #2E3092;
  border-color: #2E3092;
}
.btn-blue-violet:hover,
.btn-blue-violet:focus,
.btn-blue-violet:active,
.btn-blue-violet.active {
  background-color: #282a7f;
  border-color: #22236b;
}
.btn-blue-violet.disabled:hover,
.btn-blue-violet.disabled:focus,
.btn-blue-violet.disabled:active,
.btn-blue-violet.disabled.active,
.btn-blue-violet[disabled]:hover,
.btn-blue-violet[disabled]:focus,
.btn-blue-violet[disabled]:active,
.btn-blue-violet[disabled].active,
fieldset[disabled] .btn-blue-violet:hover,
fieldset[disabled] .btn-blue-violet:focus,
fieldset[disabled] .btn-blue-violet:active,
fieldset[disabled] .btn-blue-violet.active {
  background-color: #2E3092;
  border-color: #2E3092;
}


.btn-black {
  background-color: #323236;
  border-color: #323236;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background-color: #19191c;
  border-color: #19191c;
}
.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled:active,
.btn-black.disabled.active,
.btn-black[disabled]:hover,
.btn-black[disabled]:focus,
.btn-black[disabled]:active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black.active {
  background-color: #323236;
  border-color: #323236;
}



