/* original module css*/

div.sort-buttons {
  overflow: hidden;
}

div#accordion {
  margin-top: 10px;
}

#accordion .panel-heading {
  background: #777 !important;
}

.panel-group.panel-group-primary .panel-heading h4 a.accordion-toggle,
.panel-group.panel-group-primary .panel-heading h4 a.accordion-toggle:visited {
  color: #fff !important;
}

#accordion .panel-body input[type="checkbox"] {
  margin-top: 0;
}

#accordion .panel-body input[type="checkbox"],
#accordion .panel-body span {
  vertical-align: middle;
}

div[id^="fbs-AdvancedSearchApp"] ul {
  padding-left: 20px;
}

.ngdialog.ngdialog-theme-default.dialogwidth .ngdialog-content {
    width: 750px !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
float: none;
padding: 10px 20px 7px;
background: #00539b;
}

div.ngdialog-content p.description {
background: #fff;
padding: 10px;
}

p.description strong.ng-binding {
display: block;
padding: 5px 10px;
margin: 20px 0;
background: #00539b;
color: #fff;
font-weight: normal;
text-align: center;
}

div.ngdialog-content div.divider {
  margin: 20px auto;
}

div.controls {
  text-align: center;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  margin: 30px 15px 10px;
  float: left;
}

div.ngdialog-content select {
  margin: 0 0 20px 10px;
  width: 200px;
  height: 30px;
}


#outerContainer .panel-grayhead .panel-heading {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

#outerContainer .panel-grayhead .panel-body {
  border: 1px solid #666;
  border-radius: 0 0 5px 5px;
}


p.down-links a {
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  background: #00539b;
  margin: 0;
  font-weight: bold;
}

p.request-links a {
  display: inline-block;
  padding: 3px 7px;
  color: #fff;
  background: #666;
  margin: 0;
  font-size: .85em;
}

p.down-links a:first-child,
p.request-links a:first-child {
  border-radius:5px 0 0 5px;
}

p.down-links a:last-child,
p.request-links a:last-child {
  border-radius:0 5px 5px 0;
}

p.down-links a:hover {
  text-decoration: none;
  background: #666;
}

p.request-links a:hover {
  text-decoration: none;
  background: #AF334B;
}

p.down-links a em {
  color: #bfbfbf;
}

p.request-links {
  float: right;
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
    font-family: FontAwesome;
}


@media screen and (max-width: 767px){
    p.request-links {
      float:left;
    }
}

span.anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

div.btm-pad5 {
  padding-bottom:5px;
}

.iconBtn {
display: inline-block;
border-radius: 3px;
background: #13609D;
margin: 0;
padding: 2px 3px;
text-align: center;
color: #fff !important;
width: 35px;
}
a.iconBtn:hover {
background: #828282;
}


/* css from UT search*/
/* legend */

.filter-section legend {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 25px;
}

.filter-section input {
    margin-right: 10px;
}

.filter-section .modality.vilt {
    background: #6cace4;
}

.filter-section .modality.lnl {
    background: #E05E26;
}

.filter-section .modality.lnod {
    background: #801628;
}

.filter-section label span.modality {
    margin-right: 8px;
}

.filter-section label {
    margin-bottom: 0;
}

.filter-section .mod-title {
    font-size: 1em;
    color: #000;
    font-weight: 600;
}



.filter-section .mod-desc {
    font-size: .9em;
    margin-left: 28px;
    color: #000;
    margin-bottom: 12px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .filter-section .mod-desc {
        margin-left: 0;
    }

    .filter-section .mod-title {
        margin-top: 5px;
        display: inline-block;
    }
}

.filter-section .filter-divider {
    border-bottom: 1px solid #777;
    height: 10px;
    margin-bottom: 25px;
}

label > input[type="checkbox"] {
    display: none;
}

    label > input[type="checkbox"] + *::before {
        content: "";
        display: inline-block;
        vertical-align: bottom;
        width: 1rem;
        height: 1rem;
        margin-right: 0.3rem;
        border-radius: 10%;
        border-style: solid;
        border-width: 0.1rem;
        border-color: gray;
    }

    label > input[type="checkbox"]:checked + *::before {
        content: '\2714';
        color: #000;
        border-color: #777;
        padding-left: 2px;
    }

    label > input[type="checkbox"] + * {
        display: inline-block;
    }


/* end legend */

.result-item {
    padding-bottom: 20px;
    margin-bottom: 0;
}

    .result-item:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 97%;
        padding-top: 5px;
        border-bottom: 1px solid #777;
    }

    .result-item .title a {
        font-size: 1.2em;
        font-weight: 400;
        color: #000;
    }

    .result-item .desc {
        font-weight: 300;
        color: #222;
        font-size: .95em;
        margin-bottom: 5px;
    }

    .result-item .modality,
    .filter-section .modality {
        display: inline-block;
        padding: 5px 0 3px;
        color: #fff;
        margin-right: 20px;
        font-size: .95em;
        font-weight: 300;
        line-height: 1;
        width: 43px;
        text-align: center;
    }

    .result-item .modality {
        margin-bottom: 10px;
    }

    .result-item.VILT .modality {
        background: #6cace4;
    }

    .result-item.LNL .modality {
        background: #E05E26;
    }

    .result-item.LNOD .modality {
        background: #811727;
    }

    .result-item .len {
        color: #000;
        white-space: nowrap;
    }

#results {
    margin-bottom: 30px;
}

    #results h4 a {
        color: #000;
    }

#btnCourseSearch {
    margin: 0 0 10px 0;
    background: #fff;
    padding: 7px 18px 4px;
    border: 1px solid #777;
    font-size: 1.1em;
    font-weight: 600;
}

#advSearch {
    width: 16vw;
    min-width: 200px;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 12px;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}

.filter-section {
    margin-bottom: 45px;
}

#accordionFilters h4 button {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

span.filter-count {
    font-size: .7rem;
    margin-left:3px;
}
span.filter-name {
    margin-left:5px;
}

#results h4 a#lnkSiteSearch {
    color: #e05e26;
}