﻿.pagination-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.btn-group-xs .btn {
    padding: 2px 8px;
    font-size: 12px;
}

#pageSizeButtons .btn {
    margin-right: 10px; /* Adjust as needed */
}

#pageSizeButtons .btn:last-child {
   margin-right: 0; /* Remove margin from last button */
}

.course-row {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 5px;
}

.badge {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
}

    .badge.gray {
        background-color: #6c757d;
    }

.school-names {
    display: none;
    margin-top: 10px;
    font-style: italic;
}


h1, h2, h3, h4, h5 {
    color: #22538d;
}

.badge {
    font-size: 1em;
}


.badge {
    border-radius: 2px;
    margin: 2px 2px;
    padding: 4px 10px;
    /* long break*/

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    text-align: left;
}

    .badge.blue {
        color: white;
        background-color: #566c84;
    }

    .badge.gray {
        color: white;
        background-color: #7e7e7e;
    }

.nbi {
    font-weight: normal;
    font-style: italic;
}

.blue-badge .blabel {
    font-weight: bold;
    font-size: 10pt;
}



.course-row {
    border-radius: 1px;
    margin: 4px 0px;
    padding: 10px;
    background-color: #f5f5f5;
    border-left: 12px solid #89b539;
    font-size: .9em;
    margin-bottom: 20px; /* or whatever spacing you want */
    padding-bottom: 20px; /* optional, adds inner spacing */
    border-bottom: 1px solid #ddd; /* optional, a separator line */
}

.course-description, .course-description-reg {
    color: black;
}

.course-row div {
}

.pagination-row {
    background-color: #f5f5f5;
    padding: 10px 0;
}

.buttonish {
    cursor: pointer;
}

    .buttonish:hover {
        background-color: #D0D0D0;
    }

.course-name {
    margin: 5px 0;
    font-weight: normal;
    font-size: 1.25em;
    color: #22538d;
}

.course-description {
    margin: 10px 0;
    display: inline-block;
    white-space: pre-line;
}

.logo {
    height: 140px;
}

.search-bar {
    padding: 10px;
}

    .search-bar label {
        display: block;
        font-weight: normal;
    }

body {
    overflow-y: scroll;
}




/* there is no need to define anything inside of the destination
CSS class since the keyframe will take charge of the animation */
.fade.ng-leave {
    animation: my_fade_animation 0.5s linear;
    -webkit-animation: my_fade_animation 0.5s linear;
}

@keyframes my_fade_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes my_fade_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


body {
    overflow-x: hidden;
}

.badge a {
    color: #fff;
    text-decoration: underline;
}

    .badge a:before {
        content: '-';
        padding: 0px 4px;
        display: inline-block
    }


label {
    color: #707070;
}

.search-bar {
    padding-top: 20px;
}

.searchbox {
    border-radius: 0;
    border: 1px solid #dfddd9;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 50px 12px 10px;
    font-family: 'Lato', sans-serif;
    max-width: 400px;
    width: 85%;
    color: #555555;
    height: 44px;
}

.search-label {
    margin-right: 5px; /* space between text and icon */
    font-weight: normal; /* or whatever style you want */
    vertical-align: middle; /* aligns with icon */
}

.glyphicon {
    vertical-align: middle;
}

.selectBox {
    width: 98%;
    /*max-width:400px;*/
    padding: 12px 20px 12px 10px;
    border-radius: 0;
    border: 1px solid #dfddd9;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #555555;
}

.row-padded {
    padding-top: 1em;
    padding-bottom: 1em;
}

.badgeImage {
    float: right;
    padding: 15px;
}

    .badgeImage img {
        margin: auto;
        margin-top: 10px;
        width: 100%;
        max-width: 140px;
    }

.contentRow {
    padding: 10px;
    max-width: 1000px;
}

.offscreen {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
}

.popHelp {
    font-size: 1.4em;
    margin-left: 10px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .badgeImage img {
        max-width: 100px;
        margin-top: 0;
    }
}

.search-container {
    display: flex;
    align-items: center;
    max-width: 300px; /* optional */
}

.search-input {
    flex: 1;
}

.search-icon {
    margin-left: 8px;
    cursor: pointer;
    color: #555;
    font-size: 18px;
}
table.dataTable {
    width: 100% !important;
}

    table.dataTable td {
        white-space: normal !important;
        word-break: break-word;
    }

.dataTables_wrapper {
    width: 100%;
    overflow-x: hidden;
}