.purchasedBookButton{
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    /*font-weight: bold;*/
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.1s ease;
    cursor: pointer;
    background-color: #a2bd84;
    font-size: 9px;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.hasPurchasedBook{
    background-color: #989696;
}

.lowestPriceStamp{
    color: black;
    top: 3px;
    left: 1px;
    position: relative;
}

.lowestPriceInnerStar{
    position: absolute;
    margin-left: -12px;
    margin-top: 1.9px;
    color: white;
    z-index: 1;
    font-size: 6px;
}

.lowestPriceCircle{
    position: absolute;
    margin-left: -14px;
    font-size: 11px;
    padding-right: 5px; /* used so that there is no "gap" on hover between the price and the circle */
}

.fadedPrice{
    color:#a7a6a6 !important;
}

.editScheduleOption{
    font-size: 13px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 13px;
    cursor: pointer;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      /* ...and now for the proper property */
      transition:.5s;
      border-radius: 4px 4px 4px 4px;

}

.editScheduleOption:hover{
    background-color:#ececec;
}


.longBuilding{
    font-size: 9px;
}

.popover-title{
    padding: 4px 4px 4px 9px;
    font-family: "Avenir","Nunito"; 
}

.saveClassPopoverTitle{
    font-family: "Avenir","Nunito";
    font-weight: 400;
    color: #44080E;
    font-size: 13px;
}

.popoverPlacementForSchedules{
    cursor:pointer;
    width:20px; 
    height:20px; 
    position:absolute; 
    top: 12px; 
    left: 168px; 
    z-index:30; 
}

.scheduleNameCheckMark{
    float:left;
    margin-right:5px;
}

.scheduleNameBrowseView{
    font-size:13px; 
    font-weight: normal; 
    cursor: pointer; 
    -webkit-transition: .25s;
    transition: .25s;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px 4px 4px 4px;
}

.scheduleNameBrowseView:hover{
    background-color:#ececec;
}

.dropdownX{
    float:right;
    font-size: 13px;
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 4px 4px 4px 4px;
}

.dropdownX:hover{
    background-color:#ececec;
}

.popover-content{
    font-family: "Avenir","Nunito";
    padding:0px;
}

.popover{
    padding:0px;
}

#show_results .popover-content{
    padding:9px 14px;
}

#tbaContainer .popover-content{
    padding:9px 14px;
}

#rightNew .popover-content{
    padding:9px 14px;
}

#separateAddNewSchedule{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #e2e1e1;
    width: 100%;
}

.addNewSchedule{
    padding-bottom: 5px;
    width:100% !important;
    border-radius: 0px 0px 4px 4px !important;
}

#scheduleSelectCaret{
    font-size: 14px;
    /*margin-left: -2px;*/
    cursor: pointer;
    width: 26px;
    bottom: 2px;
    padding: 5px;
    border-radius: 12px;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
    transition:.25s;
    position: relative;
    color:#5d5d5d;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/* This creates a caret to indicate they can click on the schedule name */
.scheduleTitle::after{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 3px;
    content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" data-prefix="fas" data-icon="caret-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-caret-down fa-w-10 fa-2x"><path fill="currentColor" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z" class=""></path></svg>');
}

.scheduleTitle.isBeingEdited::after{
    display:none;
}

#scheduleSelectCaret:hover{
    background-color:#EFEFEF;
}


.dropdownScheduleName{
    float:left;
    font-size:13px; 
    width:155px;
    font-weight: normal; 
    cursor: pointer; 
    -webkit-transition: .25s;
    transition: .25s;
    padding-left: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px 4px 4px 4px;
}

.firstScheduleName{

}

.lastScheduleName{
    border-radius: 4px 4px 4px 0px;
}

.dropdownScheduleName:hover{
    background-color:#ececec;
}

.subjectAndNumberForSavingClasses{
    display:none;
}

.atitleForSavingClasses{
    display: none;
}

#currentlySelectedScheduleTitle{
    font-size: 25px;
    top: 66px;
    font-weight: normal;
    font-family: "Avenir","Nunito";
    left: 308px;
    position: absolute;
    min-width: 1000px;

}

.scheduleTitle{
        -o-transition:.25s;
      -ms-transition:.25s;
      -moz-transition:.25s;
      -webkit-transition:.25s;
      /* ...and now for the proper property */
      transition:.25s;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    color:black;
    cursor:pointer;
}

.scheduleTitle:not(.isBeingEdited){
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.scheduleTitle:hover{
    background-color: #f4f6f7;
}



#currentlySelectedScheduleTitle .popover{
    z-index: 20; 
}

#currentlySelectedScheduleTitle .popover-content{
    padding:0px;
}

.isBeingEdited + .popover .popover-content{
    line-height: 14px;
    padding: 5px 12px 9px 9px !important;
}

.isBeingEdited{
    cursor:text !important;
}

.isBeingEdited:hover{
    background-color: inherit !important;
}

.dropdownX + .popover .popover-content{
    padding: 4px 1px 7px 14px !important;
    width: 237px;
    line-height: 18px;
}

#currentlySelectedScheduleTitle .popover{
    padding:0px;
} 

.dropdownX .popover-content{
    padding: 9px 14px !important;
}

#divForSaveClassPopoverSelect .popover{
    top: 9px !important;
    left: 187px !important;
    display: block;
    width: 117px;
}

#textbooksAlertBox{
    position:absolute;
    margin-top: -50px;
    margin-left:258px !important;
    width: 415px !important;
    font-family:'Avenir','Raleway';
    padding-top:4px !important;
    padding-bottom:5px !important;
    display:none;
}

#notifyAlertBox{
    position: absolute;
    margin-top: 8px;
    width: 290px !important;
    left:918px;
    font-family: "Avenir",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    display:none;
}

#textbookPrimeLinkSpan{
    font-weight: 600;
}

/*Textbook modal*/ 
#noTextbookFeature{
    font-family: 'Avenir','Raleway';
    font-size: 27px;
    color: #828282;
}

#noClassesTextbooksPage{
        font-family: 'Avenir','Raleway';
    font-size: 26px;
    color: #969696;
}
#textbookContainer .bookImage{
	max-width: 100px;
    max-height: 133px;
    width: auto;
    height: auto;
}

#textbookText{
	width: 291px;
    margin: auto;
    color: #4e4e4e;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Avenir','Raleway';
}

.textbooksNoticeModal{	
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    width:583px;
    /*padding: 10px;*/
    position: fixed;
    left: 36%;
    top: -555px;
    z-index: 300;
    background-color: #FFFFFF;
    /*color: #5BA3D4;*/
    font-family: 'Avenir','Raleway';
    font-size: 16px;
    text-align: center;
    min-width: 272px;
}

.textbooksNoticeModal a{
    text-decoration: none;
}

.textbooksNoticeModal a:hover{
    color: #428bca;
}

.textbooksNoticeModal .priceTitle{
    font-size: 14px !important;
    width: 127px !important;
}

.textbooksNoticeModal .priceBlock{
    width: 85px;
}

.textbooksNoticeModal .priceBlock.ss{
    margin-left: 13px !important;
}

.textbooksNoticeModal .titleBlock{
    text-align: left;
    margin-right: 7px;
}

.textbooksNoticeModal .bookTitle{
    width:100px;
}

.textbooksNoticeModal .price{
    font-size: 14px;
}

.textbooksNoticeModal .bookTitle{
    width:89px;
    font-size:15px;
}

.textbooksNoticeModal .bookStatusLabel{
    font-size: 10px;
}

.textbooksNoticeModal .bookAuthor{
    font-size: 12px !important;
}

