.tab-content>.active {
  display: block;
}

.tab-content>.tab-pane {
  display: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.form-container {
  width: 50%;
  margin: 50px auto 50px auto;
}

.form-container h1{
  text-align: center;
}

.form-container p{
  text-align: center;
  margin-bottom: 50px;
}

#loginform-form-id,
#signupform-form-id,
#forgotform-form-id{
  border: 1px solid #cccccc;
  padding: 25px;
  margin: 25px 0 25px 0;
  background-color: #BBEDED;
}

#loginform-form-id .form-control,
#signupform-form-id .form-control,
#forgotform-form-id .form-control{
  border-radius: 0;
}

#loginform-form-id .btn-primary,
#loginform-form-id .btn-primary,
#forgotform-form-id .btn-primary{
  color: #fff;
  background-color: #04198b;
  border-color: #04198b;
  border-radius: 0;
  padding: 5px 20px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-default .navbar-nav #user-profile {
  height: 50px;
  padding-top: 15px;
  padding-left: 58px;
}

.navbar-default .navbar-nav #user-profile img {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 2px;
  left: 8px;
  padding: 1px;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#sidebar-wrapper {
  border-right: 0 solid #e7e7e7;
}

#sidebar-wrapper {
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

}

#sidebar-wrapper .sidebar-nav {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
  text-indent: 0;
  line-height: 45px;
  border-bottom: 1px solid #FFF;
}

#sidebar-wrapper .sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #428bca;
}

.sidebar-nav li:first-child a {
  background: #1C3B79 !important;
  color: #fff !important;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
  width: 45px;
  height: 45px;
  font-size: 14px;
  padding: 0 2px;
  display: inline-block;
  text-indent: 7px;
  margin-right: 10px;
  color: #fff;
  float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
  position: absolute;
  right: 23px;
  top: auto;
  margin-top: 20px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
  list-style: none;
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
  -khtml-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  padding: 0;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
  margin-right: 4px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
  text-indent: 15px;
}

.sidebar-nav li:first-child a {
  background: #1C3B79 !important;
  color: #fff !important;
}

.sidebar-nav li:nth-child(2) a {
  background: #1C3B79 !important;
  color: #fff !important;
}

.sidebar-nav li:nth-child(3) a {
  background: #1C3B79 !important;
  color: #fff !important;
}

.sidebar-nav li:nth-child(4) a {
  background: #1C3B79 !important;
  color: #fff !important;
}

.sidebar-nav li:nth-child(5) a {
  background: #1C3B79 !important;
  color: #fff !important;
}
.search-result-item {
  margin: 1px 5px 20px 10px;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ECEBEB;
}
.inner-contents {
  padding: 10px 0;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #ccc;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: \'Glyphicons Halflings\';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.line-height{
  line-height: 25px;
}

ul.top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px auto 15px auto;
  list-style: none;
  padding: 15px;
  background: #f6f6f6;
}

ul.top-section form > div {
  display: flex;
  justify-content: space-between;
}

.top-section .search-bar-section {
  width: 50%;
}

.top-section .clear-section {
  width: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.top-section .user-section {
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.top-section .logout-section {
  width: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.search-bar-section .form-control {
  border-radius: 0;
}

.search-bar-section .btn-primary {
  color: #fff;
  background-color: #1C3B79 !important;
  border-radius: 0 !important;
  margin-left: 10px;
}

.search-result-item h4 a{
  color: #1C3B79;
  text-transform: uppercase;
}

a.search-link {
  color: #1C3B79;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1C3B79 !important;
  border-color: #1C3B79 !important;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1C3B79 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

li.clear-section a {
  color: #1C3B79 !important;
}

li.logout-section a {
  color: #1C3B79 !important;
}

li.user-section a {
  color: #1C3B79 !important;
}


.pagination > .active > a {
  color: #FFFFFF !important;
}

.search-bar-section form .form-type-textfield {
  margin-bottom: 0 !important;
}

.search-result-item .col-md-2 {
  margin-top: 50px;
}

.search-result-item .col-md-2 p{
  font-size: 14px;
  color: #1C3B79;
}

.record-wrapper {
  margin: 25px auto 50px auto;
}

#signupform-form-id .btn-primary {
  color: #fff;
  background-color: #04198b;
  border-color: #04198b;
  border-radius: unset !important;
}

#signup a {
  color: #04198b;
  text-decoration: underline;
}

#login a {
  color: #04198b;
  text-decoration: underline;
}

.crc-title a {
  text-transform: uppercase;
}

.crc-authors {
  text-transform: uppercase;
}

.crc-subjects {
  text-transform: uppercase;
}

.crc-type {
  text-transform: uppercase;
}

.record-count {
  width: 91%;
  margin: 0 auto 25px auto;
}

.text-lable {
  font-weight: bold;
}


@media only screen and (min-width: 360px) and (max-width: 374px) {

  #wrapper #sidebar-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
    position: relative;
    height: auto;
  }

  .search-result-item .col-md-2 {
    margin-top: 10px;
  }

  .search-result-item {
    margin: 0 0 15px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ECEBEB;
  }

  #sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 10px;
  }

  #sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
  }

  ul.top-section form > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .search-bar-section form .form-type-textfield {
    margin-bottom: 10px !important;
    width: 70%;
    margin-top: 15px;
  }

  .search-bar-section .form-control {
    border-radius: 0;
    float: left;
    width: 100%;
  }

  .search-bar-section .btn-primary {
    color: #fff;
    background-color: #1C3B79 !important;
    border-radius: 0 !important;
    margin-left: 0;
  }

  ul.top-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 25px auto 15px auto;
    list-style: none;
    padding: 0 10px 0 10px;
    background: #f6f6f6;
  }

  .top-section .search-bar-section {
    width: 100%;
  }

  .top-section .clear-section {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-section .user-section {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-section .logout-section {
    width: 100%;
    margin-bottom: 15px;
  }

  .search-bar-section .btn-primary {
    color: #fff;
    background-color: #1C3B79 !important;
    border-radius: 0 !important;
    margin-left: 0;
    margin-bottom: 10px;
    width: 25%;
    float: left;
    margin-top: 15px;
  }

  .form-container {
    width: 90%;
    margin: 30px auto 75px auto;
  }

  .form-container p {
    text-align: center;
    margin-bottom: 20px;
  }

  .btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
    margin-left: -5px;
    margin-right: 0;
  }

  .pagination > li > a {
    padding: 5px 10px !important;
  }

  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 50px 0 !important;
    border-radius: 4px;
  }

}

