/* CSS for the school_classroom_list page *//* CSS for the school_list page */

.wsBackgroundColor {
    background-color: #00adef;
}

.wsBorderColor {
    border: #00adef 1px solid;
}

.wsBorderColorLeft {
    border-left: #00adef 1px solid;
}

.wsBorderColorRight {
    border-right: #00adef 1px solid;
}

.wsBorderColorTop {
    border-top: #00adef 1px solid;
}

.wsBorderColorBottom {
    border-bottom: #00adef 1px solid;
}



.logoImage {
    width: auto;
    height: 48px;
}

.schoolBlueFont {
    color: #00adef;
}

.classroomDetailsEdit {
    display: none;
}

.tdEdit1 {
    display: none;
}

.tdEdit2 {
    display: none;
}

.nProductsEditInput {
    width: 55px !important;
}

#classroomDetailsSchoolNstudentsInput {
    width: 50px !important;
}

.stationeryListSaveBtn {
    display: none;
}

#classroomDetailsSchoolNstudents {
    width: 40px !important;
}


.stationeryEmptyRow {
    height: 20px !important;
}

.highlightedRow {
    background-color: lightgreen;
}

/* #stationeryListEditBtn {
    padding-bottom: 3px !important;
} */



.col66p {
    width: 66%;
}

.col50p {
    width: 50%;
}
.col40p {
    width: 40%;
}


.col33p {
    width: 33%;
}

.col30p {
    width: 30%;
}

.col25p {
    width: 25%;
}

.col20p {
    width: 20%;
}

.col15p {
    width: 15%;
}

.col10p {
    width: 10%;
}

.dropdown-menu > li > a:focus {
    background-color: #d8d9da !important;
}

#stationeryListCommentsDisplay {
    height: 166px;
}

#stationeryListCommentsInput {
    display: none;
}

#stationeryListSentToWSwebsite {
    display: none;
}

#stationeryListReturnToEditDiv {
    display: none;
}

.stationeryListPrintPdfProgressBtn {
    display: none;
}

#showKeywordsPage {
    display: none;
}

em {
    background-color: yellow !important;
}

#searchCategoryCheck {
    display: none;
}

#searchKeywordsCheck {
    display: none;
}