.page-logo a {
    font-size: 19px;
}
.logo-default {
    padding-top: 5px;
}
.invoicelogo {
    max-width: 200px;
}

.modal.show.modal-large .modal-dialog {
    max-width: 1024px;
}

div.input-group span.select2.select2-container.select2-container--bootstrap,
span.select2.select2-container.select2-container--bootstrap {
    width: 87% !important;
}

#renderStudentLinesContainer img {
    max-height: 50px;
}
input.checkboxes.classroomstudent {
    width: 25px;
    height: 25px;
}

.form-actions {
    text-align: right;
}

.list-group.no-border > .list-group-item {
    border: 0px;
    margin: 0px;
    padding: 5px 0px;
}

a.divider {
    background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 1px), 
        rgba(192,192,192,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 1px)
    );
    height: 1px !important;
    padding: 5px !important;
}

.header-custom .dropdown-menu > li > a:focus, 
.dropdown-menu > li:first-child:hover > a,
.dropdown-menu > li > a:hover {
    background-color: #f6f6f6 !important;
}

input.quantityfield {
    width: 50%;
}