  .side-bar {
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.side-content {
    width: 66.66666667%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.side-bar fieldset {
    background: #e7e7e7;
    /* padding: 35px; */
    /* padding: 2.7em;*/
    padding: 25px;
    margin: 1.5em 0;
    border: none;
}

.inputSearch {
    background: #fff;
    border: 1px solid #b7b7b7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 43px;
    padding-left: 10px;
    box-sizing: border-box;
}

.item-group {
    padding: 13px;
}

.side-bar label {
    padding-left: 1em;
    font-size: 14px;
}

.side-bar .btnSearch {
    min-width: 147px;
    padding: 7px 15px 5px;
    background: #0069a6;
    font-family: inherit;
    font-stretch: condensed;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .01em;
    transition: all .3s;
    box-sizing: border-box;
    cursor: pointer;
}

.side-bar input[type="submit"] {
    border: 0;
}

.btnSearch:hover, btnSearch:focus {
    background-color: #ffc423;
}

.side-bar .btnSearch:hover {
    background: #39A0DC;
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
/*--- table style ---*/
#directories-table .table {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #f3f3f3;
}

    #directories-table .table > tbody > tr > td, #directories-table .table > tbody > tr > th, #directories-table .table > tfoot > tr > td, #directories-table .table > tfoot > tr > th, .table > thead > tr > td, #directories-table .table > thead > tr > th {
        padding: 15px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    #directories-table .table > thead > tr > th {
        font-size: 1.1em;
        color: #444;
        font-weight: 600;
        text-align: left;
        text-transform: none;
    }

    #directories-table .table tbody tr:nth-of-type(even) {
        background-color: #eee;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.side-bar h3, .side-bar label {
    color: #555;
}
/*letters Pagination*/
.side-content .letter-pagination {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 0 0 10px 0;
    margin-top: 1.5em;
}

    .side-content .letter-pagination a {
        display: inline-block;
        line-height: 1em;
        margin-bottom: 3px;
        padding: 0.3em 0.5em;
        text-transform: uppercase;
        -webkit-transform: uppercase;
        -moz-transform: uppercase;
        -ms-transform: uppercase;
        -o-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        box-sizing: border-box;
        color: #0069a6;
        text-decoration: underline;
    }

table#staffDataTable a:visited {
    color: #0069a6;
}

.side-content .letter-pagination a:hover, .side-content .letter-pagination a.active {
    text-decoration: none;
    color: #d74808;
}
/*pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 1px;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 1rem;
    overflow-x: auto;
}

    .pagination li a {
        position: relative;
        display: block;
        padding: .5rem .70rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
        text-decoration: none !important;
        transition: all .3s;
    }

        .pagination li a.active, .pagination li a:hover {
            color: #fff;
            background-color: #002D56
        }

#directories-table .table > tbody > tr > td span {
    display: block;
}

#staffDataTable_length, #staffDataTable_filter, #staffDataTable_info, .dataTables_info, .dataTables_length, .dataTables_filter {
    display: none;
}

#staffDataTable_wrapper .dataTables_paginate.paging_full_numbers {
    float: left;
}

#staffDataTable_wrapper div.dataTables_paginate.paging_full_numbers a {
    position: relative;
    padding: .5rem .70rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none !important;
    transition: all .3s;
}

div#staffDataTable_paginate {
    padding-bottom: 30px;
}

table.dataTable tbody tr.odd {
    background-color: #f3f3f3;
}

.custom-select .select-selected {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    color: black;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: DodgerBlue;
    color: #fff;
}

table.faculty-RadioButton tr {
    padding: 7px 20px;
    display: block;
}

.table.dataTable.no-footer tr > th {
    border: none;
}

menu.letter-pagination li {
    display: inline-block;
}

.no-result-found {
    display: inline-block;
    padding-left: 20px;
}

#StaffDirectory li {
    padding: 0;
}

#directories-table h1 {
    padding: 0;
    margin: 0 0 8.8px;
    color: #002D62;
}

div#directories-table {
    padding-bottom: 20px;
}

.phoneextension-label {
    padding: 15px;
    font-weight: 600;
}

@media only screen and (max-width:425px) {
    #directories-table td {
        padding-left: 40% !important;
    }
}

@media only screen and (max-width:767px) {
    .side-bar, .side-content {
        width: 100%;
        float: none;
    }

    .full-width .content-text {
        padding: 15px;
    }

    #directories-table .table > tbody > tr > td, #directories-table .table > tbody > tr > th, #directories-table .table > tfoot > tr > td, #directories-table .table > tfoot > tr > th, .table > thead > tr > td, #directories-table .table > thead > tr > th {
        border: 0;
    }

    #directories-table .table {
        width: 100%;
        margin-bottom: 2rem;
        background-color: #f3f3f3;
        word-wrap: break-word;
        table-layout: fixed;
    }
}

@media only screen and (max-width: 959px) and (min-width: 750px) {
    .full-width .container {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    a.email {
        overflow: hidden;
        white-space: normal;
        word-break: break-word;
    }
}