.textbooksNoticeModal .priceBlock.amazon{
    /*width:67px;*/
}

.textbooksNoticeModal .priceBlock.abebooks{

}

@media screen and (max-width: 950px) {
    .textbooksNoticeModal{  
        left: 21% !important;
    }
}

@media screen and (max-width: 750px) {
    .textbooksNoticeModal{  
        left: 10% !important;
    }

}


/*end of Textbook modal*/

#toggleView .fa-book{
	font-size: 16px !important;
}

#textbookContainerForJavascript .bookBlock{
	float:left;
	width: 568px;
	height:150px;
	background-color:#f7f9fd;
	padding:10px;
	border-radius: 15px;
	margin-right:30px;
	overflow: hidden;


}

.bookClassBlock{
	width:100%;
    margin-bottom: 36px;

}

.bookClassSubNum{
    font-family: 'Avenir','Raleway';
    font-size: 28px;
    font-weight: 300;
    margin-left: -1px;
    background-color: #3a445f;
    color: white;
    border-radius: 4px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    width: 1487px;
    line-height: 1.0;
    margin-bottom: 17px;
}

.bookClassSubNum.fadedOut{
    background-color:#545454;
}

.noBooksText{
    font-family: 'Avenir','Raleway';
    font-size:16px;
    color:#949393;
}

@media screen and (max-width: 1605px) {
	.bookClassSubNum{
	    width: 623px;
	}

}



.bookClassTitle{
	font-family: 'Avenir','Raleway';
	font-size:18px;

}

#textbookContainer{
	margin-top:25px;
}


#textbookContainerForJavascript{

    position: absolute;
    /* margin-top: 92px; */
    /* left: 105px; */
    /* margin-left: -20px; */
    z-index: 100;
    left: 58px;
    top: 136px;
    display:none;
    /*width:100%;*/
}

.form-control{
	border-color:#d4d4d4 !important;
}

.chzn-container-multi .chzn-choices{
	border-color:#d4d4d4 !important;
}

.chzn-container-single .chzn-single{
	border-color:#d4d4d4 !important;

	-webkit-box-shadow: 0 0 4px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
 	 -moz-box-shadow   : 0 0 4px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  	box-shadow        : 0 0 4px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
}

/* Background for subjectBox */
#subjectTypeaheadNoResults{
	font-size: 12px !important;
	line-height: 15px;
	font-family: 'Lato' !important;
}

.form-control.typeahead.tt-hint, #subjectBox {
	width: 59px !important; 
	height:28px !important;
	margin-top: -8px;
	margin-left:2px;
}

#subjectBox{
	padding:5px !important;
	margin-right:3px;
	font-family:'Lato', serif !important;
	font-size:10pt !important;
	margin-bottom:2px !important;
	background-color: #fff !important;
}

/* CSS taken from Twitter Typeahead examples */
.typeahead {
  background-color: #fff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  visibility:hidden;
}

.tt-menu {
  width: 150px;
  top: 24px !important;
  margin: 0px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 10px;
	font-size: 12px !important;
	line-height: 15px;
	font-family: 'Lato' !important;
	text-align: left;
	margin-bottom: 4px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.noSearchItem{
	font-size:18px;
	padding-top: 8px;
}


#fakeClassesContainer{
	display:none;
}

#noSearchDescription{
	font-size: 25px;
    font-family: 'Avenir','Raleway';
    margin:auto;

}

#noSearchHeader{
	font-size: 31px;
    font-family: 'Avenir','Raleway';
    font-weight: 500;
}

#noSearchTextContainer{
	display:none;
    position: absolute;
    text-align: center;
    margin-left:-10px;
    top: 276px;
    background-color: white;
    z-index: 2;
    padding: 34px;
    opacity: 1;
    width:874px;
    /*box-shadow: 0px 0px 2px 2px #C9C9C9;*/
}

#shareScheduleImageOnFacebookText{
	margin-left: 2px;
}

#calendarContainerForJavascript{
	/* Set to default height of calendar */
	height: 702px;
	display:none;
}

#shareScheduleModalLabel{
	text-align: center;
	font-family: "Raleway";
}

#shareSchedulePreviewForModal{
	text-align: center;
}

#shareScheduleCustomMessage{
	font-family: "Raleway";
	width: 65%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

#shareScheduleModal .centerButton{
	text-align: center;
}

#shareScheduleModal #postScheduleOnFacebookButton{
	font-size: 13px !important;
	font-family: "Raleway";
	margin-bottom: 3px;
	background-color:#3b5998; 
	color:white;
	transition: .3s background-color;
	-webkit-transition: .3s background-color;
}

#shareScheduleModal #postScheduleOnFacebookButton:hover{
	background-color: rgb(71, 104, 172) !important;
}

#shareScheduleImageToFacebookButton{
	font-size: 13px !important;
	font-family: 'Lato', serif !important;
	margin-top: -1px;
	margin-bottom: 3px;
    margin-left: 25px;
	background-color:#3b5998; 
	color:white;
	border:none;
	transition: .3s background-color;
	-webkit-transition: .3s background-color;	
}

#shareScheduleImageToFacebookButton:hover{
	background-color: rgb(71, 104, 172) !important;
}

#registrationViewButton{
	font-size: 13px !important;
	font-family: 'Lato', serif !important;
	margin-bottom: 3px;
    margin-left: 11px;
}

#needToLoginWithFacebookFirstNotice{
	text-align: center;
	font-size: 32px;
	position: fixed;
	top: 35%;
	left: 42%;
	margin-top: -50px;
	margin-left: -100px;
}

#showFriendsClasses{
	font-size: 13px !important;
	font-family: 'Lato', serif !important;
	margin-top: -1px;
	margin-bottom: 12px;
	margin-left: 0px; 
	background-color:#3b5998; 
	color:white;
	border:none;
	transition: .3s background-color;
	-webkit-transition: .3s background-color;	
}

#showFriendsClasses:hover{
	background-color: rgb(71, 104, 172) !important;
}

#fadeConflictsText{
	display: inline;
}


.aggressiveShowTextbooksButton .fa-facebook-square{
	font-size: 21px;
    margin-right: 4px;
    margin-top: 0px;
}

#introTagline{
	color:#9C9C9C;
	font-size:12px;
}

.textbooksNoticeModal #introHeader{
    font-size: 25px;
    /* font-weight: bold; */
    font-family: 'Avenir','Raleway';
    color: #ffffff;
    background-color: #e24b00;
    width: 100%;
    padding-top: 21px;
    font-weight: normal;
    padding-bottom: 17px;

}

#introHeader{
		font-size: 20px;
	    font-weight: bold;
	    font-family: 'Lato';
	    color:#3b5998;
}


#imageRow .introText{
	color: #5B5B5B;
    width: 141px;
    padding: 5px;
    border-radius: 9px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    background-color: #FFFFFF;
    border-color: #E6E6E6;
    margin-top: 8px;
    font-size: 13px;
    border-style: dotted;
    margin-top: 12px;
}

#multipleDevicesIntroImage .introText{
	margin-top:161px;
}


#imageRow{
	margin-top: 20px;
	margin-top: 20px;
    margin-right: auto;
    margin-left:auto;
    display: inline-block;
}

#multipleDevicesIntroImage{
	width: 171px;
    height: 155px;
    border-style: solid;
    border-width: 5px;
    border-radius: 20px;
    background-color: #78C5FA;
    color: white;
    border-color: #F1F2F2;
    margin-left:20px;
    position:relative;
}

