.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}
.list.no-results .pagination {
    display: none;
}

.state-loading .translation-body,
.state-loading .translation-footer,
.state-loading .translation-citation {
    display: none;
}
.state-error .translation-error {
    display: block;
}

.tree-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .tree-ul > li {
    position: relative; }

.tree-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .tree-li.tree-lg {
    left: -1.85714em; }

ul.credo-tree, .credo-tree ul {
  margin-left: 1.5em; }

.credo-tree .tree-item {
  margin: 5px 0; }
  .credo-tree .tree-item ul {
    display: none; }
  .credo-tree .tree-item.open > ul {
    display: block; }
.credo-tree .tree-icon {
  width: 1em;
  left: -1.5em; }
.credo-tree .tree-icon:before {
  content: "\f0fe"; }
.credo-tree .open > .tree-icon:before {
  content: "\f146"; }
.credo-tree .tree-item ul .tree-icon:before {
  content: "\f196"; }
.credo-tree .tree-item ul .open > .tree-icon:before {
  content: "\f147"; }

.citation-widget {
    margin-top: 1em;
}
.citation-widget.clearfix:before {
    clear: both;
}
.citation .tab-content {
    padding-top: 10px;
}
.state-loading .citation-text {
    background: url(/images/app/shared/_loading_x_trans.gif) no-repeat 0;
    min-height: 40px;
}
.citation-text {
    word-wrap: break-word;
}
@media (max-width: 500px) {
    .citation-widget .nav:before {
        clear: both;
    }
}

.site-search .icon-loading,
.site-search.state-loading .icon-default {
    display: none;
}

.site-search.state-loading .icon-loading {
    display: inline-block;
}
.btn-default.dismiss-filter .fa, .btn-default.dismiss-filter .glyphicon {
  color: #ccc; }
.btn-default.dismiss-filter:hover .fa, .btn-default.dismiss-filter:hover .glyphicon {
  color: #777777; }

.writing-center-form {
    top: 4%;
}

.writing-center-form li a {
    font: bold 15px Arial;
    color: #63C0E5;
    line-height: 30px;
    text-decoration: none;
}

.writing-center-form a.more-options {
    font: bold 10px Arial;
    color: #F19634;
    text-decoration: underline;
    position: relative;
    float:right;
    bottom: 10px;
    right: 15px;
    margin-top: 15px;
}
.homework-help-form {
    font-weight: normal;
}
.homework-help-form p {
    margin: 0;
    padding: 0;
}
.homework-help-form label {
    display: inline-block;
    width: 100px;
    color: #6C6868;
    margin-bottom: 5px;
}
.homework-help-form .form-title {
    color: #FFA347;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.homework-help-form .form-description {
    padding: 0 0 10px 0;
}
.homework-help-form .field-list > div {
    margin-bottom: 10px;
}
.credo-homeworkhelp-widget.without-title .form-title {
    display: none;
}

#homework_help_frame {
    display: none;
}
.credo-scholarshipinfo-widget {
    top: 70%;
    width: 300px;
    right: -290px;
}
.credo-scholarshipinfo-widget .title {
    font: bold 12px Arial;
    color: #07193F;
    text-transform: capitalize;
}
.credo-scholarshipinfo-widget select {
    display: block;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #BDBDBD;
    background: none;
    color: #252525;
    font: 12px Arial, sans-serif;
}
.credo-scholarshipinfo-widget .submit {
    float: right;
    padding: 3px 15px;
    border: none;
    border-radius: 10px;
    background-color: #1B1464;
    color: #FFFFFF;
    font-weight: bold;
}