@media only screen and (min-width: 375px) and (max-width: 413px) {
  #wrapper #sidebar-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
    position: relative;
    height: auto;
  }

  .search-result-item .col-md-2 {
    margin-top: 10px;
  }

  .search-result-item {
    margin: 0 0 15px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ECEBEB;
  }

  #sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 10px;
  }

  #sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
  }

  ul.top-section form > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .search-bar-section form .form-type-textfield {
    margin-bottom: 10px !important;
    width: 70%;
    margin-top: 15px;
  }

  .search-bar-section .form-control {
    border-radius: 0;
    float: left;
    width: 100%;
  }

  .search-bar-section .btn-primary {
    color: #fff;
    background-color: #1C3B79 !important;
    border-radius: 0 !important;
    margin-left: 0;
  }

  ul.top-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 25px auto 15px auto;
    list-style: none;
    padding: 0 10px 0 10px;
    background: #f6f6f6;
  }

  .top-section .search-bar-section {
    width: 100%;
  }

  .top-section .clear-section {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-section .user-section {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-section .logout-section {
    width: 100%;
    margin-bottom: 15px;
  }

  .search-bar-section .btn-primary {
    color: #fff;
    background-color: #1C3B79 !important;
    border-radius: 0 !important;
    margin-left: 0;
    margin-bottom: 10px;
    width: 25%;
    float: left;
    margin-top: 15px;
  }

  .form-container {
    width: 90%;
    margin: 30px auto 75px auto;
  }

  .form-container p {
    text-align: center;
    margin-bottom: 20px;
  }

  .btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
    margin-left: -5px;
    margin-right: 0;
  }

  .pagination > li > a {
    padding: 5px 10px !important;
  }

  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 50px 0 !important;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 480px) {
  #wrapper #sidebar-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
    position: relative;
    height: auto;
  }

  .search-result-item .col-md-2 {
    margin-top: 10px;
  }

  .search-result-item {
    margin: 0 0 15px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ECEBEB;
  }

  #sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 10px;
  }

  #sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
  }

  ul.top-section form > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .search-bar-section form .form-type-textfield {
    margin-bottom: 10px !important;
    width: 70%;
    margin-top: 15px;
  }

  .search-bar-section .form-control {
    border-radius: 0;
    float: left;
    width: 100%;
  }

  .search-bar-section .btn-primary {
    color: #fff;
    background-color: #1C3B79 !important;
    border-radius: 0 !important;
    margin-left: 0;
  }

  ul.top-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 25px auto 15px auto;
    list-style: none;
    padding: 0 10px 0 10px;
    background: #f6f6f6;
  }

  .top-section .search-bar-section {
    width: 100%;
  }

  .top-section .clear-section {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-section .user-section {
    width: 100%;
    margin-bottom: 5px;
  }

  .top-section .logout-section {
    width: 100%;
    margin-bottom: 15px;
  }

  .search-bar-section .btn-primary {
    color: #fff;
    background-color: #1C3B79 !important;
    border-radius: 0 !important;
    margin-left: 0;
    margin-bottom: 10px;
    width: 25%;
    float: left;
    margin-top: 15px;
  }

  .form-container {
    width: 90%;
    margin: 30px auto 75px auto;
  }

  .form-container p {
    text-align: center;
    margin-bottom: 20px;
  }

  .btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
    margin-left: -5px;
    margin-right: 0;
  }

  .pagination > li > a {
    padding: 5px 10px !important;
  }

  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 50px 0 !important;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 25px auto 15px auto;
    list-style: none;
    padding: 15px;
    background: #f6f6f6;
  }

  .top-section .search-bar-section {
    width: 50%;
    margin-right: 15px;
  }

  .top-section .clear-section {
    width: 12%;
  }

  .top-section .logout-section {
    width: 30%;
  }

  .top-section .logout-section {
    width: 20%;
  }

  #sidebar-wrapper {
    margin-bottom: 25px;
  }

  .form-container {
    width: 85%;
    margin: 30px auto 50px auto;
  }

  .form-container p {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {

}

@media only screen and (min-width: 1550px) {

}