#multipleDevicesIntroImage .fa-mobile{
	font-size: 64px;
    position: absolute;
    top: 76px;
    left: 20px;
}
#multipleDevicesIntroImage .fa-laptop{
	font-size: 64px;
    position: absolute;
    right: 6px;
    top: 76px;
}
#multipleDevicesIntroImage .fa-desktop{
	font-size: 64px;
    position: absolute;
    top: 12px;
    left: 42px;
}

#imageRow.imageBlock{
	float:left;
}

#friendsIntroImage{
	height: 114px;
    margin-bottom: 13px;
	border-radius:14px;
}

.aggressiveShowTextbooksButton{
	background-color: #6eb90e;
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
    margin-top: -9px;
    width: 221px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: .3s background-color;
	-webkit-transition: .3s background-color;
    font-family: 'Avenir','Raleway';
}


#aggressiveLoginWithFacebookButton{
    background-color: #3b5998;
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
    margin-top: -9px;
    width: 221px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: .3s background-color;
    -webkit-transition: .3s background-color;
}

.aggressiveShowTextbooksButton:hover{
	background-color: #76cc09;
}
#aggressiveLoginWithFacebookButton:hover{
    background-color: #5271b3;
}

#loginAdButtonResponses{
	margin-top:12px;
}
#dismissButton{
	background-color: #E9E9E9;
    color: #313131;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 8px;
    cursor:pointer;
    width:221px;
    margin-left:auto;
    margin-right:auto;

}

.dismissButtonTextbookModal{
	background-color: #E9E9E9;
    color: #313131;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 8px;
    cursor:pointer;
    width:221px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 19px;
    font-family: 'Avenir','Raleway';	
}

.navitemNew.contact,.navitemNew.faq{
    font-size: 13px;
    margin-top: 2px;
}

#navWidthPlaceholderForButton{
	width:65px;
}




#userMenu{
	font-size: 12px;
    font-family: 'Raleway';
    padding-top:10px;
}


#userMenu:hover{
	
}


#scheduleContainer .popover{
	display: inline-block !important;
}

#scheduleContainer .popover-content{
	padding:9px 9px !important;
}


#loginSuggestion{	
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    width: 445px;
    padding: 10px;
    position: fixed;
    left: 40%;
    top: -555px;
    z-index: 300;
    background-color: #FFFFFF;
    color: #5BA3D4;
    font-family: 'Raleway';
    font-size: 14px;
    text-align: center;
    min-width: 272px;
}


#savedToggleBtn{
	display: none;
}

#savedToggleBtn .fa-star{
	font-size: 15px;
}

#savedCards .friendsIcon{
	left:11px !important;
}

#savedCards .friendsCount{
	left:3px !important;
}

#savedCards .tooltipPlacement6{
	
}

.savedClassesTooltipPlacement{
	position:absolute;
	bottom: 43px;
    left: 27px;
}

.wrapSavedForTooltip{
	float:left;
}

.wrapForToolTip .popover{
	/*color:white;
	background: black;*/
}

.Front.white{
	width: 18px;
    background-color: white;
    height: 18px;
    position: absolute;
    right: 2px;
    top: 2px;
    opacity: .9;
    border-radius: 4px;
    /*border-style: solid;
    border-width: 1px;*/
}

.wrapForToolTip .popover .arrow:after{
	/*border-top-color: black;*/
}

#userPicture{
	display:none;
	margin-top: -6px;
    width: 29px;
    border-radius: 17px;
    margin-left: 0px;
}

#userFirstName{
	font-size: 15px;
	display:inline;
	margin-left: 3px;
}

#customFacebookLoginButton{
	display:none;
	cursor:pointer;
}

#customFacebookLogoutButton{
	cursor: pointer;
    font-weight: bold;
    color: #3b5998;
    margin: auto;
    background-color: #eee;
    width: 81px;
    padding: 5px 2px 6px 4px;
    border-radius: 8px;
    text-align: center;
    transition: .2s color;
	-webkit-transition: .2s color;
	transition: .2s background-color;
	-webkit-transition: .2s  background-color;
}

#customFacebookLogoutButton:hover{
	color:#56a0d3;
	background-color: #f5f5f5;
}

.friendsCircleBackground{
	position: absolute;
    background: white;
    bottom: 4px;
    left: 4px;
    z-index: 0;
    width: 25px;
    height: 22px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 5px;
    display:none; /*will be revealed if have friends*/
}

.friendsCount{
	position: absolute;
    bottom: 2px;
    left: -2px;
    z-index: 2;
    display: none;
    color: black;
    width: 16px;
    height: 16px;
    font-family: 'Raleway';
    border-radius: 8px;
    font-size: 11px;
    font-weight: bold;
}

.friendsIcon{
	position: relative;
    bottom: -1px;
    left: 4px;
    z-index: 1;
    display: none; /* displayed via Javascript when friends are in class */
    color: black;
    font-size: 14px;
}
	
/* Full Title not showing but so it can be scraped for modal */ 
.fullTitleHide{
	display:none;
}

/*No classes - calendar view*/

/* No saved classes on Calendar */
.lineNumberPair.fadedDashedLine{
	opacity:.5;
}


#noClassesCalContainer{
    text-align: center;
    position: absolute;
    top: 327px;
    left: 549px;
    width: 488px;
} 

#noClassesCalHeader{
    font-family: 'Avenir','Nunito';
    font-size: 31px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}


#noClassesCalOne{
	font-family: 'Avenir','Nunito';
	font-size:16px;
	margin-bottom:3px;
}

#noClassesCalTwo{
	font-family: 'Avenir','Nunito';
	font-size:16px;
	margin-bottom: 15px;

}


.fake .courseBlock{
	opacity:.2;
}





/* New tabs */ 
.browseText, .savedText, .calendarText{
	font-size: 11px;
	font-family: "Avenir",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}






.calendarBookButton{
	margin-top:10px;
	margin-bottom:5px;
	font-size: 12px;
}

.bookName{
	display:inline;
}

.fadeBookIcon {
	color: #AFABAB !important;
}

.bookTitle a{
	/*color: #333;*/
}

.noBooksRequired{
	text-align:center;
}

.booksNotListed{
	text-align:center;
	font-size:18px !important;
	margin-top:7px !important;
	font-family: 'Raleway';
	margin-bottom:20px;

}

.imageBlock{
	float:left;
}

#textbookContainerForJavascript .amazon{
    margin-right: 0px!important; 
}

.priceBlock.amazon{
	/* margin-right:17px; */

	/* Restore once Abebooks is back */
	/* margin-right: 5px;
    margin-left: 23px;
    width: 75px;*/
}
.priceBlock.chegg{
	/* Restore once Abebooks is back */
	/* width: 75px;*/
    width: 55px;
	margin-right:0px;
}

.priceBlock.ss{
	/* Restore once Abebooks is back */
	/*margin-right: 18px;*/
    margin-left: 49px;
}

.ss .priceTitle{
	width:106px;
}

/* INTRO MODAL */ 

.modal{
	cursor:pointer;
}

.modal-content{
	cursor:default;
}

.introContent .header{

    width: 71%;
    margin-left: auto;
    margin-right: auto;
    /*color: #232323;
    border-radius: 16px;
    padding-bottom: 7px;
    padding-top: 7px;*/
    margin-bottom: 12px;
}

.introContent{
	text-align: center;
	color:gray;
}

.introTitle{
	color:black;
}

.introModalPic1{
	width:60%;
	margin-bottom:33px;
	border-radius: 17px;
}


.introModalPic2{
	width:80%;	
	margin-bottom:50px;
	border-radius: 17px;
}

.introModalPic3{
	width:93%;
	margin-bottom:25px;
	border-radius: 17px;
}

#introModal .modal-content{
	width:700px;
	margin-right: auto;
    margin-left: auto;
}

