﻿* {
    outline: none !important;
}

body {
    font-family: verdana,arial,helvetica,sans-serif;
    margin: 0 0;
    font-size: 14px;
    line-height: 1.5em;
}

.container {
    width: 100% !important;
    padding: 8px;
}

.content-body {
    width: 90%;
    margin: 0 auto;
}

#bf_c {
    width: 1140px !important;
}

img {
    max-width: none;
}

.resultsHeader th {
    font-weight: bold !important;
    text-decoration: underline;
}

.greenText {
    color: #004500;
}

.text-error {
    color: red;
    font-weight: bold;
}

.dept-links {
    margin-bottom: 10px;
}

.dept-link {
    display: block;
    margin: 2px 2px 0px 2px;
}

.current-dept-link {
    font-weight: bold;
    color: #1A7A3A;
}

.is-chair {
    font-weight: bold;
}

.results-table {
    border: none;
    width: 98%;
}

    .results-table td, th {
        border: none;
        padding-right: 8px;
    }

    .results-table td {
        vertical-align: top;
    }

.pager-row table {
    width: 200px !important;
}

.info-table {
    background: url('../images/search_bkg.jpg');
    max-width: 570px !important;
    margin-bottom: 15px;
}

    .info-table th {
        color: #ffcc66;
        background-color: #003015;
    }

.info-header {
    color: #ffcc66;
    background-color: #003015;
}

.info-content {
    background: url('../images/search_bkg.jpg') no-repeat;
}

.indicator-image {
    margin: 2px 0px 1px 5px;
}

.person-name-header {
    font-weight: bold;
    font-size: 1.2em;
}

.result-field-label {
    font-weight: bold;
}

.result-detail-header {
    font-size: .8em;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 8px;
}

.dept-label-header {
    font-weight: bold;
    margin: 10px 3px;
    display: block;
}

.contact-address {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 300px;
}

    .contact-address table tr {
        vertical-align: top;
    }

.bootstrap A {
    color: #1A7A3A;
    text-decoration: none;
}

    .bootstrap A.default {
        color: #1A7A3A;
        text-decoration: none;
    }

    .bootstrap A:hover {
        color: #1A7A3A;
        text-decoration: underline;
    }

    .bootstrap A:focus {
        color: #1A7A3A;
    }

    .bootstrap A.default:hover {
        color: #1A7A3A;
        text-decoration: underline;
    }

    .bootstrap a[disabled=disabled] {
        font-weight: bold;
        text-decoration: none;
        color: black;
    }

.bootstrap legend {
    border: none;
    line-height: 1.75em;
}

.bootstrap p {
    margin: 5px 0px;
}

.bootstrap dt, .bootstrap dd {
    padding: 3px;
}

.bootstrap .well-md {
    /*border: 1px solid red;*/
}

.bootstrap .row {
    /* margin-bottom: 8px !important; */
}

.bootstrap .checkbox {
    margin-left: 5px;
}

.bootstrap table, .bootstrap .table {
    width: 95%;
}

.bootstrap .nav-tabs {
    float: left;
    clear: both;
    width: 100%;
}

.clear-both {
    clear: both;
}

.not-mobile {
    display: inherit;
}

.no-show {
    display: none;
}

.search-form {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#D3D3D3'); /* for IE */
    background: -moz-linear-gradient(top, #ECECEC 0%, #D3D3D3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#D3D3D3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ECECEC 0%,#D3D3D3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ECECEC 0%,#D3D3D3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ECECEC 0%,#D3D3D3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ECECEC 0%,#D3D3D3 100%); /* W3C */
    margin: 8px;
    padding: 5px;
}

.search-count {
    margin-top: 30px;
}

.searchlist {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid black;
}

.searchlist_highlighted {
    font-weight: bold;
    background-color: #FFFFFF;
    font-size: 0.9em;
    cursor: default;
    overflow: hidden;
}

.searchlist_item {
    font-size: 0.9em;
    background-color: White;
    color: #005424;
    overflow: hidden;
}

.cl-term-description {
    display: block;
    font-weight: bold;
    font-style: italic;
}

.striped-row {
    background-color: #DCDCDC !important;
    padding: 3px;
}

.bootstrap .btn-success {
    background-color: #005A2B;
    background-image: url('../images/accordiontabscenter1px.png');
}

    .bootstrap .btn-success:hover {
        background-color: #00461D;
        background-image: none;
        color: silver;
    }

.bootstrap .panel-body {
    padding: 8px;
}

.bootstrap .icon-briefcase, .bootstrap .icon-user {
    background-position: 0px 0px !important;
    width: 20px !important;
    height: 20px !important;
}

.bootstrap dt {
    float:left;
    clear: both;
}

.employee {
    background-image: url('../images/icon_briefcase.png') !important;
}

.student {
    background-image: url('../images/icon_person.png') !important;
}

.result-thumbnail {
    height: 46px;
}

.message {
    padding: 5px 8px;
    margin: 10px 0px;
    max-width: 600px;
}

.bootstrap .panel-heading {
    font-weight: bold;
}

#baylor_header {
    border: none;
}

.bootstrap .pull-left {
    margin-right: 8px;
}

.results-table-white {
    background-color: white;
}

.results-table-grey {
    background-color: #E6E6E6;
}

    .phone-number-cell {
        min-width: 130px;
    }

@media (max-width: 1139px) {
    .content-body, #bf_c {
        width: 100% !important;
    }
}

/* Bootstrap3: medium devices */
@media (min-width: 992px) {
}

/* Baylor media query for navigation control */
@media (max-width: 899px) {
    .public-nav {
        height: 45px !important;
    }
}

/* ============================================================================ */
/*       SMALL TABLET                                                           */
/* ============================================================================ */

@media (max-width: 768px) {

    .search-count {
        margin-top: 5px;
    }

    body {
        font-size: 16px;
    }

    .search-form {
        height: auto;
    }

    #nav {
        display: none !important;
    }

    .contact-address {
        display: block;
        float: none;
        width: 100%;
    }
}

/* ============================================================================ */
/*       HANDHELD                                                               */
/* ============================================================================ */

@media (max-width: 569px) {

    .not-mobile {
        display: none;
    }

    .only-mobile {
        display: inherit;
    }

    .bootstrap table, .bootstrap .table {
        width: 100%;
    }

    .results-table tr, .contact-address tr {
        display: block;
        border: none;
    }

    .results-table td, .contact-address td {
        width: 100% !important;
        display: block;
    }

    .results-table th {
        display: none;
    }

    .phone-number-cell {
        width: 95%;
    }

    .bootstrap .table > tbody > tr > td {
        border: none;
    }    
}

/* ============================================================================ */
/*       PRINT STYLES                                                           */
/* ============================================================================ */

@media only print {
}
