.library-main-container .vc_col-sm-4 {
  width: 32%;
}
ul.cudoo-library-courses {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
li.library-course {
  background-color: #fff;
  margin: 14px;
  flex: 0 1 320px;
  display: flex;
  flex-direction: column;
}
body.home li.library-course {
  margin: 10px;
  flex: 0 1 300px;
}
li.library-course .fa-heart {
  color: #ff6384;
}
.library-main-container
  .wpb_text_column
  .cudoo-library
  .library-course:last-child {
  margin-bottom: auto;
}
li.library-course .details-row {
  border-top: 1px solid #f3f3f3;
  padding: 0 10px;
  margin-top: auto;
}
li.library-course h3 {
  text-align: left;
  text-transform: none;
  padding: 0 15px;
  margin: 13px 0;
  color: #505050;
  letter-spacing: normal;
}
li.library-course a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
li.library-course a div.lib-course-container {
  position: relative;
  background: black;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
li.library-course a div.lib-course-container span {
  display: none;
  top: 50%;
  position: absolute;
  right: 40%;
  transform: translateY(-50%);
  color: #fff;
}
li.library-course a:hover div.lib-course-container span {
  display: block;
}
li.library-course a div.lib-course-container img {
  padding: 0;
  margin: 0;
  display: block;
}
li.library-course a:hover div.lib-course-container img {
  opacity: 0.4;
}
.library-course-desc {
  padding: 8px 15px;
}
.library-course-desc p {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
.cudoo-library .woocommerce-pagination {
  margin-top: 30px;
}
.cudoo-library .woocommerce-pagination ul.page-numbers li a {
  background: #4bc0c0;
  color: white;
  border: #4bc0c0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cudoo-library .woocommerce-pagination ul.page-numbers li span.current,
.cudoo-library .woocommerce-pagination ul.page-numbers li a:hover {
  color: #fff;
  background-color: rgba(255, 94, 58, 0.86);
  border-color: rgba(255, 94, 58, 0.86);
}
.my-list-dashboard .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.my-list-dashboard div#user_name {
  margin-top: 40px;
}
.stats-row-container {
  margin-top: 15px;
  display: flex;
  align-items: stretch;
  position: relative;
}
.stats-row-stat {
  position: relative;
  background-color: white;
  flex: 1 1 300px;
  margin: 0 10px;
  padding: 15px;
}
.stats-row-stat p {
  text-align: center;
  font-size: 18px;
}
.pie-graph-sublabel {
  margin-bottom: 10px;
}
div.shadowed,
li.shadowed {
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  transition: all ease 0.3s;
}
.library-course.shadowed:hover {
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.2);
}
.dash-library-section p {
  font-size: 1.1em;
  text-align: center;
}
.dash-library-nav-main {
  /* font-size: 1.1em; */
  font-weight: bold;
  /* color: #ff5e3a; */
}
.dash-library-top-nav-main {
  font-size: 1.1em;
  color: #777;
  margin-top: 0;
}
.dash-library-top-nav-main a {
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.58);
  color: #70757d;
}
.dash-library-top-nav-main a:before {
  /* position: absolute;
  font-family: 'FontAwesome';
  top: 15px;
  right: 6px; 
  content: '\f105'; */
}
.dash-library-top-nav-main a.menu-active,
.dash-library-top-nav-main a:hover {
  background: #dde2e6;
}
.dash-library-top-nav-main a:hover {
  text-decoration: none;
  color: #777;
}
.dash-library-top-nav .fa {
  font-size: 1em;
  width: 24px;
}
.dash-library-nav .menu-item {
  margin-top: 24px;
}
.dash-library-nav-main a:hover {
  text-decoration: underline;
}
.dash-library-nav-subitems p {
}
.dash-library-nav-subitems p a {
  color: #717171;
  font-size: 0.9em;
  font-weight: 500;
}
.dash-library-nav-subitems p a:hover {
  color: #717171;
  text-decoration: underline;
}
.dash-library-nav {
  padding: 10px 16px;
}
li.library-course a.add_to_bookmarks {
  color: #868686;
  position: relative;
}
.add_to_bookmarks:hover {
  color: #868686;
}
.add_to_bookmarks:hover .fa-bookmark:before {
  content: '\f097';
}
.add_to_bookmarks:hover .fa-bookmark-o:before {
  content: '\f02e';
}
.my-list-dashboard li.library-course a.library_enroll_button {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 50%;
  width: 40px;
  background-color: #5fcf80;
  color: #fff;
  text-align: center;
  position: relative;
}
.my-list-dashboard [data-hint]:after {
  font-size: 0.8rem;
  line-height: inherit;
}
.my-list-dashboard [class*='hint-bottom']:before {
  border-bottom-color: #383838;
}
.my-list-dashboard [class*='hint-top']:before {
  border-top-color: #383838;
}
.my-list-dashboard [data-hint]:after {
  background: #383838;
  padding: 8px 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.notice {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.notice-img img {
  max-width: 125px;
}
.my-list-dashboard .notice-container {
  text-align: left;
  background: #adecf7;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 20px;
}
.my-list-dashboard .notice p {
  margin: 8px 0;
  font-size: 16px;
  color: #353f49;
  font-weight: 500;
}
.notice-close {
  position: absolute;
  right: 20px;
  top: 1px;
  z-index: 200;
}
.notice-close a {
  display: inline-block;
}
.display-filter-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.display-filter-row #ending_line {
  border-bottom: none;
}
.display-filter-row #cudoo_search_results {
  position: absolute;
  width: 94%;
  padding: 0px 2%;
  margin: 0 auto;
  height: auto;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  border: 1px solid #e6e6e6;
}
.display-filter-row #cudoo_search_results a:hover span {
  color: #000;
}
.display-filter-col {
  flex: 1 1 200px;
  max-width: 325px;
  margin: 2px auto;
}
.cudoo-course-library-search-filter,
.cudoo-course-library-progress-filter,
.cudoo-course-library-display-filter {
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #818181;
  font-family: 'Quicksand', sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cudoo-course-library-search-filter {
  width: 280px;
  text-align: left;
}
.cudoo-course-library-progress-filter {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill='#818181' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px top 14px;
  background-size: 15px 15px;
  width: 147px;
}
.cudoo-course-library-display-filter {
  margin: 5px 0 1px;
}
.cudoo-course-library-progress-filter::-ms-expand {
  display: none;
}
.library-main-container {
  display: flex;
}
.top-graph-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .top-graph-container {
    display: block;
  }
  .top-graph-container .vc_col-sm-4 {
    width: 100%;
  }
  .activity-graph-container {
    display: none;
  }
  .display-filter-row {
    display: block;
  }
  .display-filter-row > .display-filter-col > p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .library-main-container {
    display: block;
  }

  .dash-library-section, .dash-library-nav, .dash-library-nav + .separator.normal {
    display: none;
  }
}
#dash_search_wrap,
#cudoo_search_wrap {
  position: relative;
}
#dash_search_wrap i,
#cudoo_search_wrap i {
  position: absolute;
  left: 0px;
  top: 31%;
}
