/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Pages
*/
/*
  - Profile
  - Sweet Alerts
  - Charts
  - Login Pages
  - Course View
  - Feed Page
*/
/* ==============
  Profile
===================*/
.profile img {
  border: 3px solid #ffffff;
}

/* ==============
  Sweet Alert
===================*/
.sweet-alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

button.confirm {
  background-color: #bc0000 !important;
  border-color: #bc0000 !important;
  box-shadow: none !important;
}

/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 8em;
}

#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: 7;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.flot-chart .error {
  display: none;
}

/* ==============
  Login page
===================*/
.login-pg label {
  text-transform: capitalize;
  font-weight: 400;
}

.login-logo {
  max-width: 100%;
  max-height: 124px;
  min-height: 50px;
}
.login-logo .portrait {
  height: 300px;
}

#toggleButton {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.panel-pages {
  border-radius: 6px;
}
.panel-pages .panel-body {
  padding: 30px;
}
.panel-pages .panel-heading {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 40px 20px;
  position: relative;
}
.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}

.user-thumb {
  margin-top: -44px;
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

.ex-page-content h1 {
  color: #1d1a22;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

html.login-pg {
  background-color: #ffffff;
  background-image: url(/assets/images/login-bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
html.login-pg.slide {
  background-image: none;
}
html.login-pg body.login-bg {
  background-color: transparent;
}
html.login-pg .panel-pages {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
html.login-pg .wrapper-page {
  margin: 5%;
  max-width: 320px;
}

html.login-pg .wrapper-page.center {
  margin: 5% auto;
  width: 100%;
  max-width: 420px;
}
html.login-pg .wrapper-page.center .panel {
  border-radius: 30px;
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.3);
}
html.login-pg .wrapper-page.center .panel .panel-body {
  padding: 7% 12%;
}

.login-pg .wrapper-page .panel {
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.3);
}

/* ==============
  Course View
===================*/
.sponsor-logo {
  position: absolute;
  left: 20px;
  top: 10px;
}

.sponsor_img {
  object-fit: contain;
}

.course-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-height: 124px;
}

#orgshow .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  display: none;
}

.locked-course {
  width: 100%;
  height: 100%;
  background: rgba(228, 233, 239, 0.7);
  position: absolute;
  z-index: 1;
  text-align: center;
  display: table;
}
.locked-course span {
  display: table-cell;
  vertical-align: middle;
}

.itemplayer {
  margin-bottom: 20px;
}
.itemplayer iframe#launchframe-play {
  aspect-ratio: 16/9;
  height: auto;
}

/* ==============
  Feed Page
===================*/
.feedpost #wrapper {
  overflow: inherit;
}
.feedpost #wrapper .content-page {
  overflow: visible !important;
}
.feedpost #wrapper .affix {
  top: 80px;
  width: 19%;
}
.feedpost #wrapper #article-list .panel:hover .dropdown.more {
  opacity: 1;
}
.feedpost #wrapper #article-list .panel .dropdown.more {
  opacity: 0;
}
.feedpost #wrapper .link-preview-post img {
  height: 300px;
  width: 100%;
}
.feedpost #wrapper .mentiontype .btn-circle {
  height: 40px;
  width: 40px;
  font-size: 18px;
  padding: 8px 0;
  line-height: 22px;
  margin: 0;
}
.feedpost #wrapper .mentiontype .fileinput-filename {
  display: none;
}
.feedpost #wrapper .share_input {
  width: 100%;
  border: none;
}
.feedpost #wrapper .feedHighFive, .feedpost #wrapper .feedComment {
  line-height: 2.8rem;
}
.feedpost #wrapper .feedHighFive i, .feedpost #wrapper .feedComment i {
  font-size: 2.8rem;
  float: left;
  margin-right: 5px;
}
.feedpost #wrapper input[type=file] {
  display: block;
}
.feedpost #wrapper .pip {
  display: inline-block;
  position: relative;
}
.feedpost #wrapper .remove {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 100%;
}
.feedpost #wrapper .panel.panel-default.share_bx.focused {
  box-shadow: 0 0px 0px 1600px rgba(0, 0, 0, 0.65);
  position: relative;
  z-index: 999;
}
.feedpost #wrapper .removePhoto {
  top: 15px;
  position: relative;
  font-size: 23px;
}
.feedpost #wrapper .comment-list {
  margin: 15px -10px;
}
.feedpost #wrapper .comment-list p {
  font-size: 13px;
  margin: 3px 0;
}
.feedpost #wrapper a.likeActive, .feedpost #wrapper a.commentActive {
  color: #48546d;
}
.feedpost #wrapper html {
  scroll-behavior: smooth;
}

.tooltip-new:hover .tooltiptext {
  visibility: visible;
}

.tooltip-new .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #bc0000;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px;
  overflow: visible;
  position: absolute;
  z-index: 6000;
  font-size: 13px;
  left: 0;
  line-height: 1.8em;
  top: 30px;
}

/* ============== 
  Forum Page 
===================*/
.forumPage3 > .panel.panel-default {
  background: transparent;
  box-shadow: none;
}
.forumPage3 table.table.table-view {
  background: #ffffff;
}
.forumPage3 table.table.table-view thead {
  display: none;
}
.forumPage3 table.table.table-view caption {
  display: none;
}
.forumPage3 .forum_1 table.table.table-view tr {
  border-bottom: 20px solid #f0f1f5 !important;
}
.forumPage3 .forum_1 table.table.table-view tr .icon-tool {
  opacity: 0;
}
.forumPage3 .forum_1 table.table.table-view tr:hover .icon-tool {
  opacity: 1;
}
.forumPage3 .forum_1 table.table.table-view td.image {
  display: none;
}
.forumPage3 a.author img {
  border-radius: 100%;
  border: 3px solid #ffffff;
  background: #f7f6f8;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.reading tr.yui-dt-odd:hover, .reading tr.yui-dt-even:hover {
  background: #ffffff !important;
}
.reading tr.yui-dt-odd.forum_action {
  border-bottom: 20px solid #f7f6f8;
  border-left: 0 !important;
}

/* ==============
  Gallery Page
===================*/
.search-box {
  width: 300px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.search-box input[type=text] {
  height: 32px;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.result {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.result p {
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #d9d9d9;
  border-top: none;
  cursor: pointer;
}
.result p:hover {
  background: #f7f6f8;
}

.hashtag-footer {
  height: 75px;
  background: #ffffff;
}
.hashtag-footer .hashtag {
  background-color: #f7f6f8;
  color: #1d1a22;
  margin: 1px;
  display: inline-block;
  padding: 0.75em 0.7em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  border: 0px solid transparent !important;
}

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