@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  border-top: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  min-width: 100%;
  line-height: 1.4em;
  background: none;
  padding-bottom: 0;
}
.kohana {
  display: none;
}
.sidebarDesign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebarDesign .headerWrap {
  background: #f7f9fa;
  height: 100vh;
  position: fixed;
  min-width: 280px;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .headerWrap {
    min-width: 210px;
  }
}
.sidebarDesign .headerWrap header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .headerWrap header {
    padding: 0 15px;
  }
}
.sidebarDesign .headerWrap header .velsoftLogo {
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .headerWrap header .velsoftLogo {
    padding-top: 10px;
  }
}
.sidebarDesign .headerWrap header .velsoftLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 180px;
  color: #6a7ce1;
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .headerWrap header .velsoftLogo a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .headerWrap header .velsoftLogo a img {
    margin-right: 10px;
  }
}
.sidebarDesign .headerWrap header .velsoftLogo a span {
  font-size: 1.5em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .headerWrap header .velsoftLogo a span {
    font-size: 1.2em;
  }
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li a.my-account {
  position: relative;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li a.my-account:before {
  content: '';
  display: inline-block;
  width: 21px;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  margin-right: 7px;
  text-align: center;
  font-family: 'myvelsoft-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li a.my-account:after {
  content: '\f078';
  font-family: FontAwesome;
  font-size: 0.7em;
  position: absolute;
  right: -18px;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li a.my-account[data-icon="my-account"]:before {
  background: none;
  content: '\63';
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li .my-account-menu {
  display: none;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(33px, -10px, 0);
  transform: translate3d(33px, -10px, 0);
  opacity: 0;
  background: #fff;
  width: 75%;
  border-radius: 3px;
  border: solid 1px #e9eaed;
  z-index: 999;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li .my-account-menu a {
  display: block;
  color: #808e9b;
  padding: 0 15px;
  cursor: pointer;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li .my-account-menu a:hover {
  background: #808e9b;
  color: #fff;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li:hover > .my-account-menu.display {
  display: block;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li:hover > .my-account-menu.anim {
  -webkit-transform: translate3d(33px, 0px, 0);
  transform: translate3d(33px, 0px, 0);
  opacity: 1;
}
.sidebarDesign .headerWrap header .navigationLinks {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a:before {
  content: '';
  display: inline-block;
  width: 21px;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  margin-right: 7px;
  text-align: center;
  font-family: 'myvelsoft-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="dashboard"]:before {
  background: none;
  content: '\69';
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="all-courses"]:before {
  background: none;
  content: '\68';
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="softskills"]:before {
  background: none;
  content: '\62';
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="computer"]:before {
  background: none;
  content: '\66';
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="certifications"]:before {
  background: none;
  content: '\64';
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="coursebuilder"]:before {
  background: none;
  content: '\67';
}
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a[data-icon="free-images"]:before {
  background: none;
  content: '\6b';
}
.sidebarDesign .headerWrap header .renewLink {
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .headerWrap header .renewLink {
    padding-bottom: 10px;
  }
}
.sidebarDesign .headerWrap header .renewLink a {
  display: block;
  background: #5287f4;
  text-align: center;
  border-radius: 3px;
  line-height: 42px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .headerWrap header .renewLink a {
    font-size: 0.8em;
  }
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul,
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul {
  list-style: none;
  padding: 0;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li,
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li {
  color: #808e9b;
  line-height: 40px;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li,
  .sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li,
  .sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li {
    font-size: 0.8em;
  }
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li.isActive,
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li.isActive {
  color: #5287f4;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li a,
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a {
  color: inherit;
}
.sidebarDesign .headerWrap header .userProfile .sidebarNavigation ul > li a:hover,
.sidebarDesign .headerWrap header .navigationLinks .sidebarNavigation ul > li a:hover {
  color: #5287f4;
}
.sidebarDesign .contentWrap {
  margin-left: 280px;
  width: calc(100% - 280px);
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .contentWrap {
    margin-left: 280px;
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .contentWrap {
    margin-left: 240px;
    width: calc(100% - 240px);
  }
}
.sidebarDesign .contentWrap .accountInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: #eeeeee 0px 5px 40px -4px;
  box-shadow: #eeeeee 0px 5px 40px -4px;
  height: 250px;
}
.sidebarDesign .contentWrap .accountInfo p {
  font-size: 1.2em;
  font-weight: 300;
  color: #5287f4;
}
@media only screen and (max-width: 1199px) {
  .sidebarDesign .contentWrap .accountInfo p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .contentWrap .accountInfo p {
    font-size: 0.7em;
  }
}
.sidebarDesign .contentWrap .accountInfo .currentCourseCount {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  text-align: center;
}
.sidebarDesign .contentWrap .accountInfo .currentCourseCount h2 {
  font-size: 7em;
  line-height: .9em;
  color: #5287f4;
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .contentWrap .accountInfo .currentCourseCount h2 {
    font-size: 4em;
    line-height: .7em;
  }
}
.sidebarDesign .contentWrap .accountInfo .userCaStatus {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.sidebarDesign .contentWrap .accountInfo .numberOfNewCourses {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
@media only screen and (max-width: 1199px) {
  .sidebarDesign .contentWrap .accountInfo .numberOfNewCourses {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.sidebarDesign .contentWrap .accountInfo .numberOfNewCourses p strong {
  font-size: 1.8em;
  text-decoration: underline;
}
.sidebarDesign .contentWrap .courseList {
  margin: 0 auto;
  width: 100%;
}
.sidebarDesign .contentWrap .courseList .courseListInner {
  padding: 30px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap a {
  display: block;
  background: transparent;
  border: solid 1px #e6eaef;
  text-align: center;
  color: #808e9b;
  width: 100%;
  max-width: 160px;
  font-size: 1em;
  line-height: 3em;
  margin: 0 5px;
}
@media only screen and (max-width: 1291px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap a {
    font-size: 0.8em;
    line-height: 3.8em;
  }
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap a {
    margin-right: 0;
  }
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap a:first-of-type {
  margin-left: 0;
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav .anchorWrap a.isActive {
  background: #5287f4;
  border-color: #5287f4;
  color: #fff;
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav form {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  position: relative;
}
@media only screen and (max-width: 1118px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav form {
    -webkit-box-flex: 0%;
    -ms-flex: 0%;
    flex: 0%;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav form {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav form label.icon-search {
  position: absolute;
  top: 14px;
  left: 17px;
  color: #808e9b;
  font-size: 20px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav form input {
  font-size: 1em;
  height: 46px;
  border: solid 1px #e6eaef;
  color: #808e9b;
  text-indent: 45px;
  width: 100%;
}
@media only screen and (max-width: 1291px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .flexNav form input {
    font-size: 0.8em;
  }
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav form input::-webkit-input-placeholder {
  color: #808e9b !important;
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav form input:-ms-input-placeholder {
  color: #808e9b !important;
}
.sidebarDesign .contentWrap .courseList .courseListInner .flexNav form input::placeholder {
  color: #808e9b !important;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable {
  margin-top: 80px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .staticHeadings {
  padding-bottom: 25px !important;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #e9eaed;
  padding-bottom: 12px;
  padding-top: 12px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle.lightGrey span {
  color: #808e9b;
  font-size: 15px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle span,
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle a {
  color: #55606d;
  font-size: 14px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle span.isChecked:before,
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle a.isChecked:before {
  content: '';
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle span[class^="icon"] {
  width: 23px;
  margin-top: 4px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle span[class^="icon"]:before {
  color: #5287f4;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle span.blue:before {
  color: #5287f4;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productTitle span.purple:before {
  color: rgba(106, 124, 225, 0.3);
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions {
  -ms-flex-preferred-size: calc(40% / 2);
  flex-basis: calc(40% / 2);
  text-align: center;
  font-size: 0.95em;
}
@media only screen and (max-width: 992px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions {
    flex-basis: calc(60% / 2);
  }
}
@media only screen and (max-width: 768px) {
  .sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions {
    font-size: 0.7em;
  }
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions span {
  color: #808e9b;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  margin: 0 4px;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions a.blue {
  color: #5287f4;
  background: rgba(82, 135, 244, 0.3);
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions a.liBlue {
  color: #53b4f8;
  background: rgba(83, 180, 248, 0.3);
  pointer-events: none;
}
.sidebarDesign .contentWrap .courseList .courseListInner .productTable .flexContent .productActions a.purple {
  color: #6a7ce1;
  background: rgba(106, 124, 225, 0.3);
}
.sidebarDesign .contentWrap .courseList .courseListInner .courseListBox {
  padding-top: 42px;
  width: 748px;
  margin-left: 0;
}
.sidebarDesign .contentWrap .courseList .pagination strong,
.sidebarDesign .contentWrap .courseList .pagination a {
  color: #fff;
  padding: 4px 12px;
  font-size: 0.9em;
  border-radius: 3px;
}
.sidebarDesign .contentWrap .courseList .pagination strong {
  background: rgba(82, 135, 244, 0.83);
}
.sidebarDesign .contentWrap .courseList .pagination a {
  background: #5287f4;
}