#introModal .modal-lg {
	width:700px !important;
}

.introTitle{
	text-align: center;
	font-size:18px;
	font-weight: bold;
}

.block{
	width:100%;
	float:left;

}

#testMargin{
	margin-bottom:56px;
}

/*
.addClassBckgnd1{
background-color: white;
height: 14px;
width: 14px;
border-radius: 3px;
color: white;
text-align: center;
font-size: 12px;
position: absolute;
top: 3px;
right: 3px;
opacity: .85;
}

.addClassBckgnd2{
background-color: white;
height: 14px;
width: 14px;
-moz-border-radius: 20px;
border-radius: 3px;
color: white;
text-align: center;
font-size: 12px;
position: absolute;
top: 3px;
right: 5px;
opacity: .85;
}*/


.amazonNotice{
	font-size: 11px;
  display: inline;
  margin-left: 5px;
  color: rgba(154, 154, 154, 1);
  display:none;

}

.ssNotice{
	font-size: 11px;
  display: inline;
  margin-left: 5px;
  color: rgba(154, 154, 154, 1);
  margin-left:1px;

}

/*CARD CSS-----------------------------------------------------------------------------------------------------------------------*/

/* Get rid of scrollbars on PC in chrome (this also does it on Mac, but that shouldn't be a problem) */
/*.back3::-webkit-scrollbar { width: 0 !important; }*/
.back::-webkit-scrollbar { width: 0 !important; }


/* Fixing scrollbar error on PC in Firefox (this also applies CSS to Mac, but it isn't a problem) */
@-moz-document url-prefix() {
	.GDcircle{
		height:30px !important;
		width:30px !important;
		margin-right:5px !important;
	}

	.GDblue{
		margin-left: 16px !important;
	}

	.back, .back3, .back2 {
		overflow: auto !important;
	}

}


#courseDetailView .tooltip-inner{
	/*width:90px;*/
	width:135px;
	background-color: #333333;
}

.wrapForToolTip{
	position:relative;
	width:200px;
	height:200px;
	margin:10px;
	float:left;
	-webkit-overflow-scrolling: touch;
	
}




.tooltipPlacement{
	position:absolute;
	right: 19px;
	bottom: 22px;
	/*background-color:blue;*/
	width:0px;
	z-index: 0;
	height:0px; /* never ever ever give this more than 0 height, all the cards will move down */
}
.tooltipPlacement2{
	position:absolute;
	left: 29px;
	bottom: 21px;
	/*background-color:blue;*/
	width:0px;
	z-index: 0;
	height:0px; /* never ever ever give this more than 0 height, all the cards will move down */
}
.tooltipPlacement3{
	position:absolute;
    left: 23px;
    bottom: 31px;
	/*background-color:blue;*/
	width:0px;
	z-index: 0;
	height:0px; /* never ever ever give this more than 0 height, all the cards will move down */
}

.tooltipPlacement4{
	position:absolute;
	right: 15px;
	top: 23px;
	/*background-color:blue;*/
	width:0px;
	z-index: 0;
	height:0px; /* never ever ever give this more than 0 height, all the cards will move down */
}

.tooltipPlacement5{
	position:absolute;
	right: 20px;
	top: 26px;
	/*background-color:blue;*/
	width:0px;
	z-index: 0;
	height:0px; /* never ever ever give this more than 0 height, all the cards will move down */
}

.tooltipPlacement6{
	position:relative;
	left: 26px;
    bottom: -163px;
	/*background-color:blue;*/
	width:0px;
	z-index: 0;
	height:0px; /* never ever ever give this more than 0 height, all the cards will move down */
}

/* DESCRIPTION CSS */

.infoCover{
	width:2px;
	height:2px;
}

.infoIcon{
	position: absolute;
	right: 5px;
	bottom:0px;
	font-size: 18.5px;
	-moz-transition: .4s color; /*For Firefox < 16.0*/
	-webkit-transition: .4s color;

}

.infoIcon.lower{
	position: absolute;
	bottom:-37px !important;
}
.statsIconBack.lower{
	bottom: -36px !important;
}

.infoIcon:hover{
	color:#599BE3;
}


.enrollmentIcon{
	font-size: 14px; 
	margin-left: 3px
}

.returnIcon{
	font-size:15px;
	-moz-transition: .4s color; /*For Firefox < 16.0*/
	-webkit-transition: .4s color;
	text-align:center;
	margin-top:7px;
	cursor:pointer;
}

.returnIcon:hover{
	color:#599BE3;
}

.addClass{
	font-size: 20px;
	-moz-transition: .4s color;
	-webkit-transition: .4s color;
}

.Back{
	z-index: 0;
}

.addClass:hover{
	color:#599BE3;
}


.courseNameFull{
	font-family:'Raleway',sans-serif;
	font-size:11pt;
	color:rgba(0,0,0,1);
	/*text-shadow: 1px 4px 6px #FEFEF2, 0 0 0 #000, 1px 4px 6px white; */
	margin-top:10px;
	text-align: center;
	max-width:170px;
	margin-left:auto;
	margin-right:auto;
}

.description{
	font-family: 'Raleway',sans-serif;
	font-size: 10pt !important;
	color: #DDDDDD !important;
	margin-top: 10px;
	margin-bottom: 1px;
	color: rgba(71,33,7, 1) !important;
	/*text-shadow: 1px 4px 6px #F0F0F0, 0 0 0 #000, 1px 4px 6px white;*/
	max-width:149px;
	line-height:1.3;
	text-align:center !important;
	margin-left:10px !important;
	/*margin-right:auto !important;*/ 
}



/************FRONT************/

.frontText{
	margin-top:-15px !important;
}

.courseNumber{
	font-family:'Raleway', sans-serif;
	font-size:17pt;
	background-color: white;
	opacity:0.95 !important;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:2px;

}


.courseName{
	font-family:'Raleway',sans-serif;
	font-size:11pt;
	background-color: white;
	opacity:0.95 !important;
	margin-top: 5px;
	margin-top:3px;
	margin-bottom:3px;

}


.back3{
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	background-color:white;
	cursor:default !important;
}



.back2{
	width:220px;
	height:220px;
	position:absolute;
	top:-220;
	left:-220;
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	background-color:white;
}

.back, .backFake{
	width:220px;
	height:220px;
	position:absolute;
	top:-220;
	left:-220;
	background-color:white;
	overflow-x:hidden !important;
}

.back, .back2, .back3{
    display:none;
}

.front, .frontFake{
	width:220px;
	position:absolute;
	top:-220;
	left:-220;
	background-color:white;
	overflow:hidden !important;
	-moz-transition: -moz-transform 0.2s linear;
}

.frontFake{
	cursor:default !important;
}



.scheduleConflict{
	opacity:0.5;
}


a.stayWhite{
	color:white;
}

a.stayWhite:hover{
	text-decoration:none;
}

/************BACK************/


.courseNumberBack{
	font-family:'Raleway',sans-serif;
	font-size:15pt;
	/*color: rgba(4,53,94	, 0.5);*/
	/*color:rgba(95,39,0,.9);*/
	color:rgba(0,0,0,.5);
	text-shadow: 1px 4px 6px #FEFEF2, 0 0 0 #000, 1px 4px 6px white;
	margin-top:10px;
	text-align: center;
	margin-right: 11px;

}


.courseNameBack{
	font-family:'Raleway',sans-serif;
	font-size:13pt !important;
	/*color: #DDDDDD !important;*/

	/*color: rgba(95,39,0, 0.7) !important;*/
	color:rgba(84,8,38,1);
	
	/*text-shadow: 1px 4px 6px #F0F0F0, 0 0 0 #000, 1px 4px 6px #F0F0F0; commented out to make text flat*/ 
	margin-bottom:3px;
	text-align: center;	
	margin-right: 6px;

}


