body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}




body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
md-toast .md-toast-content {
  background-color: #2186F7 !important;
  border-radius: 2px;
}
md-toast[md-theme=warn] .md-toast-content {
  background-color: #F44336 !important;
  border-radius: 2px;
}

[ui-view].content.ng-enter,
[ui-view].content.ng-leave {
  transition: opacity ease-in-out 200ms;
}
[ui-view].content.ng-enter,
[ui-view].content.ng-leave.ng-leave-active {
  opacity: 0;
}
[ui-view].content.ng-enter.ng-enter-active {
  opacity: 1;
}
.Page.ng-leave.ng-leave-active {
  display: none;
}

/*==================== HANDY CLASSES =====================*/
.u-center {
  text-align: center;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.vertical-middle {
  vertical-align: middle;
}
.highcharts-button {
  display: none;
}
.white-back {
  background-color: white;
  padding: 15px;
}
.relative {
  position: relative;
}
.small {
  font-size: 11px;
}
.muted {
  color: #999;
}
.help {
  cursor: help;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.25s ease-in-out !important;
  transition-delay: 0.1s !important;
}
.background-cover {
  background-position: center;
  background-size: cover;
  background-position: center center;
}
.absolute-center {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.whiteback {
  background-color: white;
  padding: 15px;
}
.video-container-box {
  margin-right: 20px;
}
.video-container-box .video-container {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.video-container-box .video-container .wistia-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/*==================== BUTTON STYLING =====================*/
.btn {
  font-size: 100%;
  border-radius: 0px !important;
  border: 1px solid #2ea9ed;
  margin: 2px;
  background-color: white;
  color: #2186F7;
}
.btn:not([disabled="disabled"]):hover {
  opacity: 0.5;
}
.btn:not([disabled="disabled"]):hover,
.btn:not([disabled="disabled"]).active {
  background-color: #2186F7;
  color: white;
}
.btn[disabled="disabled"] {
  opacity: 0.8;
  color: #ccc;
  border: 1px solid #ccc;
}
.btn-group {
  float: left;
  margin-right: 10px;
}
.md-button.green {
  color: #fff;
  background-color: #3cc134;
}
.md-button.red {
  color: #fff;
  background-color: #f33;
}
.notifications-container .md-button.md-icon-button {
  color: #fff;
  background-color: #40ADC9 !important;
  box-shadow: 0px 0px 5px 0px #636363;
}
.notifications-container .md-button.md-icon-button:hover {
  background-color: #68bed4 !important;
}
/*==================== TABLE STYLING =====================*/
.md-table .md-row.red .md-cell {
  background-color: rgba(255, 0, 0, 0.1);
}
.md-table .md-row.green .md-cell {
  background-color: rgba(0, 255, 0, 0.1);
}
/*==================== VIEW SITE COVERS ===================*/
.view-loading-cover {
  width: 100%;
  height: calc(100% - 70px);
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #2186F7;
  z-index: 25;
  opacity: 1;
  visibility: visible;
  transition: right 0.25s ease-in-out;
}
.view-loading-cover .sk-folding-cube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateZ(45deg) translate(-140%, -70%);
}
.view-loading-cover .sk-folding-cube .sk-cube:before {
  background-color: white;
}
.site-loading-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #EDF0F1;
  position: fixed;
  transition: all 0.25s ease-in-out;
  z-index: 30;
}
.site-loading-cover .sk-wave {
  transform: scale(2);
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
  margin: 0px;
}
.site-loading-cover .sk-rect {
  background-color: #2186F7;
}
/*==================== MD TABS ====================*/
md-tabs {
  background-color: transparent;
}
md-tabs md-tab-item {
  background-color: #F6F7F8;
  padding: 0px !important;
}
md-tabs md-tab-item span {
  text-transform: uppercase;
  padding: 12px 15px;
  display: block;
}
md-tabs md-tab-item.md-active {
  background-color: white;
}
md-tabs md-tab-item.md-active span {
  color: #3D4051;
}
md-tabs md-tabs-canvas {
  background-color: #2186F7;
}
md-tabs md-tab-content {
  background-color: white;
  padding: 30px;
}
md-tabs .md-tab,
md-tabs .md-tab.md-active {
  background-color: #2186F7;
}
md-tabs .md-tab span,
md-tabs .md-tab.md-active span {
  color: white !important;
}
md-tabs .md-tab:hover,
md-tabs .md-tab.md-active:hover {
  background-color: #52a1f9;
}
md-tabs md-ink-bar {
  background-color: #CC358B;
  height: 3px;
}
.datetimepicker {
  margin-left: 0px;
  margin-right: 0px;
}
.datetimepicker md-input-container {
  margin-top: 31px !important;
}
.datetimepicker md-input-container label:not(.md-no-float):not(._md-container-ignore) {
  padding-bottom: 4px;
}
md-tabs-wrapper md-prev-button,
md-tabs-wrapper md-next-button {
  background-color: #111111;
  opacity: 1;
}
/*==================== GENERAL ======================*/
.md-button.md-success {
  color: white;
  background-color: #00CC99;
}
md-content {
  background-color: transparent;
  padding: 15px;
}
md-icon.fa {
  line-height: 24px;
}
md-input-container {
  margin: 5px 0px !important;
}
md-input-container .md-input {
  border-color: #2186F7;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #2186F7;
}
.md-scroll-mask {
  z-index: 10 !important;
}
md-select {
  margin-bottom: 15px !important;
}
.md-datepicker-calendar-icon {
  padding-top: 8px;
}
md-button[role="button"] {
  outline: none !important;
}
md-select-menu md-content {
  padding: 0px;
}
.md-dialog-container {
  z-index: 100;
}
.md-dialog-content h2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}
._md-select-menu-container {
  z-index: 101;
}
.textarea-container label {
  padding-bottom: 5px;
}
table.md-table .highcharts-container {
  padding-bottom: 10px;
}
table.md-table .center-column {
  text-align: center !important;
}
table.md-table .center-column .highcharts-container {
  margin: 0 auto;
}
table.md-table .center-column span {
  text-align: center;
}
table.md-table .center-column.md-sort span {
  padding-left: 0px;
}
table.md-table th.md-column span {
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  font-size: 14px;
}
table.md-table th.md-column md-icon.md-sort-icon {
  opacity: 0.5;
}
table.md-table td.md-cell {
  font-size: 14px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
table.md-table td.md-cell img {
  padding-right: 10px;
}
table.md-table tr:first-child td.md-cell {
  border-top: 2px rgba(0, 0, 0, 0.12) solid;
}
table.md-table .clickable {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  outline: none !important;
}
table.md-table .clickable:hover {
  background-color: #eaeaea;
}
table.md-table .clickable:focus {
  outline: none !important;
}
table.md-table td md-checkbox {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1);
}
table.md-table td md-checkbox:hover {
  opacity: 0.5;
}
md-checkbox.md-checked ._md-icon {
  background-color: #2ea9ed;
}
md-checkbox.md-default-theme.md-checked ._md-icon:after,
md-checkbox.md-checked ._md-icon:after {
  color: white;
}
.md-button {
  text-transform: none;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0px;
  margin-right: 0px;
}
.md-button span {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button.btn-dropdown {
  box-shadow: none !important;
}
.md-button.btn-dropdown md-icon {
  line-height: 20px;
  padding-left: 15px;
}
.md-button.md-no-shadow {
  box-shadow: none !important;
}
.md-button.md-button.md-secondary.md-raised:not([disabled="disabled"]),
.md-button.md-fab.md-secondary:not([disabled="disabled"]) {
  background-color: #CC358B;
}
.md-button.md-button.md-secondary.md-raised:not([disabled="disabled"]):hover,
.md-button.md-fab.md-secondary:not([disabled="disabled"]):hover {
  background-color: #d65ea2;
}
.md-button.md-button.md-tertiary.md-raised:not([disabled="disabled"]),
.md-button.md-fab.md-tertiary:not([disabled="disabled"]) {
  background-color: #3cc134;
}
.md-button.md-button.md-tertiary.md-raised:not([disabled="disabled"]):hover,
.md-button.md-fab.md-tertiary:not([disabled="disabled"]):hover {
  background-color: #5dd256;
}
.md-button.md-button.md-secondary,
.md-button.md-fab.md-secondary,
.md-button.md-button.md-tertiary,
.md-button.md-fab.md-tertiary {
  color: white;
}
.md-button.md-button.md-secondary span,
.md-button.md-fab.md-secondary span,
.md-button.md-button.md-tertiary span,
.md-button.md-fab.md-tertiary span,
.md-button.md-button.md-secondary i,
.md-button.md-fab.md-secondary i,
.md-button.md-button.md-tertiary i,
.md-button.md-fab.md-tertiary i,
.md-button.md-button.md-secondary md-icon,
.md-button.md-fab.md-secondary md-icon,
.md-button.md-button.md-tertiary md-icon,
.md-button.md-fab.md-tertiary md-icon {
  color: white;
}
.md-button.md-outline {
  border: 1px solid #ccc;
}
.md-button.md-outline span,
.md-button.md-outline md-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button.md-outline:hover,
.md-button.md-outline.selected {
  background-color: rgba(158, 158, 158, 0.1);
}
.md-button.md-outline:hover span,
.md-button.md-outline.selected span,
.md-button.md-outline:hover md-icon,
.md-button.md-outline.selected md-icon {
  color: #2186F7;
}
md-radio-button:not([disabled]).md-primary .md-on {
  background-color: #2186F7;
}
md-select ._md-select-value,
md-select:not([disabled]):focus ._md-select-value,
md-select.md-default-theme {
  border-color: #2186F7;
}
.md-select-menu-container {
  background-color: white;
}
md-select-menu md-option {
  background-color: white;
}
md-toolbar {
  margin-bottom: 30px;
}
md-toolbar md-icon.fa {
  font-size: 30px;
  margin-right: 15px;
}
md-toolbar.md-success:not(.md-menu-toolbar) {
  background-color: #3cc134;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #2186F7;
  margin-bottom: 0px;
}
md-toolbar.page-notification {
  margin-bottom: 30px;
}
md-chips.md-default-theme .md-chip.md-focused,
md-chips .md-chip.md-focused {
  background-color: #2186F7;
}
.md-chips .md-chip .md-chip-remove {
  text-align: right;
  width: 26px;
  height: 26px;
}
.md-chips .md-chip {
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  margin: 8px 8px 0 0;
  padding: 0 5px;
}
.md-chips {
  padding: 0 0 3px 3px;
}
md-chips .md-chips.md-focused {
  box-shadow: 0 2px #2186F7;
}
.md-chips .md-chip-input-container md-autocomplete input {
  font-size: 14px;
}
.md-chip strong {
  font-weight: 400;
  font-size: 14px;
}
.md-chips .md-chip-input-container input {
  border: 0;
  height: 26px;
  line-height: 26px;
}
md-tooltip {
  max-width: 200px;
}
md-tooltip .md-content {
  height: auto;
  line-height: 16px;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  padding: 8px;
  white-space: normal;
}
md-dialog {
  width: 100%;
  max-width: 600px;
}
md-dialog md-icon {
  font-size: 20px !important;
}
md-dialog md-dialog-actions {
  border-top: 1px solid #eaeaea;
}
md-dialog md-dialog-actions .md-button {
  margin: 8px;
}
md-toast {
  z-index: 99999999999;
  position: fixed !important;
}
._md-toast-animating {
  overflow: inherit !important;
}
md-toast.md-top {
  top: 15px !important;
}
.md-caption {
  font-size: 11px;
}
.md-dialog-container .md-toolbar-tools h2 {
  color: white;
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-dashboard ul,
.page-dashboard li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-dashboard .course {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  margin: 0 -15px;
}
.page-dashboard .course-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.page-dashboard .course-content {
  display: block;
  width: 100%;
}
.page-dashboard .course-content .image {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.page-dashboard .course-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-dashboard .course-content .cover i,
.page-dashboard .course-content .cover span {
  color: #0c0c0c;
  font-size: 12px;
  text-transform: uppercase;
}
.page-dashboard .course-content h4,
.page-dashboard .course-content h2 {
  color: #0c0c0c;
}
.page-dashboard .course-content:hover .cover {
  opacity: 1;
}
.page-dashboard .purchased-courses {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}
.page-dashboard .purchased-courses .course-item {
  width: calc(33.33333% - 30px);
}
.page-dashboard .purchased-courses .cover i {
  font-size: 50px;
}
.page-dashboard .recommended-courses .course-item {
  width: calc(16.6666667% - 30px);
}
@media (max-width: 1280px) {
  .page-dashboard .purchased-courses .course-item {
    width: calc(50% - 30px);
  }
  .page-dashboard .recommended-courses .course-item {
    width: calc(33.33333% - 30px);
  }
}
@media (max-width: 600px) {
  .page-dashboard .purchased-courses .course-item {
    width: calc(100% - 30px);
  }
  .page-dashboard .recommended-courses .course-item {
    width: calc(50% - 30px);
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.admin-area .md-select-menu-container {
  z-index: 1000 !important;
}
.admin-area h1 {
  margin: 8px;
}
.admin-area fieldset {
  border-width: 1px;
  border-style: solid;
  padding-top: 20px;
  margin-bottom: 30px;
}
.admin-area fieldset legend {
  color: rgba(0, 0, 0, 0.54);
}
.admin-area fieldset md-switch {
  margin: 5px;
}
.admin-area [ui-view="main"].content > md-content {
  background-color: transparent;
  padding: 15px;
}
.admin-area .file-upload-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.admin-area .file-upload-cover h3 {
  margin-top: 50px;
  text-align: center;
}
.admin-area .file-upload-cover .load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.admin-area .file-upload-cover .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.admin-area .file-upload-cover .bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.admin-area .file-upload-cover .bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.admin-area .file-upload-cover .bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-dashboard ul,
.page-dashboard li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-dashboard .course {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  margin: 0 -15px;
}
.page-dashboard .course-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.page-dashboard .course-content {
  display: block;
  width: 100%;
}
.page-dashboard .course-content .image {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.page-dashboard .course-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-dashboard .course-content .cover i,
.page-dashboard .course-content .cover span {
  color: #0c0c0c;
  font-size: 12px;
  text-transform: uppercase;
}
.page-dashboard .course-content h4,
.page-dashboard .course-content h2 {
  color: #0c0c0c;
}
.page-dashboard .course-content:hover .cover {
  opacity: 1;
}
.page-dashboard .course-content .more-info {
  padding-left: 16px;
  position: relative;
  color: #2186F7;
}
.page-dashboard .course-content .more-info:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #2186F7;
  content: " ";
  position: absolute;
  top: 4px;
  left: 0px;
}
.page-dashboard .course-content .category {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(70%);
  padding: 15px;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.page-dashboard .purchased-courses {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}
.page-dashboard .purchased-courses .course-item {
  width: calc(25% - 30px);
}
.page-dashboard .purchased-courses .cover i {
  font-size: 50px;
}
.page-dashboard .recommended-courses .course-item {
  width: calc(16.6666667% - 30px);
}
@media (max-width: 1280px) {
  .page-dashboard .purchased-courses .course-item {
    width: calc(33.3333% - 30px);
  }
  .page-dashboard .recommended-courses .course-item {
    width: calc(33.33333% - 30px);
  }
}
@media (max-width: 960px) {
  .page-dashboard .purchased-courses .course-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .page-dashboard .purchased-courses .course-item {
    width: calc(100% - 30px);
  }
  .page-dashboard .recommended-courses .course-item {
    width: calc(50% - 30px);
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.parent-elearning .content-header img {
  height: 60px;
  width: auto;
}
.parent-elearning .breadcrumbs a {
  color: #666666;
}
.page-module .content-header img,
.page-bookmarks .content-header img {
  margin-right: 15px;
}
.page-module .content-header .module-progress .progress,
.page-bookmarks .content-header .module-progress .progress {
  width: 150px;
  height: 8px;
  background-color: #C7ECFF;
  margin-left: 15px;
}
.page-module .content-header .module-progress .progress span,
.page-bookmarks .content-header .module-progress .progress span {
  background-color: #2186F7;
  width: 75px;
  display: block;
  height: 100%;
}
.page-module .content-header .module-progress .date,
.page-bookmarks .content-header .module-progress .date {
  margin-left: 20px;
  color: #2186F7;
}
.page-module .content-header .module-progress .layout-row,
.page-bookmarks .content-header .module-progress .layout-row {
  margin: 3px 0;
}
.page-module .content-header h1 i,
.page-bookmarks .content-header h1 i {
  font-size: 18px;
}
.page-module ul,
.page-bookmarks ul,
.page-module li,
.page-bookmarks li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-module .lessons,
.page-bookmarks .lessons {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
  margin-top: 15px;
}
.page-module .lesson-item,
.page-bookmarks .lesson-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: calc(33.333% - 30px);
}
.page-module .lesson-content,
.page-bookmarks .lesson-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}
.page-module .lesson-content .image,
.page-bookmarks .lesson-content .image {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.page-module .lesson-content .cover,
.page-bookmarks .lesson-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-module .lesson-content .cover i,
.page-bookmarks .lesson-content .cover i {
  font-size: 80px;
  color: #0c0c0c;
}
.page-module .lesson-content h4,
.page-bookmarks .lesson-content h4,
.page-module .lesson-content h2,
.page-bookmarks .lesson-content h2 {
  color: #0c0c0c;
}
.page-module .lesson-content:hover .cover,
.page-bookmarks .lesson-content:hover .cover {
  opacity: 1;
}
.page-module .lesson-content .time,
.page-bookmarks .lesson-content .time {
  margin-right: 10px;
}
.page-module .lesson-content .completed,
.page-bookmarks .lesson-content .completed,
.page-module .lesson-content .completed i,
.page-bookmarks .lesson-content .completed i {
  color: #3cc134;
}
.page-module .lesson-content .fa-stack,
.page-bookmarks .lesson-content .fa-stack {
  top: -3px;
  right: 30px;
  position: absolute;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.page-module .lesson-content .fa-stack i,
.page-bookmarks .lesson-content .fa-stack i {
  color: #a0a0a0;
  opacity: 0.7;
  transition: all 0.25s ease-in-out;
}
.page-module .lesson-content .fa-stack:hover i,
.page-bookmarks .lesson-content .fa-stack:hover i {
  color: #2186F7;
  opacity: 1;
}
.page-module .lesson-content.bookmarked .fa-stack i,
.page-bookmarks .lesson-content.bookmarked .fa-stack i {
  color: #2186F7;
  opacity: 1;
}
.page-module .lesson-no,
.page-bookmarks .lesson-no {
  position: absolute;
  font-weight: 700;
  bottom: 0px;
  right: 0px;
  background-color: #2186F7;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.page-module .webinars-listing .webinars-list .group,
.page-bookmarks .webinars-listing .webinars-list .group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.page-module .webinars-listing h3,
.page-bookmarks .webinars-listing h3 {
  padding-top: 30px !important;
}
.page-module .webinars-listing .module,
.page-bookmarks .webinars-listing .module {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.page-module .webinars-listing .module .video-image,
.page-bookmarks .webinars-listing .module .video-image {
  margin-right: 30px;
}
.page-module .webinars-listing .module .video-image .image,
.page-bookmarks .webinars-listing .module .video-image .image {
  padding-bottom: 56%;
  position: relative;
}
.page-module .webinars-listing .module .video-image .image .locked,
.page-bookmarks .webinars-listing .module .video-image .image .locked {
  background-color: rgba(242, 242, 242, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-module .webinars-listing .module .video-image .image .locked i,
.page-bookmarks .webinars-listing .module .video-image .image .locked i {
  font-size: 14px;
}
.page-module .webinars-listing .module .video-image .image .cover,
.page-bookmarks .webinars-listing .module .video-image .image .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-module .webinars-listing .module .video-image .image .cover i,
.page-bookmarks .webinars-listing .module .video-image .image .cover i,
.page-module .webinars-listing .module .video-image .image .cover span,
.page-bookmarks .webinars-listing .module .video-image .image .cover span {
  color: #0c0c0c;
  font-size: 40px;
  text-transform: uppercase;
}
.page-module .webinars-listing .module:first-child,
.page-bookmarks .webinars-listing .module:first-child {
  padding-top: 0px;
}
.page-module .webinars-listing .module:last-child,
.page-bookmarks .webinars-listing .module:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.page-module .webinars-listing .module:hover:not(.not-started) .cover,
.page-bookmarks .webinars-listing .module:hover:not(.not-started) .cover {
  opacity: 1 !important;
}
.page-module .webinars-listing .module .watch,
.page-bookmarks .webinars-listing .module .watch {
  display: block;
}
.page-module .webinars-listing .module .register,
.page-bookmarks .webinars-listing .module .register {
  display: none;
}
.page-module .webinars-listing .module .video-image .image .locked,
.page-bookmarks .webinars-listing .module .video-image .image .locked {
  opacity: 0;
}
.page-module .webinars-listing .module.not-started,
.page-bookmarks .webinars-listing .module.not-started {
  cursor: initial;
}
.page-module .webinars-listing .module.not-started .watch,
.page-bookmarks .webinars-listing .module.not-started .watch {
  display: none;
}
.page-module .webinars-listing .module.not-started .register,
.page-bookmarks .webinars-listing .module.not-started .register {
  display: block;
}
.page-module .webinars-listing .module.not-started .video-image .image .locked,
.page-bookmarks .webinars-listing .module.not-started .video-image .image .locked {
  opacity: 0.9;
  color: black;
}
.page-module .webinars-listing .module.not-started .video-image .image .locked i,
.page-bookmarks .webinars-listing .module.not-started .video-image .image .locked i {
  font-size: 30px;
}
.page-module .courses,
.page-bookmarks .courses {
  margin-top: 20px;
}
.page-module .courses .course-title,
.page-bookmarks .courses .course-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-module .courses .modules,
.page-bookmarks .courses .modules {
  margin-left: 20px;
}
.page-module .courses .modules .module-title,
.page-bookmarks .courses .modules .module-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .page-module .lesson-item,
  .page-bookmarks .lesson-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 960px) {
  .page-module .content-header img,
  .page-bookmarks .content-header img {
    height: 40px !important;
  }
  .page-module .content-header .module-progress,
  .page-bookmarks .content-header .module-progress {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .page-module .lesson-item,
  .page-bookmarks .lesson-item {
    width: calc(100% - 30px);
  }
}
.page-bookmarks ul,
.page-bookmarks li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-bookmarks .bookmarks {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
  margin-top: 15px;
}
.page-bookmarks .bookmark-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: calc(33.333% - 30px);
}
.page-bookmarks .bookmark-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}
.page-bookmarks .bookmark-content .image {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.page-bookmarks .bookmark-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-bookmarks .bookmark-content .cover i {
  font-size: 80px;
  color: #0c0c0c;
}
.page-bookmarks .bookmark-content h4,
.page-bookmarks .bookmark-content h2 {
  color: #0c0c0c;
}
.page-bookmarks .bookmark-content:hover .cover {
  opacity: 1;
}
.page-bookmarks .bookmark-content .time {
  margin-right: 10px;
}
.page-bookmarks .bookmark-content .completed,
.page-bookmarks .bookmark-content .completed i {
  color: #3cc134;
}
.page-bookmarks .bookmark-content .fa-bookmark {
  color: #2186F7;
  font-size: 30px;
  top: -2px;
  right: 30px;
  position: absolute;
  z-index: 50;
}
.page-bookmarks .bookmark-content .fa-bookmark:hover {
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .page-bookmarks .bookmark-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .page-bookmarks .bookmark-item {
    width: calc(100% - 30px);
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.header {
  position: fixed;
  top: 0px;
  right: 0px;
  width: calc(100% - 30px);
  height: 50px;
  z-index: 100;
  background-color: #111111;
  padding: 10px 15px;
}
.header .logo {
  padding: 5px 0;
}
.header .logo img {
  height: 40px;
}
.header .navigation {
  padding: 10px;
  margin: 0px;
  list-style: none;
}
.header .navigation li {
  float: left;
}
.header .navigation li a {
  padding: 0 10px;
  line-height: 30px;
  color: #747b8a;
  transition: all 0.25s ease-in-out;
}
.header .navigation li a span {
  display: none;
}
.header .navigation li a i {
  font-size: 22px;
}
.header .navigation li a:hover {
  color: #2186F7;
}
.header .user {
  padding: 10px 0;
}
.header .user .image {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.header .user .image img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.header .user .image .fallback-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
  background-color: #2186F7;
}
.header .user .image .fallback-icon i {
  color: white;
}
.header .user .signed-in {
  line-height: 30px;
  font-size: 12px;
  color: #b8b8b8;
  margin-right: 5px;
}
.header .user .name {
  line-height: 30px;
  font-size: 13px;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.header .impersonating {
  background-color: red;
}
.header .impersonating a {
  color: white !important;
}
.header .dropdown-nav {
  padding-bottom: 5px !important;
}
.header .logout-button {
  margin-left: 20px;
}
@media (max-width: 960px) {
  body > .main {
    padding-top: 45px !important;
  }
  .view-loading-cover {
    height: calc(100% - 45px);
  }
  .header {
    height: 25px;
  }
  .header > [layout="row"] .logo {
    padding: 0px;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    overflow: hidden;
  }
  .header > [layout="row"] .logo img {
    height: 28px;
    width: auto;
  }
  .header > [layout="row"] .nav-toggle {
    position: absolute;
    top: 8px;
    left: 15px;
    line-height: 25px;
  }
  .header > [layout="row"] .nav-toggle i {
    line-height: 25px;
    font-size: 25px;
  }
  .header .dropdown-nav {
    width: 100%;
    height: calc(100vh - 70px);
    position: fixed;
    top: 45px;
    left: 0px;
    background-color: #1d1d1d;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.25s ease-in-out;
  }
  .header .dropdown-nav.open {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header .navigation li {
    float: none;
    width: 160px;
    margin-top: 10px;
  }
  .header .navigation li a i {
    width: 24px;
    text-align: center;
  }
  .header .navigation li a span {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
  }
  .header .nav-toggle {
    color: white;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
  }
  .header .nav-toggle i {
    color: white;
    font-size: 30px;
    line-height: 50px;
  }
  .header .nav-toggle:hover {
    opacity: 0.8;
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.notifications {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.notifications .md-icon-button {
  position: relative;
  margin: 0px;
}
.notifications .md-icon-button .red-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff2020;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}
.notifications .notifications-list {
  position: absolute;
  bottom: 0px;
  right: 50px;
  width: 350px;
  max-height: 360px;
  background-color: white;
  box-shadow: 0px 1px 3px 1px #a9a9a9;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  transform: scale(0);
  transform-origin: bottom right;
  overflow: auto;
}
.notifications .notifications-list.show {
  opacity: 1;
  transform: scale(1);
}
.notifications .notifications-list .notification {
  padding: 15px 10px;
  background-color: #e7f2ff;
  border-bottom: 1px solid #ccc;
  transition: all 0.25s ease-in-out;
}
.notifications .notifications-list .notification .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 20px;
}
.notifications .notifications-list .notification.actioned {
  background-color: white;
}
.notifications .notifications-list .notification:hover {
  opacity: 0.8;
}
.notifications .notifications-list .bottom .view-more,
.notifications .notifications-list .bottom .loading {
  text-align: center;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.notifications .notifications-list .bottom .view-more {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.notifications .notifications-list .bottom .view-more:hover {
  background-color: #40ADC9;
  color: white;
}
.notifications .notifications-list .bottom .loading {
  display: none;
}
.notifications .notifications-list .bottom .loading i {
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  transition-timing-function: linear;
}
.notifications .notifications-list .bottom.loading .view-more {
  display: none;
}
.notifications .notifications-list .bottom.loading .loading {
  display: block;
}
.notifications .notifications-list .mark-all-as-read {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: white;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #ccc;
}
.notifications .notifications-list .mark-all-as-read:hover {
  background-color: #2186F7;
  color: white;
}
@media (max-width: 480px) {
  .notifications .notifications-list {
    width: 260px;
    bottom: 50px;
    right: 0px;
    max-height: 260px;
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-user form {
  margin-top: 20px;
}
.page-user .profile-picture {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-user .profile-picture-uploader {
  width: 112px;
}
.page-user .profile-picture-uploader img {
  width: 100%;
}
@media (max-width: 960px) {
  .page-user .form-cont {
    display: block !important;
  }
}





body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-admin-dashboard .dash-main h2 {
  color: #76256e;
  font-size: 24px;
  font-weight: 400;
}
.page-admin-dashboard .slick-slider {
  margin: 8px;
}
.page-admin-dashboard .slick-slider .slick-prev,
.page-admin-dashboard .slick-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  z-index: 3;
}
.page-admin-dashboard .slick-slider .slick-prev {
  left: -35px;
}
.page-admin-dashboard .slick-slider .slick-next {
  right: -35px;
}
.page-admin-dashboard .slide {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  outline: none;
  cursor: pointer;
}
.page-admin-dashboard .slide .text {
  position: absolute;
  bottom: -40px;
  left: 0px;
  padding: 15px;
  padding-bottom: 55px;
  width: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-admin-dashboard .slide .text h2 {
  border-bottom: 1px solid white;
  font-weight: bold;
  padding-bottom: 5px;
}
.page-admin-dashboard .slide .text p {
  padding-top: 10px;
}
.page-admin-dashboard .slide .text h2,
.page-admin-dashboard .slide .text p {
  color: white;
  margin: 0px;
}
.page-admin-dashboard .slide .text .read-more {
  display: inline-block;
  bottom: 0px;
  right: 0px;
  color: white;
  height: 20px;
  padding: 10px 15px;
  line-height: 20px;
  position: absolute;
  background-color: #2186F7;
  text-align: right;
  width: calc(100% - 30px);
}
.page-admin-dashboard .slide .text .read-more .fa {
  padding: 0px;
  height: 20px;
  line-height: 20px;
  color: white;
}
.page-admin-dashboard .slide:hover .text {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  opacity: 0.9;
}
.page-admin-dashboard .feed .header {
  border-bottom: 1px solid #ccc;
  position: static;
  width: auto;
  height: auto;
  z-index: 0;
}
.page-admin-dashboard .feed .view-all {
  font-size: 10px;
  padding-top: 4px;
}
.page-admin-dashboard .events-feed {
  margin-top: 20px;
}
.page-admin-dashboard .document {
  margin: 8px;
  float: left;
  width: calc(50% - 16px);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: none;
  position: relative;
  padding-bottom: 47px;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.page-admin-dashboard .document:hover {
  opacity: 0.8;
}
.page-admin-dashboard .document .file {
  padding: 15px;
  width: calc(100% - 30px);
}
.page-admin-dashboard .document .fa-star {
  display: none !important;
}
.page-admin-dashboard .document .link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 15px;
  margin: 0px;
  tex-transform: uppercase;
}
.page-admin-dashboard .document md-icon {
  font-size: 40px !important;
  width: auto;
  height: auto;
  padding-right: 15px;
  line-height: 40px;
  color: #333333;
}
.page-admin-dashboard .document md-icon.fa-youtube-play {
  color: #CC0000;
}
.page-admin-dashboard .document md-icon.fa-file-pdf-o {
  color: #D62B2B;
}
.page-admin-dashboard .document md-icon.fa-file-excel-o {
  color: #45C51B;
}
.page-admin-dashboard .document md-icon.fa-file-word-o {
  color: #2B48D6;
}
.page-admin-dashboard .document md-icon.fa-file-powerpoint-o {
  color: #AB1BC5;
}
.page-admin-dashboard .dash-side {
  position: relative;
}
.page-admin-dashboard .dash-side .inner {
  width: calc(33.3333vw - 105px);
  height: calc(100vh - 70px);
  background-color: white;
  position: fixed;
  bottom: 0px;
  right: 15px;
}
.page-admin-dashboard .dash-side .msfs-due {
  padding: 15px;
}
.page-admin-dashboard .dash-side .msfs-due h3 {
  font-weight: 400;
  font-size: 24px;
  color: #3D4051;
  margin: 0px;
  padding: 0px;
}
.page-admin-dashboard .dash-side .msfs-due h4 {
  font-weight: 400;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.page-admin-dashboard .dash-side .msfs-due h4 span {
  color: #2186F7;
  font-family: "futura-pt", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.page-admin-dashboard .dash-side .msfs-due .md-button {
  margin: 0px;
  margin-top: 10px;
}
.page-admin-dashboard .dash-side .msfs-due-complete {
  padding: 15px;
  background-color: #66E86A;
}
.page-admin-dashboard .dash-side .msfs-due-complete md-icon {
  font-size: 30px;
  color: white;
  margin-right: 15px;
}
.page-admin-dashboard .dash-side .msfs-due-complete h3 {
  font-weight: 400;
  font-size: 20px;
  color: #3D4051;
  margin: 0px;
  padding: 0px;
  color: white;
}
.page-admin-dashboard .dash-side .important-information {
  background-color: #F34735;
  padding: 15px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  position: relative;
}
.page-admin-dashboard .dash-side .important-information .fa {
  color: white;
}
.page-admin-dashboard .dash-side .important-information .fa-bell-o {
  font-size: 40px;
  width: 50px;
}
.page-admin-dashboard .dash-side .important-information .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  outline: none;
}
.page-admin-dashboard .dash-side .important-information .close md-icon {
  text-align: center;
}
.page-admin-dashboard .dash-side .to-do-list {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.page-admin-dashboard .dash-side .to-do-list .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.page-admin-dashboard .dash-side .to-do-list .todo {
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}
.page-admin-dashboard .dash-side .to-do-list .todo:last-child {
  border: 0px;
}
.page-admin-dashboard .dash-side .to-do-list md-checkbox {
  float: right;
  margin: 0px;
}
.page-admin-dashboard .dash-side .rent-occupancy {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.page-admin-dashboard .dash-side .rent-occupancy .top {
  text-align: center;
  margin-bottom: 15px;
}
.page-admin-dashboard .dash-side .rent-occupancy > div {
  text-align: center;
}
.page-admin-dashboard .dash-side .rent-occupancy .title {
  margin-bottom: 15px;
}
.page-admin-dashboard .dash-side .rent-occupancy .value {
  font-size: 30px;
  color: #2186F7;
}
.page-admin-dashboard .dash-side .rent-occupancy .highcharts-container {
  margin: 0 auto;
}
.page-admin-dashboard .dash-side .favourites {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1280px) {
  .page-dashboard .document {
    width: calc(100% - 16px);
  }
  .page-dashboard .feed .event,
  .page-dashboard .feed .article,
  .page-dashboard .feed .post {
    width: calc(100% - 16px);
  }
  .page-dashboard .dash-side .inner {
    width: calc(40vw - 120px);
  }
  .page-dashboard .slick-slider .slick-prev {
    left: 10px;
  }
  .page-dashboard .slick-slider .slick-next {
    right: 10px;
  }
}
@media (max-width: 960px) {
  .page-dashboard .events .events-list .event {
    width: calc(100% - 16px);
  }
  .page-dashboard .dash-side .inner {
    width: calc(40vw - 20px);
    height: calc(100vh - 100px);
  }
}
@media (max-width: 600px) {
  .page-dashboard .dash-side {
    display: none;
  }
  .page-dashboard .slide {
    height: 250px;
  }
}

.page-options .white-box {
  padding: 15px;
  background-color: white;
}
.page-options .options {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.page-options .options md-input-container {
  margin-right: 20px !important;
}
.page-options .options md-checkbox {
  margin-top: -10px;
}
.page-options .buttons {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.admin-area .sidebar {
  display: block;
}
.sidebar {
  display: none;
  width: 220px;
  height: calc(100vh - 70px);
  position: fixed;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  z-index: 2;
}
.sidebar md-content {
  background-color: #1b1b1b;
}
.sidebar .scroll-cont,
.sidebar .controller {
  height: 100%;
}
.sidebar navbar .md-button {
  border-radius: 0 !important;
}
.sidebar navbar ul {
  padding-left: 0px;
}
.sidebar navbar li a {
  color: #c1c1c1;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 13px;
  display: block;
  transition: all 0.25s ease-in-out;
  text-align: left;
  margin: 0px;
  text-transform: none;
}
.sidebar navbar li i {
  font-size: 14px;
  width: 25px;
  transition: all 0.25s ease-in-out;
}
.sidebar navbar li:hover > a,
.sidebar navbar li.current-view > a {
  color: white;
}
.sidebar navbar li:hover > a i,
.sidebar navbar li.current-view > a i {
  color: #2186F7;
}
.sidebar navbar li ul {
  margin-left: 10px;
}
.sidebar navbar li ul li a {
  color: #999;
  line-height: 30px;
  height: 30px;
  min-height: 30px;
  padding-left: 20px;
}
.sidebar navbar li ul li i {
  font-size: 6px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
}
.sidebar navbar li.current-view ul {
  display: block;
}
.sidebar .user {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar .user .avatar {
  margin: auto;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar .user .signed-in-as {
  font-size: 12px;
  color: #cccccc;
  text-align: center;
  margin-bottom: 2px;
}
.sidebar .user .name {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.sidebar .user .md-button {
  margin-top: 10px;
}
@media (max-width: 960px) {
  .sidebar {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 960px) {
  .sidebar-open .sidebar {
    left: 0px;
  }
  .sidebar {
    left: -220px;
    height: calc(100vh - 100px);
  }
}

.parent-admin.page-faq h1 {
  font-weight: 300;
}


body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.course-details .bottom {
  padding-top: 15px;
}
.course-details .course-text p {
  white-space: pre-wrap;
}
.course-details .course-text p ul,
.course-details .course-text p ol {
  white-space: normal;
}
.course-details .course-text p a {
  margin-bottom: 0px;
  font-size: 14px;
}
.course-details .course-image {
  margin-right: 15px;
  height: 60px;
  overflow: hidden;
  min-width: 40px;
}
.course-details .course-image img {
  height: 60px !important;
}
.course-details a {
  font-size: 18px;
  margin-bottom: 10px;
}
.course-details .down-chevron {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.course-details .down-chevron span {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
}
.course-details .down-chevron i {
  font-size: 20px;
  color: #2186F7;
}
.course-details .video-container-box {
  margin-bottom: 50px;
  margin-right: 50px;
  width: 50%;
  float: left;
}
.course-details .video-container-box .video-box {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.course-details .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.course-details .content-wrapper ul,
.course-details .content-wrapper ol {
  transform: translate(20px, 0px);
}
.course-details .content-wrapper a {
  font-size: 14px;
}
@media (max-width: 960px) {
  .course-details .video-container-box {
    margin-bottom: 15px;
    margin-right: 0px;
    float: none;
    width: 100%;
  }
  .course-details .content-wrapper ul,
  .course-details .content-wrapper ol {
    transform: translate(0px);
  }
}
.page-course [ui-view="main"] md-content {
  background-color: transparent;
  padding: 0px;
}
.page-course .course-nav {
  list-style: none;
  background-color: #2186F7;
  margin-bottom: 0px;
  padding-left: 0px;
}
.page-course .course-nav li {
  float: left;
}
.page-course .course-nav li a {
  text-transform: uppercase;
  display: block;
  padding: 12px 15px;
  color: white;
  background-color: #2186F7;
  border-bottom: transparent 3px solid;
}
.page-course .course-nav li a:hover {
  background-color: #83bcfb;
}
.page-course .course-nav li a.active {
  border-bottom: #de168d 3px solid;
}
@media (max-width: 800px) {
  .page-course .course-nav {
    background-color: white;
    margin-bottom: 10px;
    border: 2px solid #2186F7;
  }
  .page-course .course-nav .dropdown-list {
    padding-top: 50px;
    position: relative;
    height: 0px;
    overflow: hidden;
  }
  .page-course .course-nav .dropdown-list li {
    float: none;
    display: block;
  }
  .page-course .course-nav .dropdown-list li a {
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    font-weight: 700;
    color: #111;
  }
  .page-course .course-nav .dropdown-list li a.active {
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: 0px;
  }
  .page-course .course-nav .dropdown-list:after {
    width: 100%;
    height: 50px;
    content: "\f077";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #111;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    cursor: pointer;
    transform: rotateZ(180deg);
  }
  .page-course .course-nav .dropdown-list:after:hover {
    opacity: 0.8;
  }
  .page-course .course-nav.open .dropdown-list {
    height: auto;
  }
  .page-course .course-nav.open .dropdown-list li a.active {
    border-bottom: 1px solid #ccc;
  }
  .page-course .course-nav.open .dropdown-list:after {
    transform: rotateZ(0deg);
    text-align: right;
    padding-right: 15px;
  }
}
.page-course .course-title h3 {
  color: #666666;
}
.page-course .course-tabs {
  padding: 0px;
  margin-top: 15px;
}
.page-course .module {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.page-course .module .video-image {
  margin-right: 30px;
}
.page-course .module .video-image .image {
  padding-bottom: 56%;
  position: relative;
}
.page-course .module .video-image .image .locked {
  background-color: rgba(242, 242, 242, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-course .module .video-image .image .locked i {
  font-size: 14px;
}
.page-course .module .video-image .image .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-course .module .video-image .image .cover i,
.page-course .module .video-image .image .cover span {
  color: #0c0c0c;
  font-size: 40px;
  text-transform: uppercase;
}
.page-course .module:first-child {
  padding-top: 0px;
}
.page-course .module:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.page-course .module:hover:not(.not-started) .cover {
  opacity: 1 !important;
}
.page-course .module .watch {
  display: block;
}
.page-course .module .register {
  display: none;
}
.page-course .module .video-image .image .locked {
  opacity: 0;
}
.page-course .module.not-started {
  cursor: initial;
}
.page-course .module.not-started .watch {
  display: none;
}
.page-course .module.not-started .register {
  display: block;
}
.page-course .module.not-started .video-image .image .locked {
  opacity: 0.9;
  color: black;
}
.page-course .module.not-started .video-image .image .locked i {
  font-size: 30px;
}
.page-course .feedback-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #767676;
}
.page-course .feedback-block .embed-input {
  width: 100%;
}
.page-course .feedback-block:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.page-course .feedback-block .comments-box {
  padding: 15px;
  background-color: #f8f8f8;
  margin-top: 15px;
}
.page-course .feedback-block .comments-box .comment {
  background-color: transparent !important;
}
.page-course .feedback-block .comments-box .comments {
  margin-top: 15px !important;
}
.page-course .feedback-block .load-more .loader {
  text-align: center;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
.page-course .feedback-block .load-more .loader {
  display: none;
}
.page-course .feedback-block .load-more .loader i {
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  transition-timing-function: linear;
}
.page-course .feedback-block .load-more.loading .view-more {
  display: none;
}
.page-course .feedback-block .load-more.loading .loader {
  display: block;
}
.page-course .your-uploads > h3,
.page-course .student-uploads > h3 {
  margin-top: -20px;
  line-height: 40px;
  background-color: #57a6ff;
  color: white;
  padding: 0 10px;
}
.page-course .bonus-material,
.page-course .bonus-material-item,
.page-course .downloads,
.page-course .download-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-course .bonus-material,
.page-course .downloads {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  margin: 0 -15px;
}
.page-course .bonus-material .bonus-material-item,
.page-course .downloads .bonus-material-item,
.page-course .bonus-material .download-item,
.page-course .downloads .download-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.page-course .bonus-material .bonus-material-content,
.page-course .downloads .bonus-material-content,
.page-course .bonus-material .download-content,
.page-course .downloads .download-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.page-course .bonus-material .bonus-material-content .image,
.page-course .downloads .bonus-material-content .image,
.page-course .bonus-material .download-content .image,
.page-course .downloads .download-content .image {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
}
.page-course .bonus-material .bonus-material-content .cover,
.page-course .downloads .bonus-material-content .cover,
.page-course .bonus-material .download-content .cover,
.page-course .downloads .download-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-course .bonus-material .bonus-material-content .cover i,
.page-course .downloads .bonus-material-content .cover i,
.page-course .bonus-material .download-content .cover i,
.page-course .downloads .download-content .cover i,
.page-course .bonus-material .bonus-material-content .cover span,
.page-course .downloads .bonus-material-content .cover span,
.page-course .bonus-material .download-content .cover span,
.page-course .downloads .download-content .cover span {
  color: #0c0c0c;
  font-size: 12px;
  text-transform: uppercase;
}
.page-course .bonus-material .bonus-material-content h4,
.page-course .downloads .bonus-material-content h4,
.page-course .bonus-material .download-content h4,
.page-course .downloads .download-content h4,
.page-course .bonus-material .bonus-material-content h2,
.page-course .downloads .bonus-material-content h2,
.page-course .bonus-material .download-content h2,
.page-course .downloads .download-content h2 {
  color: #0c0c0c;
}
.page-course .bonus-material .bonus-material-content:hover .cover,
.page-course .downloads .bonus-material-content:hover .cover,
.page-course .bonus-material .download-content:hover .cover,
.page-course .downloads .download-content:hover .cover {
  opacity: 1;
}
.page-course .bonus-material-item {
  width: calc(16.6666667% - 30px);
}
.page-course .download-item {
  max-width: calc(33% - 30px);
}
.page-course .download-item i {
  font-size: 40px;
  margin-right: 15px;
}
.page-course .download-item span {
  font-size: 16px;
}
.page-course .download-item a {
  color: #666666;
}
.page-course .section-downloads {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.page-course .upload {
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.page-course .upload .user .user-image,
.page-course .upload .user .name {
  margin-right: 10px;
}
.page-course .upload .user .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.page-course .upload .user .user-image img {
  width: 40px;
  height: 40px;
}
.page-course .upload:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.page-course .upload .reply-box {
  margin-top: 30px;
}
.page-course .upload .replies {
  margin-top: 20px;
}
.page-course .upload .replies .reply {
  border-left: 3px solid #2186F7;
  margin: 10px 0;
  padding: 5px 0;
  padding-left: 20px;
}
.page-course .upload .replies .reply .comment {
  margin-bottom: 15px;
}
.page-course .video-container-box {
  margin-bottom: 15px;
}
.page-course .video-container-box .video-box {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.page-course .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-course .add-upload {
  width: 100%;
}
.page-course .tutor-response {
  margin-top: 20px;
  padding: 15px;
  background-color: #edf0f1;
  border-left: 5px solid #2186f7;
}
.page-course .webinars-list .group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 960px) {
  .page-course .bottom {
    display: block;
  }
  .page-course .bottom .video-container-box {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-course .set-course-date {
    display: block !important;
  }
  .page-course .download-item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .page-course .course-title h3 {
    display: none;
  }
  .page-course .module .video-image {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .page-course .upload .video-container-box {
    margin-right: 0px;
    width: 100%;
  }
  .page-course .course-details .course-image {
    height: 40px !important;
  }
  .page-course .course-details .course-image img {
    height: 40px !important;
  }
  .page-course .download-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .page-course .download-item {
    width: calc(100% - 30px);
  }
  .page-course .feedback-block .user {
    display: block;
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-feedback h3 {
  color: #0c0c0c;
}
.page-feedback .content-header {
  margin-bottom: 30px;
}
.page-feedback .content-header img {
  margin-right: 15px;
}
.page-feedback .content-header p {
  margin: 0px;
}
.page-feedback .content-header .time {
  margin-left: 15px;
  color: #2186F7;
}
.page-feedback .video-box {
  border-bottom: 1px solid #ccc;
}
.page-feedback .video-box .video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.page-feedback .video-box .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-feedback .video-box .video-text {
  margin-right: 15px;
}
.page-feedback .video-box .video-below {
  margin: 15px 0;
}
.page-feedback .video-box .user {
  margin-top: 15px;
}
.page-feedback .video-box .user .user-image,
.page-feedback .video-box .user .name {
  margin-right: 10px;
}
.page-feedback .video-box .user .user-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}
.page-feedback .video-box .user .user-image img {
  width: 60px;
  height: 60px;
}
.page-feedback .downloads-box,
.page-feedback .feedback,
.page-feedback .comments-box,
.page-feedback .lesson-navigation-box,
.page-feedback .resources-box {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.page-feedback .downloads-box h3,
.page-feedback .feedback h3,
.page-feedback .comments-box h3,
.page-feedback .lesson-navigation-box h3,
.page-feedback .resources-box h3 {
  margin-bottom: 15px;
}
.page-feedback .downloads {
  margin-top: 15px;
}
.page-feedback .downloads,
.page-feedback .download-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 960px) {
  .page-feedback .module-progress {
    margin-top: 10px;
  }
  .page-feedback h3 {
    font-size: 18px;
  }
  .page-feedback .content-header img {
    height: 40px;
  }
  .page-feedback .downloads .download-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .page-feedback .lesson-navigation-box {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .page-feedback .downloads .download-item {
    width: calc(100% - 30px);
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-section h3 {
  color: #0c0c0c;
}
.page-section .content-header {
  margin-bottom: 30px;
}
.page-section .content-header img {
  margin-right: 15px;
}
.page-section .content-header p {
  margin: 0px;
}
.page-section .content-header .time {
  margin-left: 15px;
  color: #2186F7;
}
.page-section .content-header .module-progress .progress {
  width: 150px;
  height: 8px;
  background-color: #C7ECFF;
  margin-left: 15px;
}
.page-section .content-header .module-progress .progress span {
  background-color: #2186F7;
  width: 75px;
  display: block;
  height: 100%;
}
.page-section .content-header .module-progress .date {
  margin-left: 20px;
  color: #2186F7;
}
.page-section .content-header .module-progress .layout-row {
  margin: 3px 0;
}
.page-section .video-box {
  border-bottom: 1px solid #ccc;
}
.page-section .video-box .video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.page-section .video-box .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-section .video-box .video-text {
  margin-right: 15px;
}
.page-section .video-box .video-text p {
  white-space: pre-wrap;
}
.page-section .video-box .video-text p ul,
.page-section .video-box .video-text p ol {
  white-space: normal;
}
.page-section .video-box .video-below {
  margin: 30px 0;
}
.page-section .videos {
  width: 100%;
  margin: 0 -10px;
}
.page-section .videos .video-container {
  width: calc(50%  - 20px);
  margin: 10px;
  float: left;
}
.page-section .videos .video-container span {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.page-section .videos .video-container .video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.page-section .videos .video-container .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-section .lesson-navigation-box a {
  color: #666666;
  font-size: 14px;
}
.page-section .lesson-navigation-box a i {
  color: #666666;
  font-size: 18px;
}
.page-section .lesson-navigation-box .prev i {
  margin-right: 15px;
}
.page-section .lesson-navigation-box .next {
  text-align: right;
}
.page-section .lesson-navigation-box .next i {
  margin-left: 15px;
}
.page-section .downloads-box,
.page-section .feedback,
.page-section .comments-box,
.page-section .lesson-navigation-box,
.page-section .resources-box {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.page-section .downloads-box h3,
.page-section .feedback h3,
.page-section .comments-box h3,
.page-section .lesson-navigation-box h3,
.page-section .resources-box h3 {
  margin-bottom: 15px;
}
.page-section .downloads {
  margin-top: 15px;
}
.page-section .downloads,
.page-section .download-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-section .downloads {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
}
.page-section .downloads .download-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: calc(25% - 30px);
}
.page-section .downloads .download-item span,
.page-section .downloads .download-item i {
  color: #0c0c0c;
}
.page-section .downloads .download-item i {
  font-size: 40px;
  margin-right: 15px;
}
.page-section .downloads .download-item span {
  font-size: 16px;
}
.page-section .downloads .download-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.page-section .downloads .download-content .image {
  padding-bottom: 56%;
  width: 100%;
  position: relative;
}
.page-section .downloads .download-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(227, 227, 227, 0.9);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.page-section .downloads .download-content .cover i,
.page-section .downloads .download-content .cover span {
  color: #0c0c0c;
  font-size: 12px;
  text-transform: uppercase;
}
.page-section .downloads .download-content h4,
.page-section .downloads .download-content h2 {
  color: #0c0c0c;
}
.page-section .downloads .download-content:hover .cover {
  opacity: 1;
}
.page-section .rating-dialog .rating i {
  font-size: 26px;
  margin-right: 4px;
  color: #ccc;
  transition: all 0.25s ease-in-out;
}
.page-section .rating-dialog .rating i:hover,
.page-section .rating-dialog .rating i.hover {
  color: #2186F7;
}
.page-section .resources-box h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-section .resources-box .resource {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
.page-section .bookmark.md-button {
  background-color: #a0a0a0;
}
.page-section .bookmark.md-button:hover,
.page-section .bookmark.md-button.active {
  background-color: #3f51b5;
}
.page-section .rating {
  margin-top: 15px;
}
.page-section .rating .rating-star {
  font-size: 18px;
  margin-right: 3px;
}
.page-section .loading-comments {
  font-size: 18px;
}
.page-section .loading-comments i {
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  transition-timing-function: linear;
  font-size: 24px;
}
@media (max-width: 960px) {
  .page-section .module-progress {
    margin-top: 10px;
  }
  .page-section h3 {
    font-size: 18px;
  }
  .page-section .content-header img {
    height: 40px;
  }
  .page-section .downloads .download-item {
    width: calc(50% - 30px);
  }
  .page-section .videos .video-container {
    width: calc(100% - 20px);
  }
}
@media (max-width: 600px) {
  .page-section .lesson-navigation-box {
    display: block !important;
  }
  .page-section .videos .video-container {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .page-section .downloads .download-item {
    width: calc(100% - 30px);
  }
}

body {
  background-color: #edf0f1;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "open-sans", arial, serif;
  height: auto;
  color: #3D4051;
  font-size: 14px;
}
.ng-binding p[style="text-align: center;font-size: 14px;"] {
  display: none;
}
md-content {
  background-color: white;
}
.main > .content {
  padding: 15px;
}
body > .main {
  padding-top: 70px;
}
body > .main:after {
  content: " ";
  clear: both;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.textarea-container label {
  top: -16px;
  margin-top: -4px;
}
[href],
[ng-click] {
  cursor: pointer;
}
.delete-resource {
  margin-top: 15px;
  text-align: center;
}
.delete-resource:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #2186F7;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #83bcfb;
}
[ng-click] {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  color: #0c0c0c;
}
h2 {
  font-size: 18px;
  color: #0c0c0c;
}
h3 {
  font-size: 18px;
  color: #2186F7;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #0c0c0c;
}
p {
  line-height: 22px;
  font-size: 14px;
  color: #0c0c0c;
}
body:not(.admin-area) [ui-view="main"] {
  max-width: 1440px;
  margin: 0 auto;
}
.warningMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
.errorMessage {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #ffffff;
  background-color: #ff5252;
}
body.admin-area .main > .content {
  width: calc(100% - 250px);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  float: right;
}
body.admin-area .video-container-box {
  margin-right: 0px;
}
body.admin-area .video-container-box .video-box {
  min-width: 200px;
  width: 100%;
  max-height: 400px !important;
  padding-bottom: 56%;
  position: relative;
}
body.admin-area .video-container-box .video-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
}
.delete-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.delete-video:hover {
  opacity: 0.5;
}
.admin-area .md-dialog-content img {
  width: 100% !important;
  height: auto !important;
}
.admin-area.page-course md-tabs {
  min-height: calc(100vh - 160px) !important;
}
@media (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  [ui-view="main"] md-content .container {
    padding: 0px;
  }
}
.fr-box {
  width: 100%;
  margin-bottom: 30px;
}
[ui-view="main"].ng-animate {
  display: none !important;
}
/*======== Commenting =========*/
.comments-box .comments .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comments-box .comments .comment-details {
  margin: 15px 0;
  min-height: 20px;
}
.comments-box .comments .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.comments-box .comments .comment-details .course-ambassador {
  color: #c93a89;
}
.comments-box .comments .thumbs-up-down {
  margin-top: 15px;
}
.comments-box .comments .thumbs-up-down .helpful {
  margin-right: 15px;
}
.comments-box .comments .thumbs-up-down i {
  font-size: 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-up:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-up.selected {
  color: #2186F7;
}
.comments-box .comments .thumbs-up-down i.fa-thumbs-down:hover,
.comments-box .comments .thumbs-up-down i.fa-thumbs-down.selected {
  color: #CC358B;
}
.comments-box .comments .thumbs-up-down .thumb.first {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.comments-box .comments .thumbs-up-down .thumb i {
  margin-right: 5px;
}
.comments-box .comments .delete,
.comments-box .comments .copy-link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.comments-box .comments .delete i,
.comments-box .comments .copy-link i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .delete i:hover,
.comments-box .comments .copy-link i:hover {
  color: #CC358B;
}
.comments-box .comments .reply i {
  font-size: 24px;
}
.comments-box .comments .reply span {
  line-height: 26px;
  margin-right: 10px;
}
.comments-box .comments .reply span,
.comments-box .comments .reply i {
  transition: all 0.25s ease-in-out;
}
.comments-box .comments .reply:hover span,
.comments-box .comments .reply:hover i {
  color: #2186F7;
}
.comments-box .comments .comments {
  margin-left: 65px;
}
.comments-box .comments .comments .user-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comments-box .comments .comments .comment-details {
  margin: 10px 0;
}
.comments-box .comments .comments .comments {
  margin-left: 50px;
}
.comments-box .comments .comments .main-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-box .comments .comments .thumbs-up-down {
  margin-top: 10px;
}
.comments-box .comments .comments .thumbs-up-down i {
  font-size: 21px;
}
.comments-box .comments .comments .reply i,
.comments-box .comments .comments .delete i {
  font-size: 21px;
}
.comments-box .reply-box {
  margin-left: 62px;
  margin-top: 10px;
}
.comments-box .reply-box label {
  padding-bottom: 6px;
}
.comments-box .main-body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.comments-box .comment {
  background-color: white;
}
.comments-box .comment:not(.highlight) > div > .main-body {
  transition: all 0.25s ease-in-out;
}
.comments-box .comment.highlight > div > .main-body {
  background-color: #cbe7ff;
}
.comments-box .comment .text {
  white-space: pre-line;
  margin-top: -3px;
}
.comments-box .comment .comment .text {
  margin-top: 0px;
}
.comments-box .comments,
.comments-box .comment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.original-comment {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.original-comment .comment-details {
  margin-bottom: 15px;
}
.original-comment .comment-details .user-name {
  color: #2186F7;
  margin-right: 5px;
}
.copy-link-input {
  height: 35px;
  border: 1px solid grey;
  width: calc(100% - 130px);
  padding: 0 10px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .comment .helpful {
    display: none;
  }
}
@media (max-width: 600px) {
  .comments {
    margin-left: 0px !important;
    padding-left: 8px;
    border-left: 8px solid #f3f3f3;
  }
  .comments .comment-actions {
    display: block;
  }
  .comments .main-body {
    margin-bottom: 10px;
  }
}
.page-webinar h3 {
  color: #0c0c0c;
}
.page-webinar .content-header {
  margin-bottom: 30px;
}
.page-webinar .content-header img {
  margin-right: 15px;
}
.page-webinar .content-header p {
  margin: 0px;
}
.page-webinar .content-header .time {
  margin-left: 15px;
  color: #2186F7;
}
.page-webinar .video-box {
  border-bottom: 1px solid #ccc;
}
.page-webinar .video-box .video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.page-webinar .video-box .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-webinar .video-box .video-text {
  margin-right: 15px;
}
.page-webinar .video-box .video-below {
  margin: 30px 0;
}
.page-webinar .downloads-box,
.page-webinar .feedback,
.page-webinar .comments-box,
.page-webinar .lesson-navigation-box,
.page-webinar .resources-box {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.page-webinar .downloads-box h3,
.page-webinar .feedback h3,
.page-webinar .comments-box h3,
.page-webinar .lesson-navigation-box h3,
.page-webinar .resources-box h3 {
  margin-bottom: 15px;
}
.page-webinar .downloads {
  margin-top: 15px;
}
.page-webinar .downloads,
.page-webinar .download-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 960px) {
  .page-webinar .module-progress {
    margin-top: 10px;
  }
  .page-webinar h3 {
    font-size: 18px;
  }
  .page-webinar .content-header img {
    height: 40px;
  }
  .page-webinar .downloads .download-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .page-webinar .lesson-navigation-box {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .page-webinar .downloads .download-item {
    width: calc(100% - 30px);
  }
}

/*# sourceMappingURL=app.css.map */
