@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300);
/* spinners */
.spin {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.spin .fa-refresh {
  color: #FFFFFF;
}
.has-spinner.active {
  cursor: progress;
}
.has-spinner.active .spin {
  opacity: 1;
  width: 20px;
  /* This doesn't work, just fix for unkown width elements */
}
/* checkout loading animations */
.spinner {
  margin: 100px auto;
  width: 150px;
  height: 100px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #337ab7;
  height: 100%;
  width: 16px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.help-block {
  line-height: 22px;
}
.btn {
  white-space: normal !important;
  word-wrap: break-word;
  border-radius: 0;
}
.btn-success {
  border-radius: 4px;
}
.sysOrders .content h6:not(.order) {
  background-color: #337ab7;
  color: #FFFFFF;
  padding: 5px 10px;
}
#checkout #content-part .container {
  margin-bottom: 50px;
}
.form-container h5 {
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
}
.form-container .form-control {
  border: none;
}
.error {
  color: #a94442;
  display: block;
  padding: 2px 0;
  font-weight: bold;
}
.paymentInfo {
  margin-bottom: 20px;
}
.creditCard .nav-tabs > li.active > a,
.creditCard .nav-tabs > li.active > a:hover,
.creditCard .nav-tabs > li.active > a:focus {
  color: #192b59;
  font-weight: bold;
}
.creditCard .nav-tabs > li > a {
  border-radius: 0;
  color: #000000;
}
.creditCard .btn {
  font-weight: bold;
}
.list-group {
  margin-left: 0;
}
.list-group .list-group-item {
  border-radius: 0;
}
hr {
  margin-top: 10px;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
button {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
button.btn-default {
  border: none;
}
a:hover,
a:focus {
  color: inherit;
}
#myaccount h4 {
  font-weight: bold;
  color: #0069aa;
}
#myaccount .accountLogin {
  padding: 40px;
  margin: 40px 0;
  background-color: #e0eaf5;
}
.table form {
  margin-top: 0;
}
.table .btn-link {
  padding-left: 0;
}
.table > thead > tr > th {
  border-bottom: none;
  background-color: #337ab7;
  color: #FFFFFF;
}
.table > tbody > tr > td {
  border: none;
  vertical-align: middle;
}
.table-striped {
  margin-top: 30px;
}
/* Form styles */
form {
  margin-top: 20px;
}
label.error {
  color: red;
}
.form-group,
.checkbox {
  border-radius: 0;
}
.form-control,
select {
  border-radius: 0;
  box-shadow: none;
}
.clear {
  clear: both;
  overflow: hidden;
}
img {
  border: 0px;
  outline: none;
  max-width: 100%;
}
.button {
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px ;
  line-height: 46px;
  color: #192b59;
  display: inline-block;
  border: 2px solid #192b59;
  text-transform: uppercase;
}
.button.green {
  color: #03a31a;
  border-color: #03a31a;
}
.button.green:hover {
  background: #03a31a;
}
.button:focus,
.button:hover {
  background: #192b59;
  text-decoration: none;
  color: #ffffff;
}
.orange-btn {
  margin-top: 15px;
  font-size: 24px;
  line-height: 50px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 20px;
  background: #feba12;
  color: #054163;
}
.orange-btn:focus,
.orange-btn:hover {
  text-decoration: none;
  background: #ff8c00;
  color: #054163;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.loginBar {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  margin-bottom: 20px;
  background: #192b59;
}
.loginBar .headerLinks ul {
  float: right;
  list-style-type: none;
  margin-right: 15px;
}
.loginBar a {
  color: #ffffff;
}
.loginBar .cartItems {
  margin-left: 5px;
  background: #FFF;
  color: #192b59;
  padding: 1px 5px;
  border-radius: 50%;
}
/* variables */
.pagination {
  margin: 20px 0;
}
.pagination .current {
  pointer-events: none;
  background: #0069aa;
  color: #FFFFFF;
  border: 1px solid #0069aa;
}
.image-right {
  float: right;
  margin: 0 0 8px 8px;
}
.image-left {
  float: left;
  margin: 0 8px 0 8px;
}
.alignright {
  float: right;
  margin: 2px 0 0 90px;
}
.author:not(:last-child):after {
  content: ",";
}
.authorFeed {
  margin: 5px 0 30px 0;
}
.authorFeed li {
  border-bottom: 1px solid #dddddd;
  padding: 8px 8px 8px 0;
}
.authorImage {
  padding: 25px 20px 0 0;
}
#bodyCntr {
  clear: both;
  padding: 112px 0 0;
}
.library-page .navbar-default .navbar-nav > li > a {
  color: #0a59a3;
}
/* filterBar */
.filterBar {
  clear: both;
  width: 100%;
}
.filterBar .left {
  float: left;
  position: relative;
}
.filterBar .left .dropdown-toggle {
  border-radius: 0;
  padding: 0 14px;
  font-weight: 700;
  display: block;
  border: 1px solid #a7a9ac;
  font-size: 12px;
  line-height: 32px;
  color: #6d6e71;
  width: 185px;
  height: 36px;
  position: relative;
  background: #e5e5e5;
  text-transform: uppercase;
  text-decoration: none;
}
.filterBar .left .dropdown-toggle:hover {
  text-decoration: none;
}
.filterBar .left .caret {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  float: right;
  border-right-width: 5px;
  border-left-width: 5px;
  border-top-width: 6px;
}
.filterBar .left.open .dropdown-menu {
  display: block;
}
.filterBar .left .dropdown-menu {
  padding: 0px 0 5px;
  margin: 0px;
  list-style-type: none;
  box-shadow: 0 0px 5px #6d6e71;
}
.filterBar .left .dropdown-menu li {
  background: none;
  padding: 0px;
  font-size: 12px;
}
.filterBar .dropdown-menu > li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #414042;
  padding: 4px 14px 3px;
}
.filterBar .dropdown-menu > li.active > a,
.filterBar .dropdown-menu > li.active > a:hover,
.filterBar .dropdown-menu > li > a:hover,
.filterBar .dropdown-menu > li > a:focus,
.filterBar .dropdown-menu > li > a:active {
  font-weight: 700;
  background: none;
  color: #414042;
}
.filterBar > form {
  float: left;
  position: relative;
}
.filterBar > form input[type="text"] {
  padding: 0 45px 0 15px;
  border: 1px solid #a7a9ac;
  border-left: 0px;
  font-size: 14px;
  color: #939598;
  height: 36px;
  width: 340px;
}
.filterBar > form button {
  width: 39px;
  height: 36px;
  text-align: center;
  border: 0px;
  background: none;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  font-weight: normal;
  color: #0d6bad;
}
.filterBar > form button i {
  padding-top: 3px;
  display: inline-block;
  vertical-align: top;
}
.filterBar .right {
  float: right;
  padding: 7px 0 0px;
  margin: 0px;
  list-style-type: none;
}
.filterBar .right > li {
  display: inline-block;
  vertical-align: top;
  background: none;
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid #a4a5a8;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
}
.filterBar .right > li a {
  color: #016aac;
  display: block;
  font-weight: 700;
}
.filterBar .right > li:first-child {
  border: 0px;
}
.filterBar .right input {
  border: 1px solid #CCCCCC;
  border-left: none;
}
.filterBar .right button {
  border: 1px solid #CCCCCC;
}
#researchadvisory .breadcrumb li:not(:nth-child(-n+3)) {
  display: none;
}
.breadcrumb {
  background: none;
  padding: 10px 0;
  margin: 0px;
  border: 0px;
}
.breadcrumb li {
  font-size: 12px;
  color: #414042;
}
.breadcrumb li a {
  color: #414042;
}
.breadcrumb > li + li::before {
  padding: 0 3px;
  color: #414042;
}
.breadcrumb > .active {
  color: #414042;
}
.input-group-addon {
  background-color: #016aac;
  border: 1px solid #016aac;
  border-radius: 0;
}
.input-group-addon > .fa {
  color: #FFFFFF;
  min-width: 11px;
}
.input-group-addon input {
  border: 1px solid #ccc;
  border-left: 0;
}
.downloadLogin {
  cursor: not-allowed;
}
#passwordreset h3 {
  margin-top: 30px;
}
#passwordreset label {
  text-align: left;
}
/* libraysliderBar */
.libraysliderBar {
  padding: 0px;
  margin: 0 0 41px;
  position: relative;
  border: 1px solid #d1d2d4;
}
.libraysliderBar .btn-primary {
  padding: 11px 15px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  background-color: #004a98;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: center;
}
.libraysliderBar .btn-primary:hover {
  text-decoration: none;
  background: #5797c5;
}
.libraysliderBar ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.libraysliderBar ul li {
  padding: 0px;
  background: none;
}
.libraysliderBar ul.slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top
center;
}
.libraysliderBar article {
  padding: 39px 69px;
  width: 100%;
}
.libraysliderBar article h3 img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.libraysliderBar article h3 {
  padding: 15px 20px 12px 27px;
  line-height: 30px;
  background: rgba(206, 151, 42, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.libraysliderBar aside {
  padding: 17px 80px 30px;
  border: 1px solid #d5d5d7;
  border-top: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.libraysliderBar aside h2 {
  padding-bottom: 9px;
  font-size: 24px;
  line-height: 30px;
  color: #016aac;
  font-weight: 700;
}
.libraysliderBar aside span.tags {
  padding-bottom: 18px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.libraysliderBar aside span.tags span {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  color: #adafb1;
}
.libraysliderBar .flex-prev {
  margin: -30px 0 0 0;
  font-size: 0px;
  line-height: 0px;
  width: 25px;
  height: 60px;
  display: block;
  position: absolute;
  left: 19px;
  top: 50%;
  background: url("../../images/prev-img.png") top left no-repeat;
}
.libraysliderBar .flex-next {
  margin: -30px 0 0 0;
  font-size: 0px;
  line-height: 0px;
  width: 25px;
  height: 60px;
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  background: url("../../images/next-img.png") top left no-repeat;
}
.libraysliderBar .flex-next:hover,
.libraysliderBar .flex-prev:hover {
  opacity: 0.8;
}
.libraysliderBar ul.slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.libraysliderBar ul.slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
/* libraytabsBar */
.libraytabsBar {
  padding: 0px;
  margin: 0px 0 27px;
}
.libraytabsBar .tab-content {
  padding: 39px 30px 23px;
  margin: 0px;
  border: 1px solid #bcbdc0;
  overflow: hidden;
  position: relative;
  top: -1px;
}
.libraytabsBar .tab-content ul {
  margin: 0px;
  padding: 0px;
  list-style-none: none;
}
.libraytabsBar .tab-content ul li {
  list-style: none;
  margin: 0 10px 18px;
  width: 385px;
  float: left;
  padding: 0px;
  background: none;
  box-shadow: 0 0 5px #d1d2d4;
  border: 1px solid #d1d2d4;
  cursor: pointer;
}
.libraytabsBar .tab-content ul li figure {
    border-bottom: 6px solid #7b92ab;
    position: relative;
}
.libraytabsBar .tab-content ul li figure:after {
    position: absolute;
    border-top: solid 10px #7b92ab;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 0 #0f2366;
    content: "";
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}
.libraytabsBar .tab-content ul li img {
  display: block;
  width: 385px;
}
.libraytabsBar .tab-content ul li h3 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #58595b;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 20px 50px;
}
.libraytabsBar .tab-content ul li aside {
  position: relative;
  min-height: 117px;
  background-color: #F5F5F5;
}
.libraytabsBar .nav-tabs {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.libraytabsBar .nav-tabs li {
  padding: 0px;
  margin: 0px;
  background: none;
  width: 25%;
}
.libraytabsBar .nav-tabs > li > a {
  min-height: 90px;
  padding: 17px 15px 23px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #e7e8e9;
  border-radius: 0px;
  box-shadow: inset 0 -10px 10px -10px #bcbdc0;
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
}
.libraytabsBar .nav-tabs > li > a:hover { color: #0274b3; }
.libraytabsBar .nav-tabs > li.active > a,
.libraytabsBar .nav-tabs > li.active > a:hover,
.libraytabsBar .nav-tabs > li.active > a:focus {
  color: #0274b3;
  margin-top: -10px;
  border: 1px solid #bcbdc0;
  border-top: 10px solid #0274b3;
  border-bottom: 0px;
  box-shadow: none;
  padding: 18px 15px 23px;
}
.libraytabsBar .nav-tabs > li > a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  background: #fff;
  z-index: 11;
  opacity: 0;
}
.libraytabsBar .nav-tabs > li.active > a:after,
.libraytabsBar .nav-tabs > li.active > a:hover:after,
.libraytabsBar .nav-tabs > li.active > a:focus:after {
  opacity: 1;
}
.libraytabsBar .nav-tabs > li > a img {
  margin: 4px 17px 0 0;
  display: inline-block;
  vertical-align: top;
}
.libraytabsBar .nav-tabs > li > a span {
  display: inline-block;
  padding-top: 8px;
  text-align: left;
  vertical-align: middle;
}
.libraytabsBar .nav-tabs > li:last-child > a span:first-of-type {
  margin-top: 10px;
}
.libraytabsBar .nav-tabs > li .icon {
  height: 36px;
  width: 36px;
}
.libraytabsBar .nav-tabs > li.active .icon {
  background-position: 0px 0px;
}
.libraytabsBar .nav-tabs > li:last-child a {
  margin-right: 0px;
}
/* libraytabsBar */
.hottopicsBar {
  padding: 0px;
  margin: 0px;
  border: 1px solid #d1d2d4;
}
.hottopicsBar h2 {
  padding: 15px 20px;
  margin-bottom: 23px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  background: #016aac;
  line-height: 30px;
}
.hottopicsBar h2 img {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.hottopicsBar ul {
  margin: 0px;
  padding: 0px 22px 25px;
  overflow: hidden;
  list-style-none: none;
}
.hottopicsBar li {
  float: left;
  width: 50%;
  list-style: none;
  padding: 0px 22px 22px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #58595b;
  background: none;
  font-weight: 700;
}
.hottopicsBar li a {
  color: #58595b;
  color: #0069aa;
}
.hottopicsBar li a:hover {
  color: #58595b;
}
/* textBar */
.textBar {
  padding: 43px 0px;
  margin: 0px;
}
.textBar h2 {
  padding-bottom: 33px;
  font-size: 24px;
  line-height: 30px;
  color: #016aac;
  font-weight: 400;
  text-align: center;
}
.textBar p {
  font-size: 14px;
  color: #414042;
  line-height: 30px;
}
.library-page footer .social a {
  margin-left: 12px;
}
.library-page footer .social a:first-child {
  margin-left: 0px;
}
.back-to-result {
  padding: 23px 0 25px;
  border-bottom: 1px solid #d1d2d4;
}
.back-to-result a {
  font-size: 18px;
  text-transform: uppercase;
  color: #016aac;
  display: table;
}
/* detailBar */
.detailBar {
  padding: 19px 0px 28px;
  margin: 0px;
}
.detailBar h1 {
  padding: 0 0 16px;
  font-size: 28px;
  line-height: 32px;
  color: #016aac;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e8;
}
.detailBar .meta-box {
  padding: 33px 0px 40px;
  margin: 0px;
  list-style-none: none;
  overflow: hidden;
}
.detailBar .meta-box li {
  list-style: none;
  padding: 0px;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #414042;
  background: none;
}
.detailBar .meta-box li:first-child {
  text-transform: uppercase;
}
.detailBar .meta-box li:after {
  margin: 0 8px;
  content: "|";
  color: #a7a9ac;
}
.detailBar .meta-box li:last-child:after {
  display: none;
}
.detailBar .meta-box li:last-child {
  color: #6d6e71;
}
.detailBar .meta-box li a {
  color: #414042;
}
.detailBar p, .detailBar ul {
  font-size: 14px;
  line-height: 30px;
  color: #414042;
}
/* bottomBar */
.bottomBar {
  padding: 29px 0 40px;
  clear: both;
  border-top: 1px solid #e7e7e8;
}
.bottomBar ul {
  padding: 0px;
  margin: 0px;
  list-style-none: none;
}
.bottomBar li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: none;
}
.bottomBar h3 {
  padding-bottom: 26px;
  font-size: 18px;
  color: #414042;
  line-height: 30px;
  font-weight: 700;
}
.bottomBar .left {
  width: 50%;
  float: left;
}
.bottomBar .left li {
  padding-bottom: 15px;
  line-height: 53px;
  font-size: 14px;
  color: #016aac;
  font-weight: 700;
}
.bottomBar .left li img {
  margin: 0 22px 0 0;
  display: inline-block;
  vertical-align: top;
}
.bottomBar .left li a {
  line-height: 20px;
  color: #016aac;
}
.bottomBar .right li {
  list-style-type: none;
  padding: 17px 0 3px;
  font-size: 14px;
  color: #016aac;
  font-weight: 700;
  line-height: 20px;
}
.bottomBar .right {
  width: 48.5%;
  float: right;
}
.add-to-cart-btn {
  border: 0;
  padding: 15px 10px;
  background: #f78c1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.add-to-cart-btn:hover,
.add-to-cart-btn:focus,
.add-to-cart-btn:active {
  text-decoration: none;
  color: #fff;
  background: #ce6b07;
}
.subscribe-btn,
.subscribe-submit {
  cursor: pointer;
  background: none;
  padding: 12px 0;
  border: 1px solid #004a98;
  color: #004a97;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  width: 210px;
}
.subscribe-btn:hover,
.subscribe-submit,
.subscribe-btn:focus,
.subscribe-btn:active {
  background: #004a98;
  color: #fff;
  border: 1px solid #004a98;
  text-decoration: none;
}
.subscribe-btn:disabled{
  background: #fefefe;
  color: #d8d8d8;
  text-decoration: none;
  border: 1px solid #d8d8d8;
}
#right-part {
  padding-top: 25px;
}
#left-part {
  padding-bottom: 25px;
}
/* priceBar */
.buy {
  cursor: pointer;
  padding-bottom: 15px;
}
.priceBar {
  text-align: center;
  padding: 0px 40px 34px;
  background: #e0eaf5;
}
.priceBar h4,
.subscribeBar h4 {
  text-align: center;
  padding: 10px 0;
  font-size: 25px;
  color: #231f20;
  line-height: 34px;
  font-family: Oxygen,sans-serif;
  border-bottom: 1px solid #FFFFFF;
}
.priceBar input,
.buy_form input,
#myaccount .login-nav input,
#myaccount .passForm form input {
  border: none;
}
.subscribeBar h4 {
  padding-top: 0;
}
#myaccount .login-nav button:hover,
#myaccount .passForm button:hover {
  background: #016aac;
  color: #FFFFFF;
  font-weight: bold;
}
/* subscribeBar */
.subscribeBar {
  padding: 27px 40px;
  margin-bottom: 19px;
  background: #e0eaf5;
  text-align: center;
}
.subscribeBar .radio label { padding: 0; }

.subscribeBar p:first-of-type {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #FFFFFF;
}
.subscribeBar p {
  font-size: 14px;
  line-height: 18px;
  color: #414042;
}
.subscribeBar .center-block {
  font-weight: bold;
  margin-top: 15px;
}
.subscribeBar strong {
    display: block;
    margin-top: 10px;
}
/* librarybannerBar */
.librarybannerBar {
  padding: 0px;
  margin: 0px 0 4px;
  border: 1px solid #d1d2d4;
  position: relative;
}
.librarybannerBar .text {
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.librarybannerBar .text img,
.librarybannerBar .text h1 {
  display: inline-block;
  vertical-align: top;
}
.librarybannerBar .text h1 {
  padding: 20px 17px 20px;
  display: block;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #0274b3;
}
.librarybannerBar .text h1 a {
  color: #ffffff;
}
.librarybannerBar .text h1 img {
  margin-right: 46px;
}
.librarybannerBar > img {
  display: block;
  width: 100%;
}
.libraryPortalBlock {
  max-height: 375px !important;
  overflow-y: hidden;
}
.libraryPortalBlock .common {
  max-height: 375px !important;
  overflow-y: hidden;
}
/* portalBar */
.portalBar {
  padding: 40px 0 20px;
  margin: 0px 0 4px;
}
.portalBar p {
  font-size: 14px;
  line-height: 30px;
  color: #414042;
}
.portalBar .row {
  clear: both;
  padding-top: 30px;
}
.portalBar .common {
  padding: 10px 0px;
  border: 1px solid #d6d6d8;
  height: 375px;
  background: #f8f8f8;
  overflow: hidden;
}
.portalBar .common .content {
  padding: 20px;
}
.portalBar .common p {
  line-height: 25px;
}
.portalBar h2 {
  border-bottom: 2px solid #5896c4;
  padding: 5px 20px 15px 20px;
  font-size: 24px;
  color: #6d6e71;
  line-height: normal;
  font-weight: 400;
  position: relative;
}
.portalBar h2:after {
  border-bottom: solid 0 #5896c4;
  border-top: solid 10px #5896c4;
  position: absolute;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  content: "";
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}
.portalBar h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
}
.portalBar h2 span {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}
.portalBar .common ul {
  margin: 0px;
  list-style: none;
}
.portalBar .common li {
  list-style: none;
  padding: 14px 0 3px;
  background: none;
  font-size: 14px;
  line-height: 20px;
  color: #016aac;
}
.portalBar .common li a {
  color: #016aac;
}
.portalBar .common .read-more {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #016aac;
  text-transform: uppercase;
  display: table;
}
/* portalBar */
.listBar {
  padding: 0px 0 40px;
  margin: 0px;
}
.listBar h2 {
  padding: 19px 20px 28px;
  font-size: 24px;
  color: #6d6e71;
  line-height: 46px;
  font-weight: 400;
  position: relative;
  text-align: center;
}
.listBar h2:after {
  position: absolute;
  border-left: solid 7px transparent;
  border-right: solid 7px
transparent;
  content: "";
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}
.listBar.endpoint-protection h2:after {
  border-bottom: solid 0 #808285;
  border-top: solid 10px #808285;
}
.listBar.content-security h2:after {
  border-bottom: solid 0 #f78c1e;
  border-top: solid 10px #f78c1e;
}
.listBar.infrastructure-security h2:after {
  border-bottom: solid 0 #5896c4;
  border-top: solid 10px #5896c4;
}
.listBar img {
  float: left;
  margin: 8px 35px 10px 12px;
}
.listBar h3 {
  padding: 0 150px 11px 0;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #016aac;
  font-weight: 700;
}
.listBar h3 a {
  color: #016aac;
}
.listBar .more {
  padding-right: 50px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 5px;
  color: #f68d1f;
  line-height: 40px;
  display: block;
  font-size: 14px;
  width: 17px;
  height: 40px;
  background: url("../../images/arrow-right.png") center right no-repeat;
  text-transform: uppercase;
  font-weight: 700;
}
.listBar .common {
  padding: 34px 0 32px;
  margin-bottom: 4px;
  position: relative;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e8;
}
.listBar .common p {
  font-size: 14px;
  line-height: 24px;
  color: #414042;
}
.listBar .common p a {
  color: #414042;
}
.listBar .common p a:first-child {
  text-transform: uppercase;
}
.listBar .common p span:first-child {
  text-transform: uppercase;
}
.listBar .common p span:not(:first-child):not(.author) {
  color: #a7a9ac;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.library-page.search-result header {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.library-page.search-result .filterBar {
  padding-top: 22px;
}
/* subsBar */
.subsBar {
  padding: 12px 0px 8px;
  margin: 0px 0;
  text-align: center;
  background: #e7e7e8;
  position: relative;
}
.subsBar:after {
  content: "";
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -5000px;
  background: #e7e7e8;
}
.subsBar:before {
  content: "";
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -5000px;
  background: #e7e7e8;
}
.subsBar a {
  font-size: 16px;
  font-weight: 400;
  color: #6d6e71;
  text-transform: uppercase;
  margin: 0 19px;
  display: inline-block;
  vertical-align: top;
}
.subsBar a.library {
  color: #0957a0;
}
/* enterpriseBar */
.enterpriseBar {
  padding: 2px 0px 30px;
  margin: 0px;
}
.enterpriseBar h1 {
  padding-bottom: 57px;
  font-size: 38px;
  text-align: center;
  line-height: 42px;
  color: #323220;
}
.enterpriseBar img {
  display: block;
  margin: auto;
}
/* resultBar */
.resultBar {
  padding: 24px 0px 24px;
  margin: 0px;
  overflow: hidden;
  border-top: 1px solid #d1d2d4;
  border-bottom: 1px solid #d1d2d4;
}
.resultBar span.result {
  padding: 6px 0 0 20px;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #6d6e71;
  text-transform: uppercase;
}
.resultBar span.result strong {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #414042;
  font-size: 14px;
  padding-left: 8px;
  text-transform: none;
}
.resultBar ul {
  float: right;
  padding: 0px 20px 0 0;
  margin: 0px;
  list-style-none: none;
}
.resultBar ul li {
  padding: 0px;
  margin: 0px;
  background: none;
  float: left;
  font-size: 14px;
  color: #6d6e71;
}
.resultBar ul li a {
  color: #6d6e71;
}
.resultBar ul li:after {
  content: "|";
  margin: 0 12px 0 14px;
  display: inline-block;
  vertical-align: top;
}
.resultBar ul li:first-child {
  padding-right: 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.resultBar ul li:last-child:after,
.resultBar ul li:first-child:after {
  display: none;
}
.resultBar ul li a:hover {
  color: #016aac;
}
.resultBar ul li.active a,
.resultBar ul li.active a:hover {
  text-decoration: none;
  color: #016aac;
  font-weight: 700;
}
.resultBar h3 {
  display: inline-block;
}
/* sortingBar */
.sortingBar {
  padding: 0px;
  margin: 0px;
}
.sortingBar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.sortingBar ul li {
  padding: 0px;
  background: none;
  font-size: 14px;
  color: #6d6e71;
  line-height: 20px;
  position: relative;
  border-bottom: 1px solid #d1d2d4;
  text-transform: uppercase;
  background: #f7f9fa;
}
.sortingBar ul li li {
  text-transform: none;
  border: 0px;
}
.sortingBar ul li li label {
  padding: 13px 0 14px 60px;
}
.sortingBar ul li li:first-child label {
  padding-top: 0px;
}
.sortingBar ul li li:last-child label {
  padding-bottom: 16px;
}
.sortingBar ul li li label {
  font-weight: 400;
}
.sortingBar ul li ul {
  padding: 10px 0 0;
}
.sortingBar ul li input[type="checkbox"] {
  border: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  z-index: 1;
  cursor: pointer;
  max-height: 49px;
}
.sortingBar ul li label:hover {
  cursor: pointer;
}
.sortingBar ul li label {
  padding: 15px 0px 14px 20px;
  font-weight: 700;
  display: block;
}
.sortingBar ul li:not(.head) label:before {
  content: "";
  margin-right: 11px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background: url("../../images/checkbox.png") center left no-repeat;
}
.sortingBar ul .head {
  border-bottom: 1px solid #d1d2d4 !important;
  text-transform: uppercase;
  background: #e0eaf5;
  border: none;
  display: block;
  padding: 15px 0px 14px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #6d6e71;
  line-height: 20px;
}
.sortingBar ul .head .fa {
  float: right;
  padding-right: 25px;
}
.sortingBar ul .head:hover {
  text-decoration: none;
}
.sortingBar ul li a:hover,
.sortingBar ul li a:focus {
  text-decoration: none;
}
.sortingBar ul li a:focus label:before,
.sortingBar ul li .checked label:before {
  background: url("../../images/checked.png") center left no-repeat;
}
.sortingBar ul li .checked label {
  background: #e0eaf5;
}
.sortingBar ul li li .checked label {
  background: none;
}
.sortingBar ul li a {
  color: #939598;
  font-weight: 300;
}
.libraryCnt {
  padding-bottom: 38px;
}
.libraryCnt .col-sm-4 {
  width: 30.9%;
}
.libraryCnt .col-sm-8 {
  width: 69.1%;
}
.libraryCnt .listBar {
  padding: 14px 0 40px;
}
.libraryCnt .listBar img {
  margin: 5px 33px 10px 15px;
}
.libraryCnt .listBar .common {
  padding: 37px 0 50px;
}
.libraryCnt .listBar .more {
  right: 19px;
  margin-top: -29px;
}
.pagination {
  padding: 30px 0;
  margin: 0px;
  display: block;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  text-align: center;
}
.pagination li {
  background: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: -2px;
  margin-right: -3px;
  font-size: 14px;
  color: #327cb7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #327cb7;
}
.pagination > li > a[aria-label="Next"] span {
  margin-left: 3px;
}
#filter_menu {
  padding: 8px 45px 8px 20px;
  float: right;
  position: relative;
  color: #fff;
  border-radius: 2px;
  display: none;
  font-size: 17px;
  line-height: 24px;
  background: #104c95;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
#filter_menu span {
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 12px;
  background: url("../../images/mobilenavarrow.png") top right no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
#filter_menu.active span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#filter_menu:hover,
#filter_menu:focus {
  text-decoration: none;
}
.accodian-tabs.active,
.accodian-tabs {
  display: none;
}
.filterBar *::-webkit-input-placeholder {
  opacity: 1;
  color: #939598;
}
.filterBar *::-moz-placeholder {
  opacity: 1;
  color: #939598;
}
.filterBar *:-ms-input-placeholder {
  opacity: 1;
  color: #939598;
}
.library-page.search-result header.fixed {
  box-shadow: 0 7px 7px -7px #3d3d3d;
  -webkit-box-shadow: 0 7px 7px -7px #3d3d3d;
  -ms-box-shadow: 0 7px 7px -7px #3d3d3d;
  -o-box-shadow: 0 7px 7px -7px #3d3d3d;
  -moz-box-shadow: 0 7px 7px -7px #3d3d3d;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
.fa-spinner {
  font-size: 18px;
  color: #016aac;
  animation: rotation 2s infinite steps(4);
  -webkit-animation: rotation 2s infinite steps(8);
  -moz-animation: rotation 2s infinite steps(8);
}
/*.panel-default {
  border-radius: 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #000000;
  border-left: none;
  border-right: none;
}
.panel-default a {
  color: #000000;
}
.panel-default > .panel-heading {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background-color: #e0a916;
  border-bottom: 2px solid #a47001;
  border-radius: 0;
}
.panel-default > .panel-heading img {
  width: 28px;
  margin-right: 10px;
}
.panel-body {
  padding: 30px 10px;
  text-align: center;
  min-height: 121px;
  background: linear-gradient(to right bottom, #ffffff 40%, #aaaaaa);
  background: -moz-linear-gradient(to right bottom, #ffffff 40%, #aaaaaa);
  background: -webkit-linear-gradient(to right bottom, #ffffff 40%, #aaaaaa);
  background: -o-linear-gradient(to right bottom, #ffffff 40%, #aaaaaa);
}
.panel-body {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 22px;
}*/
.alert {
  border-radius: 0;
}
.alert_info {
  margin-top: 10px;
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=80);
  z-index: 100;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -100px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
}
#loading .inner {
  padding: 30px 40px;
}
#loading .fa-spinner {
  display: block;
  text-align: center;
}
.btn-success .fa-refresh {
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 8px;
}
@media print {
  .nav-pills,
  header,
  footer,
  .btn {
    display: none;
  }
  a[href]:after {
    content: none;
  }
}