.smallCourseInfo{
	font-family:'Raleway',sans-serif;
	font-size:8pt !important;
	/*color: #DDDDDD !important;*/
	margin-top:3px;
	margin-bottom:1px;
	color: rgba(71,33,7, 1) !important;
	/*text-shadow: 1px 4px 6px #F0F0F0, 0 0 0 #000, 1px 4px 6px white; commented out to make flat*/

}

.statusIcon{
	position: relative;
	left: 90px;
	bottom: 6px;

}


.faddedLine{ /*fading line*/
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(75,106,173,.7), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(75,106,173,.7), rgba(0,0,0,0)); 
	margin-top:0px !important;
	margin-bottom:3px !important;
}





.back{
	background-color:white;
}


.time{
	font-size:13pt !important;
}

.time.twoTimes{
	margin-bottom:0px !important;
    line-height: 1.1;
    font-size:12pt !important;
}

/*JQUERY CSS--------------------------------------------------------------------------------------------------------*/

.wrap{
	position:relative;
	width:200px;
	height:200px;
	overflow:hidden;
	margin:10px;
	float:left;
}



/*CSS moved from browse.php on March 12th, 2014--------------------------------------------------------------------------------------------------------*/


#show_results{
	min-height: 640px
}

#searchingIndicator{
	height:10px;
}

.icon-spinner{
	margin-top:10px;
}

#borderAfterAdvancedSearch{
	margin-left: 46px;
	width: 194px;
	margin-top: 13px;
	margin-bottom: 1px;
}

.moreSearchOptions .chzn-container-single .chzn-single span {
	width: 109px !important;
}

.moreFeaturesText{
	font-family: 'Lato';
	font-size: 10pt;
	font-color: black;
	margin-top: 20px;
	line-height: 174% !important;
	padding: 0px;
	text-align: center !important;
	font-weight:bold;
}

.alert{
	margin-bottom: 9px;
}

#lastUpdatedText{
	color:#999;
	margin-bottom: 15px;
}

#privacyFooter{
	color: #999;
  	margin-bottom: 10px;
	font-family: 'Lato';
	font-size: 10px;
	margin-top: -10px;
}
#copyrightFooter{
	color:#999;
	margin-bottom: 10px;
	font-family: 'Lato';
	font-size:10px;
	margin-top: -4px;
	cursor:default;
}

#privacyLink{
	text-decoration: none;
	cursor:default;
	color: #999;
}



.chzn-container-multi .chzn-choices .search-field input {
	height:26px;
}

/* Hide Facebook "would you like to add a comment" when like is clicked*/
.fb_like {  
	float:left;
	overflow: hidden;
	margin-left: 78px;
	width: 54px;
}

.fb_share{
	float:left;
}


#advancedSearchAnchor{
	cursor:pointer;
	padding: 9px 10px !important; 
}

#advancedSearchWrapper{
	overflow: hidden;
	height:49px;
}

#instructorBox{
	width: 165px;
	font-family:'Lato';
	font-size:13px;
	margin-top:10px;
	height:30px;
}

.statsIcon{
	color: rgb(247, 239, 239); 
	right: 2px;
	bottom: -2px;
	position: absolute;

}

.tooltip-inner{
	/*width:90px;*/
	width:121px;
	background-color: #333333;
}

.tooltip.right .tooltip-arrow{
	border-right-color: #333333 !important;
}

.tooltip.left .tooltip-arrow{
	border-left-color: #333333 !important;
}

.tooltip.top .tooltip-arrow{
	border-top-color: #333333 !important;
}

.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #333333 !important;
}

.statsIconBack{
	color: black;
	left: 5px;
	bottom: 1px;
	position: absolute;
	font-size: 16px;
	/*display: none; */
}

.card.fa-book:hover{
	color:#599BE3;;
	-moz-transition: .4s ; /*For Firefox < 16.0*/
	transition-duration: .4s ;
}

#percentBox_chzn span { 
	width: 27px !important;
}

.chzn-container-single .chzn-single {
	height:26px !important;	
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-image: none;

}

.chzn-container .chzn-drop {
	/*border:none;*/
}

.chzn-single .chzn-default{
	background-image: none;
	background-color:none;
}

.chzn-container-active.chzn-with-drop .chzn-single{
	background-image: none;
	background-color:#fff !important;
}


.checkbox .chzn-container-single .chzn-default {
	height: 20px;
	line-height: 20px;
}

.checkbox .chzn-container-single .chzn-single {
	height: 22px !important;
	line-height: 21px !important;
}






/*General CSS------------------------------------------------------------------------------------------------------*/ 

.sixsixty{
	min-height:660px !important;
}

.text{
	font-family: 'Lato';
	font-size: 9pt;
	font-color: black;
	line-height: 174% !important;
	padding: 0px;
	padding-top: 2px !important;
	text-align: center !important;
	width: 234px;
	margin-left: 48px;
	margin-top:-7px !important;
}

#courseNumberBox, #sectionBox, #titleBox{
	height:28px !important;
	font-size:10pt !important;
	margin-bottom:10px !important;
}


#toggleView{
	margin-bottom:15px;
	margin-left:25px;
	margin-top:25px;
} 

#calendarNoticeText{
	position: absolute;
    top: 38px;
    right: -67px;
    width: 128px;
    display:none;/* Temporary until it looks better */
}

#calendarNoticeArrow{
	position: absolute;
   	top: 35px;
    right: 53px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid black;
	-webkit-transform: rotate(133deg);
	-moz-transform: rotate(133deg);
	-ms-transform: rotate(133deg);
	-o-transform: rotate(133deg);
	display:none;/* Temporary until it looks better */
}

#calendarNoticeArrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid black;
  border-radius: 0px 20px 0px 20px;
  top: -17px;
  left: -2px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(228deg);
  -moz-transform: rotate(228deg);
  -ms-transform: rotate(228deg);
  -o-transform: rotate(228deg);
}

body{
	/*background: url(../images/snow.png) repeat 0 0;*/
	background-color:white;
	padding:0px !important;
	/*min-width: 835 !important;*/
}

#socicons{
	position:relative;
	float:right;
}

.icon-facebook-sign {
	transition-duration: 0.3s;
	margin-right: 4px;
	position:relative;
	font-size: 11px;
	bottom:8px;
	left:59.5px;
}

.icon-facebook-sign:hover {
	text-shadow: rgb(23, 139, 247) 0 0 10px;
	color:white;
	cursor: pointer;
}

.icon-twitter-sign {
	transition-duration: 0.3s;
	margin-right: 4px;
	position:relative;
	font-size: 11px;
	bottom:8px;
	left:55px;
}

.icon-twitter-sign:hover {
	text-shadow: rgb(23, 139, 247) 0 0 10px;
	color:white;
	cursor: pointer;
}


#cardContainer{
	width: 920px !important;
	margin: auto;
	text-align: center;
	height:645px;/* change to 1110px to init 24 cards*/
	overflow-y:hidden;
	margin-left:-40px;
	padding-left:40px;
	min-height: 300px;
	/*padding-left: 100px;*/
    /*margin-left: -117px !important;*/
}


#no_results{
	position: fixed;
	top: 35%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}

#moreButton{
	/*background-color: #E4E8ED;*/

}


.card{
	font-family: sans-serif;
	width:180px;
	height:180px;
	border-radius: 4px !important;
	overflow: scroll;
	word-wrap : break-word;
	border:1px solid #D4D4D4;
	float:left;
	cursor: pointer;
	
}





