#storageAlert {
    display: inline-block;
}

.noWrap {
    white-space: nowrap;
}

/* DataTables */
#credit_table {
    border-collapse: separate;
}

.itemBody {
    background-color: whitesmoke;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 8px;
}

table.dataTable thead th {
    border-bottom: 0;
}
table.dataTable tfoot th {
    border-top: 0;
}
table.dataTable.no-footer {
    border-bottom: 0;
}

.campBlock {
    display: inline-block;
    margin-top: 6px;
    margin-left: 4px;
    margin-right: 6px;
}

.glyphicon-question-sign {
    font-size: 1.6em;
}

hr {
    margin-top: 0;
}

#resume {
    height: 445px;
    padding-left: 0;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: auto;
}

#noResultNotice {
    padding-bottom: 0;
}

#searchBox {
    width:180px;
}

.glyphicon-envelope {
    top: 0.15em;
}

.glyphicon-remove {
    margin-top: 2px;
}

.h4 {
    padding-top: 10px;
    padding-right: 0;
}

.printedDesc {
    margin-left: 24px;
}

/* Dropdown Button */
.school-dropdown {
    position: relative;
    display: inline-block;
}
.creditSchool {
    color: blue !important;
    text-decoration: underline;
    cursor: pointer;
}
.school-details {
    display: none;
    position: absolute;
    top: 16px;
    right: 0;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-transform:capitalize;
}
.school-details a {
    white-space: nowrap;
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}
.school-details .hoverLink:hover { background-color: #ddd; }
.school-dropdown:hover .school-details { display: block; z-index: 9999999 !important; }

#infoModal {
    max-width: 60%;
    max-height: 75%;
}

#schoolModal {
    min-height: 17em;
    min-width: 30em;
    max-width: 30%;
    max-height: 17em;
}

#schoolModal th {
    vertical-align: text-top;
}

.modal-body {
    padding-bottom: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #0b0b0b !important;
}

.bg-rank {
    background-color: rgb(230,230,250);
}
.label-rank {
    background-color: rgb(230,230,250);
    border-left-color: rgb(147,112,219);
    color: black;
}

.flex-space-btwn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.form-control {
    min-width: 5em;
}

.form-inline .input-group .input-group-addon {
    width: 1%;
}

#tutorialBtn {
    color: white;
}