.timeline-header {
  padding: 10px;
  font-size: 25px;
}
.modal-body {
  padding: 0 20px;
  max-height: 100%;
  overflow-y: auto;
}

#datatable_filter input.form-control.input-sm {
  margin-left: 15px;
}
div#datatable_filter {
  float: right;
  padding-top: 10px;
}
div#datatable_length {
  padding-top: 10px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-bottom: 0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #cbcbcb;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 75px);
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
.timeline > li > .timeline-panel:before {
  /* position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; */
}
.timeline > li > .timeline-panel:after {
  /* position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "; */
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 17px;
  margin-right: -25px;
  background-color: #ff8322;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #ffad5d;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  cursor: pointer;
  font-size: 17px;
  color: #6b6b6b;
}
.timeline-title:hover {
  color: #ff8322;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
  /* display: none; */
  color: #949292;
}
.timeline-main,
#js-vm-history {
  background: #f8f8f8;
}
.timeline-container {
  background: white;
  border: 2px solid #eaeaea;
}
.timeline-header {
  padding: 10px;
  font-size: 25px;
}
.noActivity {
  height: 50px;
  font-size: 18px;
  color: #ff8322;
  padding: 10px;
}
.pendingBtn {
  background-color: #ed0e0e;
  border-color: #ed0e0e;
}
.pendingBtn:hover {
  background-color: #ed0e0e;
  border-color: #ed0e0e;
  opacity: 0.7;
}
.pendingReviewBtn {
  background-color: #1e6446;
  border-color: #1e6446;
}
.pendingReviewBtn:hover {
  background-color: #1e6446;
  border-color: #1e6446;
  opacity: 0.7;
}
.errorSucMsg {
  color: #ff8322;
}
#wholedataShare > div.bootbox.modal.fade.in > div > div > div.modal-body {
  padding: 10px 20px;
}
#wholedataShare
  > div.bootbox.modal.fade.in
  > div
  > div
  > div.modal-body
  > div
  > p {
  color: black;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1200px) {
  #js-vm-mentorship_form > div.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .signup-modal .field-wrapper label {
    display: block;
    text-align: justify;
  }
  #update-mentorshipData > div > div.row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #update-mentorshipData > div > div > label {
    padding-left: 0px;
    padding-right: 0px;
  }
  #otherSubject,
  #otherProgSkill,
  #otherDomain,
  #otherCompany {
    margin-top: 10px;
  }
  #update-mentorshipData .dropdown-menu.open {
    width: 100%;
  }
}
/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #595959;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #ff8322;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 30%;
}
.overflowQtext {
  max-height: 300px;
  max-width: 450px;
  overflow-y: scroll;
}
.timeline-header {
  padding: 10px;
  font-size: 25px;
}
.modal-body {
  padding: 0 20px;
  max-height: 100%;
  overflow-y: auto;
}

#datatable_filter input.form-control.input-sm {
  margin-left: 15px;
}
div#datatable_filter {
  float: right;
  padding-top: 10px;
}
div#datatable_length {
  padding-top: 10px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-bottom: 0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #cbcbcb;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 75px);
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
.timeline > li > .timeline-panel:before {
  /* position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; */
}
.timeline > li > .timeline-panel:after {
  /* position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "; */
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 30px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 17px;
  margin-right: -25px;
  background-color: #ff8322;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #ffad5d;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  cursor: pointer;
  font-size: 17px;
  color: #6b6b6b;
}
.timeline-title:hover {
  color: #ff8322;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
  /* display: none; */
  color: #949292;
}
.timeline-main,
#js-vm-history {
  background: #f8f8f8;
}
.timeline-container {
  background: white;
  border: 2px solid #eaeaea;
}
.timeline-header {
  padding: 10px;
  font-size: 25px;
}
.noActivity {
  height: 50px;
  font-size: 18px;
  color: #ff8322;
  padding: 10px;
}
.pendingBtn {
  background-color: #ed0e0e;
  border-color: #ed0e0e;
}
.pendingBtn:hover {
  background-color: #ed0e0e;
  border-color: #ed0e0e;
  opacity: 0.7;
}
.pendingReviewBtn {
  background-color: #1e6446;
  border-color: #1e6446;
}
.pendingReviewBtn:hover {
  background-color: #1e6446;
  border-color: #1e6446;
  opacity: 0.7;
}
.errorSucMsg {
  color: #ff8322;
}
#wholedataShare > div.bootbox.modal.fade.in > div > div > div.modal-body {
  padding: 10px 20px;
}
#wholedataShare
  > div.bootbox.modal.fade.in
  > div
  > div
  > div.modal-body
  > div
  > p {
  color: black;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1200px) {
  #js-vm-mentorship_form > div.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .signup-modal .field-wrapper label {
    display: block;
    text-align: justify;
  }
  #update-mentorshipData > div > div.row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #update-mentorshipData > div > div > label {
    padding-left: 0px;
    padding-right: 0px;
  }
  #otherSubject,
  #otherProgSkill,
  #otherDomain,
  #otherCompany {
    margin-top: 10px;
  }
  #update-mentorshipData .dropdown-menu.open {
    width: 100%;
  }
}
/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #595959;
  border-radius: 18%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #ff8322;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 30%;
}
#red5pro-publisher {
  border-radius: 7px;
}
.player {
  position: relative;
  display: inline-flex;
}
#red5pro-publisher {
  border: 4px solid black;
  z-index: 0;
  height: 238px;
  width: 315px;
}
#red5pro-vod,
#vimeo-player {
  position: absolute;
  z-index: -1;
  border: 4px solid black;
  border-radius: 7px;
  height: 238px;
  width: 315px;
}
#vimeo-player {
  z-index: -2;
}
.btn[disabled] {
  pointer-events: unset !important;
  cursor: not-allowed !important;
  color: #fff;
}
.btn[disabled]:hover {
  pointer-events: unset !important;
  cursor: not-allowed !important;
  color: #fff;
}
.recordingImg {
  text-align: center;
  /*height: 52px;*/
}
.recordingIsInProgress {
  display: inline;
  font-weight: 700;
  color: red;
}
.red5proMsg,
.audioVideoMsg,
.playerMsg {
  font-weight: 700;
  color: red;
}
.patienceMsg {
  width: 90%;
  text-align: justify;
  position: absolute;
  top: 25%;
  left: 5%;
}
.vidRecOption {
  display: inline;
}
.videoFbBtn {
  width: 215px;
  margin-bottom: 25px !important;
}
.recordVideoFbBtn {
  margin-top: 35px;
}
.countdown-timer {
  position: absolute;
  width: 10%;
  height: 1%;
  z-index: 40;
  color: #3290b6;
  display: flex;
  text-align: center;
  margin-bottom: 20px;
}
.countdown-timer p {
  margin-top: 2px;
  font-size: 30px;
  margin-bottom: 20px;
}
.countdown-timer p.timer {
  margin-bottom: 10px;
}