.lowerArea{
	position: relative;;
	top:100px;
}


#navbar{
	font-family:'Lato';
	font-size:13pt;
	color:black;
	width:300px;
	float:left;
}

.navitem{
	transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s; /* Safari */
	margin-left:20px;
	margin-right:10px;
	margin-top: 10px;
	float:right;
	font-family:'Lato';
	font-size:11pt !important;
	color:black;
}

.navitem:hover{
	text-shadow: rgb(23, 139, 247) 0 0 10px;
	color:white;
	cursor: pointer;
}


#container{width:100%;}

#left{
	float:left;
}



#right{
	float:right;
	width:530px;
	margin-top:7px;
	text-align:center;
	padding-right:27px;
	position:absolute;
	right:30px;

}


#center{
	margin:0 auto;
	width:100px;
}



#searchContent{
	position: relative;
	left:4.5%;
}


#searchIcon{
	position:relative !important;
	top: -3px !important;
}

#searchform{
	margin: 0 0 0px !important;
}


#container4{width:100%;}
#left4{
	float:left;
	width:300px;
	text-align:center;
	height:1000px;
	position:fixed;
	z-index:10;
	margin-top:-7px !important;
	background-color:white;

}



#center4{
	margin:0 auto;
	width:45%;
}

#clearButton{
	margin-top:25px !important;
	font-family:'Lato', serif !important;
	font-size:12px;
	margin-bottom:0px !important;
	/*background-color:#E4E8ED !important;*/
	/*border-style:none !important;*/
	margin-top: 9px !important;
	margin-left: -7px !important;
	/*color: #1D3659 !important;*/
	padding-top: 8px;
	padding-bottom: 8px;
}

#advancedSearchButton{
	font-size:12px !important;
	font-family: 'Lato', serif !important;
	margin-top:12px;
	margin-bottom:3px;
	margin-left: -4px;

	
}

#showAll{
	font-family:'Lato', serif !important;
	font-size:12px;
}

.load{
	position:relative;
	left:400px !important;
	margin-top:15px;
	margin-bottom:30px;
	font-family:'Lato' !important;
	font-size:12px;
	margin-left:12px
	;
}


#apple{
	margin-bottom:10px;
	height:262px;
	overflow:hidden;
	display:block;
}

#show_results{
	width:210px !important;
	margin:0px !important;
}



/*---- Book CSS */ 
/*---- Book CSS */ 

.bookStatusLabel{
background-color: #F5D7DD;
    border-radius: 3px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 6px;
    font-size: 12px;
    width: 59px;
    text-align: center;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.bookStatusLabel.smaller{
    font-size: 11px !important; 
}

.bookNote{
	font-size:11px;
}

.bookImage{
	width:100px;
	margin-bottom:20px;
	margin-right:10px;
    max-height: 133px;
}

.bookImage.noImage{
    width: 100px;
    margin-bottom: 20px;
    margin-right: 10px;
    background-color: white;
    color: #A9A9A9;
    font-family: 'Raleway';
    text-align: center;
    height: 100%;
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 64px;
}

.bookTitle{
	 /* font-family: 'Lato',sans-serif; */
    font-size: 12pt;
    /* color: rgba(0,0,0,.9); */
    /* margin-left: 9px; */
    /* line-height: 1.0; */
    /* float: left; */
    /* width: 135px; */
    /* font-weight: bold; */
    width:182px;
    word-wrap: break-word;
	
}

.priceBlock{
	float: left;
    margin-top: 3px;
    width: 100px;
    text-align: left;
}

.priceTitle{
	    font-weight: bold;
    font-size: 14px;
}

.price{
	margin-bottom:6px;
}

.bookTitleFull{
	
  	
  	margin-top: 11px;
  	width: 160px;
  
}

.ISBN{
	margin-bottom: 18px;
	font-size:11px;
}

.bookBlock{
	text-align:left;
	font-family:'Avenir','Raleway';
	margin-bottom: 26px;
    position: relative;

}

.titleBlock{
	float:left;
}

.clear{
	clear:both;
}


.bookAuthor{
      /* font-family: 'Raleway',sans-serif; */
    font-size: 10pt !important;
    /* margin-bottom: 1px; */
    /* color: rgba(71,33,7, 1) !important; */
     margin-top: 10px; 
    /* clear: both; */
}

.totalNumberOfBooks{
	font-family: 'Raleway',sans-serif; 
	font-size: 9.5pt !important;
	margin-top:3px;
	color: #705C60;
}

.amazonPriceLink{
	margin-left:36px;
	text-decoration: underline;
	font-family: Lato;
	display:none;
}

.amazonTitleLink{
	color: rgba(0,0,0,.9);
}

.amazonTitleLink:hover{
	text-decoration: none;
	color: rgba(0,0,0,.9);
}

.noPrice{
	color: #428bca;
	text-decoration: underline;
}

.noPrice:hover {
	text-decoration: underline;
	color: #2a6496;
}

.noBooks{
	font-family: Raleway;
	margin-top: 50px;
	margin-bottom: 34px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.amazonPriceLink{
	 font-size: 12px;
	 margin-top:4px;
	 text-decoration: none;
}


span.comm{
	font-size: 16px;
  font-family: serif;
  line-height: 0.9;
}

span.slash{
	font-size:15px;
	font-family:serif;
}

span.paren{
	font-size:13px;
	font-family:serif;

}

/************* Circle CSS **************/

.circ1Top {
 display: inline-block;
  height: 17px;
  width: 17px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 14px;
  -moz-border-radius: 30px;
  border-radius: 18px;
  font-size: 13px;
  font-family: Raleway;
  border: solid;
  border-width: 1px;
  background-color: white;
  color: rgb(51, 49, 49);
  border-color: rgb(227, 221, 221);
}

.circ2Top{
  display: inline-block;
  height: 17px;
  width: 17px;
  padding-left: 4px;
  padding-right: 5px;
  line-height: 14px;
  -moz-border-radius: 30px;
  border-radius: 18px;
  font-size: 13px;
  font-family: Raleway;
  border: solid;
  border-width: 1px;
  background-color: white;
  color: rgb(51, 49, 49);
  border-color: rgb(227, 221, 221);
}

.circ3Top{
   display: inline-block;
  height: 17px;
  width: 17px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 14px;
  -moz-border-radius: 30px;
  border-radius: 18px;
  border: solid;
  border-width: 1px;
  font-size: 13px;
  font-family: Raleway;
  background-color: white;
  color: rgb(51, 49, 49);
  border-color: rgb(227, 221, 221);
}

.circ4Top{
  display: inline-block;
  height: 17px;
  width: 17px;
  padding-left: 4px;
  padding-right: 9px;
  line-height: 13px;
  -moz-border-radius: 30px;
  border-radius: 18px;
  border: solid;
  border-width: 1px;
  font-size: 13px;
  font-family: Raleway;
  background-color: white;
  color: rgb(51, 49, 49);
  border-color: rgb(227, 221, 221);
}

.circ5Top{
 display: inline-block;
  height: 17px;
  width: 17px;
  padding-left: 4px;
  padding-right: 9px;
  line-height: 13px;
  -moz-border-radius: 30px;
  border-radius: 18px;
  border: solid;
  border-width: 1px;
  font-size: 13px;
  font-family: Raleway;
  background-color: white;
  color: rgb(51, 49, 49);
  border-color: rgb(227, 221, 221);
}
.circ6Top{
 display: inline-block;
  height: 17px;
  width: 17px;
  padding-left: 4px;
  padding-right: 9px;
  line-height: 13px;
  -moz-border-radius: 30px;
  border-radius: 18px;
  border: solid;
  border-width: 1px;
  font-size: 13px;
  font-family: Raleway;
  background-color: white;
  color: rgb(51, 49, 49);
  border-color: rgb(227, 221, 221);
}


.circ{
  display: block;
  height: 18px;
  width: 18px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid;
  border-width: 1px;
  line-height: 14px;
  background-color: rgb(255, 255, 255);
  color: rgb(72, 69, 69);
  text-align: center;
  font-size: 15px;
  float: left;
  margin-left: 7px;
  font-family: Raleway;
  border-color: rgb(216, 212, 212);
}

.1c{
   line-height: 14px !important;
}

.2c{
  line-height: 16px;
}

.3c{
  line-height: 14px;
}

.4c{
  line-height: 15px;
}

.5c{
  line-height: 15px;
}

.6c{
  line-height: 18px;
}

.7c{
  line-height: 16px;
  padding-left: 1px;
}

.8c{
  line-height: 18px;
  padding-left: 1px;
}

.9c{
  line-height: 15px;
}

.10c{
  line-height: 15px;
}

.11c{
  line-height: 15px;
}

.12c{
  line-height: 15px;
}

.13c{
  line-height: 15px;
}

.14c{
  line-height: 15px;
}

.15c{
  line-height: 15px;
}

.16c{
  line-height: 15px;
}

.totalNumberReq{
  font-family: Raleway;
  font-size: 11px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  padding-top: 10px;
  background-color: rgb(217, 237, 247);
  border-radius: 11px;
  /* border-width: thin; */
  /* border-color: black; */
  width: 155px;
  color: black;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  text-align:center;
}

.orDiv{
	margin-top:1px;
	margin-bottom:1px;
}

.totalNumberReqCal{
  font-family: Raleway;
  font-size: 12px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  padding-top: 10px;
  background-color: #DAE3EC;
  border-radius: 11px;
  /* border-width: thin; */
  /* border-color: black; */
  width: 155px;
  color: black;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  text-align:center;
}

.optionalString{
  font-family: Raleway;
  font-size: 12px;
  margin-left: auto;
  margin-bottom: 14px;
  background-color: #E8D7E8;
  margin-right: auto;
  width: 110px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 11px !important;
  text-align: center;
  display:none;
}


.numberCircle{
	
  display: block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #D1EAF4;
  color: rgb(61, 59, 59);
  text-align: center;
  font-size: 14px;
  float: left;
  margin-top: 6px;
  margin-left: 4px;
  font-family: Raleway;
}

.recommended{
	margin-left: 35px;
  	color: rgb(169, 0, 71);
  	font-size: 9pt;
}


/*Bootstrap CSS------------------------------------------------------------------------------------------------------*/

tr td:first-child,
tr th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}


.span12{
	text-align: left;
}

.chzn-results {
	height: 120px !important;
	overflow-y: auto;
}

.span2{
	width: 70px;
}

tr td:last-child,
tr th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}



