﻿.add-book-fail, .add-book-success {
    margin: 0 0 1em 0;
    font-size: 1em;
}

.cj {
    text-align: center;
}

p.cj a.btn-primary {
    float: none;
}

img.img-thumbnail {
    min-height: 300px;
}


.modal-dialog .ui-multiselect .search {
    background: #ffffff;
    /*height: 25px;*/
    padding: 4px 6px;
    margin: 1px 4px;
    width: 125px !important;
}

.modal-dialog a.modal-search {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #0b72c1;
    border-radius: 4px;
    color: #0b72c1;
}

.modal-dialog {
    width: 800px;
}

.modal-body p {
    font-size: inherit !important;
}

.modal-body {
    overflow: auto !important;
}

.ui-multiselect .ui-widget-header a {
    margin-right: 0;
}

.ui-multiselect li a.action {
    width: 23px;
}

.ui-multiselect ul.connected-list {
    width: 94%;
    overflow: hidden;
    /*min-height:297px;*/
}

#searchID {
    letter-spacing: -.04rem;
}

#myStudentsDropdown {
    padding: 3px 4px;
    margin-bottom: 5px;
    border-radius: 4px;
    /*width: 130px;*/
    margin-left: 3px;
}

.assign-modal {
    /*height: 67vh;*/
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    max-height: 650px;
}

.pagination-lg > li > a {
    font-size: 1.5rem !important;
    margin-top: -30px;
}

.pagination {
    margin-left: 15px !important;
}

#btnSearch,
#btnClear,
select[id$=ddlGradeList] {
    /*height: 25px;*/
    padding: 4px;
    margin: 1px;
    color: #444;
    border: 1px solid #0e58a5;
    border-radius: 4px;
}

select[id$=ddlGradeList] {
    color: #444;
    width: 70px;
}

#btnClear i.fa,
#btnSearch i.fa {
    padding: 0;
}

a#btnClear:hover i,
a#btnSearch:hover i {
    text-decoration: underline;
}

.added .action.add {
    display: none;
}

.added div {
    color: gray;
}

.ab-preview-container {
    margin: 25px 0;
}

#studentListBox {
    height: 325px;
    overflow-y: auto;
    width: 100%;
}

#studentSelection li span {
    display: inline-block;
    font-size: 1.5rem;
}

.studentName {
    width: 82%;
}

/*#studentSelection li:first-child {
      width: 82%;
    }*/

@media (min-width: 769px) {
    #studentSelection .ui-multiselect:first-of-type {
        padding-right: 0;
    }

    #studentSelection .ui-multiselect:last-of-type {
        padding-left: 0;
    }
}


@media (max-width:768px) {
    #assignBooks .modal-dialog {
        width: 98%;
        margin: 0 auto;
        min-width: 390px;
    }

    img.img-thumbnail {
        display: block;
        margin: 0 auto;
    }

    .ab-preview-container {
        text-align: center;
    }

    ul.selected {
        border: 1px solid #cdcdcd;
    }
    li.added span.plus {
        display: none;
    }
}

.cancelReq {
	font-size: 80%;
	color: red;
}
.reqStatus {
	display: inline-block;
	background-color: gray;
	color: white;
	padding: 5px;
}