/*My Book List CSS*/

/*fix formatting when "my list" button appears*/
.clearFloat{
    clear: both;
}

.recommendationBannerWrapper {
    background:#0479a8;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    color: white;
    font-weight: 600;
    text-align: left;
    position: relative;
    width: 224px;
}
  
.recommendationBannerWrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
    position: absolute;
    right: 0;
    top: 0;
}

div.recommendationBannerWrapper {
    margin: 10px 0;
}

.result h2{
	margin-top: 0;
    text-transform: none;
    font-weight: 700;
    font-size: 22px;
    text-decoration: underline;
    color: #0479a8;
}

/* Cancel the uw-theme styles for h2:before */
.result h2:first-child:before{
    content: none;
}

/* End copied from the child theme */
.result p{
    line-height: 1.4em; 
    margin-bottom: .8rem; 
    font-size: 16px; 
}

.result div.ccbcChoicesAnnotationWrapper{
    margin-bottom: .8rem;
}

/*set sections of search results to act as columns in layout*/
.result-col{
   flex: 1;
}

.myBookListBar {
    position: relative;
    align-items: stretch;
    margin-top: 16px;
    margin-bottom: 24px;
}

.myBookListBar > div{
    text-align: center;
    padding: 0 8px;
    list-style: none;
    justify-self: flex-end;
}

.myBookListBar > div *{
    line-height: normal;
}

.myBookListBar .button {
    margin: 6px 0 6px;
    padding: .85em .5em;
    line-height: 1;
    font-size: 1rem;
    right: 0;
    background-color: #0479a8;
}

.myBookListBar .button-blue {
    background-color: #0479a8 !important;
    transition: none !important;
    border: 2px solid transparent;
    box-shadow: none;
    font-weight: 400;
}

.myBookListBar .button-blue:hover {
    background-color: #03678f !important;
    transition: none !important;
    color: #fff;
}

.myBookListBar .button-blue:focus {
    color: #fff;
    border: 2px solid black;
}

.myBookListBar .button-gray{
    background-color: #656565 !important;
    transition: none !important;
    border: 2px solid transparent;
    box-shadow: none;
    font-weight: 400;
}
.myBookListBar .button-gray:hover {
    background-color: #575656 !important;
    transition: none !important;
    color: #fff;
}
.myBookListBar .button-gray:focus {
    color: #fff;
    border: 2px solid black;
}

.myBookListBar .checkboxRow {
    margin-right: auto;
}

.myBookListBar .checkboxRow label{
    font-size: 1rem;
}

.myBookListBar .checkboxRow input[type=checkbox] + label{
    margin-left: 0;
}

.myBookListBar .checkboxRow > *{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.myBookListBar input[type='checkbox'] {
    margin: 4px 4px 6px;
}

.myBookListBar > div > label {
    margin-right: .25rem;
    font-weight: 700;
    font-size: 1rem;
    margin: 6px 0 6px;
}

.myBookListBarWrapper{
    background-color: rgb(230,230,230);
}

.ccbcCoverImageWrapper{
    float: left;
    margin-bottom: 15px;
}

.ccbcBookDetail{
    float: left;
    margin-bottom: 15px;
}