thead th {
	background-color: #006DCC;
	color: white;
}



tbody td {
	background-color: #FFFFFF;

}
.masthead{
	margin-top: 20px;
}

.navbar-inner {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.customheader th{
	text-align: center;
}

textarea{
	resize: none;
}




/*FORM CSS */

#courseNumberBox{
	width: 39px;
	padding:5px !important;
	margin-bottom:15px;
	margin-right:3px;
	font-family:'Lato', serif !important;
}

#sectionBox{
	width:30px !important;
	padding:5px !important;
	margin-bottom:15px;
	margin-right:3px;
	font-family:'Lato', serif !important;

}

#titleBox{
	width:216px !important;
	font-family:'Lato', serif !important;
	margin-bottom:15px;

}

.chzn-container-multi .chzn-choices {
	/*width:200px !important;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	padding:0px !important;
	/*height:27px !important;*/
	font-size:9pt;
	margin-bottom:10px !important;

}

.chzn-container-single .chzn-default {
	font-size: 10px;
	/*padding-left: 4px;*/
	height:26px !important;
}

.chzn-container-multi .chzn-choices .search-choice {
	/*margin: 2px 0 3px 5px;*/
}

#attributesBox_chzn .chzn-drop{
	/*top: 60.1% !important;*/
	/*width: 200px !important;*/
	border-radius: 1px;
}

#attributesBox_chzn.chzn-with-drop .chzn-drop {
	/*left: 35px !important;*/
	top:29px;
}

#attributesBox_chzn{
	width:227px !important;
	/*margin-bottom: 10px;*/
    /*height: 30px;*/
}

#daysBox_chzn{
	margin-bottom: 10px;
    height: 30px;
}

#daysBox_chzn .chzn-drop{
	/*top: 60.1% !important;
	width: 200px !important;*/
	top:29px;
	border-radius: 1px;
}

#daysBox_chzn.chzn-with-drop .chzn-drop {
	/*left: 35px !important;*/
}


#atLeastSomePercentAsContainer{
	margin-top: 11px;
	height:20px;
	font-family: 'Lato';
	font-size: 9pt;
}



#startTimeBox_chzn,#endTimeBox_chzn {
	width: 81px !important;
}



.chzn-container-single .chzn-single span {
	width: 55px;
}

#advancedSearchPills{
	padding:none;
	margin:none;
	display:inherit;
	margin-bottom: 0px;
	float:left;
	margin-left: 30px;

}

#advancedButton{
	font-size: 12px;
}

.btn:focus.btn-default{
	outline:none;
	background-color: #fff;
	border-color: #ccc;
}

.btn:focus.btn-primary{
	outline:none;
	background-color: #428bca;
	border-color: #357ebd;
}


.flatAdvancedButton{
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: none;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(26, 188, 156);
	background-image: none;
	background-origin: padding-box;
	background-repeat: repeat;
	background-size: auto;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 500;
	height: 30px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	transition-delay: 0s;
	transition-duration: 0.25s;
	transition-property: all;
	transition-timing-function: ease;
	vertical-align: middle;
	width: 150px;
	background-color: #48c9b0;
}

.flatAdvancedButton:hover{
	background-color: #48c9b0;
}

.nav-pills>li>a {
	background-color: #E4E8ED;
	color:#1D3659;
}

/*CSS FOR LEFT MENU BAR*/

/*STYLING FOR THE TIME DROP DOWNS*/

#percentBox_chzn{
	height: 22px !important;
	margin-left: 3px;
	margin-right: 3px;
}

#startTimeBox_chzn, #endTimeBox_chzn{
	width:100px !important;
}

.chzn-container-single
.chzn-single span {
	width:77px;
}

.chzn-container-single
.chzn-default {
	font-size: 13px !important;
}


#courseNumberInequality_chzn .chzn-results{
	max-height: 60px !important;
}

.moreSearchOptions .chzn-container .chzn-results{
	max-height: 59px !important;
}


.chzn-container .chzn-results li {
	line-height:10px !important;
}

.chzn-container .chzn-drop{
	font-size:12px !important;
}

/*Styling for Min Gen Eds*/

#minGenEdsBox_chzn{
	width:137px !important;
	margin-top:10px;
}

#courseNumberInequality_chzn{
	width:38px !important;
	margin-top: -10px;
	margin-left:-2px;
}

#courseNumberInequality_chzn span {
	width: 11px !important;
}


#semesterSelect_chzn{
	width:137px !important;
	margin-top:10px;
}


#semesterSelect_chzn .chzn-results li {
	/* 	padding:3px;*/
}


.testTest
.chzn-container-single
.chzn-single span {
	width:109px;
}


.testTest
#searchform{
	padding-top:0px !important;
}

.moreRows
#searchform{
	padding-top:5px !important;
	margin-bottom:10px !important;
}

