html {
  scroll-behavior: smooth;
}

.readonly{
	background-color:#cccccc;
}

.content-wrapper a:hover {
  text-decoration: underline !important;
}

.content-wrapper {
  min-height: 100vh !important;
}

.able-logo {
  margin-right: 70px;
}

.widgetsContainer {
  max-width: 80%;
  padding: 1%;
  margin: auto !important;
  display: block;
}

.smallLabel {
  color: grey;
  font-size: 1em;
  font-weight: lighter;
  font-style: italic;
  font-weight: bold;
}

.date {
  font-weight: lighter;
  font-size: smaller;
  color: grey;
  font-weight: bold;
}

.card {
  border: 1px solid #f5f5f5;
}

.card-body {
  padding: 2%;
}

.widgetrow {
  min-height: 100px;
  padding: 1%;
  margin: auto;
}

.noinformation{
	margin-left:5%;
}

.article-header {
  font-size: 1.5em;
}

.titleLink {
  color: #003974 !important;
  text-decoration: none !important;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.3em;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.titleBig {
  color: #000000 !important;
  text-decoration: none !important;
  font-family: serif;
  font-weight: bolder;
  display: block;
  font-size: 2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-right: 0;
}

.menu {
  background-color: white !important;
  color: #003974 !important;
  transform: scale(1);
}

.main-header-top {
  position: fixed;
  width: 100%;
}

button {
  color: whitesmoke;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}

button:hover {
  opacity: 1;
}

.ebtn {
  color: #000000;
  display: none;
  margin-left: 2% !important;
  margin: 0;
  padding: 0;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 2px;
  border: 2px rgb(223, 223, 223) solid;
}

.eicon {
  font-size: 1.2em !important;
}

.eicon:hover {
  transform: scale(1.3, 1.3) !important;
  font-weight: bold !important;
}

@media (max-width: 766px) {
  .logo-toggle {
    display: flex;
    flex-direction: row;
  }

  .able-logo {
    margin-right: 20px;
  }
  .main-sidebar {
    position: fixed;
  }
}

@media (min-width: 766px) {
  .main-sidebar {
    position: fixed;
  }
}

@media (max-width: 766px) {
  .card1 {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) and (min-width: 766px) {
  .card1 {
    margin-top: 50px;
  }
}

.sidebar-menu li a:hover {
  background-color: #ebecf0;
}

hr {
  margin-top: 0px;
}

#registrations-pagination, #saved-articles-pagination, #topics-articles-pagination, #current-learning-opps-pagination, #registrations-live-pagination, #registrations-ondemand-pagination{
	padding: 2%;
  /*	padding-left:10%;*/
  display: flex;
  justify-content: center;
}

#registrations-pagination .page-link, #saved-articles-pagination .page-link, #topics-articles-pagination .page-link, #current-learning-opps-pagination .page-link, #registrations-live-pagination .page-link, #registrations-ondemand-pagination .page-link{
	color: #003974;
}

#registrations-pagination .page-item.active .page-link, #saved-articles-pagination .page-item.active .page-link, #topics-articles-pagination .page-item.active .page-link, #current-learning-opps-pagination .page-item.active .page-link#registrations-live-pagination .page-item.active .page-link, #registrations-ondemand-pagination .page-item.active .page-link{
	background-color: #ccc;
	border-color: #003974;
}

.pagination{
  padding: 2%;
  /*  padding-left:10%;*/
  display: flex;
  justify-content: center;
}

.pagination .page-link{
  color: #003974;
}

.pagination .page-item.active .page-link{
  background-color: #ccc;
  border-color: #003974;
}

/* Loading Container */
.loading-container {
  margin-top: 1em;
  padding-left: 10%;
  display: flex;
}

.dash {
  margin: 0 15px;
  width: 35px;
  height: 15px;
  border-radius: 8px;
  background: #003974;
  box-shadow: 0 0 10px 0 #CCC;
}

.first {
  margin-right: -18px;
  transform-origin: center left;
  animation: spin 3s linear infinite;  
}

.second {
  transform-origin: center right;
  animation: spin2 3s linear infinite;
  animation-delay: .2s;
}

.third {
  transform-origin: center right;
  animation: spin3 3s linear infinite;
  animation-delay: .3s;
}

.fourth {
  transform-origin: center right;
  animation: spin4 3s linear infinite;
  animation-delay: .4s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  30% {
    transform: rotate(370deg);
  }
  35% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-180deg);
  }
  35% {
    transform: rotate(-190deg);
  }
  40% {
    transform: rotate(-180deg);
  }
  78% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-360deg);
  }
  98% {
    transform: rotate(-370deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg);  
  }
  40% {
    transform: rotate(180deg);
  }
  45% {
    transform: rotate(190deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(370deg);
  }
  85% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-360deg);
  }
  65% {
    transform: rotate(-370deg);
  }
  75% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*Loading container ends */