.moreRows
.chzn-container-single
.chzn-single span{
	width:90px;
}

#moreRowsNumberBox{
	width:115px;
}









/*-------GRADE DISTRIBUTION----------------------*/
.GDinfoText{
	font-size: 13px;
	font-family: 'Raleway';
	padding: 7px;
	margin-top: 5px;
}
.GDprofessorNameHas{
	font-size: 13px;
	font-family: 'Raleway';
	padding: 7px;
	padding-bottom: 0px;
	margin-top: 5px;
}
.GDgradedThisCourse{
	font-size: 13px;
	font-family: 'Raleway';
	margin-bottom: 19px;
}


.GDcircle{
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	margin-right:12px;

	color: #3B3B3B;
	text-align: center;
	font-size: 12px;
	float:left;
	font-family:'Raleway';
}

.GDblue{
	background-color:#DBF7FF;
	margin-left:4px;
}

.GDpink{
	background-color:#FFCFCC;
}

.GDorange{
	background-color:#FFE5BF;
}

.GDpurple{
	background-color:#DFD3E0;
	margin-right:0px !important;

}

.GDclassTitle{
	text-align: center;
	margin-bottom:6px;
	font-size:16px;
	margin-top:-9px;
	font-family:'Raleway';
}

.GDgradeContainer{
	margin-bottom:75px;
	margin-left: 4px;
	margin-top: 10px;
}

.GDlabel{
	margin-top:-5px;
}


.GDNotFound{
	font-family: 'Raleway';
	font-size: 15px;
	width: 100px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}



/*Additional CSS to offset new div spacing */
.days{
	margin-bottom:-29px;
}

.time{
	margin-bottom:-27px;	
}


/*CSS For Saved Cards*/ 
#savedCards{
	position: absolute;
    top: 135px;
    left: 60px;
    z-index: 20;
    display:none;
}

#deleteAllSaved{
	float: left;
    display: none;
    position: absolute;
    top: 30px;
    left: 273px;
}

.active.btn{
	outline: none !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}


#deleteAll.btn{
	height: 34px;
	font-family: "Lato";
	font-size: 13px;
	margin-top: 4px;
}

#photoAttributionText{
	font-family:"Lato";
	font-size:12px;
	margin-top:10px;
	color:#999;
}

a.stayGrey{
	color:#999;
}


.fa.clicky.fa-star-o.Front{
	position: absolute;
    top: 4px;
    right: 4px;
    z-index: 26;
    font-size: 14px;
}

.fa.clicky.fa-star-o.Back{
	position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    font-size: 14px;
}

.fa.clicky.fa-star{
	position: absolute;
    top: 4px;
    right: 4px;
    z-index: 26;
    color: #FCD769;
    font-size: 14px;
    display: none;
}

.fa.clicky.fa-star.clicked{
	display:block !important;
}

.fa.clicky.fa-star.Back{
	position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    color: #FCD769;
    font-size: 14px;
    display:none;
}

.fa.clicky.Front.fa-check-square-o{

	position:absolute;
	top:1px;
	right:1px;
	z-index:30;

}

.fa.clicky.Back.fa-check-square-o{

	position:absolute;
	top:1px;
	right:1px;
	z-index:0;
}


/*Gray out conflicts*/ 
#grayOutConflictsContainer{
	margin-top: 15px;
	height:20px;
	font-family: 'Lato';
	font-size: 10pt;
}

#grayOutConflicts{
	margin-right:1px;
}

.noSavedHelpImageOne{
	width: 453px;
    
}

.noSavedHelpImageTwo{
	width: 225px;
    
}

#noSavedMoreInfo{
	margin-bottom:15px;
}





.back .fa-star-o, .back .fa-info-circle, .back .fa-book{
	color:#474747;
}

.fa-book{
	
}




.back .fa-star-o:hover, .back .fa-info-circle:hover, .back .fa-book:hover, .back .fa-bell-o:hover{
	color:#599BE3;
	-moz-transition: .4s color; /*For Firefox < 16.0*/
	-webkit-transition: .4s color;

}

#instructionsAndFBShareWrapper .alert-info{
	background-color: #FEF8E6;
    border-color: #E9DBAF;
    color: #6C4500;
}


.modal-backdrop.in{
	opacity:.25 !important;
}



.prereqTitle, .descriptionTitle, .attributesTitle, .restrictionTitle{
	font-family: 'Raleway';
    /* font-weight: bold; */
    color: #000000;
    background-color: #E6F0FF;
    border-radius: 10px;
    padding: 1px;
    padding-left: 8px;
    padding-right: 3px;
    margin-right: 4px;
    /* display: block; */
    font-size: 13px;
    width: 95px;
}

#infoColumn .prereqTitle, #infoColumn .descriptionTitle, #infoColumn .attributesTitle, #infoColumn .restrictionTitle{
	background-color: white!important;
}



.preReqs, .courseType, .courseInfo, .inGroupWith, .coReqs, .crossListedWith, .crn, .descriptionText, .attributes, .majorRestriction, .campusRestriction, .collegeRestriction, .levelRestriction, .scheduleType, .registrationDates{
	margin-bottom: 12px;
}

#descriptionModal .modal-header, #registrationViewModal .modal-header{
	background-color: #FEFAE6; 
	border-radius: 4px; 

}

#descriptionModal .modal-title, #registrationViewModal .modal-title{
	text-align:center;
	font-family:'Raleway';
	font-weight:bold;
}

#descriptionModal .modal-body, #registrationViewModal .modal-body{
	font-family:'Raleway';
	font-size:12px;
}

#descriptionModal .modal-content, #registrationViewModal .modal-content{
	    width: 500px;
	    margin-left: auto;
	    margin-right: auto;
}

#descriptionModal .modal-lg, #registrationViewModal .modal-lg {
	width:500px !important;
}

#bookModal .modal-lg {
	width:730px !important;
}


#introModal .centerButton{
	text-align: center;
}

#descriptionModal .centerButton, #registrationViewModal .centerButton{
	text-align: center;
}

#bookModal .centerButton{
	text-align: center;
}

#descriptionModal .modal-body button, #registrationViewModal .modal-body button{
	font-size: 11px;
    padding: 5px;
}


#registrationViewContent{
	text-align: center;
}

#registrationViewClassesContainer{
	text-align: left;
	display: inline-block;
}

#registrationViewClassesContainer .tooltip-inner{
    /*width:90px;*/
    width:110px !important;
}


.checkmarkForRegisteringClass{
	color:#dedbdb;
	cursor: pointer;
}

.checkmarkForRegisteringClassExample{
	color:#dedbdb;
}

#registrationAssistantInstructions{
	margin-bottom:30px;
	font-size: 15px;
}

#registrationAssistantNotifyAd{
	text-align: center;
	font-family: "Avenir","Nunito"; 
	font-size: 14px;
	margin-top: 28px;
	margin-bottom: 12px;
}

.hasBeenRegistered{
	color:#39c739;
}

.crossForDeletingClass{
	cursor: pointer;
	color:red;
}

#noClassesToRegisterFor{
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
}

.classToRegisterFor{
	font-size:20px;
	margin-bottom:20px;
	font-family: "Avenir","Nunito"; 
	cursor:text;
}

 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.05s linear;
      -moz-transition: opacity 0.05s linear;
       -ms-transition: opacity 0.05s linear;
        -o-transition: opacity 0.05s linear;
           transition: opacity 0.05s linear;
 }




#advancedSearchForm .chzn-container .chzn-results{
	max-height:20px !important;
}

.corequisitesIN, .crossListedWithIN{
	margin-bottom:10px;
	font-size:12px;
}
