html {
  min-height: 100%;
  height: 100%;
}
body {
  /* Margin bottom by footer height */
  height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #212121;
  background: #f5f5f5;
}
p {
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #EB8A44;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}
h1 {
  font-size: 21px !important;
  padding: 7px 0px 7px 0px;
  margin: 0px;
  color: #4B7447;
  margin-bottom: 5px;
  border-bottom: 1px solid #8EBA43;
}
h2 {
  font-size: 26px;
  color: #4B7447;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
.font-awesome {
  font-family: 'Roboto', 'fontAwesome';
}
.table-responsive .table {
  max-width: none;
}
.relative {
  position: relative;
}
/*---------------Common Styling Starts---------------*/
.pad0 {
  padding: 0px !important;
}
.pad3 {
  padding: 3px !important;
}
.pad5 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.padR0 {
  padding-right: 0px !important;
}
.padR5 {
  padding-right: 5px !important;
}
.padR10 {
  padding-right: 10px !important;
}
.padB0 {
  padding-bottom: 0px !important;
}
.padB20 {
  padding-bottom: 20px !important;
}
.padL0 {
  padding-left: 0px !important;
}
.padL5 {
  padding-left: 5px !important;
}
.padL10 {
  padding-left: 10px !important;
}
.padL15 {
  padding-left: 15px !important;
}
.padL20 {
  padding-left: 20px !important;
}
.padT0 {
  padding-top: 0px !important;
}
.padT10 {
  padding-top: 10px !important;
}
.mar10 {
  margin: 10px !important;
}
.mar0 {
  margin: 0px !important;
}
.marL0 {
  margin-left: 0px !important;
}
.marT0 {
  margin-top: 0px !important;
}
.marT2 {
  margin-top: 2px !important;
}
.marT5 {
  margin-top: 5px !important;
}
.marT10 {
  margin-top: 10px !important;
}
.marT20 {
  margin-top: 20px !important;
}
.marT15 {
  margin-top: 15px !important;
}
.marT10 {
  margin-top: 10px !important;
}
.marT25 {
  margin-top: 25px !important;
}
.marT35 {
  margin-top: 35px !important;
}
.marT45 {
  margin-top: 45px !important;
}
.marL5 {
  margin-left: 5px !important;
}
.marR0 {
  margin-right: 0px !important;
}
.marR3 {
  margin-right: 3px !important;
}
.marR5 {
  margin-right: 5px !important;
}
.marR10 {
  margin-right: 10px !important;
}
.marR20 {
  margin-right: 20px !important;
}
.marL15 {
  margin-left: 15px !important;
}
.marL5 {
  margin-left: 5px !important;
}
.marL10 {
  margin-left: 10px !important;
}
.marB0 {
  margin-bottom: 0px !important;
}
.marB5 {
  margin-bottom: 5px !important;
}
.marB10 {
  margin-bottom: 10px !important;
}
.marB15 {
  margin-bottom: 15px !important;
}
.marB20 {
  margin-bottom: 20px !important;
}
.marB30 {
  margin-bottom: 30px !important;
}
.marB70 {
  margin-bottom: 70px !important;
}
.top0 {
  top: 0px !important;
}
.displayNone {
  display: none;
}
.displayNoneImp {
  display: none !important;
}
.btn-34 {
  height: 34px;
}
.yellow {
  color: #ffa400;
}
.green {
  color: #259a25;
}
.diplay-inline {
  display: inline-block !important;
}
.input-group-w {
  width: 270px;
}
.bx-wrapper .bx-loading {
  background: none;
}
.padMR0 {
  padding-right: 0px !important;
}
.padML0 {
  padding-left: 0px !important;
}
.pad-label label {
  padding-right: 20px;
  margin-right: 5px;
}
.pad-label label input {
  margin-right: 10px;
}
.home-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.i-top {
  vertical-align: text-top;
  top: -2px;
  position: relative;
}
.error-red {
  color: #F44336;
  font-size: 35px;
}
.border-img {
  border: 1px solid #ccc;
}
.border-ads {
  border: 1px solid #ccc;
  padding: 2px;
}
.position-rel {
  position: relative;
}
.pointer-none {
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.text-muted {
  color: #727272;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.wrap-text {
  white-space: pre;
}
.wrap-pre-wrap {
  white-space: pre-wrap;
}
.border0 {
  border: 0px solid #fff;
}
.img-responsive {
  display: inline-block;
}
.border-right {
  border-right: 1px dashed #B6B6B6;
}
.border-right0 {
  border-right: 0px dashed #B6B6B6 !important;
}
.border-radius0 {
  border-radius: 0px !important;
}
.override-style h1,
.override-style h2,
.override-style h3,
.override-style h4 {
  all: inherit;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
}
textarea {
  resize: vertical;
}
.body-dark {
  background: #4B7447 !important;
}
.body-normal {
  background: #EB8A44 !important;
}
.body-light {
  background: #8EBA43 !important;
}
.body-accent {
  background: #F9DC24 !important;
}
.body-standout {
  background: #9C27B0 !important;
}
.body-dark-text {
  color: #4B7447 !important;
}
.body-normal-text {
  color: #EB8A44 !important;
}
.body-light-text {
  color: #8EBA43 !important;
}
.body-accent-text {
  color: #F9DC24 !important;
}
.body-standout-text {
  color: #9C27B0 !important;
}
.panel-group .panel-heading {
  background: #f5f5f5;
  position: relative;
}
.alert {
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px !important;
}
.text-danger {
  color: #c80000;
  font-size: 13px;
  padding-bottom: 5px;
}
.customeError {
  font-size: 12px;
  line-height: 0.9em;
  list-style-type: none;
  margin: 5px 0 3px;
  padding: 0;
  transition: all 0.3s ease-in 0s;
  color: #c80000;
  opacity: 1;
}
.clear {
  clear: both;
}
b,
strong {
  font-weight: 900;
}
.bold {
  font-weight: 900;
}
.f-right {
  float: right;
}
.full-width {
  width: 100%;
}
.fa-1x {
  font-size: 1.1em;
}
.icon {
  color: #F9DC24;
}
.icon-r45 {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
.icon-yellow {
  color: #f0f000;
}
.font18 {
  font-size: 18px !important;
}
.font16 {
  font-size: 16px !important;
}
.font15 {
  font-size: 15px !important;
}
.font14 {
  font-size: 14px !important;
}
.font13 {
  font-size: 13px !important;
}
.font12 {
  font-size: 12px !important;
}
.hr {
  width: 100%;
  margin: 0px 0px 10px 0px;
  height: 10px;
  border-bottom: 1px dashed #B6B6B6;
  padding: 00px 0px;
}
.hr-solid {
  width: 100%;
  margin: 0px 0px 5px 0px;
  height: 10px;
  border-top: 1px solid #B6B6B6;
  padding: 00px 0px;
}
.skip {
  line-height: 33px;
}
.ng-table-pager {
  margin-bottom: 25px;
}
.form-group {
  text-align: left;
}
.readonly {
  background-color: #fff !important;
}
.password-details {
  padding-top: 3px;
  font-size: 12px;
  color: #F9DC24;
}
.pd-right {
  padding-right: 0px;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.overflow-visible {
  overflow: visible !important;
}
.modal-header {
  background: #f5f5f5;
  border-radius: 4px 4px 0px 0px;
}
.modal-title {
  padding: 0px;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-icon {
  float: right;
  margin-right: 10px;
  margin-top: -4px;
}
.modal-scroll {
  max-height: 600px;
  overflow-y: scroll;
}
.datetimepicker .table td,
.datetimepicker .table th {
  border: 0px !important;
}
.dropdown-dob.open > .dropdown-menu {
  display: block;
}
ul.dropdown-menu {
  margin-top: -13px;
  margin-left: 15px;
}
#market ul.dropdown-menu {
  margin-top: 1px;
  margin-left: 0;
}
#editMarket ul.dropdown-menu {
  margin-top: 1px;
  margin-left: 0;
}
#editUser ul.dropdown-menu {
  margin-top: unset;
  margin-left: initial;
  left: 14px;
  top: 35px;
}
.form-control::-webkit-input-placeholder {
  font-size: 13px;
}
a.btn-add {
  color: #fff;
  background: #F9DC24;
  padding: 4px 8px 5px;
  border: 1px solid #F9DC24;
  border-radius: 4px;
  transition: all 300ms ease 0s;
}
a.btn-add:hover {
  background: #EB8A44;
  border: 1px solid #EB8A44;
}
a.btn-add i.fas.fa-plus-circle.marR5 {
  color: #fff;
  font-size: 14px;
}
a.btn-add.top-create {
  position: relative;
  top: -4px;
}
.close {
  filter: alpha(opacity=20);
  opacity: .3;
}
.bell {
  position: relative;
  top: 2px;
}
.bell a {
  padding: 0px !important;
  margin: 0px !important;
}
.bell i {
  font-size: 16px;
  padding-right: 7px;
}
.bell .badge {
  position: absolute;
  top: -9px;
  padding: 0px;
  right: 0px;
  font-size: 10px;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: block;
  line-height: 17px;
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}
.top-bar .multi-location {
  top: 56px;
}
.multi-location {
  width: 250px;
  background: #fff;
  position: absolute;
  right: 16px;
  text-align: left;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  overflow: visible;
}
.multi-location:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  right: -12px;
  box-sizing: border-box;
  border: 10px solid #ccc;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(134deg);
}
.multi-location ul {
  list-style: none;
  margin: 0px;
  padding: 5px 0px 6px 0px;
  background: white;
  overflow: hidden;
  border-radius: 4px;
}
.multi-location ul li {
  list-style: none;
  margin: 0px;
  padding: 0px 8px 0px 8px;
  display: inline-block;
  float: left;
}
.multi-location ul li a {
  cursor: pointer;
}
.top-bar .profile-meter {
  top: 40px;
}
.profile-meter {
  width: 250px;
  background: #fff;
  position: absolute;
  right: -40px;
  text-align: left;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  overflow: visible;
}
.profile-meter:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  right: 28px;
  box-sizing: border-box;
  border: 10px solid #ccc;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(134deg);
}
.profile-meter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  top: -25px;
  left: 0px;
}
.profile-meter h4 {
  font-size: 15px;
  padding: 0;
  margin: 5px;
}
.profile-meter .progress {
  height: 18px;
  margin-bottom: 12px;
}
.profile-meter .profile-perc {
  text-align: left;
  font-size: 13px;
  padding: 5px 0;
}
.profile-meter .profile-perc span {
  font-weight: 700;
  color: #4B7447;
}
.profile-meter ul {
  padding: 0px;
  margin-bottom: 0px;
}
.profile-meter ul .profile-content {
  width: 70%;
  float: left;
  color: #4B7447;
}
.profile-meter ul .profile-status {
  width: 15%;
  float: right;
  text-align: right;
}
.profile-meter ul .profile-status a {
  color: red;
}
.profile-meter ul li.completed .profile-status {
  color: #25c400;
}
.social-group {
  margin: 0px;
  padding: 0px;
}
.social-group a {
  margin: 0px;
  padding: 10px;
  display: inline-block;
}
.footer-facebook {
  float: right;
}
.footer-facebook i {
  font-size: 22px;
}
#mobileError,
#numberError,
#relativeEditNumberError {
  position: relative;
  top: -9px;
  margin-bottom: 7px;
}
.input-error {
  position: relative;
  top: -10px;
  text-align: left;
}
input[type="file"] {
  display: block;
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  z-index: 0;
}
.btn-form {
  color: #fff;
  background-color: #4B7447;
  border-color: #8EBA43;
  border: none;
  outline: none !important;
}
.btn-form:hover,
.btn-form:focus,
.btn-form:active {
  color: #fff;
  background-color: #EB8A44;
  border-color: #8EBA43;
}
.btn-light {
  color: #fff;
  background-color: #8EBA43;
  border-color: #EB8A44;
  outline: none !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #fff;
  background-color: #4B7447;
  border-color: #EB8A44;
}
.btn-default,
.btn-default:focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  outline: none !important;
}
.btn-default:hover,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus {
  color: #fff;
  background-color: #4B7447;
  border-color: #4B7447;
}
.progress {
  background-color: #8EBA43;
}
.progress-bar-success {
  background-color: #4B7447;
}
/* Progress Profile Starts */
.progress-profile {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.progress-profile:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fe2137;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-profile > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-profile .progress-left {
  left: 0%;
}
.progress-profile .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #07DA0F;
}
.progress-profile .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-profile .progress-right {
  right: 0;
}
.progress-profile .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress-profile .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress-profile .progress-value div {
  margin-top: 10px;
}
.progress-profile .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
.progress-profile .progress-value img {
  aspect-ratio: 1;
  object-fit: cover;
}
/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress-profile[data-percentage="10"] .progress-right .progress-bar {
  animation: profile-loading-1 1.5s linear forwards;
}
.progress-profile[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.progress-profile[data-percentage="20"] .progress-right .progress-bar {
  animation: profile-loading-2 1.5s linear forwards;
}
.progress-profile[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.progress-profile[data-percentage="25"] .progress-right .progress-bar {
  animation: profile-loading-3 1.5s linear forwards;
}
.progress-profile[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}
.progress-profile[data-percentage="30"] .progress-right .progress-bar {
  animation: profile-loading-3 1.5s linear forwards;
}
.progress-profile[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.progress-profile[data-percentage="40"] .progress-right .progress-bar {
  animation: profile-loading-4 1.5s linear forwards;
}
.progress-profile[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.progress-profile[data-percentage="50"] .progress-right .progress-bar {
  animation: profile-loading-5 1.5s linear forwards;
}
.progress-profile[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.progress-profile[data-percentage="60"] .progress-right .progress-bar {
  animation: profile-loading-5 1.5s linear forwards;
}
.progress-profile[data-percentage="60"] .progress-left .progress-bar {
  animation: profile-loading-1 1.5s linear forwards 1.5s;
}
.progress-profile[data-percentage="70"] .progress-right .progress-bar {
  animation: profile-loading-5 1.5s linear forwards;
}
.progress-profile[data-percentage="70"] .progress-left .progress-bar {
  animation: profile-loading-2 1.5s linear forwards 1.5s;
}
.progress-profile[data-percentage="75"] .progress-right .progress-bar {
  animation: profile-loading-5 1.5s linear forwards;
}
.progress-profile[data-percentage="75"] .progress-left .progress-bar {
  animation: profile-loading-3 1.5s linear forwards 1.5s;
}
.progress-profile[data-percentage="80"] .progress-right .progress-bar {
  animation: profile-loading-5 1.5s linear forwards;
}
.progress-profile[data-percentage="80"] .progress-left .progress-bar {
  animation: profile-loading-3 1.5s linear forwards 1.5s;
}
.progress-profile[data-percentage="100"] .progress-right .progress-bar {
  animation: profile-loading-5 1.5s linear forwards;
}
.progress-profile[data-percentage="100"] .progress-left .progress-bar {
  animation: profile-loading-5 1.5s linear forwards 1.5s;
}
@keyframes profile-loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes profile-loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes profile-loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes profile-loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes profile-loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
/* Progress Profile Ends */
.div-form {
  border: 1px solid #B6B6B6;
  padding: 30px 30px;
  width: 675px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center !important;
}
.div-form .cropArea.profile-crop {
  margin: 0 auto;
  width: 150px;
}
.div-form .crop-text {
  width: 100%;
  text-align: center;
}
.div-form .profile-crop {
  width: 150px;
}
.div-form .profile-crop-center {
  width: 150px;
  margin: 0 auto;
}
.div-form .cropper-bg {
  width: 150px !important;
}
.div-form.full-width {
  width: 100%;
}
.div-setup-form {
  border: 1px solid #B6B6B6;
  padding: 30px 30px;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center !important;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}
#loading-popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  border-radius: 5px;
}
.loading-city-state {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  border-radius: 5px;
}
.loading-refer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  border-radius: 5px;
}
.loader-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.loader-img i {
  font-size: 35px;
  color: #EB8A44;
}
.loading-contact {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
.load-cont-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.load-cont-img i {
  font-size: 35px;
  color: #EB8A44;
  background: none;
}
.session-time {
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%) !important;
  /* Chrome, Safari, Opera */
  top: 40%;
  position: absolute;
  left: 50%;
}
.no-data {
  padding: 8px;
  margin-top: 5px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
}
.policy .trumbowyg-box,
.policy .trumbowyg-editor {
  height: auto !important;
}
/* breadcrumb style */
.breadcrumb-block {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #8EBA43;
}
.breadcrumb-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb-block ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  color: #4B7447;
  font-size: 20px;
  padding-right: 25px;
  text-transform: capitalize;
}
.breadcrumb-block ul li a {
  color: #EB8A44;
}
.breadcrumb-block ul li h1 {
  font-size: 21px !important;
  color: #4B7447;
  border: 0px solid red;
  margin-bottom: 0px;
}
.breadcrumb-block ul li:after {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  margin-left: 8px;
  margin-top: 4px;
  font-size: 16px;
  color: #EB8A44;
}
.breadcrumb-block ul li:last-child:after {
  content: '';
}
.breadcrumb-block ul.breadcrumb-left {
  width: 85%;
}
.breadcrumb-block ul.breadcrumb-left-66 {
  width: 66%;
}
.breadcrumb-block ul.breadcrumb-left-80 {
  width: 80%;
}
.breadcrumb-files {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #8EBA43;
}
.breadcrumb-files ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb-files ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  color: #4B7447;
  font-size: 20px;
  padding-right: 25px;
  text-transform: capitalize;
}
.breadcrumb-files ul li a {
  color: #EB8A44;
}
.breadcrumb-files ul li h1 {
  font-size: 21px !important;
  color: #4B7447;
  border: 0px solid red;
  margin-bottom: 0px;
}
.breadcrumb-files ul li a:after {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  margin-left: 8px;
  margin-top: 4px;
  font-size: 16px;
  color: #EB8A44;
}
.separator {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}
h3.star-rate-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.star-rate {
  float: none;
  height: 35px;
  padding: 0 10px;
  margin: 0 auto;
  width: 177px;
  margin-bottom: 5px;
}
.star-rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.star-rate:not(:checked) > label {
  float: right;
  width: 26px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 23px;
  color: #ccc;
  margin-left: 5px;
  margin-bottom: 0px;
}
.star-rate:not(:checked) > label:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.star-rate > input:checked ~ label {
  color: #ffc700;
}
.star-rate:not(:checked) > label:hover,
.star-rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.star-rate > input:checked + label:hover,
.star-rate > input:checked + label:hover ~ label,
.star-rate > input:checked ~ label:hover,
.star-rate > input:checked ~ label:hover ~ label,
.star-rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.star-rate label.star-checked {
  color: #ffc700;
}
.admin-img-box {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.admin-img-box .img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 20px;
}
.admin-img-box .img img {
  transition: transform .2s;
  object-fit: cover;
}
.admin-img-box .img img:hover {
  transform: scale(1.4);
}
.admin-img-box .name {
  flex: 1;
}
ul.icons-18 {
  list-style-type: none;
  padding-left: 1px;
}
ul.icons-18 {
  list-style-type: none;
  padding-left: 1px;
}
ul.icons-18 li {
  padding: 0;
  font-size: 16px;
  float: left;
  margin: 0 8px 0 0;
}
ul.icons-18 li a {
  height: 18px;
  line-height: 18px;
  display: block;
  color: #F9DC24;
  background: url(/img/sprite.png) no-repeat;
  /* as all link share the same background-image */
  text-indent: unset;
  width: 18px;
  text-align: left;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
ul.icons-18 li a:hover {
  color: #9C27B0;
}
ul.icons-18 li.edit a {
  background: none;
}
ul.icons-18 li.edit a:after {
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
}
ul.icons-18 li.add a {
  background: none;
}
ul.icons-18 li.add a:after {
  content: '\f0fe';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 1px;
}
ul.icons-18 li a.add-icon-spin {
  line-height: 24px;
  padding-left: 0;
  background: none;
}
ul.icons-18 li a.add-icon-spin:before {
  text-indent: 0;
  right: -2px;
  top: -2px;
}
ul.icons-18 li.add a.add-icon-spin:after {
  content: '';
}
ul.icons-18 li.delete a {
  background: none;
}
ul.icons-18 li.delete a:after {
  content: '\f2ed';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 2px;
}
ul.icons-18 li.view a {
  background: none;
}
ul.icons-18 li.view a:after {
  content: '\f06e';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
}
ul.icons-18 li.members a {
  background: none;
}
ul.icons-18 li.members a:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0;
}
ul.icons-18 li.answer a {
  background: none;
}
ul.icons-18 li.answer a:after {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 1px;
  top: 1px;
}
ul.icons-18 li.answer a:before {
  content: '\f031';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 28%;
  font-size: 9px;
  font-weight: 600;
  top: 2%;
}
ul.icons-18 li.disabled a {
  background: none;
}
ul.icons-18 li.disabled a:after {
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
  color: #ccc;
  cursor: not-allowed;
}
ul.icons-18 li.delete-disabled a {
  background: none;
}
ul.icons-18 li.delete-disabled a:after {
  content: '\f2ed';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 2px;
  color: #ccc;
  cursor: not-allowed;
}
ul.icons-18 li.suspend a {
  background: none;
}
ul.icons-18 li.suspend a:after {
  content: '\f146';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 1px;
}
ul.icons-18 li.unlink a {
  background: none;
}
ul.icons-18 li.unlink a:after {
  content: '\f127';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
}
ul.icons-18 li.setting a {
  background: none;
}
ul.icons-18 li.setting a:after {
  content: '\f013';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
}
ul.icons-18 li.discuss a {
  background: none;
}
ul.icons-18 li.discuss a:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 15px;
}
ul.icons-18 li.discuss a:before {
  content: '\f086';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 3px;
  top: -8px;
  font-size: 10px;
}
ul.icons-18 li.discuss a .badge {
  background: #4B7447;
  position: absolute;
  top: -8px;
  padding: 0px 3px;
  left: 15px;
  font-size: 10px;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: block;
  line-height: 17px;
}
ul.icons-18 li.schedule a {
  background: none;
}
ul.icons-18 li.schedule a:after {
  content: '\f073';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 2px;
}
ul.icons-18 li.presence a {
  background: none;
}
ul.icons-18 li.presence a:after {
  content: '\f4fc';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
}
ul.icons-18 li.file-upload a {
  background: none;
}
ul.icons-18 li.file-upload a:after {
  content: '\f093';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
}
ul.icons-18 li.act a {
  background: none;
}
ul.icons-18 li.act a:after {
  content: '\f4fe';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
}
ul.icons-18 li.review a {
  background: none;
}
ul.icons-18 li.review a:after {
  content: '\f27a';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  position: absolute;
  left: 0px;
  font-size: 18px;
}
ul.icons-18 li.review a span:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 2px;
  font-size: 6px;
  top: -3px;
}
ul.icons-18 li.review a span:after {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 9px;
  font-size: 6px;
  top: -3px;
}
ul.icons-18 li.assign-grp a {
  background: none;
}
ul.icons-18 li.assign-grp a:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.table-curved ul.icons-18 li,
.table-result-det ul.icons-18 li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.table-curved ul.icons-18 li a,
.table-result-det ul.icons-18 li a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.table-curved ul.icons-18 li:active a,
.table-curved ul.icons-18 li:focus a,
.table-curved ul.icons-18 li:hover a,
.table-result-det ul.icons-18 li:active a,
.table-result-det ul.icons-18 li:focus a,
.table-result-det ul.icons-18 li:hover a {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
ul.icons-18 li a.add-icon-spin {
  color: #F9DC24;
}
.input-group .form-control {
  z-index: 0;
}
.input-group .form-control:last-child,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group-addon.disabled {
  cursor: not-allowed;
}
/* media popup */
.mediaImg img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.mediaImg img:hover {
  opacity: 0.7;
}
.img-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}
.img-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  border: 10px solid #fff;
}
/* Caption of Modal Image */
#img-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.img-modal,
#img-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.img-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.img-close:hover,
.img-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .img-modal-content {
    width: 100%;
  }
}
/* end media popup */
.team-desg {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.team-list {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.team-list .team-member {
  display: table;
  margin: auto auto 20px auto;
  width: 90%;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  background: whitesmoke;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  border-left: 5px solid #EB8A44;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-list .team-member:hover {
  border-left: 5px solid #8EBA43;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.team-list .team-member .team-pic {
  display: table-cell;
  width: 12%;
  float: left;
  text-align: center;
}
.team-list .team-member .team-pic img {
  padding: 2px;
}
.team-list .team-member .team-data {
  display: table-cell;
  width: 87%;
  float: left;
  padding-left: 10px;
}
.team-list .team-member .team-data .team-desg {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.mand-block {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  text-align: left;
}
.mandatory {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #F9DC24;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #F9DC24;
  top: 0px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-top-left-radius: 50% 0%;
  border-top-right-radius: 50% 0%;
  border-bottom-right-radius: 50% 0%;
  border-bottom-left-radius: 50% 33%;
}
.mandatory.mand-radius {
  border-top-left-radius: 50% 0%;
  border-top-right-radius: 50% 0%;
  border-bottom-right-radius: 50% 0%;
  border-bottom-left-radius: 50% 33%;
  top: -1px;
  left: -1px;
}
.mandatory-feedback {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #4B7447;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #4B7447;
  top: 0px;
  transform: rotate(90deg);
  z-index: 1;
  -webkit-transform: rotate(90deg);
  border-top-left-radius: 50% 0%;
  border-top-right-radius: 50% 0%;
  border-bottom-right-radius: 50% 0%;
  border-bottom-left-radius: 50% 33%;
}
.mandatory.mand-time {
  left: 0;
}
.mandatory.mandtel {
  z-index: 4;
}
.mandatory.mandselect {
  z-index: 6;
  left: 0;
}
.border-issue {
  border: 5px solid #ddd;
}
.bg-left {
  background: #f5f5f5;
}
.angularjs-datetime-picker {
  z-index: 1060;
}
.code-text {
  color: #424242;
  font-size: 18px;
}
/* Add Icon Spin */
.add-list {
  width: 100%;
  margin-top: 8px;
  float: right;
  text-align: right;
}
.add-icon-spin {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 25px;
}
.add-icon-spin:before {
  content: "\f055";
  position: absolute;
  right: 1px;
  top: -6px;
  padding: 0 1px;
  font-family: "Font Awesome 5 Free";
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 20px;
  font-weight: 900;
}
.add-icon-spin:hover:before,
.add-icon-spin:focus:before,
.add-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.add-icon-spin.disabled {
  cursor: not-allowed;
  color: #dcdcdc;
}
.add-icon-spin.disabled:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.add-icon-spin.top-2::before {
  top: -2px;
}
.manage-addr {
  margin-top: 20px;
}
.preview-icon {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 25px;
}
.preview-icon:before {
  content: "\f06e";
  position: absolute;
  right: 1px;
  top: -6px;
  padding: 0 1px;
  font-family: "Font Awesome 5 Free";
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 20px;
  font-weight: 900;
}
.golive-icon-spin {
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 25px;
}
.golive-icon-spin span {
  padding-right: 25px;
}
.golive-icon-spin:before {
  content: "\f144";
  position: absolute;
  right: 1px;
  top: -6px;
  padding: 0 1px;
  font-family: "Font Awesome 5 Free";
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 20px;
  font-weight: 900;
}
/*--- Profile ---*/
.profile-img {
  width: 150px;
  height: 150px;
  border: 3px dashed  #ddd;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
}
.profile-box {
  position: relative;
  width: 150px;
  height: 150px;
}
.profile-box-edit {
  position: relative;
  width: 165px;
}
.profile-close {
  position: absolute;
  font-size: 22px;
  color: #000;
  right: 5px;
  top: -2px;
  opacity: 1;
  cursor: pointer;
}
.profile-edit {
  position: absolute;
  font-size: 18px;
  color: #000;
  right: 8px;
  bottom: 3px;
  opacity: 1;
  cursor: pointer;
}
.profile-edit-up {
  position: absolute;
  font-size: 18px;
  color: #000;
  right: 8px;
  bottom: 19px;
  opacity: 1;
  cursor: pointer;
}
.company-logo .profile-box {
  width: 100%;
  text-align: center;
  height: auto;
}
.company-logo .cropArea.profile-crop {
  width: 100%;
  text-align: center;
  height: auto;
}
.company-logo .profile-img {
  width: 100%;
  border: 0px dashed #ddd;
  height: auto;
}
.company-logo .crop-text {
  width: 100%;
  text-align: center;
}
.company-logo .img-container {
  max-width: 100%;
  height: auto;
}
.company-logo .profile-crop {
  border: 0px solid #ccc;
  text-align: center;
}
.company-logo .profile-box label {
  margin-bottom: 0px;
}
.company-logo .profile-close {
  font-size: 16px;
  right: 1px;
  top: 0px;
}
.company-logo .profile-edit {
  font-size: 14px;
  right: 2px;
  bottom: 1px;
}
.company-logo .clogo-box {
  border: 1px solid #ccc;
  padding: 15px 10px;
  border-radius: 5px;
}
.btn-delete {
  color: #fff;
  background-color: #737373;
  border-color: #8EBA43;
  border: none;
}
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active {
  color: #fff;
  background-color: #EB8A44;
  border-color: #8EBA43;
}
/*--------------- Holidays Styling Starts ---------------*/
.holiday-table .republicday {
  background: url(/img/sprite.png);
  background-position: -456px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .mahashivratri {
  background: url(/img/sprite.png);
  background-position: -152px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .holi {
  background: url(/img/sprite.png);
  background-position: -674px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .gudipadwa {
  background: url(/img/sprite.png);
  background-position: -567px -47px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .ramnavami {
  background: url(/img/sprite.png);
  background-position: -728px -47px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .mahavirjayanti {
  background: url(/img/sprite.png);
  background-position: -781px -46px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .goodfriday {
  background: url(/img/sprite.png);
  background-position: -202px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .maharashtraday {
  background: url(/img/sprite.png);
  background-position: -404px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .ramzan {
  background: url(/img/sprite.png);
  background-position: -357px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .independenceday {
  background: url(/img/sprite.png);
  background-position: -513px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .parsinewyear {
  background: url(/img/sprite.png);
  background-position: -619px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .ganeshchaturthi {
  background: url(/img/sprite.png);
  background-position: -99px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .dussehra {
  background: url(/img/sprite.png);
  background-position: -831px -48px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .gandhijayanti {
  background: url(/img/sprite.png);
  background-position: -300px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .diwali {
  background: url(/img/sprite.png);
  background-position: -1213px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .balipratipada {
  background: url(/img/sprite.png);
  background-position: -49px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .bhaidooj {
  background: url(/img/sprite.png);
  background-position: -1280px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .gurunanakjayanti {
  background: url(/img/sprite.png);
  background-position: -255px -49px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .christmas {
  background: url(/img/sprite.png);
  background-position: 6px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .bakrieid {
  background: url(/img/sprite.png);
  background-position: -934px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .shivajijayanti {
  background: url(/img/sprite.png);
  background-position: -987px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .janmashtami {
  background: url(/img/sprite.png);
  background-position: -887px -50px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .newyear {
  background: url(/img/sprite.png);
  background-position: -1043px -45px;
  width: 32px;
  height: 27px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .buddha {
  background: url(/img/sprite.png);
  background-position: -1158px -48px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.holiday-table .ambedkar {
  background: url(/img/sprite.png);
  background-position: -1100px -49px;
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.check-mark {
  float: right;
  color: green;
}
/*--------------- Holidays Styling End ---------------*/
/*--------------- Account verify Styling Start ---------------*/
ul.otp {
  margin: 0px ;
  padding: 0px;
  margin-bottom: 10px;
}
ul.otp li {
  display: inline-block;
  color: #212121;
  padding: 0px;
  width: 15.5%;
}
.resend-otp {
  position: relative;
  float: right;
}
.resend-otp a {
  position: absolute;
  width: 91px;
  right: 0;
  top: 4px;
}
.resend-otp img {
  position: absolute;
  left: 35px;
  top: 7px;
}
.greyscale a,
.greyscale .icon {
  color: #727272 !important;
}
.greyscale a {
  pointer-events: none;
  cursor: default;
}
/*--------------- Account verify Styling End ---------------*/
/*--------------- Upload Styling Starts ---------------*/
.well {
  min-height: 139px;
  padding: 55px 15px 5px 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 3px dashed  #ddd;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.another-file-over-class,
.my-drop-zone:hover {
  border: 3px dashed #4B7447;
}
.well label {
  cursor: pointer;
  color: #4B7447;
}
.well.well-upload {
  min-height: 186px;
  padding: 78px 15px 5px 15px;
}
ul.upload-f {
  margin: 0px ;
  padding: 0px;
}
ul.upload-f li {
  display: inline-block;
  color: #212121;
  padding: 0px 10px 0px 0px;
  margin-bottom: 5px;
}
ul.upload-f li:nth-child(1) {
  width: 54%;
  text-align: left;
  vertical-align: top;
}
ul.upload-f li i {
  cursor: pointer;
}
ul.upload-f li i.check-success {
  color: green;
}
ul.upload-f li i.check-remove {
  color: red;
}
.upload-box {
  display: block;
  width: 50%;
  margin: auto;
  padding: 25px 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.upload-media {
  position: absolute;
  background: #fff;
  top: -12px;
  left: 13px;
  padding: 2px 6px;
  font-size: 15px;
  color: #4B7447;
}
.media-or {
  font-size: 18px;
  color: #949494;
}
.link-media {
  position: relative;
  padding: 25px 20px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.link-media:hover {
  border: 3px dashed #4B7447;
}
.link-media .upload-media {
  top: -15px;
}
.upload-box .btn-form {
  width: 100%;
}
/*--------------- Upload Styling End ---------------*/
/*---- Multiple Email -----*/
span.email-ids {
  float: left;
  /* padding: 4px; */
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 5px;
}
span.cancel-email {
  border: 1px solid #ccc;
  width: 18px;
  display: block;
  float: right;
  text-align: center;
  margin-left: 20px;
  border-radius: 49%;
  height: 18px;
  line-height: 15px;
  margin-top: 1px;
  cursor: pointer;
}
.email-id-row {
  border: 1px solid #ccc;
}
.email-id-row input {
  border: 0;
  outline: 0;
}
span.to-input {
  display: block;
  float: left;
  padding-right: 11px;
}
.email-id-row {
  padding-top: 6px;
  padding-bottom: 7px;
  /*margin-top: 23px;*/
}
/*--- Multiple Emails ---*/
/*--------------- Calendar Styling Starts ---------------*/
.calendar-overflow {
  overflow-x: unset;
}
.presenceTooltip .presenceTooltipText {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 1;
  bottom: 26px;
  margin-left: -57px;
}
.presenceTooltip .presenceTooltipText:after {
  content: '';
  position: absolute;
  border-top: 10px solid white;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -20px;
  left: 44px;
}
.presenceTooltip .presenceTooltipText:before {
  content: '';
  position: absolute;
  border-top: 10px solid #cccccc;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -21px;
  left: 44px;
}
.presenceTooltip:hover .presenceTooltipText {
  visibility: visible;
}
.presenceTooltipText hr {
  margin: 5px auto;
  width: 85%;
}
.padmonth {
  padding: 2px 3px 10px 3px !important;
}
.marmonth {
  margin-top: -1px;
}
.fl {
  font-size: 11px;
  color: #000;
  position: absolute;
  left: 0px;
  top: 22px;
}
.hl {
  font-size: 11px;
  color: #000;
  position: absolute;
  right: 0px;
  top: 22px;
}
.table-responsive > .table-bordered tr:nth-child(2) .table-block tr td .presenceTooltipText {
  bottom: 18px;
}
.table-responsive > .table-bordered tr .table-block tr td:last-child .presenceTooltipText {
  left: -28px;
}
.table-responsive > .table-bordered tr .table-block tr td:last-child .presenceTooltipText:before {
  left: 84px;
}
.table-responsive > .table-bordered tr .table-block tr td:last-child .presenceTooltipText:after {
  left: 84px;
}
table.table.table-bordered tr:nth-child(2) .table-block tr td .presenceTooltipText {
  bottom: auto;
}
table.table.table-bordered tr:nth-child(2) .table-block tr td.presenceTooltip .presenceTooltipText:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -21px;
  bottom: auto;
}
table.table.table-bordered tr:nth-child(2) .table-block tr td.presenceTooltip .presenceTooltipText:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -20px;
  bottom: auto;
}
.popover-content {
  text-align: center;
}
.popover-content hr {
  margin: 5px 0;
}
.bg-weekend {
  background: #ccc;
}
.bg-present {
  background: #fff;
}
.bg-present:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.bg-present.swipein {
  background-image: none;
}
.bg-present.swipein:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #0ede19;
  width: 50%;
  -webkit-animation: swipein 1s linear infinite;
  animation: swipein 1s linear infinite alternate;
  display: block;
}
@-webkit-keyframes swipein {
  0% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes swipein {
  0% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
.bg-present.swipehalf {
  background-image: none;
}
.bg-present.swipehalf:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 50%;
}
.bg-present.swipehalf:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 3px solid #f51e01;
  width: 50%;
}
.bg-present.swipecheck {
  background-image: none;
  position: relative;
}
.bg-present.swipecheck:before {
  content: '\f071';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 54%;
  font-size: 15px;
  color: #ffbe02;
}
.bg-absent {
  background: #fff;
}
.bg-absent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #f51e01;
  width: 100%;
}
.bg-opleave {
  background: #ff6464;
}
.bg-future {
  background: #f5f5f5;
}
.bg-holiday {
  background: #f30000 url("/img/holiday.png") no-repeat;
  background-position: 2px 2px;
}
.bg-invalid {
  background: url("/img/strips.png");
}
.avg-text {
  font-size: 11px;
  color: #000;
  position: absolute;
  right: 9px;
  top: 4px;
}
.cal-caret {
  position: absolute;
  top: 1px;
  right: -2px;
  font-size: 13px;
}
.table-block td.bg-holiday {
  background: #fffed6 url(/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -50px -45px;
}
.table-block td.bg-holiday:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #f51e01;
  width: 100%;
}
.table-block td.bg-holiday.christmas {
  background-position: 8px -44px;
}
.table-block td.bg-holiday.christmas-work {
  background-position: 8px -44px;
}
.table-block td.bg-holiday.christmas-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.diwali {
  background-position: -1210px -43px;
}
.table-block td.bg-holiday.diwali-work {
  background-position: -1210px -43px;
}
.table-block td.bg-holiday.diwali-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.balipratipada {
  background-position: -44px -43px;
}
.table-block td.bg-holiday.balipratipada-work {
  background-position: -44px -43px;
}
.table-block td.bg-holiday.balipratipada-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.bhaidooj {
  background-position: -1275px -43px;
}
.table-block td.bg-holiday.bhaidooj-work {
  background-position: -1275px -43px;
}
.table-block td.bg-holiday.bhaidooj-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.ganeshchaturthi {
  background-position: -94px -43px;
}
.table-block td.bg-holiday.ganeshchaturthi-work {
  background-position: -94px -43px;
}
.table-block td.bg-holiday.ganeshchaturthi-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.mahashivratri {
  background-position: -144px -44px;
}
.table-block td.bg-holiday.mahashivratri-work {
  background-position: -144px -44px;
}
.table-block td.bg-holiday.mahashivratri-work:before {
  content: "";
  color: #fff;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.goodfriday {
  background-position: -197px -42px;
}
.table-block td.bg-holiday.goodfriday-work {
  background-position: -197px -42px;
}
.table-block td.bg-holiday.goodfriday-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.gurunanakjayanti {
  background-position: -252px -42px;
}
.table-block td.bg-holiday.gurunanakjayanti-work {
  background-position: -252px -42px;
}
.table-block td.bg-holiday.gurunanakjayanti-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.gandhijayanti {
  background-position: -293px -43px;
}
.table-block td.bg-holiday.gandhijayanti-work {
  background-position: -293px -43px;
}
.table-block td.bg-holiday.gandhijayanti-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.ramzan {
  background-position: -348px -39px;
}
.table-block td.bg-holiday.ramzan-work {
  background-position: -348px -39px;
}
.table-block td.bg-holiday.ramzan-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.maharashtraday {
  background-position: -397px -39px;
}
.table-block td.bg-holiday.maharashtraday-work {
  background-position: -397px -39px;
}
.table-block td.bg-holiday.maharashtraday-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.republicday {
  background-position: -449px -39px;
}
.table-block td.bg-holiday.republicday-work {
  background-position: -449px -39px;
}
.table-block td.bg-holiday.republicday-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.independenceday {
  background-position: -506px -38px;
}
.table-block td.bg-holiday.independenceday-work {
  background-position: -506px -38px;
}
.table-block td.bg-holiday.independenceday-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.gudipadwa {
  background-position: -560px -38px;
}
.table-block td.bg-holiday.gudipadwa-work {
  background-position: -560px -38px;
}
.table-block td.bg-holiday.gudipadwa-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.parsinewyear {
  background-position: -613px -38px;
}
.table-block td.bg-holiday.parsinewyear-work {
  background-position: -613px -38px;
}
.table-block td.bg-holiday.parsinewyear-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.holi {
  background-position: -668px -38px;
}
.table-block td.bg-holiday.holi-work {
  background-position: -668px -38px;
}
.table-block td.bg-holiday.holi-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.ramnavami {
  background-position: -722px -38px;
}
.table-block td.bg-holiday.ramnavami-work {
  background-position: -722px -38px;
}
.table-block td.bg-holiday.ramnavami-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.mahavirjayanti {
  background-position: -774px -38px;
}
.table-block td.bg-holiday.mahavirjayanti-work {
  background-position: -774px -38px;
}
.table-block td.bg-holiday.mahavirjayanti-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.dussehra {
  background-position: -828px -38px;
}
.table-block td.bg-holiday.dussehra-work {
  background-position: -828px -43px;
}
.table-block td.bg-holiday.dussehra-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.sunday {
  position: relative;
  background-image: none;
}
.table-block td.bg-holiday.sunday:after {
  content: 'Sun';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 54%;
  font-size: 12px;
  color: #989696;
}
.table-block td.bg-holiday.sunday:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #f51e01;
  width: 100%;
}
.table-block td.bg-holiday.sunday-work {
  position: relative;
  background-image: none;
}
.table-block td.bg-holiday.sunday-work:after {
  content: 'Sun';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 54%;
  font-size: 12px;
  color: #4baf50;
}
.table-block td.bg-holiday.sunday-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.saturday {
  position: relative;
  background-image: none;
}
.table-block td.bg-holiday.saturday:after {
  content: 'Sat';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 54%;
  font-size: 12px;
  color: #989696;
}
.table-block td.bg-holiday.saturday:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #f51e01;
  width: 100%;
}
.table-block td.bg-holiday.saturday-work {
  position: relative;
  background-image: none;
}
.table-block td.bg-holiday.saturday-work:after {
  content: 'Sat';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 54%;
  font-size: 12px;
  color: #4baf50;
}
.table-block td.bg-holiday.saturday-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.invalid {
  background-position: -699px -38px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 2px, #f5f5f5 2px, #f5f5f5 5px);
}
.table-block td.bg-holiday.invalid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0 solid #f51e01;
  width: 100%;
}
.table-block td.bg-holiday.bakrieid {
  background-position: -927px -39px;
}
.table-block td.bg-holiday.bakrieid-work {
  background-position: -927px -39px;
}
.table-block td.bg-holiday.bakrieid-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.shivajimaharaj {
  background-position: -979px -39px;
}
.table-block td.bg-holiday.shivajimaharaj-work {
  background-position: -979px -39px;
}
.table-block td.bg-holiday.shivajimaharaj-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.janmashtami {
  background-position: -879px -39px;
}
.table-block td.bg-holiday.janmashtami-work {
  background-position: -879px -39px;
}
.table-block td.bg-holiday.janmashtami-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.newyear {
  background-position: -1038px -39px;
}
.table-block td.bg-holiday.newyear-work {
  background-position: -1038px -39px;
}
.table-block td.bg-holiday.newyear-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.ambedkar {
  background-position: -1095px -39px;
}
.table-block td.bg-holiday.ambedkar-work {
  background-position: -1095px -39px;
}
.table-block td.bg-holiday.ambedkar-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
.table-block td.bg-holiday.buddha {
  background-position: -1151px -37px;
}
.table-block td.bg-holiday.buddha-work {
  background-position: -1151px -37px;
}
.table-block td.bg-holiday.buddha-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #4baf50;
  width: 100%;
}
/*--------------- Calendar Styling end ---------------*/
.attachment-multiple {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
fieldset.role {
  border: 1px solid #cbcbcb !important;
  padding: 0px 10px 10px 10px !important;
  margin: 0 0 10px 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #949393;
  box-shadow: 0px 0px 0px 0px #949393;
  border-radius: 4px;
}
legend.role {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 5px;
}
.capitalize {
  text-transform: capitalize;
}
fieldset.role input[type=checkbox],
fieldset.role input[type=radio] {
  float: left;
}
fieldset.role .capitalize {
  line-height: 22px;
  padding-left: 5px;
}
.checkbox .capitalize {
  line-height: 22px;
}
.csvUpload .checkbox input[type=checkbox] {
  margin: 2px 0 0;
  margin-left: -20px;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.ssl-icon {
  position: absolute;
  top: 4px;
  left: 12px;
}
.ssl-icon a img {
  height: 32px;
}
.ssl-icon #tl_popupPOSDV {
  display: inline-block;
}
.powered {
  position: absolute;
  right: 10px;
  top: 11px;
}
.time-content .divTimeSetterContainer {
  margin-bottom: 0;
  width: 100%;
  margin: 0px;
  float: left;
  position: relative;
}
.time-content .timeValueBorder {
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
}
.time-content .divTimeSetterContainer .postfix-position {
  position: relative;
  right: -3px;
  top: 5px;
  font-weight: bold;
}
.time-content .divTimeSetterContainer .button-time-control {
  float: right;
  right: 0;
}
.time-content .divTimeSetterContainer input.timePart {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
#addProgramModal .time-content .divTimeSetterContainer input.timePart.hours.parsley-error {
  background-color: transparent !important;
  border: 0px solid #f7a2ae !important;
  color: #555 !important;
}
.time-disabled .divTimeSetterContainer .timeValueBorder,
.time-disabled .divTimeSetterContainer .timeValueBorder input,
.time-disabled .divTimeSetterContainer .timeValueBorder .button-time-control {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
  color: #555;
}
.time-disabled .divTimeSetterContainer .timeValueBorder .button-time-control {
  pointer-events: none;
}
/*---------------Common Styling Ends---------------*/
/* tag */
.multipleInput-container {
  border: 1px #e1e1e1 solid;
  padding: 0px 3px 1px;
  padding-bottom: 0;
  cursor: text;
  font-size: 15px;
  width: 100%;
  border-radius: 6px;
}
.multipleInput-container input {
  font-size: 15px;
  clear: both;
  height: 34px;
  border: 0;
  margin-bottom: 1px;
  outline: none;
}
.multipleInput-container ul {
  list-style-type: none;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
}
.multipleInput-container ul ~ input {
  display: none;
}
li.multipleInput-email {
  float: left;
  padding: 8px ;
  color: #fff;
  background: #666;
  margin-top: 0;
  border-radius: 6px;
  margin: 5px 2px 0px 2px;
}
.multipleInput-close {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin: -2px 0px 0px 0px;
  color: #fff;
  font-size: 12px;
  position: relative;
  right: -6px;
  cursor: pointer;
}
.jcarousel-wrapper {
  margin: 0px auto;
  position: relative;
  border: 4px solid #fff;
  /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  width: auto;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #8EBA43;
  color: #fff;
  cursor: pointer;
}
.jcarousel li:hover {
  background: #F9DC24;
}
.jcarousel img {
  max-height: 100px;
}
.jcarousel li.no-data {
  background: transparent;
  color: #212121;
  border: none;
  padding: 9px;
  margin-top: 0;
  font-size: 15px;
  cursor: text;
}
.jcarousel .loading {
  text-align: center;
  line-height: 90px;
  /* Fake vertical aligning */
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #4B7447;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 21px/23px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
  cursor: pointer !important;
}
.jcarousel-control-prev {
  left: -31px;
}
.jcarousel-control-next {
  right: -31px;
}
a.jcarousel-control-prev,
a.jcarousel-control-next {
  color: #fff;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
  opacity: .5;
  cursor: default;
  color: #fff;
}
.carousel-control {
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 40px;
  height: 40px;
  margin-top: -10px;
  font-size: 24px;
  background: #fff;
  border-radius: 50%;
  line-height: 38px;
  border: 1px solid #ccc;
  color: #8EBA43;
}
.carousel-control:hover .glyphicon-chevron-left,
.carousel-control:hover .glyphicon-chevron-right {
  background: #4B7447;
  color: #fff;
}
.profile-wrapper > .jcarousel-wrapper {
  width: 90%;
  min-height: 44px;
}
/* end tag */
/*---------------Member List-----------------------*/
.member-list {
  margin: 0px;
  padding: 10px 0px;
  width: 33%;
  display: inline-block;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
}
.member-list .member-img {
  position: relative;
  display: block;
  width: 20%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.member-list .member-img img {
  transition: transform .2s;
  aspect-ratio: 1;
  /* Animation */
  object-fit: cover;
}
.member-list .member-img img:hover {
  transform: scale(1.3);
}
.member-list .member-img.member-presence:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 60%;
  background: #60e060;
}
.member-list .member-img.member-invited:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 60%;
  background: #777;
}
.member-list .member-img.member-confirmed:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 60%;
  background: #f86d22;
}
.member-list .member-img.member-declined:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 60%;
  background: #f00000;
}
.member-list .member-img.member-attended:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 60%;
  background: #60e060;
}
.member-list .member-data {
  display: block;
  width: 76%;
  float: right;
  margin: 0px;
  padding: 0px;
  border-right: 1px dashed #ccc;
  min-height: 104px;
}
.member-list .member-data h3 {
  display: block;
  margin: 0px;
}
.member-list .member-data h3 a {
  color: #212121;
}
.member-list .member-data .desg {
  display: block;
  margin: 0px;
}
.member-list .member-data.no-border {
  border-right: 0px dashed #ccc;
}
.member-list .member-data .user-info {
  font-size: 16px;
  cursor: pointer;
  color: #8EBA43;
}
.member-list .member-data .organiser {
  font-size: 12px;
}
.member-list .member-data .invite-to-kqeek {
  font-size: 12px;
  text-transform: none;
}
.member-action {
  margin: 5px 0px;
}
.member-action ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px;
}
.member-action ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  padding: 0px;
  margin: 2px;
}
.member-action ul li i {
  font-size: 14px;
  margin-right: 3px;
}
.members-legend {
  display: block;
  margin: 10px 0 0px 0;
  padding: 0;
  float: none;
}
.members-legend ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-width: 1px 0px 1px 0px;
  margin-bottom: 20px;
}
.members-legend ul li {
  display: inline-block;
  margin: 0px 30px;
  padding: 10px;
  list-style: none;
  text-align: center;
}
.members-legend ul li span {
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  margin-bottom: 5px;
  font-size: 28px;
}
.members-legend ul li.invited a {
  color: #777;
}
.members-legend ul li.invited.active {
  border-bottom: 5px solid #777;
}
.members-legend ul li.confirmed a {
  color: #f86d22;
}
.members-legend ul li.confirmed.active {
  border-bottom: 5px solid #f86d22;
}
.members-legend ul li.declined a {
  color: #f00000;
}
.members-legend ul li.declined.active {
  border-bottom: 5px solid #f00000;
}
.members-legend ul li.attended a {
  color: #60e060;
}
.members-legend ul li.attended.active {
  border-bottom: 5px solid #60e060;
}
.members-legend ul li.tentative a {
  color: #0adc99;
}
.members-legend ul li.tentative.active {
  border-bottom: 5px solid #0adc99;
}
h2.attended {
  color: #fff;
  background: #60e060;
  font-size: 22px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
h2.confirmed {
  color: #fff;
  background: #f86d22;
  font-size: 22px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
h2.declined {
  color: #fff;
  background: #f00000;
  font-size: 22px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
h2.invited {
  color: #fff;
  background: #777;
  font-size: 22px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
h2.tentative {
  color: #fff;
  background: #0adc99;
  font-size: 22px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
/* Detail View List*/
.detail-view .member-list {
  margin: 0px;
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #ccc;
}
.detail-view .member-list .member-img {
  display: block;
  width: 10%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-right: 20px;
}
.detail-view .member-list .member-data {
  display: block;
  width: 85%;
  float: left;
  margin: 0px;
  padding: 0px;
  border-right: 0px dashed #ccc;
}
.detail-view .member-list .member-data .desg {
  display: inline-block;
  width: 22%;
}
.detail-view .member-list .member-data h3 {
  display: block;
  margin: 0px;
}
.detail-view .member-list .member-data h3 a {
  color: #212121;
}
ul.member-list-icon {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 11px;
  text-align: right;
}
ul.member-list-icon li {
  margin: 0px;
  padding: 0px;
  display: inline;
  padding-left: 15px;
}
ul.member-list-icon li i {
  font-size: 20px;
  cursor: pointer;
  color: #8EBA43;
}
ul.member-list-icon li i:hover,
ul.member-list-icon li i.active {
  color: #F9DC24;
}
ul.member-list-icon li .add-icon-spin:before {
  top: -10px;
}
.member-box {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.member-box .img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 20px;
  position: relative;
}
.member-box .img img {
  transition: transform .2s;
  object-fit: cover;
}
.member-box .img img:hover {
  transform: scale(1.4);
}
.member-box .img.member-presence:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 59%;
  background: #60e060;
}
.member-box .img.member-invited:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 59%;
  background: #777;
}
.member-box .img.member-confirmed:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 59%;
  background: #f86d22;
}
.member-box .img.member-declined:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 59%;
  background: #f00000;
}
.member-box .img.member-attended:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 8%;
  left: 59%;
  background: #60e060;
}
.member-box .name {
  flex: 1;
}
.member-box .name .user-info {
  color: #8EBA43;
}
.messageTable .name a {
  color: #EB8A44;
}
.messageTable span {
  color: #EB8A44;
}
.member-box .name .organiser {
  font-size: 12px;
}
.member-box .name .invite-to-kqeek {
  font-size: 12px;
  text-transform: none;
}
.member-box .img .img-icon {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.member-box .img .img-icon i {
  font-size: 16px;
  color: #95aebc;
}
.member-box .img .img-icon:hover {
  transform: scale(1.4);
}
.member-view {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.member-view .img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 20px;
}
.member-view .img img {
  transition: transform .2s;
  object-fit: cover;
}
.member-view .img img:hover {
  transform: scale(1.4);
}
.member-view .name {
  flex: 1;
}
.group-admin {
  margin-left: 6px;
  font-size: 11px;
  padding: 3px 5px;
  color: #fff;
  border-radius: 10px;
  background: #EB8A44;
}
/*---------------End Member List-----------------------*/
/*--------------- Message Styling Starts ---------------*/
.message-font {
  font-size: 16px;
  margin-top: 20px;
}
.msgcharacter {
  color: #4B7447;
  font-size: 63px;
  line-height: 32px;
  display: inline-block;
  margin-top: 10px;
}
.msg-text {
  display: inline-block;
  line-height: normal;
}
.message-det {
  display: table;
  margin: 0px;
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.message-det .message-img {
  display: table-cell;
  width: 5%;
  float: left;
}
.message-det .message-data {
  display: table-cell;
  width: 95%;
  float: left;
  cursor: pointer;
}
.message-det .message-data .user-name {
  font-size: 15px;
  font-weight: 100;
  padding-right: 10px;
  float: left;
  max-width: 200px;
  width: 100%;
}
.message-det .message-data .user-time {
  font-size: 14px;
  color: #a9a9a9;
  float: right;
  text-align: right;
}
.message-det .message-data .message-info {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  background: #f5f5f5;
  white-space: pre-line;
  float: left;
  width: 100%;
}
.message-det .message-data .icon-reply {
  padding-left: 5px;
  cursor: pointer;
  color: #ddd;
  float: right;
}
.message-det .message-data .icon-reply:hover {
  color: #F9DC24;
}
.message-reply {
  display: table;
  margin: 0px;
  padding: 15px 0px;
  width: 100%;
  border-bottom: 0px solid #ccc;
  float: left;
}
.message-reply .message-reply-data {
  display: table-cell;
  width: 95%;
  float: right;
}
.message-reply .message-reply-data .icon-delete {
  padding-left: 5px;
  cursor: pointer;
  color: #a2a2a2;
  font-size: 17px;
}
.message-reply .message-reply-data .icon-delete:hover {
  color: #F9DC24;
}
ul.message-list {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}
ul.message-list li span {
  float: right;
}
ul.message-list li {
  margin: 0px;
  padding: 3px;
}
ul.message-list li:nth-child(odd) {
  background: #f5f5f5;
}
.message-search {
  position: absolute;
  top: 0;
  right: 16px;
  max-width: 400px;
}
/*--------------- Message Styling ends ---------------*/
/*--------------- Job Styling Starts ---------------*/
.job-title {
  font-size: 16px;
  color: #4B7447;
}
.job-desc {
  margin-bottom: 10px;
}
/*--------------- Job Styling Ends ---------------*/
/*--------------- Organization Graph Styling Starts ---------------*/
.google-visualization-orgchart-node,
.google-visualization-orgchart-nodesel {
  border: none !important;
}
#orgchart {
  overflow: auto;
  height: 84.6vh;
}
.google-visualization-orgchart-node,
.google-visualization-orgchart-nodesel {
  border: none !important;
}
.google-visualization-orgchart-node {
  background: #dcdcdc !important;
  color: #222;
  font-size: 12px !important;
  padding: 2px 3px !important;
}
.google-visualization-orgchart-nodesel {
  background: #F9DC24 !important;
  color: #fff;
}
.google-visualization-orgchart-lineleft {
  border-left: 1px solid #EB8A44 !important;
}
.google-visualization-orgchart-lineright {
  border-right: 1px solid #EB8A44 !important;
}
.google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #EB8A44 !important;
}
.google-visualization-orgchart-node:hover {
  background: #4B7447 !important;
}
.google-visualization-orgchart-node:hover a {
  color: #fff;
}
/*--------------- Organization Graph Styling Ends---------------*/
/*---------------Toggle Styling Starts---------------*/
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field label {
  float: left;
}
.switch-field label {
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field input:checked + label {
  background-color: #4B7447;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.switch-field label:first-of-type {
  border-radius: 15px 0 0 15px;
}
.switch-field label:last-of-type {
  border-radius: 0 15px 15px 0;
}
.switch-field span i {
  padding-top: 10px;
}
.switch-field label.small {
  font-size: 12px;
  padding: 2px 8px;
}
.switch-field label.presence {
  background-color: #ccc;
  padding: 4px 8px;
  font-size: 13px;
}
.switch-field label.presence:hover {
  cursor: pointer;
}
.switch-field input.checkin:checked + label.presence {
  background-color: green;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.switch-field input.checkout:checked + label.presence {
  background-color: red;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.switch-field input[type=radio]:disabled + label.presence {
  cursor: not-allowed;
}
.switch-field input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.error-switch {
  color: #c80000;
  font-size: 12px;
}
/*Top toggle*/
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: red;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Out';
  left: -4rem;
}
.btn-toggle:after {
  content: 'In';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: green;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 18px;
  width: 39px;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 2px;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'Out';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'In';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 23px;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
  left: 5px !important;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 12px;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
/*Top toggle*/
/*---------------Toggle Styling Ends---------------*/
/*---------------Common Table Style---------------*/
.top-add {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}
.text-top {
  font-size: 14px!important;
}
.table-curved {
  border-collapse: separate;
}
.table-curved {
  border: solid #B6B6B6 1px;
  border-radius: 6px;
  border-top: 0px;
  overflow: hidden;
}
.table-curved td,
.table-curved th {
  border-left: 1px solid #B6B6B6;
  border-top: 1px solid #B6B6B6;
}
.table-curved th {
  border-top: none;
}
.table-curved th:first-child {
  border-radius: 6px 0 0 0;
  border-left: none;
}
.table-curved tr td:first-child {
  border-left: none;
}
.table-curved th:last-child {
  border-radius: 0 6px 0 0;
}
.table-curved th:only-child {
  border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.table-curved > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table-curved > tbody > tr.active > td,
.table-curved > tbody > tr.active > th,
.table-curved > tbody > tr > td.active,
.table-curved > tbody > tr > th.active,
.table-curved > tfoot > tr.active > td,
.table-curved > tfoot > tr.active > th,
.table-curved > tfoot > tr > td.active,
.table-curved > tfoot > tr > th.active,
.table-curved > thead > tr.active > td,
.table-curved > thead > tr.active > th,
.table-curved > thead > tr > td.active,
.table-curved > thead > tr > th.active {
  background-color: #dcdcdc;
  font-size: 15px;
  font-weight: normal;
  padding: 10px;
  color: #333;
}
.table-curved > tbody > tr.caret-accordion td .caret-ascend {
  padding-left: 20px;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0px;
  bottom: 3px;
}
.table-curved > tbody > tr.caret-accordion td .caret-ascend.collapsed:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  color: #EB8A44;
  position: absolute;
  left: 8px;
  top: -2px;
}
.table-curved > tbody > tr.caret-accordion td .caret-ascend:after {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  color: #EB8A44;
  position: absolute;
  left: 11px;
  top: -2px;
}
.table-curved .borderT0 {
  border-top: 0px solid #fff !important;
}
.table-curved .tname-box {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.table-curved .tname-box .img {
  display: table-cell;
  width: 12%;
  float: left;
  padding-left: 5px;
}
.table-curved .tname-box .img img {
  transition: transform .2s;
}
.table-curved .tname-box .img img:hover {
  transform: scale(1.4);
}
.table-curved .tname-box .name {
  display: table-cell;
  width: 88%;
  float: right;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #B6B6B6 !important;
}
.ng-table-counts:before {
  content: "Rows per Page";
  float: left;
  padding: 8px 10px 10px 10px;
}
.ng-table th {
  text-align: left !important;
}
.ng-table th,
.ng-table th.sortable.sort-asc,
.ng-table th.sortable.sort-desc {
  background-color: #dcdcdc !important;
  font-size: 15px;
  font-weight: normal;
  padding: 9px;
  color: #333;
}
tr.nopadding td {
  padding: 0;
}
.table-bordered > tbody > tr > td.td-month {
  border-right: 1px solid #B6B6B6;
  background-color: #EB8A44;
  font-size: 13px;
  color: #333;
  padding: 11px 12px 5px 10px;
}
.td-date {
  background-color: #ffff9c;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.table-block {
  table-layout: fixed;
  width: 100%;
  color: #333;
  margin: 0px 0px;
  border: none;
  line-height: 21px;
  border-collapse: initial;
}
.table-block td {
  vertical-align: top;
  padding: 10px 10px;
  border: 1px solid #B6B6B6;
  border-width: 0px 1px 0px 0px;
  text-align: center;
  position: relative;
}
.table-block td:last-child {
  border-right: none;
}
.table-block .panel {
  margin-bottom: 0px;
  border: 0px solid transparent;
}
.coupon {
  font-size: 13px;
  margin-top: 0px;
}
.coupon-text {
  background: #F9DC24;
  padding: 3px 7px;
  border-radius: 4px;
  margin-right: 5px;
}
.coupon a,
.coupon a:hover {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  padding-right: 7px;
}
.coupon-list {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
}
.coupon-list .coupon-box {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 325px;
}
.coupon-list .coupon-box .coupon-discount {
  font-size: 18px;
  color: #F9DC24;
  height: 25px;
}
.coupon-list .coupon-box h2 {
  font-size: 18px;
  margin: 10px 0px 20px 0px;
  height: 20px;
}
.coupon-list .coupon-box .coupon-logo {
  margin: 35px 0px;
}
.coupon-list .coupon-box .coupon-logo img {
  height: 43px;
}
.coupon-list .coupon-box .coupon-description {
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
  color: #555;
  height: 60px;
}
.coupon-list .coupon-box .btn-coupon {
  width: 100%;
  color: #fff;
  background-color: #4B7447;
  border-color: #8EBA43;
  border: none;
  outline: none !important;
}
.coupon-list .coupon-box .btn-coupon:hover,
.btn-coupon:focus,
.btn-coupon:active {
  color: #fff;
  background-color: #EB8A44;
  border-color: #8EBA43;
}
/* Curl Bottom Right */
.curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.curl-bottom-right:hover:before,
.curl-bottom-right:focus:before,
.curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
.coupon-view {
  border: 1px solid #B6B6B6;
  padding: 30px 30px;
  max-width: 610px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 40px;
  border-radius: 5px;
  text-align: center !important;
}
.coupon-view img {
  height: 50px;
  margin-bottom: 20px;
}
.coupon-view h3 {
  color: #EB8A44;
}
.coupon-view .coupon-details {
  display: block;
  margin: 0px;
  padding: 0px;
}
.coupon-view .coupon-details h4 {
  color: #666;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0;
}
.coupon-view .coupon-details .input-group {
  width: 60%;
  margin: 0px auto;
  height: 44px;
}
.coupon-view .coupon-details .input-group .form-control {
  height: 44px;
  font-size: 20px;
  color: #F9DC24;
  text-align: center;
}
.coupon-view .coupon-details .input-group .input-group-btn > .btn {
  width: 100px;
  height: 44px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
.coupon-view .coupon-details .input-group .input-group-btn > .btn:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.coupon-view .coupon-details .input-group .input-group-btn > .btn:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.coupon-view .coupon-details .input-group .input-group-btn > .btn.copied {
  background-color: #5cb85c;
  border-color: #4cae4c;
  outline: none !important;
}
/*Feedback Style*/
.feedback-view {
  border: 1px solid #B6B6B6;
  padding: 30px 30px;
  max-width: 910px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 40px;
  border-radius: 5px;
}
.feedback-view .feedback-header {
  background: #8EBA43;
  padding: 10px 0px;
}
.feedback-view img {
  height: 50px;
}
.feedback-view h3 {
  color: #EB8A44;
  margin-top: 10px;
  font-size: 22px;
  background: #f5f5f5;
  padding: 10px;
}
.feedback-view .feedback-details {
  display: block;
  margin: 0px;
  padding: 0px;
}
.feedback-view .control {
  margin-right: -12px !important;
}
.feedback-view .table-feedback .parsley-error .control__indicator {
  top: -15px;
}
.table-feedback {
  border: 1px solid #ddd;
}
.table-feedback > thead > tr > th {
  border-top: 0px solid #B6B6B6 !important;
  border-bottom: 0px solid #ddd;
  background: #EB8A44;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
}
.table-feedback > thead > tr > th.active {
  background: #e50b51;
  color: #fff;
}
.table-feedback > tbody > tr > td {
  border: 1px solid #dddddd !important;
}
.table-feedback > tbody > tr > td.thead {
  background: #f5f5f5;
  font-weight: 600;
}
.table-feedback > tbody > tr > td.tch {
  background: #f2f2f2;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  border: 1px solid #fff !important;
}
/*Refer to Friend Style*/
.refer-view {
  border: 1px solid #B6B6B6;
  padding: 30px 30px;
  max-width: 610px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 40px;
  border-radius: 5px;
}
.refer-view img {
  height: 50px;
  margin-bottom: 20px;
}
.refer-view h3 {
  color: #EB8A44;
  margin-top: 0px;
  font-size: 22px;
}
.refer-view .share-link {
  display: block;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.refer-view .sharelink-text {
  display: block;
  width: 34%;
  float: left;
  padding-top: 7px;
  text-align: left;
}
.refer-view .sharelink-input {
  display: block;
  float: left;
  width: 66%;
}
.refer-view .sharelink-input .input-group .input.text input {
  border-radius: 4px 0px 0px 4px;
}
.refer-view .sharelink-input .input-group .input.text input:focus {
  border-radius: 4px 0px 0px 4px;
}
.refer-view .refer-box {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.refer-view .refer-input {
  width: 100%;
  padding: 0px 11px 0px 0px;
  min-height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.refer-view .refer-input .email-box {
  position: relative;
  display: inline-block;
  background: rgba(102, 153, 255, 0.2);
  vertical-align: top;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 15px;
  margin: 2px;
  max-width: 100%;
  overflow: hidden;
}
.refer-view .refer-input .email-input {
  display: inline-block;
  padding: 4px;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.refer-view .refer-input a {
  text-decoration: none;
  color: inherit;
  padding-top: 2px;
  position: absolute;
  cursor: pointer;
  width: 10px;
  font-size: 10px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.refer-view .refer-input .email-box.email-placeholder {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  width: 100%;
  border: 0px solid #fff;
}
.refer-view .refer-input .email-box.email-placeholder input {
  border: 1px solid #fff;
  box-shadow: none;
}
.refer-view .refer-input .email-box.email-placeholder input:focus {
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
}
.refer-view .refer-input .email-box.invalid-email {
  color: #999 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #f7a2ae !important;
}
.refer-view .refer-error {
  float: left;
  display: block;
  margin-top: 2px;
  color: #c80000;
  font-size: 12px;
}
.refer-box.refer-parsley-errors .refer-input {
  border: 1px solid #f7a2ae;
  background: #F2DEDE;
}
.refer-view .refer-box.refer-parsley-errors .refer-input .email-box.email-placeholder input.form-control {
  background: #F2DEDE;
  border: 0px solid #f7a2ae;
}
.refer-view .refer-box .mandatory.z-index2 {
  left: 0px;
}
/*---------------Common Table Style---------------*/
/*custom checkbox, radio button css starts here*/
.rounded {
  border-radius: 100%;
}
.float {
  display: inline-block;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px !important;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #e6e6e6;
  border: 1px solid #ccc;
}
.control--radio .control__indicator {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
:checked + span,
input:checked + input + span {
  color: #404040;
}
.control input:checked ~ .check-text {
  color: #404040;
}
.control--checkbox .control__indicator:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #F9DC24;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 50%;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #F9DC24;
  transform: translate(-50%, -50%);
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
/*-- Group Style Starts*/
.search-group {
  display: block;
  overflow-y: auto;
  max-height: 175px;
}
.search-group ul.disabled {
  background: #eee;
  pointer-events: none;
}
.search-group ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 100%;
}
.search-group ul li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
  border-top: none;
}
.search-group ul li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0px 10px;
}
.search-group ul li .group-box {
  display: block;
  border: 1px solid #ddd;
  border-width: 0px 0px 1px 0px;
  float: left;
  width: 100%;
  padding: 4px 0px;
}
.search-group ul li:last-child .group-box {
  border: 1px solid #ddd;
  border-width: 0px 0px 0px 0px;
}
.search-group ul li .group-img {
  display: block;
  width: 20%;
  float: left;
}
.search-group ul li .group-name {
  width: 70%;
  float: left;
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-group ul li .group-check {
  width: 10%;
  float: right;
  padding-left: 5px;
  padding-top: 3px;
}
.search-group ul li .group-check .checkbox label {
  padding-left: 10px;
}
.group-span {
  font-weight: normal;
  font-size: 14px;
}
.tab-search {
  float: right;
  margin-top: -42px;
}
#adminGroupView .tab-search {
  float: right;
  margin-top: -42px;
}
#notice .search-group ul li .group-check {
  width: 5%;
  float: right;
  padding-left: 5px;
  padding-top: 3px;
}
/*-- Group Style Ends*/
/*========== News section ==========*/
.news-head1 {
  font-size: 18px;
  color: #4B7447;
}
.news-group {
  width: 100%;
  padding: 5px 0px;
  margin: 0px;
  float: left;
  margin-bottom: 15px;
}
.news-group {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}
.news-group:last-child {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}
.news-date {
  width: 10%;
  text-align: center;
  float: left;
}
.news-date h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
  color: #4B7447;
  line-height: 17pt;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}
.news-detail {
  width: 86%;
  float: right;
  border-left: 2px solid #ccc;
  padding-left: 1%;
  padding-right: 1.5%;
  line-height: 14pt;
}
.news-head {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  display: block;
}
.news-group:hover {
  background: #f9f9f9;
}
.news-group:hover .hrnews-date h2 {
  color: #000;
}
.news-det {
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.news-det .news-data {
  display: table-cell;
  width: 100%;
  float: left;
}
.news-det .news-data .user-name {
  font-size: 15px;
  font-weight: 100;
}
.news-det .news-data .user-time {
  font-size: 14px;
  color: #a9a9a9;
  float: right;
}
.news-det .news-data .news-info {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  background: #f5f5f5;
  white-space: pre-line;
}
.news-det .news-data .news-info img {
  max-width: 100%;
  height: auto;
}
.usernews-group {
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  float: left;
  margin-bottom: 15px;
  word-break: break-word;
  background: #f9f9f9;
  border-left: 3px solid #4B7447;
}
.usernews-group:last-child {
  width: 100%;
  float: left;
}
.usernews-date {
  width: 10%;
  text-align: center;
  float: left;
  font-size: 15px;
  position: relative;
}
.usernews-date h2 {
  font-size: 21px;
  color: #F9DC24;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 24px;
  padding-left: 20px;
}
.usernews-date h2 .month {
  font-size: 16px;
  color: #EB8A44;
}
.usernews-date .year {
  font-size: 12px;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  top: 16px;
  left: -4px;
  font-size: 14px;
}
.usernews-detail {
  width: 89%;
  float: right;
  border-left: 1px dashed #e0e0e0;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 14pt;
  min-height: 50px;
}
.usernews-detail img {
  max-width: 100%;
  height: auto;
}
.usernews-detail .cohort {
  color: #8EBA43;
}
.usernews-head {
  font-size: 16px;
  color: #EB8A44;
  display: block;
  margin-bottom: 5px;
}
.usernews-group a {
  color: #EB8A44;
  text-decoration: none;
}
.usernews-group a:hover {
  color: #EB8A44;
  text-decoration: underline;
}
.usernews-group .readmore {
  margin: 0px auto;
  padding: 0px;
  float: left;
  font-size: 13px;
}
.usernews-group .readmore a {
  color: #EB8A44;
  text-decoration: none;
}
.usernews-group .readmore a:hover {
  color: #EB8A44;
  text-decoration: underline;
}
.addNews-start .dropdown-menu,
.updateNews-start .dropdown-menu {
  top: -250px;
}
/*========== News section ==========*/
/*-- Notices Styling Starts --*/
.icon-information {
  color: #4cc3ff;
}
.icon-important {
  color: #ffbe02;
}
.icon-critical {
  color: #fd3434;
}
.border-information {
  border-left: 3px solid #4cc3ff;
}
.border-important {
  border-left: 3px solid #ffbe02;
}
.border-critical {
  border-left: 3px solid #fd3434;
}
.usernotice-group {
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  float: left;
  margin-bottom: 15px;
  word-break: break-word;
  background: #f9f9f9;
  border-left: 3px solid #4B7447;
}
.usernotice-group:last-child {
  width: 100%;
  float: left;
}
.usernotice-date {
  width: 10%;
  text-align: center;
  float: left;
  font-size: 15px;
  position: relative;
}
.usernotice-date h2 {
  font-size: 21px;
  color: #F9DC24;
  margin-top: 2px;
  margin-bottom: 0px;
  line-height: 24px;
  padding-left: 20px;
}
.usernotice-date h2 .month {
  font-size: 16px;
  color: #EB8A44;
}
.usernotice-date h2 .cohort {
  font-size: 14px;
  border-top: 1px solid #f5f5f5;
  color: #8EBA43;
  padding-top: 5px;
}
.usernotice-date .year {
  font-size: 12px;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  top: 31px;
  left: -4px;
  font-size: 14px;
}
.usernotice-date .year.view {
  top: 16px;
}
.usernotice-detail {
  width: 89%;
  float: right;
  border-left: 1px dashed #e0e0e0;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 14pt;
  min-height: 100px;
}
.usernotice-detail img {
  max-width: 100%;
  height: auto;
}
.usernotice-detail .cohort {
  color: #8EBA43;
  margin-bottom: 5px;
}
.usernotice-head {
  font-size: 16px;
  color: #EB8A44;
  display: block;
  margin-bottom: 5px;
  padding-top: 30px;
}
.usernotice-group a {
  color: #EB8A44;
  text-decoration: none;
}
.usernotice-group a:hover {
  color: #EB8A44;
}
.usernotice-group a .font13 {
  color: #212121;
}
.notice-group {
  display: block;
}
.notice-group .panel-group .panel-heading.panel-info a {
  color: #4cc3ff;
}
.notice-group .panel-group .panel-heading.panel-imp a {
  color: #ffbe02;
}
.notice-group .panel-group .panel-heading.panel-critc a {
  color: #fd3434;
}
.notice-group .panel-default.border-info {
  border-color: #4cc3ff;
}
.notice-group .panel-default.border-imp {
  border-color: #ffbe02;
}
.notice-group .panel-default.border-critc {
  border-color: #fd3434;
}
.notice-group .panel-default a,
.notice-group .panel-default a:hover,
.notice-group .panel-default a:focus,
.notice-group .panel-default a:visited {
  color: #fff;
}
.notice-group .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px;
}
.notice-group .panel-title i {
  font-size: 20px;
}
.notice-group .panel-title > a:before {
  left: unset;
  right: 10px;
  font-size: 18px;
}
.notice-group .panel-title .collapsed:before {
  left: unset;
  right: 10px;
  font-size: 18px;
}
.notice-group .panel-body {
  padding: 0px 15px;
}
.notice-group .panel-body .panel-notice {
  display: block;
  margin: 0px;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #ccc;
}
.notice-group .panel-body .panel-notice h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #EB8A44;
  line-height: 20px;
  text-transform: none;
}
.notice-group .panel-body .panel-notice h3 a {
  color: #EB8A44;
}
.notice-group .panel-body .panel-notice h3 a:hover {
  color: #EB8A44;
  text-decoration: underline;
}
.notice-group .panel-body .panel-notice .cohort {
  color: #8EBA43;
  margin-bottom: 5px;
}
.notice-group .panel-body .panel-notice:last-child {
  border-bottom: 0px solid #ccc;
}
.notice-group .panel-body .panel-notice .notice-date {
  color: #EB8A44;
}
.notice-group .panel-body .panel-notice a {
  color: #EB8A44;
}
.notice-group .panel-body .panel-notice a:hover {
  color: #EB8A44;
  text-decoration: underline;
}
.notice-group .panel-default > .panel-heading .badge {
  background: #4B7447;
  margin-bottom: 5px;
  margin-left: 5px;
}
.more-notice {
  margin: 10px 0;
  text-align: center;
}
.more-notice a {
  font-size: 13px;
  line-height: 20px;
  color: #4B7447 !important;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.notice-view {
  display: block;
}
.notice-view .panel-heading .panel-title {
  font-size: 16px;
  padding: 0px;
  color: #EB8A44;
}
.notice-view .panel-body {
  padding-bottom: 5px;
}
/*-- Notices Styling Ends --*/
/*-- Search Box Styling Starts --*/
.search-container {
  background: #f5f5f5;
  padding: 14px 15px 0px 15px;
  margin-top: 0px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 6px;
}
.form-group.select-user {
  position: relative;
}
.form-group.select-user:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 14px;
  width: 34px;
  height: 33px;
  background: #4B7447;
  right: 0px;
  top: 0;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  padding-left: 10px;
  padding-top: 7px;
  pointer-events: none;
}
.form-group.select-user select {
  padding-right: 28px;
  -webkit-appearance: none;
}
.btn-select {
  color: #fff;
  background-color: #EB8A44;
  border-color: #ccc;
  border-radius: 4px !important;
}
.btn-select:hover,
.btn-select:focus {
  color: #fff;
  background-color: #EB8A44;
  border-color: #EB8A44;
  outline: none;
}
.form-control.search-radius {
  border-radius: 4px !important;
}
_:-ms-fullscreen,
:root .form-group.select-user select {
  padding-right: 19px !important;
}
/*-- Search Box Styling Ends --*/
/*---------------Masonry Styling Starts ---------------*/
/* ---- grid-item ---- */
.grid {
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0px;
}
.grid-item {
  float: left;
  margin-bottom: 10px !important;
}
/* item is invisible, but used for layout */
.grid-item,
.grid-item-content {
  width: 238px;
  height: 217px;
}
/* grid-item-content is visible, and transitions size */
.grid-item-content {
  width: 238px;
  height: 217px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  margin: 0 auto;
}
/* both item and item content change size */
.grid-item.is-expanded,
.grid-item.is-expanded .grid-item-content {
  width: 485px;
  height: 217px;
}
.grid-item.is-expanded {
  z-index: 2;
}
.box-top {
  margin: 0px;
  padding: 5px 5px 8px 5px;
  background: #EB8A44;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.box-top .icon {
  float: left;
  line-height: normal;
  font-size: 20px;
  color: #fff;
}
.box-top .title {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.box-top .close {
  float: right;
  font-size: 16px;
  line-height: normal;
  padding-top: 2px;
  color: #fff;
  opacity: 1;
}
.box-mid {
  display: block;
  width: auto;
  height: 152px;
  margin: 0px;
  padding: 10px 5px 0px 5px;
  background: #fff;
  color: #212121;
  text-align: center !important;
  font-size: 14px;
  overflow: hidden;
}
.box-mid .hr {
  width: 95%;
  margin: 0px auto;
  padding: 5px 0px 0px 0px;
  margin-bottom: 10px;
  clear: both;
  border-bottom: 1px dashed #B6B6B6;
}
.presence-text {
  font-size: 48px;
  margin-top: 30px;
}
.box-bottom {
  display: block;
  width: auto;
  height: 27px;
  margin: 0px;
  padding: 0px;
  border-radius: 0px 0px 4px 4px;
}
.box-bottom .next {
  float: right;
  padding: 3px 5px 0px 0px;
  font-size: 16px;
}
.box-bottom .next a {
  color: #EB8A44;
}
.box-bottom .next a:hover {
  color: #8EBA43;
}
.box-bottom .next a i {
  font-size: 13px;
}
.box-bottom .next {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.box-bottom .next .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box-bottom .next:hover .hvr-icon,
.box-bottom .next:focus .hvr-icon,
.box-bottom .next:active .hvr-icon {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.grid-item.is-expanded .box-top .title {
  font-size: 18px;
}
.grid-item.is-expanded .box-mid {
  height: 75%;
  font-size: 14px;
  background: #fff;
}
.grid-item.is-expanded .box-content .hr {
  width: 80%;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  clear: both;
  border-bottom: 1px solid #B6B6B6;
}
.box-content {
  display: block;
  width: auto;
  margin: 0px;
  padding: 10px;
  background: #fff;
  color: #212121;
  text-align: center;
  height: 152px;
  font-size: 14px;
  overflow: hidden;
}
.select-practice-question {
  font-weight: bold;
  color: #4e4e4e;
  outline: #4e4e4e;
  height: 50px;
  font-size: 16px;
}
.round-no {
  font-size: 30px;
  background: #4B7447;
  color: #fff;
  min-width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  display: inline-block;
  padding: 4px 7px;
}
.round-no a {
  color: #fff;
}
.issue-text {
  position: relative;
  top: 5px;
}
.issue-box {
  text-align: left;
  font-size: 14px;
  margin-bottom: 2px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #ccc;
}
.issue-title {
  font-size: 15px;
  color: #4B7447;
}
ul.mytask {
  list-style-type: none;
  padding-left: 0px;
  text-align: left;
  display: inline-table;
  overflow: visible;
}
ul.mytask li {
  margin-bottom: 3px;
  position: relative;
}
ul.mytask li div {
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
}
ul.mytask li div:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: -14px;
  font-size: 8px;
  top: 4px;
}
.normal-pre {
  background: transparent;
  border: none;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #212121;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 18px;
  white-space: pre-line;
}
.slash-no {
  font-size: 30px;
  line-height: 16px;
  color: #4B7447;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 9px;
  padding-top: 6px;
}
.slash-no a {
  color: #4B7447;
}
.slash {
  display: inline-block;
  width: 1px;
  height: 60px;
  vertical-align: top;
  border-left: 1px solid #EB8A44;
  margin: -6px -3px;
  transform: rotate(18deg);
  position: absolute;
}
.slash-no .small-text {
  color: #8EBA43;
  font-size: 13px;
  font-style: italic;
}
/*---------------Masonry  Styling Ends---------------*/
/*---------------Editor Styling Starts---------------*/
.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  margin: 0px auto;
  border: 0px solid #DDD;
  min-height: 300px;
  position: relative;
  width: 100%;
}
.trumbowyg-editor {
  border: 1px solid #DDD;
  padding: 20px 20px 20px 20px;
}
.trumbowyg-button-pane {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 37px;
  background: #ecf0f1;
  border: 1px solid #d7e0e2;
  border-bottom: 0px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.wyswig-scroll .trumbowyg-editor {
  height: 300px;
  overflow-y: auto;
}
.questionContent .trumbowyg-box,
.questionContent .trumbowyg-editor {
  min-height: 130px;
}
.answerContent .trumbowyg-box,
.answerContent .trumbowyg-editor {
  min-height: 200px;
}
.answerContent .trumbowyg-editor,
.questionContent .trumbowyg-editor {
  padding: 40px 10px 10px 10px;
}
.border-correctanswer {
  border: 1px solid #32CD32 !important;
  padding: 2px;
  position: relative;
  margin-bottom: 5px;
}
.border-correctanswer:after {
  content: '\f00c';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 9px;
  color: green;
  top: -10px;
}
.border-wronganswer {
  border: 1px solid #ccc !important;
  padding: 2px;
  margin-bottom: 5px;
}
.disabled-wyswig {
  background: #eee;
  pointer-events: none;
}
.trumbowyg-modal-box {
  border-radius: 6px;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
  background: #f5f5f5;
  border-radius: 6px 6px 0px 0px;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  text-align: left;
  padding-left: 15px;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  color: #fff;
  background-color: #4B7447;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background-color: #EB8A44;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #fff;
  background-color: #8EBA43;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background-color: #4B7447;
}
.trumbowyg-modal-box #MathOutput {
  text-align: left;
  padding: 0 15px;
}
#MathOutput {
  display: block;
  height: 245px;
  overflow: auto;
  margin-bottom: 15px;
}
#MathOutput img {
  max-width: 100%;
  height: auto;
}
.trumbowyg-modal.trumbowyg-preview {
  max-width: 820px;
  top: 30% !important;
  height: 390px !important;
}
.trumbowyg-preview .trumbowyg-modal-box {
  max-width: 800px;
  height: 380px;
}
.mention {
  color: #4B7447;
}
.mentionDiv {
  z-index: 1;
}
/*---------------Editor Styling Ends---------------*/
/*---------------Validation Styling Starts---------------*/
.parsley-errors-list {
  font-size: 12px;
  line-height: 0.9em;
  list-style-type: none;
  margin: 5px 0 3px;
  opacity: 0;
  padding: 0;
  transition: all 0.3s ease-in 0s;
  color: #c80000;
}
.parsley-errors-list.filled {
  opacity: 1;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #999 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #f7a2ae !important;
}
label.parsley-error {
  color: #999 !important;
  background-color: #F2DEDE !important;
  border: 0px solid #EED3D7 !important;
  margin-bottom: 0px;
}
.radio-inline.parsley-error {
  background-color: transparent !important;
}
/*---------------Validation Styling Ends---------------*/
/*---------------Wrapper Styling Starts---------------*/
.wrapper {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
  text-align: left;
  background: #fff;
  top: 0;
  box-shadow: 0px 5px 10px 0px #D8D8D8;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
  /*margin-top: 3px;*/
  /* the bottom margin is the negative value of the footer's height */
}
.footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #4B7447;
  text-align: center;
}
.footer,
.push {
  height: 40px;
  clear: both;
  /* .push must be the same height as .footer */
}
/*---------------Wrapper Styling Ends---------------*/
/*---------------Sticky Header Styling Starts---------------*/
.sticky {
  text-align: left;
  position: fixed;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
  z-index: 9;
}
.sticky {
  -webkit-animation: fadeInDown 1000ms ease;
  -moz-animation: fadeInDown 1000ms ease;
  -ms-animation: fadeInDown 1000ms ease;
}
.sticky.top-bar {
  height: 51px;
}
.sticky .top-search {
  height: 45px;
}
.sticky .top-search .logo-box img {
  height: 38px;
}
.sticky.top-bar .top-right {
  margin-top: 7px;
}
.sticky.top-bar .multi-location {
  top: 48px;
}
.sticky.top-bar .logo-text {
  font-size: 13px;
  position: absolute;
  bottom: 1px;
  left: 51px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*---------------Sticky Header Styling Ends---------------*/
/*---------------Header Styling Starts---------------*/
header {
  position: absolute;
  width: 100%;
  z-index: 7;
}
.top-link {
  position: absolute;
  right: 0;
  top: 10px;
  float: right;
  text-align: right;
  font-size: 16px;
}
.top-link a {
  color: #353535;
  text-decoration: none;
}
.top-link a:hover {
  color: #191970;
  text-decoration: none;
}
.top-bar {
  padding: 0px 0 0px 0;
  background: #8EBA43;
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  height: 60px;
  vertical-align: middle;
}
.top-mid {
  color: #fff;
  height: 60px;
}
.top-right {
  text-align: right;
}
.top-bar .top-right {
  text-align: right;
  margin-top: 13px;
}
ul.quick-link {
  display: inline-block;
}
ul.quick-link li {
  display: inline-block;
  padding: 0px 3px;
  cursor: pointer;
}
ul.quick-link li a {
  display: inline-block;
  color: #fff;
  padding: 0px 10px 0px 0px;
  margin: 6px 0px 4px 0px;
}
ul.quick-link li a:hover {
  text-decoration: none !important;
}
ul.quick-link li ul li {
  display: block;
  color: #fff;
}
ul.quick-link li li a {
  display: block;
  color: #727272;
  width: 100%;
  margin: 0px;
  padding: 2px 0;
}
ul.right-link {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
ul.right-link li {
  display: inline-block;
  padding: 0px 3px;
  cursor: pointer;
}
ul.right-link li a {
  display: inline-block;
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 6px 0px 4px 0px;
}
ul.quick-link ul.dropdown-menu {
  margin-left: 0px;
  left: -89px;
  min-width: 190px;
}
.btn-upgrade {
  position: absolute;
  right: 27px;
  bottom: -11px;
  font-size: 10px;
  background: #9C27B0;
  padding: 0px 5px;
  border-radius: 4px;
}
.btn-upgrade:hover {
  background: #4B7447;
  color: #fff;
}
ul.quick-link li.dropdown:hover .dropdown-menu .profile-fname {
  width: auto;
  padding-left: 10px;
}
ul.quick-link li.dropdown:hover .dropdown-menu .profile-fname .fullname {
  color: #4B7447;
}
ul.quick-link li.dropdown:hover .dropdown-menu .profile-fname a {
  background: #9C27B0;
  width: auto;
  display: inline-block;
  padding-left: 5px !important;
  padding: 2px 5px;
  font-size: 11px;
  color: #fff;
  border-radius: 4px;
  margin-top: 2px;
}
.top-search {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 60px;
}
.top-search .logo-box {
  -webkit-flex: none;
  /* Safari 6.1+ */
  -ms-flex: none;
  /* IE 10 */
  flex: none;
}
.top-search .logo-box img {
  max-height: 50px;
}
.top-search .search-box {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.top-search .search-box .input-group {
  margin-left: 10px;
}
.top-search .search-box .input-group-addon {
  background-color: #EB8A44;
}
.top-search .search-box .input-group-addon {
  color: #ffffff;
}
.top-search .search-box .input-group .form-control:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.6);
}
.logo-small {
  height: 30px;
}
.logo-wiz {
  margin: 10px 0px 10px 0px;
}
.signup-sms {
  border: 1px solid #4B7447;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
.badge {
  background: #4B7447;
}
ul.user-link li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
ul.user-link li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
ul.user-link li a:hover {
  text-decoration: underline;
}
.user-dropdown {
  margin: 8px 0px 10px 0px;
  float: right;
  cursor: pointer;
}
.user-det {
  color: #666;
  line-height: normal;
}
.line-userdet {
  line-height: 24px;
}
.user-desg {
  font-size: 12px;
  color: #666;
}
.login-top {
  margin: 13px 0px 10px 0px;
  float: right;
  width: initial;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .badge {
  background-color: #2196F3;
  color: #fff;
}
.navbar-brand > img {
  max-height: 50px;
}
.menubg {
  background: #4B7447;
  margin-top: 0px;
}
.navbar {
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
}
.navbar {
  top: 60px;
  border-radius: 0px !important;
  min-height: 44px;
}
.navbar-log {
  top: 60px;
  border-radius: 0px !important;
  min-height: 44px;
  font-size: 15px;
}
.navbar-default {
  background-color: #8EBA43;
  border-color: transparent;
}
.navbar-toggle {
  background-color: #EB8A44;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-right: 0px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #EB8A44;
  background-color: #EB8A44;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #4B7447;
}
.navbar-default .navbar-nav > li {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-bottom: 4px solid transparent;
  margin-top: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.navbar-default .navbar-nav > li > a.highlight {
  border: 1px solid #fff;
  padding: 8px 15px;
  margin: 3px 0px;
  border-radius: 6px;
}
.navbar-default .navbar-nav > li > a.highlight:hover,
.navbar-default .navbar-nav > li > a.highlight:focus {
  border-bottom: 1px solid #fff;
  margin: 3px 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  border-bottom: 4px solid #8EBA43;
  margin-top: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
  border-bottom: 4px solid #8EBA43;
  margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: transparent;
  border-bottom: 4px solid #8EBA43;
  margin-top: 0px;
}
.dropdown-menu > li > a {
  color: #727272;
  padding: 3px 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #EB8A44;
  color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #8EBA43;
  color: #fff;
}
ul.quick-link li.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}
.sub-menu {
  margin: 0px auto;
  display: block;
  width: 950px;
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0;
  background: #8EBA43;
  border-top: 0px;
  clear: both !important;
}
ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #8EBA43;
  font-size: 14px;
}
ul.sub-menu li {
  float: left;
}
ul.sub-menu li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
}
ul.sub-menu li a:hover {
  color: #4B7447;
}
ul.sub-menu li.active a {
  color: #4B7447;
}
ul.sub-menu li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
ul.sub-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4B7447;
  height: 3px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.sub-menu li a:hover:before,
.ul.sub-menu li a:focus:before,
.ul.sub-menu li a:active:before,
ul.sub-menu li.active a:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #4B7447;
}
/*---------------Header Styling Ends---------------*/
/*---------------Footer Styling Starts---------------*/
.footer {
  color: #fff;
  font-size: 13px;
}
.footer a {
  color: #fff;
}
.footer .footer-below {
  margin-top: 12px;
}
/*---------------Footer Styling Ends---------------*/
/*---------------Body Styling Starts---------------*/
.pull {
  padding-top: 115px;
}
.pull-menu {
  padding-top: 186px;
}
.pull-wiz {
  padding-top: 66px;
}
.pull-log {
  padding-top: 105px;
}
.pull-menu-log {
  padding-top: 130px;
}
.pull-nomenu {
  padding-top: 71px;
}
.container {
  max-width: 100%;
  width: 100%;
}
.container .bodycontainer {
  max-width: 100%;
}
.btn-try {
  position: absolute;
  top: 6%;
  right: 3%;
  background: #DCDBDB;
  color: #333;
  padding: 6px 12px;
  font-size: 14px;
  box-shadow: 0 0 6px #404040;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-try:hover {
  background: #585757;
  color: #fff;
}
/*--Home Slider Styling Starts--*/
.carousel {
  position: relative;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 10px;
}
.carousel-control {
  width: 3%;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-indicators .active {
  background-color: #4B7447;
}
.carousel-indicators {
  z-index: 1;
}
.carousel .item {
  margin-bottom: 0px;
}
.carousel-inner .item {
  width: 100%;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 0;
}
.carousel-inner > .item {
  border-bottom: 0px solid #fff;
}
.carousel-inner > .item img {
  border-radius: 0px;
  border: 0px solid #eaeaea;
}
.carousel-caption {
  right: 0%;
  left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-caption h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}
.carousel-indicators {
  bottom: -1px;
}
/*--Home Slider Styling Ends--*/
/*--Feature Styling Starts--*/
.module:nth-child(even) {
  margin-right: 0;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.text-icon {
  color: #D4D4D4;
}
/*--Feature Styling Ends--*/
/*--Pagination Styling Starts--*/
.pagination {
  margin: 0px 0 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #4B7447;
  border-color: #4B7447;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #4B7447;
  border-color: #4B7447;
}
/*--Pagination Styling Ends--*/
/*--Policy Page Styling Starts--*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #EB8A44;
}
.nav-tabs > li {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  margin-right: 0px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #EB8A44;
  color: #fff;
}
/*--Policy Page Styling Ends--*/
/*Vote Pole Style Starts Here*/
.vote-main {
  display: block;
  margin: 0px;
  padding: 0px 40px;
  margin-top: 20px;
}
.vote-main .carousel {
  border: 0px solid #ccc;
  padding: 0px;
}
.vote-main .carousel-indicators {
  display: none;
}
.vote-main .carousel-control {
  height: 50px;
}
.vote-main .carousel-control {
  top: 0;
  margin-top: 210px;
}
.vote-main .carousel-control.left {
  left: -55px;
}
.vote-main .carousel-control.right {
  right: -55px;
}
.vote-main .carousel-control .glyphicon-chevron-left,
.vote-main .carousel-control .icon-prev,
.vote-main .carousel-control .glyphicon-chevron-right,
.vote-main .carousel-control .icon-next {
  background: #4B7447;
  padding-top: 10px;
}
.vote-main .carousel-control .glyphicon-chevron-left,
.vote-main .carousel-control .glyphicon-chevron-right,
.vote-main .carousel-control .icon-next,
.vote-main .carousel-control .icon-prev {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  font-size: 30px;
  border-radius: 50%;
}
.vote-box {
  display: block;
  margin: 0px;
  padding: 0px;
}
.vote-box .vote-img {
  display: block;
  max-width: 100%;
  text-align: center;
}
.vote-box .vote-img img {
  width: 100%;
  height: 423px;
}
.vote-box .vote-box-question {
  display: block;
  padding: 0px;
  overflow: hidden;
  background: #f5f5f5;
}
.vote-box .vote-box-question h2 {
  padding: 20px 10px;
  font-size: 20px;
  margin: 0px;
  line-height: normal;
  background: #fff;
}
.vote-box .vote-box-question .vote-options {
  display: block;
  padding: 10px 15px 0px 15px;
  margin: 0px;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  min-height: 150px;
}
.vote-options .progress {
  margin-bottom: 0px;
  background-color: #babad4;
  margin-top: 14px;
}
.vote-options .progress-bar {
  background-color: #191970;
}
/*.vote-options .btn-vote {width: 25%; margin: auto;}
.vote-options .btn-vote .btn-form{width:100%; margin-bottom:20px;}*/
.vote-options.answer h3 {
  font-size: 22px;
}
.vote-options.answer .content {
  font-size: 15px;
}
.vote-options .btn-vote {
  width: 40%;
  margin: auto;
  padding: 25px;
}
.vote-options .btn-vote .btn-form {
  width: 100%;
  padding: 8px;
  font-size: 24px;
  text-transform: uppercase;
}
.vote-options label.parsley-error {
  background-color: unset !important;
}
.vote-options .parsley-errors-list {
  font-size: 16px !important;
}
.vote-options img.img-circle:hover {
  border-radius: 0px;
  transform: scale(1.4);
}
.password-info {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #8EBA43;
}
.mand-block.password {
  overflow: visible;
}
.questionset {
  background-color: #8EBA43;
  font-size: 21px;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.questionset .closes {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.poll-terms {
  border-top: 1px dashed #888;
  margin-top: 30px;
}
.poll-terms h3 {
  padding-left: 10px;
  margin: 0;
  font-size: 16px;
}
.poll-terms h3.heading {
  color: #333;
}
.poll-terms .content {
  padding: 0 5px;
  color: #888;
  font-size: 14px;
  line-height: 22px;
}
.poll-thankyou {
  padding: 25px;
  height: 100px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
.poll-next {
  font-size: 18px;
  margin-left: 10px;
  text-transform: capitalize;
}
.poll-thankyou span {
  border-radius: 4px;
  border: 1px solid #0059a6;
  padding: 10px 50px;
}
.no-poll {
  background: #eee;
  padding: 20px 15px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  color: #888;
}
.poll-carousel {
  overflow: visible !important;
}
ul.poll-masonry {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.poll-masonry li {
  list-style: none;
  padding: 5px;
  width: 23.4%;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.poll-masonry li:hover {
  border: 2px solid #EB8A44;
  padding: 4px;
}
ul.poll-masonry.grid {
  max-width: 100%;
}
ul.poll-masonry.grid:after {
  content: '';
  display: block;
  clear: both;
}
ul.poll-masonry .grid-sizer {
  width: 23.4%;
}
ul.poll-masonry li.grid-item {
  height: auto;
  float: left;
  margin-bottom: 25px !important;
}
ul.poll-masonry li.grid-sizer,
ul.poll-masonry li.grid-item {
  width: 23.4%;
}
.poll-gallery {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
}
.poll-gallery .poll-img .overbox {
  background-color: rgba(48, 69, 98, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.poll-gallery .poll-img .overbox span {
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.poll-gallery .poll-img .overbox span i {
  color: #fff;
  font-size: 18px;
}
.poll-gallery .poll-img:hover .overbox {
  opacity: 1;
}
.poll-gallery .poll-img img {
  width: 100%;
  height: auto;
}
.poll-gallery .poll-img {
  position: relative;
  overflow: hidden;
}
.poll-gallery .poll-detail {
  display: block;
  padding: 5px 0px 0px 0px;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: left;
  border-top: 1px solid #fff;
  transition: all .2s;
}
.poll-gallery .poll-noimg {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  height: auto;
  padding: 10px;
  background: #8EBA43;
  color: #fff;
  overflow: hidden;
}
.poll-gallery h3 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
}
.poll-gallery .poll-detail h4 {
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 0px 0px;
  font-size: 12px;
  color: #F9DC24;
}
.poll-gallery .poll-detail h4 a {
  color: #F9DC24;
}
.poll-gallery .poll-detail h4 a:hover {
  color: #F9DC24;
  text-decoration: underline;
}
.poll-gallery .poll-detail .poll-question {
  font-size: 14px;
  color: #000;
  float: left;
}
.poll-gallery .poll-detail .poll-date {
  font-size: 13px;
  color: #555;
  float: right;
  width: 100%;
}
.poll-list {
  display: block;
  width: 100%;
  margin: 10px 0px;
  float: left;
  border-bottom: 1px dashed #ccc;
}
.poll-list h3 {
  color: #000;
  margin: 0px;
  margin-bottom: 10px;
}
.poll-list h3 a {
  color: #000;
}
.poll-list h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.poll-list .poll-questn {
  line-height: normal;
  margin-bottom: 5px;
}
.poll-list .date {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.poll-list-pic {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px;
}
.poll-list-pic:hover {
  border: 1px solid #EB8A44;
}
.poll-list-pic img {
  width: auto;
  height: 100px;
}
.poll-list:last-child {
  border-bottom: 0px dashed #ccc;
}
.poll-list-nopic {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 5%;
  background: #8EBA43;
  color: #fff;
  border: 1px solid #ccc;
}
.poll-view {
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 4px;
}
.poll-view .poll-img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.poll-view .poll-img img {
  height: 400px;
}
.poll-view .poll-question {
  display: block;
  margin: 0px;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}
.poll-view .poll-question h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}
.poll-view .poll-answers {
  display: block;
  margin: 0px;
  padding: 15px 15px 10px 15px;
}
.poll-view .poll-termscond {
  display: block;
  padding: 0px 15px 10px 15px;
}
.poll-view .poll-termscond-content {
  background: #fafafa;
  margin-top: 5px;
}
.poll-view .poll-termscond-content img {
  max-width: 100%;
  height: auto;
}
.poll-view .poll-vote {
  display: block;
  margin: 0px;
  padding: 15px;
  border-top: 1px solid #ccc;
}
sup {
  color: #4B7447;
}
.mand-block.password .tooltip > .tooltip-inner {
  background-color: #8EBA43;
}
.mand-block.password .tooltip > .tooltip-arrow {
  border-top: 5px solid #8EBA43;
}
.vote-options .radio {
  margin-bottom: 20px;
}
.vote-options .radio input {
  margin-top: 17px;
}
.vote-options .name {
  font-size: 18px;
  color: #212121;
  line-height: 24px;
}
.vote-options .marL10 {
  margin-left: 10px !important;
}
.vote-options .radio input[type='radio'] {
  transform: scale(1.5);
}
.vote-main .carousel .item {
  border-bottom: none;
}
.vote-main .carousel-inner {
  border-radius: 15px;
  border: 1px solid #ccc;
}
.vote-main .tooltip-inner {
  background: #4B7447;
}
.vote-main .tooltip.top .tooltip-arrow {
  border-top-color: #4B7447;
}
.OpenImgUpload {
  float: right;
  height: 34px;
}
.browse-input {
  width: 90%;
  display: inline-block;
}
.remove_button,
.add_button {
  position: absolute;
  top: 0;
  right: -11px;
}
.browseImgName {
  display: inline-block;
  padding-top: 5px;
}
.browse-img {
  margin-left: 14px;
  cursor: pointer;
}
.editAnswerImage .cropArea.profile-crop {
  margin: auto;
  text-align: center;
}
.editAnswerImage .crop-text {
  font-size: 14px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}
.editAnswerImage .profile-box,
.editAnswerImage .profile-box-edit {
  margin: auto;
}
.img-container {
  max-width: 165px;
  max-height: 150px;
}
.poll-container {
  background: #f1f1f1;
  margin: auto;
  width: 90%;
  padding: 20px 20px;
  border: 1px solid #cecece;
  border-radius: 6px;
  margin-top: 20px;
}
.poll-container ul.answer-text {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.poll-container ul.answer-text li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #ccc;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-weight: 800;
  font-size: 21px;
  cursor: pointer;
  color: #fff;
  font-family: New Times Roman;
  margin-left: 10px;
}
.poll-container ul.answer-text li:hover,
.poll-container ul.answer-text li.active {
  background: #9C27B0;
}
.poll-container ul.answer-text li span {
  position: relative;
  font-size: 19px;
  top: -4px;
}
.poll-container ul.answer-text li span:after {
  position: absolute;
  content: 'RTF';
  width: auto;
  font-size: 8px;
  left: -1px;
  top: 9px;
}
.poll-container .fas.fa-arrows-alt {
  font-size: 20px;
  cursor: move;
  margin-top: 5px;
}
.poll-container .fas.fa-times {
  font-size: 24px;
  cursor: pointer;
  margin-top: 5px;
}
.poll-container .main-poll {
  width: 100%;
  height: 115px;
  margin: 0px auto 0;
  position: relative;
}
.poll-container .main-poll .pollbox {
  width: 103%;
  position: absolute;
  font-size: 24px;
  color: #ffffff;
  line-height: normal;
}
.poll-container .ui-state-default,
.poll-container .ui-widget-content .ui-state-default,
.poll-container .ui-widget-header .ui-state-default {
  border: 0px solid #cccccc;
  background: none;
}
.sortable-poll {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sortable-poll input {
  height: 38px;
}
.sortable-poll li:last-child .fas.fa-times {
  display: none;
}
.sortable-poll .trumbowyg-box,
.sortable-poll .trumbowyg-editor {
  background: #fff;
  min-height: 150px;
}
.sortable-poll .trumbowyg-button-pane {
  background: #EB8A44;
}
.sortable-poll .trumbowyg-box svg {
  fill: #fff;
}
.sortable-poll .trumbowyg-button-pane button.trumbowyg-active,
.sortable-poll .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.sortable-poll .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background: #4B7447;
  outline: 0;
}
.check-input {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-top: 11px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark-radio {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ccc;
  border-radius: 50%;
}
.check-input:hover input ~ .checkmark-radio,
.check-input:hover input ~ .checkmark-check {
  background-color: #ccc;
}
.check-input input:checked ~ .checkmark-radio,
.check-input input:checked ~ .checkmark-check {
  background-color: #F9DC24;
}
.checkmark-radio:after,
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}
.check-input input:checked ~ .checkmark-radio:after,
.check-input input:checked ~ .checkmark-check:after {
  display: block;
}
.check-input .checkmark-radio:after {
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}
.checkmark-check {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ccc;
  border-radius: 2px;
}
.container .checkmark-check:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add-image {
  position: relative;
  display: inline-block;
}
.add-image input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
}
/*Vote Pole Style Ends Here*/
marquee {
  padding: 5px;
  margin-top: 5px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 16px;
  color: #F9DC24;
}
/*--Pricing Page Styling Starts--*/
.price-head {
  background-color: #A2A2A2;
  padding: 5px;
  margin: 0px 0px 10px 0px;
  border-radius: 5px;
}
.price-text {
  color: #fff;
  font-size: 23px;
}
.price-bg {
  background-color: #f5f5f5;
}
.btn-price {
  color: #fff;
  background-color: #B3B3B3;
  border-color: #727272;
}
.btn-price:hover,
.btn-price:focus,
.btn-price:active {
  color: #fff;
  background-color: #909090;
  border-color: #737373;
}
ul.list {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
ul.list li {
  list-style: none;
  padding: 4px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}
ul.list li i {
  margin-right: 5px;
  color: #F9DC24;
}
/*--Pricing Page Styling Starts--*/
.quote-left {
  position: relative;
  top: -7px;
  margin-right: 10px;
  color: #ddd;
  font-size: 20px;
}
.quote-right {
  position: relative;
  top: 7px;
  margin-left: 10px;
  color: #ddd;
  font-size: 20px;
}
/*--Call Styling Starts--*/
.call {
  position: fixed;
  top: 25%;
  right: -288px;
  z-index: 6;
}
.call ul li .call-form {
  display: none;
  width: 97%;
  height: 100%;
  padding: 0px 10px 10px 10px;
}
.call ul li .call-form h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 8px 0px;
  color: #fff;
}
.call ul li.active .call-form {
  display: block;
}
.call ul {
  padding: 0px;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.call ul li {
  display: block;
  margin: 5px;
  background: #F9DC24;
  opacity: 0.9;
  width: 300px;
  min-height: 167px;
  text-align: left;
  padding: 0px;
  border-radius: 20px 0px 0px 20px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  font-size: 18px;
  position: relative;
}
.call ul li.active {
  -webkit-transform: translate(-278px, 0);
  -moz-transform: translate(-278px, 0);
  -ms-transform: translate(-278px, 0);
  -o-transform: translate(-278px, 0);
  transform: translate(-278px, 0);
  background: #F9DC24;
  padding: 0px;
  opacity: 0.9;
  position: relative;
  width: 330px;
}
.call ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transform: rotate(270deg);
  position: absolute;
  top: 53px;
  left: -47px;
  padding: 15px 10px 10px 10px;
}
.call ul li.active a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  display: block;
  z-index: 2;
  transform: rotate(0deg);
  position: relative;
  top: 0px;
  left: 0;
  padding: 10px;
}
.call ul li a:after {
  content: 'Contact Us';
  font-weight: normal;
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 51%;
  top: 9px;
  font-size: 13px;
}
.call ul li.active a:after {
  content: '';
}
.call ul li:hover i,
.call ul li.active i {
  color: #fff;
  background: #EB8A44;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.call ul li i {
  margin-right: 10px;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #F9DC24;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  box-sizing: content-box !important;
}
.call-close {
  position: absolute;
  top: 15px;
  right: 28px;
  color: #fff;
  z-index: 1;
}
/* Contact Error */
.call ul.parsley-errors-list.filled li {
  display: block;
  margin: 5px;
  background: transparent;
  font-size: 12px;
  padding: 0;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
  color: #fff;
  min-height: unset;
}
.call ul.parsley-errors-list.filled li:hover {
  display: block;
  margin: 5px;
  background: transparent;
  font-size: 12px;
  padding: 0;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
/* Contact Error */
.call-success-icon,
.call-failure-icon {
  background: none !important;
  padding: 0px !important;
  margin-right: 5px !important;
}
.call-success-text,
.call-failure-text {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.call .form-control {
  color: #000;
}
/*--Call Styling Ends--*/
/*-- Intercept Styling Starts --*/
.intercept {
  background: #f5f5f5;
  border: 1px solid #B6B6B6;
  border-radius: 10px;
  padding: 15px 20px 15px;
  margin: auto;
  margin-top: 10px;
}
.intercept h4 {
  padding: 0px;
}
.intercept ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.intercept ul li {
  list-style-type: disc;
  padding: 0px 0px 10px 0px;
  margin-left: 25px;
  line-height: 18px;
}
/*-- Intercept Styling Ends --*/
/*-- Date Calendar Styling Starts --*/
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #EB8A44 !important;
  color: #fff;
  cursor: pointer;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
  color: #fff;
  background-color: #EB8A44 !important;
  border-color: #4B7447 !important;
}
/*-- Date Calendar Styling Ends --*/
/*--Wizard Styling Starts--*/
.wizard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f5f5f5;
  margin: 10px 0px;
  padding: 15px 10px;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 10px;
}
.wizard > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  display: block;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.wizard > li .bubble {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #B6B6B6;
  display: block;
  margin: 0 auto .5em;
}
.wizard > li .bubble:after,
.wizard > li .bubble:before {
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #B6B6B6;
}
.wizard > li.completed .bubble,
.wizard > li.completed .bubble:after,
.wizard > li.completed .bubble:before {
  background-color: #8EBA43;
}
.wizard > li.completed a .bubble,
.wizard > li.completed a .bubble:after,
.wizard > li.completed a .bubble:before {
  background-color: #8EBA43;
  cursor: pointer;
}
.wizard > li.completed a:hover .bubble,
.wizard > li.completed a:hover .bubble:after,
.wizard > li.completed a:hover .bubble:before {
  background-color: #8EBA43;
  cursor: pointer;
}
.wizard > li.completed a,
.wizard > li.completed a:hover {
  color: #8EBA43;
  cursor: pointer;
  text-decoration: none;
}
.i-check {
  position: relative;
  top: -1px;
  z-index: 2;
  color: #fff;
}
.wizard > li .bubble:before {
  left: 0;
}
.wizard > li .bubble:after {
  right: 0;
}
.wizard > li.active .bubble,
.wizard > li.active .bubble:after,
.wizard > li.active .bubble:before {
  background-color: #4B7447;
  color: #4B7447;
}
.wizard > li.active {
  color: #4B7447;
}
.wizard > li.active a .bubble,
.wizard > li.active a .bubble:after,
.wizard > li.active a .bubble:before {
  background-color: #4B7447;
}
.wizard > li.active a:hover .bubble,
.wizard > li.active a:hover .bubble:after,
.wizard > li.active a:hover .bubble:before {
  background-color: #4B7447;
  cursor: pointer;
}
.wizard > li.active a,
.wizard > li.active a:hover {
  color: #4B7447;
  cursor: pointer;
  text-decoration: none;
}
.wizard > li a:hover .bubble,
.wizard > li a:hover .bubble:after,
.wizard > li a:hover .bubble:before {
  background-color: #B6B6B6;
  cursor: not-allowed;
}
.wizard > li a,
.wizard > li a:hover {
  color: #B6B6B6;
  cursor: not-allowed;
  text-decoration: none;
}
.wiz-button {
  position: absolute;
  bottom: 50px;
  padding: 0px;
}
/*--Wizard Styling Ends--*/
/*--Advertisment Styling Starts--*/
.adbox-large {
  text-align: center;
  margin-top: 20px;
}
.adbox-large .head {
  background: #EB8A44;
  height: 30px;
}
.adbox-large .midbody {
  background: #8EBA43;
  height: 224px;
}
.adbox-large .midbody .text {
  color: #fff;
  font-size: 24px;
  position: relative;
  top: 28%;
}
.adbox-large .bottom {
  background: #4B7447;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.adbox-large .bottom a {
  color: #fff;
}
.adbox-mid {
  text-align: center;
  margin-top: 20px;
}
.adbox-mid .head {
  background: #EB8A44;
  height: 30px;
}
.adbox-mid .midbody {
  background: #8EBA43;
  height: 90px;
}
.adbox-mid .midbody .text {
  color: #fff;
  font-size: 21px;
  position: relative;
  top: 19%;
}
.adbox-mid .bottom {
  background: #4B7447;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.adbox-mid .bottom a {
  color: #fff;
}
.adbox-small {
  text-align: center;
  margin-top: 20px;
}
.adbox-small .head {
  background: #EB8A44;
  height: 30px;
}
.adbox-small .midbody {
  background: #8EBA43;
  height: 48px;
}
.adbox-small .midbody .text {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 3%;
}
.adbox-small .bottom {
  background: #4B7447;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.adbox-small .bottom a {
  color: #fff;
}
/*--Advertisment Styling Endts--*/
.album {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.album ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}
.album ul li {
  margin: 0px 50px 0px 0px;
  padding: 0px;
  list-style: none;
  width: 228px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .album ul li {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .album ul li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .album ul li {
    width: 33%;
  }
  .upload-box {
    width: 90%;
  }
}
.album ul li .album-bg {
  background: url('/img/bg-album.png');
  width: 228px;
  height: 175px;
  position: relative;
  display: flex;
}
.album ul li .album-bg img {
  max-width: 210px;
  max-height: 156px;
  padding-top: 5px;
  padding-left: 3px;
  margin: auto;
}
.album ul li .folder-name {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 15px;
  float: left;
}
.album ul li .folder-info {
  float: right;
  margin-top: 15px;
  width: 10%;
  text-align: right;
}
.album ul li .badge.media-badge {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .album ul li {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .album ul li .album-bg {
    margin: auto;
  }
}
/*-- Logo Upload Styling Starts --*/
.logo-upload {
  text-align: center;
  height: 60px;
  border: 1px dashed #B6B6B6;
  padding: 8px;
  color: #212121;
  cursor: pointer;
  width: 160px;
  float: right;
  margin: 0px auto;
}
/*-- Logo Upload Styling Ends --*/
/*--Program Styling Starts--*/
ul.program {
  margin-top: 0px;
  border-left: 1px solid #ccc;
  list-style: none;
  padding-left: 0;
  position: relative;
  left: 5px;
}
ul.program li:before {
  border-top: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: relative;
  top: 0.3em;
  width: 27px;
}
ul.program li p span.heading {
  font-size: 16px;
  display: block;
}
ul.program li p {
  padding-left: 50px;
  top: -14px;
  position: relative;
  margin-bottom: 0;
}
ul.program li i {
  position: relative;
  top: 0.7em;
  left: -4px;
  color: #ccc;
}
ul.program li p.view-details {
  display: block;
  margin-top: -8px;
}
.program-heading,
.program-heading:hover {
  border-left: 1px solid #ccc;
  text-decoration: none;
  left: 5px;
  position: relative;
}
.program-heading i {
  position: absolute;
  top: 0px;
  left: -7px;
  color: #F9DC24;
  background: #fff;
}
.program-heading p,
.program-heading p:hover {
  padding-left: 30px;
  top: -5px;
  position: relative;
  margin-bottom: 0;
  text-decoration: none;
  color: #212121;
  cursor: pointer;
}
.program-heading span {
  display: block;
  font-size: 18px;
  color: #212121;
}
.panel-default a,
.panel-default a:hover,
.panel-default a:focus,
.panel-default a:visited {
  text-decoration: none;
}
.sub-head {
  margin-bottom: 0px;
  font-size: 15px;
}
.program-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}
.panel .program-title:before {
  position: relative;
  content: "\f147";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  padding-right: 5px;
}
.panel .collapsed .program-title:before {
  position: relative;
  content: "\f196";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  padding-right: 5px;
}
.panel-test .panel-title .collapsed:before,
.panel-test .panel-title > a:before {
  content: '';
}
.panel-test .panel-title {
  padding-left: 0px;
}
.panel-test.panel-default > .panel-heading + .panel-collapse > .panel-body {
  display: none;
}
a.test,
a.test:focus,
a.test:active {
  color: #EB8A44;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a.test:hover {
  color: #000;
}
/*--Program Styling Ends--*/
/* Programs Gallery View Starts */
ul.program-masonry {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.program-masonry li {
  list-style: none;
  padding: 0px;
  width: 18.2%;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.program-masonry li:hover {
  border: 1px solid #EB8A44;
}
ul.program-masonry.grid {
  max-width: 100%;
}
ul.program-masonry.grid:after {
  content: '';
  display: block;
  clear: both;
}
ul.program-masonry .grid-sizer {
  width: 18.2%;
}
ul.program-masonry li.grid-item {
  height: auto;
  float: left;
  margin-bottom: 25px !important;
}
ul.program-masonry li.grid-sizer,
ul.program-masonry li.grid-item {
  width: 18.2%;
  height: 480px;
  margin: 0px 1.7% 0px 0;
}
.program-gallery {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  float: left;
  position: relative;
}
.program-gallery .program-img .overbox {
  background-color: rgba(48, 69, 98, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.program-gallery .program-img .overbox span {
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.program-gallery .program-img .overbox span i {
  color: #fff;
  font-size: 18px;
}
.program-gallery .program-img:hover .overbox {
  opacity: 1;
}
.program-gallery .program-img img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}
.program-gallery .program-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 360px;
}
.program-gallery .program-detail {
  display: block;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: left;
  border-top: 1px solid #fff;
  transition: all .2s;
}
.program-gallery .program-noimg {
  display: block;
  height: 360px;
  background: #f4f4f4;
  overflow: hidden;
}
.program-gallery .program-noimg img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}
.program-gallery .program-noimg span {
  display: block;
  margin-top: 147px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.program-gallery h3 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
  background: #f5f5f5;
  padding: 8px;
  position: relative;
  box-shadow: 0px 1px 3px #9e9e9e;
}
.program-gallery h3:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 40px;
  background: #f5f5f5;
  top: 0px;
  left: -4px;
  box-shadow: -1px 1px 2px #ccc;
}
.program-gallery h3:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 40px;
  background: #f5f5f5;
  top: 0px;
  right: -4px;
  box-shadow: 1px 1px 2px #ccc;
}
.program-gallery h3 a {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.program-gallery .program-detail .program-cohort {
  margin-top: 0px;
  padding: 0px 7px;
  font-size: 13px;
  color: #F9DC24;
  float: right;
}
.program-gallery .program-detail .program-cohort a {
  color: #F9DC24;
}
.program-gallery .program-detail .program-cohort a:hover {
  color: #F9DC24;
  text-decoration: underline;
}
.program-gallery .program-detail .program-dest {
  font-size: 13px;
  color: #F9DC24;
  float: left;
  padding: 0px 7px;
}
.program-gallery .program-detail .program-date {
  font-size: 12px;
  color: #555;
  float: right;
  width: 100%;
  padding: 3px 2px 0px 7px;
}
.program-gallery .program-detail .program-organiser {
  font-size: 13px;
  color: #323232;
  float: left;
  padding: 0px 5px 0px 7px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.program-gallery .program-detail .program-date {
  font-size: 12px;
  padding: 3px 2px 5px 7px;
}
.program-gallery .live {
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 9px 3px 5px;
  position: absolute;
  border-radius: 13px;
  font-size: 11px;
  top: 5px;
  left: 5px;
  color: #fff;
  z-index: 1;
}
.program-gallery .live i.fas.fa-circle.green {
  font-size: 10px;
  padding-right: 3px;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}
.media-tab {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.media-tab ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.media-tab li {
  font-size: 16px;
  cursor: pointer;
  color: #242424;
  display: inline-block;
  padding: 9px 25px 9px 25px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-out;
}
.media-tab li:hover {
  background-color: #EB8A44;
  color: #ffffff;
}
.media-tab li.active {
  color: white;
  background-color: #EB8A44;
}
.media-tab li.active:hover {
  color: white;
  background-color: #EB8A44;
}
a.btn-sort {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #fff;
  background: #F9DC24;
  padding: 4px 8px 5px;
  border: 1px solid #F9DC24;
  border-radius: 4px;
  transition: all 300ms ease 0s;
}
a.btn-sort:hover {
  background: #EB8A44;
  border: 1px solid #EB8A44;
}
/* Programs Gallery View Ends */
/* Program View Starts */
.panel-title {
  padding: 0px 0px 0px 20px;
}
.panel-title > a:before {
  content: '\f146';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: 10px;
}
.panel-title .collapsed:before {
  content: '\f0fe';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: 10px;
}
.program-view-img {
  display: block;
  margin: 0px;
  padding: 5px;
  border: 1px solid #ccc;
  float: left;
}
.program-view-img img {
  width: 100%;
  height: 160px;
}
.table-schedule {
  border: 1px solid #b6b6b6;
  margin-bottom: 10px;
}
.table-schedule > tbody > tr > th,
.table-schedule > tbody > tr > td {
  border-top: 1px solid #B6B6B6 !important;
}
.table-schedule > tbody > tr > th {
  background: #EB8A44;
  padding: 10px;
  color: #fee7ee;
  font-size: 15px;
  font-weight: 500;
}
/* Program View Ends */
/* Program Masonery Starts */
.cta-media {
  display: table;
  width: 100%;
  height: 50%;
}
.cta-media p {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 5px 0;
}
.grid-sizer,
.item {
  width: 24.1%;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.repeated-img {
  margin: 0px 5px 10px 6px;
  border: 1px solid #4B7447;
  border-radius: 6px;
  padding: 5px;
}
#media {
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 400px;
}
.gutter-sizer {
  width: 1.3%;
}
.item img {
  max-width: 100%;
  width: 100%;
  border: 0px solid #eaeaea;
  padding: 8px 8px 0px 8px;
}
.item:hover .description,
.item:hover .overlay {
  display: block;
}
.media-loader {
  position: absolute;
  bottom: -70px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.mediano-img {
  padding: 8px;
  margin-top: 5px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  position: absolute;
  bottom: -70px;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.badge.media-badge {
  position: absolute;
  left: 37px;
}
.folder-name {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.onloadhidden {
  visibility: hidden;
}
.item .content-details {
  position: absolute;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  top: 100%;
  left: 50%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 6px;
}
.item:hover .content-details {
  top: 41%;
  left: 50%;
  opacity: 1;
}
.item .content-details i {
  font-size: 22px;
  color: #fff;
}
.item .content-details-doc {
  position: relative;
  padding: 7px 0px 24px 0px;
  text-align: left;
  color: #7a7979;
  border-bottom: 1px solid #e9e4e4;
  margin: 0px 10px;
}
.item .content-details-doc .file-name {
  display: block;
  font-size: 13px;
  float: left;
  width: 73%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item .content-details-doc .file-size {
  display: block;
  font-size: 13px;
  float: right;
  width: 27%;
  text-align: right;
}
.video-caption {
  margin: 0px 10px;
  color: #7a7979;
  padding: 5px 0px;
  border-bottom: 1px solid #e9e4e4;
  text-align: center;
}
.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
  display: block;
  cursor: pointer;
  margin-top: -45px;
  z-index: 1;
}
.overlay .title {
  text-align: center;
  font-size: 18px;
  background: #6d6d6d;
  margin: 0px 0 5px;
}
.overlay .description {
  position: static;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  display: block;
  padding: 8px 2px;
}
.overlay .description ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  position: relative;
}
.overlay .description > ul li {
  width: 46%;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  list-style: none;
  display: inline-block;
  text-align: center;
  /*flex:1;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay .description ul li .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 5px;
}
.overlay .description ul li .loader i {
  margin-top: 7px;
}
.media-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay .description > ul li .pad-arrow {
  width: auto;
  text-align: center;
  position: relative;
}
.overlay .description > ul li a.pad-arrow:hover {
  text-decoration: underline !important;
}
.overlay .description ul li .width-comment {
  width: auto;
}
.overlay .description > ul li:last-child {
  border-right: 0px solid #ccc;
}
.overlay .description > ul li:first-child {
  border-radius: 0px 0px 0px 0px;
}
.overlay .description > ul li:last-child {
  border-radius: 0px 0px 0px 0px;
}
.overlay .description > ul li:hover i,
.overlay .description ul li:hover a {
  color: #EB8A44;
}
.overlay .description ul li.active a {
  color: #EB8A44 !important;
}
.overlay .description ul li a.selected,
.overlay .description ul li a.selected i {
  color: #EB8A44 !important;
}
.overlay .description ul li.likes a.selected i {
  color: #4B7447 !important;
}
.overlay .description ul li.likes a.selected .fas.fa-thumbs-up:before {
  content: "\f164";
}
.overlay .description ul li.comment a.selected i {
  color: #4B7447 !important;
}
.overlay .description ul li.flags a.selected i {
  color: #4B7447 !important;
}
.overlay .description ul li.likes:hover .likes-box {
  display: block;
}
.overlay .description ul li.likes .arrow-likes {
  position: absolute;
  top: 12px;
  z-index: 1041;
  right: 57px;
  display: block;
}
.overlay .description ul li.likes .arrow-likes:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -6px;
  right: -52px;
}
.overlay .description ul li.likes a:hover .arrow-comment {
  display: block;
}
.overlay .description ul li .likes-box {
  display: block;
  width: 100%;
  max-height: 242px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  z-index: 1041;
  padding: 8px;
  color: #000;
  text-align: left;
  overflow: auto;
  cursor: default;
  left: 0;
  top: 33px;
}
.overlay .description ul li .likes-box h3 {
  font-size: 16px;
  line-height: 18px;
  color: #EB8A44;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.overlay .description ul li .likes-box .close-likes {
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
  opacity: 1;
}
.overlay .description ul li .likes-box .close-likes i {
  color: #969696;
}
.overlay .description ul li .likes-box i {
  color: #F9DC24;
}
.overlay .description ul li .likes-box .likes-details {
  display: table;
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin: 0px;
  border-bottom: 1px dashed #e4e4e4;
}
.overlay .description ul li .likes-box .likes-details:last-child {
  border-bottom: 0px dashed #e4e4e4;
}
.overlay .description ul li .likes-box .likes-details .likes-pic {
  display: table-cell;
  width: 20%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.overlay .description ul li .likes-box .likes-details .likes-pic img {
  width: 37px;
  height: 37px;
  border: 1px solid #eaeaea;
}
.overlay .description ul li .likes-box .likes-details .likes-data {
  display: table-cell;
  width: 80%;
  padding: 0px;
  margin: 0px;
}
.overlay .description ul li .likes-box .likes-details .likes-data .likes-head {
  display: block;
  font-size: 14px;
}
.overlay .description ul li .likes-box .likes-details .likes-data .likes-head a {
  color: #212121;
}
.overlay .description ul li.likes a {
  font-size: 13px;
}
.overlay .description ul li.likes a i {
  font-size: 14px;
  color: #EB8A44;
}
.overlay .description ul li.comment:hover .comment-box {
  display: block;
}
.overlay .description ul li.comment .arrow-comment {
  position: absolute;
  top: 12px;
  z-index: 1041;
  right: 56px;
  display: block;
}
.overlay .description ul li.comment .arrow-comment:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -6px;
  right: -37px;
}
.overlay .description ul li.comment a:hover .arrow-comment {
  display: block;
}
.overlay .description ul li .comment-box {
  display: block;
  width: 100%;
  max-height: 242px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  z-index: 1041;
  padding: 8px;
  color: #000;
  text-align: left;
  overflow: auto;
  cursor: default;
  left: 0px;
  top: 33px;
}
.overlay .description ul li .comment-box h3 {
  font-size: 16px;
  line-height: 18px;
  color: #EB8A44;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.overlay .description ul li .comment-box .close-comment {
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
  opacity: 1;
}
.overlay .description ul li .comment-box .close-comment i {
  color: #969696;
}
.overlay .description ul li .comment-box .input-group-btn:hover i {
  color: #FFF;
}
.overlay .description ul li .comment-box i {
  color: #F9DC24;
}
.overlay .description ul li .comment-box .input-group-btn .btn.btn-default {
  height: 52px;
}
.overlay .description ul li .comment-box .comment-details {
  display: table;
  width: 100%;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  border-bottom: 1px dashed #e4e4e4;
}
.overlay .description ul li .comment-box .comment-details:last-child {
  border-bottom: 0px dashed #e4e4e4;
}
.overlay .description ul li .comment-box .comment-details .comment-pic {
  display: table-cell;
  width: 20%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.overlay .description ul li .comment-box .comment-details .comment-pic img {
  width: 37px;
  height: 37px;
  max-width: none;
  border: 1px solid #eaeaea;
  padding: 0px;
}
.overlay .description ul li .comment-box .comment-details .comment-data {
  display: table-cell;
  width: 80%;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
.overlay .description ul li .comment-box .comment-details .comment-data .comment-head {
  display: block;
  font-size: 16px;
}
.overlay .description ul li .comment-box .comment-details .comment-data .comment-head a {
  color: #212121;
}
.overlay .description ul li .comment-box .comment-details .comment-data .comment-text {
  display: block;
  font-size: 13px;
}
.overlay .description ul li .comment-box .comment-details .comment-data .comment-text .morecontent span {
  display: none;
}
.overlay .description ul li .comment-box .input-group textarea {
  height: 52px;
}
.overlay .description ul li .comment-box .parsley-errors-list.filled {
  background: none;
}
.overlay .description ul li .comment-box .parsley-errors-list.filled li:hover,
.overlay .description ul li .comment-box .parsley-errors-list.filled li.active {
  background: none;
}
.overlay .description ul li .comment-box .parsley-errors-list.filled li {
  width: 100%;
}
.overlay .description ul li .comment-box .input-group-btn {
  vertical-align: top;
}
.overlay .description ul li.comment a {
  font-size: 13px;
}
.overlay .description ul li.comment a i {
  font-size: 14px;
}
.overlay .description ul li.flags {
  display: none;
}
.overlay .description ul li.flags:hover .flags-box {
  display: block;
}
.overlay .description ul li.flags .arrow-flags {
  position: absolute;
  top: 12px;
  z-index: 1041;
  right: 57px;
  display: block;
}
.overlay .description ul li.flags .arrow-flags:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -6px;
  right: -60px;
}
.overlay .description ul li.flags a:hover .arrow-comment {
  display: block;
}
.overlay .description ul li .flags-box {
  display: block;
  width: 100%;
  max-height: 242px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  z-index: 1041;
  padding: 8px;
  color: #000;
  text-align: left;
  overflow: auto;
  cursor: default;
  left: 0px;
  top: 33px;
}
.overlay .description ul li .flags-box h3 {
  font-size: 16px;
  line-height: 18px;
  color: #EB8A44;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.overlay .description ul li .flags-box .close-flags {
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
  opacity: 1;
}
.overlay .description ul li .flags-box .close-flags i {
  color: #969696;
}
.overlay .description ul li .flags-box i {
  color: #F9DC24;
}
.overlay .description ul li .flags-box .flags-details {
  display: table;
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin: 0px;
  border-bottom: 1px dashed #e4e4e4;
}
.overlay .description ul li .flags-box .flags-details:last-child {
  border-bottom: 0px dashed #e4e4e4;
}
.overlay .description ul li .flags-box .flags-details .flags-pic {
  display: table-cell;
  width: 20%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.overlay .description ul li .flags-box .flags-details .flags-pic img {
  width: 30px;
  height: 30px;
}
.overlay .description ul li .flags-box .flags-details .flags-data {
  display: table-cell;
  width: 80%;
  padding: 0px;
  margin: 0px;
}
.overlay .description ul li .flags-box .flags-details .flags-data .flags-head {
  display: block;
  font-size: 14px;
}
.overlay .description ul li .flags-box .flags-details .flags-data .flags-head a {
  color: #212121;
}
.overlay .description > ul li.tags:hover .tags-box {
  display: block;
}
.overlay .description > ul li.tags .arrow-tag {
  position: absolute;
  top: 12px;
  z-index: 3;
  right: -5px;
  display: none;
}
.overlay .description > ul li.tags .arrow-tag:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #FFF;
  top: -11px;
  right: -60px;
}
.overlay .description > ul li.tags a:hover .arrow-tag {
  display: block;
}
.overlay .description > ul li .tags-box {
  display: none;
  width: 274px;
  max-height: 350px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  padding: 8px;
  color: #000;
  text-align: left;
  overflow: auto;
  cursor: default;
  left: 0;
  top: 33px;
}
.overlay .description > ul li .tags-box h3 {
  font-size: 16px;
  line-height: 18px;
  color: #EB8A44;
  margin-top: 0px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.overlay .description > ul li .tags-box .close-tag {
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
  opacity: 1;
}
.overlay .description > ul li .tags-box .close-tag i {
  color: #969696;
}
.overlay .description > ul li .tags-box .tags-details {
  display: block;
  width: 100%;
}
.overlay .description > ul li .tags-box .tags-details .multipleInput-container ul {
  list-style-type: none;
  padding-left: 0px;
  display: block;
  background: none;
}
.overlay .description > ul li .tags-box .tags-details li.multipleInput-email {
  float: left;
  padding: 6px ;
  color: #fff;
  background: #666;
  margin-top: 0;
  border-radius: 6px;
  margin: 6px 2px 6px 2px;
  font-size: 11px;
}
.overlay .description > ul li .tags-box .tags-details .multipleInput-close {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin: -2px 0px 0px 0px;
  color: #fff;
  font-size: 12px;
  position: relative;
  right: -6px;
  cursor: pointer;
}
.overlay .description a,
.overlay .description a:visited {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.overlay .description a:hover {
  color: #F9DC24;
}
.overlay .description p {
  text-align: left;
  margin: 5px 5px;
  padding-bottom: 20px;
}
.overlay .description p a {
  display: inline-block;
  cursor: pointer;
}
.item:hover .overlay {
  display: block;
}
.image-info {
  position: absolute;
  top: 0;
  background: #000;
  opacity: 0.5;
  width: 95.1%;
  margin: 0px;
  padding: 9px;
  font-size: 10px;
  color: #fff;
  transform: translate(7px, 6px);
}
.image-pname {
  float: left;
  width: 70%;
}
.image-date {
  float: right;
  width: 30%;
  text-align: right;
}
.overlay .description > ul li.media-icon {
  width: auto;
  padding: 5px 3px 5px 5px;
}
.media-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 100px;
  text-align: left;
  color: #212121;
  z-index: 1;
  padding: 8px;
  right: 0;
  top: 30px;
  display: none;
}
.media-menu:hover i,
.media-menu i {
  color: #EB8A44 !important;
}
.media-menu div {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
}
.media-menu div:last-child {
  border-bottom: 0px solid #ccc;
}
.media-menu div a {
  color: #212121 !important;
}
.media-menu div.selected i {
  color: #c80000 !important;
}
.example-image-link video {
  max-width: 100%;
  width: 100%;
  height: 156px !important;
  border-radius: 8px 8px 0px 0px;
  vertical-align: top;
}
.example-image-link iframe {
  max-width: 100%;
  width: 100%;
  height: 206px !important;
  border: 5px solid #eaeaea;
  border-radius: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.example-image-link ~ .overlay {
  margin-top: 0px;
}
#media .example-image-link a .video-frame {
  height: 75%;
}
.overlay .description .disabled,
.overlay .description > ul li.disabled:hover {
  background: #797171;
  opacity: 0.7;
  cursor: not-allowed;
}
.overlay .description .disabled a {
  pointer-events: none;
}
#media .item .overlay {
  z-index: 10;
  cursor: default;
}
@media only screen and (max-width: 960px) {
  .grid-sizer,
  .item {
    width: 49%;
  }
  .program-view-box ul.program-media li {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-sizer,
  .item {
    width: 100%;
  }
  .overlay .description {
    display: block;
  }
  .overlay .description ul li .likes-box {
    width: 100%;
    min-width: 100%;
  }
  .overlay .description ul li .comment-box {
    width: 100%;
  }
  .overlay .description > ul li .tags-box {
    width: 100%;
  }
  .repeated-img {
    margin: 0px 0px 10px 0px;
  }
}
.media-caption {
  border-bottom: 1px solid #e9e4e4;
  margin: 5px 8px 0px 8px;
  padding: 2px 5px 5px 5px;
  color: #7a7979;
  font-size: 13px;
}
/*----- Placeholder Style Starts Here -----*/
.bs-float-label {
  position: relative;
}
.bs-float-label > .float-input {
  margin-top: 0px;
}
.bs-float-label > .float-input:focus {
  /*border-color: #f06d06;*/
}
.bs-float-label > .float-label {
  position: absolute;
  top: 3px;
  left: 12px;
  padding: 0px 3px;
  font-size: 12px;
  background: #fff;
  -webkit-transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.bs-float-label > .float-label.show {
  color: #EB8A44;
  top: -7px;
  opacity: 1;
  z-index: 3;
}
.bs-float-label > .float-label.on {
  color: #EB8A44;
  z-index: 3;
}
.intl-tel-input .bs-float-label > .float-label,
.input-group.bs-float-label > .float-label,
.form-group.dropdown-dob .input-group.bs-float-label > .float-label,
.form-group.addFamily-dob .input-group.bs-float-label > .float-label {
  left: 46px !important;
}
.form-group .input-group.bs-float-label > .float-label {
  left: 13px;
}
.bs-float-label > .float-label.trans-label {
  background: transparent;
  background-image: linear-gradient(#ffffff, #ffffff, #eeeeee, #eeeeee, #eeeeee);
}
.form-group #expirydate .input-group.bs-float-label > .float-label {
  left: 46px !important;
}
.icon-verify {
  position: absolute;
  top: 8px;
  right: -2px;
}
.bs-float-label > .float-label.show-fileup {
  top: -17px;
  left: 0px;
  opacity: 1;
  color: #EB8A44;
  z-index: 3;
}
.bs-float-label > .float-label.float-salutation {
  left: 5px;
  opacity: 1;
  color: #EB8A44;
  padding: 0px 0px;
}
.form-group .input-group.bs-float-label > .float-label.vanity-label {
  left: 78px !important;
}
.time-label {
  position: absolute;
  right: 0px;
  font-size: 11px;
  bottom: -14px;
  color: #EB8A44;
}
.time-label-schedule {
  display: block;
  width: 100%;
  float: right;
  text-align: right;
  font-size: 11px;
  color: #EB8A44;
  margin-top: -2px;
}
.form-group .dropdown-dob .input-group.bs-float-label > .float-label {
  top: -6px;
}
.bs-float-label > .float-label.show.select-zindex {
  z-index: 6;
}
/*----- Placeholder Style Ends Here -----*/
.enter-mail-id {
  display: flex;
  flex: 2;
}
/* Light box Style */
.lb-nav a.lb-prev {
  background: url(/img/prev.png) left 48% no-repeat !important;
}
.lb-nav a.lb-next {
  background: url(/img/next.png) right 48% no-repeat !important;
}
.lb-data .lb-close {
  background: url(/img/close.png) top right no-repeat !important;
}
.lb-loader {
  background: url(/img/loading.gif) no-repeat !important;
  left: 50% !important;
}
.lb-data .lb-close,
.lb-data .lb-number {
  display: none !important;
}
/* Program Masonery Ends */
/*--Event Detail Styling Ends--*/
.program-title {
  display: block;
}
.program-title h3 {
  color: #000;
  margin: 0px;
}
.program-title .date {
  color: #666;
  font-style: italic;
  font-size: 14px;
}
.program-title .data {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.program-pic {
  margin-bottom: 10px;
  height: 450px;
  display: block;
}
.program-pic img {
  padding: 2px;
  border: 1px solid #ccc;
  max-width: 100%;
  height: 450px;
}
/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 0px 0 0px;
  margin-bottom: 0px;
  margin-left: 88px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #8EBA43;
  left: 0;
  margin-left: -1.5px;
}
.timeline.active:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #2ed833;
  left: 0;
  margin-left: -1.5px;
}
.tldate {
  display: block;
  width: 60px;
  height: 60px;
  background: #430707;
  border: 1px solid #ccc;
  color: #ededed;
  margin: 0 0;
  padding: 7px 5px;
  text-align: center;
  border-radius: 50%;
  box-shadow: none;
  margin-top: 10px;
}
.timeline li {
  margin-bottom: -2px;
  position: relative;
}
.timeline li:last-child {
  padding-bottom: 0px;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
/** timeline panels **/
.timeline li .timeline-panel {
  width: 95%;
  float: left;
  background: #fff;
  border: 0px solid #d4d4d4;
  padding: 9px 12px 5px 25px;
  position: relative;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.timeline li .timeline-panel-date {
  position: absolute;
  left: -84px;
  width: 95%;
  float: left;
  padding: 9px 0px 0px 0px;
  background: transparent;
  border: 0px solid #d4d4d4;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  color: #666;
  line-height: 20px;
}
.timeline-panel-date .tl-heading h3 {
  font-size: 15px;
}
/** panel arrows **/
.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
  float: left;
}
.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 14px;
  left: 0;
  text-align: center;
  background: #c9c9c9;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 35px;
  margin-left: -9px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}
.timeline li .tl-circ.active {
  background: #2ed833;
}
.timeline li .tl-circ.past-event {
  background: #90201a;
}
.timeline li .tl-circ-date {
  position: absolute;
  top: 9px;
  left: 0;
  text-align: center;
  background: #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 35px;
  margin-left: -10px;
  border: 4px solid #F9DC24;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}
.timeline li .tl-circ-date.active {
  border: 4px solid #2ed833;
}
#list-wrapper {
  max-height: 400px;
  overflow-y: scroll;
  margin-top: 20px;
  border: solid 1px black;
}
h4 {
  padding: 20px;
}
/** timeline content **/
.timeline-panel .tl-heading h3 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
}
.tl-heading h3 .tl-desc {
  display: block;
  font-size: 14px;
  color: #666;
}
.tl-heading h4 {
  margin: 0;
  font-size: 14px;
  color: #323232;
  padding: 0px;
}
.tl-heading h4 span {
  color: #666;
  margin-left: 10px;
}
.tl-body p,
.tl-body ul {
  margin-bottom: 0;
}
.tl-body > p + p {
  margin-top: 5px;
}
/*--Event Detail Styling Ends--*/
/*-- Programs user list Styling Starts --*/
.program-list {
  display: block;
  width: 100%;
  margin: 10px 0px;
  float: left;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.program-list h3 {
  color: #000;
  margin: 0px;
  margin-bottom: 10px;
}
.program-list h3 a {
  color: #000;
}
.program-list h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.program-list h3 .organiserby {
  font-size: 13px;
  color: #323232;
  text-transform: initial;
}
.program-list .venu {
  line-height: normal;
  margin-bottom: 5px;
}
.program-list .date {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.program-list-pic {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px;
}
.program-list-pic:hover {
  border: 1px solid #EB8A44;
}
.program-list-pic img {
  width: auto;
  height: 100px;
}
.program-list:last-child {
  border-bottom: 0px dashed #ccc;
}
.program-list-nopic {
  display: block;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 5%;
  background: #f4f4f4;
  color: #fff;
  border: 1px solid #ccc;
}
.program-list .live {
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 7px 2px 5px;
  position: absolute;
  border-radius: 13px;
  font-size: 10px;
  top: 5px;
  left: 19px;
  color: #fff;
  z-index: 1;
}
.program-list .live i.fas.fa-circle.green {
  font-size: 7px;
  padding-right: 3px;
}
.program-view {
  position: relative;
}
.program-view-box {
  background: #fff;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0;
  float: left;
}
.program-view-box h2 {
  font-size: 26px;
  margin-top: 0px;
}
.program-view-box h3 {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
.program-view-box .address-list {
  display: block;
  margin-bottom: 10px;
}
.program-view-box .address-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.program-view-box .address-list ul li {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.program-view-box .address-list ul li span {
  width: 25px;
  display: inline-block;
}
.program-view-box .address-list ul li.inline-block {
  display: inline-block;
}
.program-view-box .data {
  color: #666;
  font-size: 14px;
  margin: 10px 0px 15px 0px;
}
.program-view-box .data img {
  max-width: 100%;
  height: auto;
}
.program-view-box .media-img {
  width: auto;
  height: 165px;
}
.program-view-box ul.program-media {
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.program-view-box ul.program-media li {
  list-style: none;
  margin: 0px 16px 0px 0px;
  padding: 0px;
  display: inline-block;
  width: 24%;
  vertical-align: top;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.program-view-box ul.program-media li:last-child {
  margin: 0px 0px 10px 0px;
}
.program-view-box ul.program-media li .example-image-link iframe {
  max-width: 100%;
  width: 100%;
  height: 165px !important;
  border: 0px solid #eaeaea;
  border-radius: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.program-view-box ul.program-media li .doc-details {
  bottom: 0%;
  opacity: 1;
  position: absolute;
  width: 100%;
  padding: 5px;
}
.program-view-box ul.program-media li .doc-details .file-name {
  display: block;
  font-size: 13px;
  float: left;
  width: 73%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.program-view-box ul.program-media li .doc-details .file-size {
  display: block;
  font-size: 13px;
  float: right;
  width: 27%;
  text-align: right;
}
.program-view-box ul.program-media li a {
  background: transparent;
  color: #EB8A44;
}
.program-banner-view {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 4px;
  height: 500px;
  position: relative;
}
.program-banner-view .live {
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 10px 4px 7px;
  position: absolute;
  border-radius: 13px;
  font-size: 10px;
  top: 5px;
  left: 8px;
  color: #fff;
  z-index: 1;
}
.program-banner-view .live i.fas.fa-circle.green {
  font-size: 9px;
  padding-right: 3px;
}
.program-view .btn-register {
  border: 1px solid #F9DC24;
  background: #F9DC24;
  margin-top: 12px;
}
.program-view .btn-register:hover {
  border: 1px solid #EB8A44;
  background: #EB8A44;
}
.program-view .summary-text {
  font-size: 16px;
  text-transform: none;
  color: #212121;
}
.program-view .summary-text span {
  font-size: 16px;
  color: #EB8A44;
}
.program-view .btn-proceed {
  margin: 0px auto;
  width: 150px;
  display: block;
}
.program-view .program-title-box {
  display: block;
  width: 100%;
  padding: 10px 0px 0px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  margin: 0;
}
.program-view .panel {
  box-shadow: none;
}
.program-view .panel-default {
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}
.program-view .panel-group .panel-heading {
  background: #fff;
  padding: 10px 15px 10px 0px;
}
.program-view .panel-group .panel {
  border-radius: 0px;
}
.program-view .panel-title > a:before {
  content: '\f077';
  right: 10px;
  left: auto;
  color: #EB8A44;
}
.program-view .panel-title a.collapsed:before {
  content: '\f078';
  right: 10px;
  left: auto;
}
.program-view .panel-title {
  padding: 0px 0px 0px 0px;
}
.program-view .panel-body {
  border-top: 1px solid #ccc !important;
}
.program-view .panel-collapse.collapse.in .panel-body {
  border-top: 1px solid #EB8A44 !important;
}
.program-view .panel-default a {
  padding: 10px 15px 10px 10px;
  background: #EB8A44;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
}
.program-view .panel-default a i {
  color: #fff;
}
.program-view .panel-default a.collapsed {
  background: transparent;
  border-radius: 4px 4px 0px 0px;
  color: #EB8A44;
}
.program-view .panel-default a.collapsed i {
  color: #F9DC24;
}
.program-view .panel-default .no-data a {
  background: transparent;
  color: #EB8A44;
  padding: 0px;
}
.program-view .panel-default.border0 {
  border: 0px solid #fff;
}
.program-confirm {
  max-width: 550px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.program-confirm .confirm-icon {
  font-size: 35px;
  color: forestgreen;
}
.program-confirm h3 {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: none;
}
.program-confirm h4 {
  padding: 0px;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: none;
}
.program-confirm .round-no {
  font-size: 14px;
  background: #9C27B0;
  color: #fff;
  min-width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 7px;
}
.program-banner {
  display: block;
  min-height: 325px;
  position: relative;
  border: 3px solid #F9DC24;
  background: #8EBA43;
  border-radius: 6px;
  margin-top: 10px;
}
.program-banner .banner-title {
  font-family: 'Dancing Script', cursive, Arial;
  font-size: 60px;
  color: #F9DC24;
  text-shadow: 2px 2px white;
  line-height: normal;
  margin-top: 50px;
}
.program-banner .banner-detail {
  color: #F9DC24;
  font-size: 24px;
  line-height: normal;
}
.program-banner-hero {
  margin: auto;
}
img.program-banner-hero {
  margin-bottom: 10px;
  max-width: 100%;
  height: 100%;
  width: auto;
  position: relative;
  border: 4px solid #fff;
}
.program-banner-view-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.program-banner-view .program-banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
}
img.program-banner-default {
  margin-bottom: 10px;
  max-width: 100%;
  width: 500px;
  height: 235px;
  position: relative;
  border: 4px solid #fff;
  transform: translate(10%, 50%);
}
.event-filetype {
  display: block;
  height: 105px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 30px 0px;
  position: relative;
  border-radius: 4px;
}
.event-filetype input[type="file"] {
  display: block;
  width: 100%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 47px;
}
.event-filetype.hero input[type="file"] {
  width: 100%;
}
.event-filetype-img {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0px 0px;
  width: 100%;
  height: 105px;
  border-radius: 4px;
}
.event-filetype-img img {
  height: 103px;
}
.event-filetype .choose-btn {
  border: 1px solid #ccc;
  width: 108px;
  margin: auto;
}
.add-brochure {
  position: relative;
  display: inline-block;
}
.add-brochure input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
}
a.change-img {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 95px;
  margin: 0px auto;
  margin-top: 5px;
}
a.change-img input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 1px;
}
.schedule-box {
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.schedule-date {
  display: table-cell;
  width: 14%;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #ccc;
}
.schedule-date ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.schedule-date ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.schedule-date ul li a {
  display: block;
  padding: 10px;
  color: #222;
  background: #f5f5f6;
  text-align: center;
}
.schedule-date ul li a:hover {
  background: #fff;
  color: #F9DC24;
  margin-right: -1px;
}
.schedule-date ul li a.active {
  background: #fff;
  color: #F9DC24;
  margin-right: -1px;
}
.schedule-content {
  display: table-cell;
  width: 86%;
  margin: 0px;
  padding: 10px 20px 0px 15px;
}
.schedule-content .schedule-activity {
  min-height: 165px;
  padding-right: 20px;
}
.schedule-content .mand-block .divTimeSetterContainer {
  margin-bottom: 0;
  width: 100%;
  margin: 0px;
  float: left;
  position: relative;
}
.schedule-content .timeValueBorder {
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
}
.schedule-content .divTimeSetterContainer .postfix-position {
  position: relative;
  right: -3px;
  top: 5px;
  font-weight: bold;
}
.schedule-content .divTimeSetterContainer .button-time-control {
  float: right;
  right: 0;
}
.schedule-content .divTimeSetterContainer input.timePart {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.schedule-content .schedule-activity .schedule-error {
  margin-top: 40px;
}
.schedule-content .remove-activity {
  position: absolute;
  right: -2px;
}
.schedule-pad {
  padding: 10px 35px 20px 35px;
}
.schedule-content .schedule-activity .mand-block .divTimeSetterContainer input.parsley-error {
  color: #555 !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
/*-- Programs user list Styling Ends --*/
/*-- Product View Styling Starts --*/
.product-img {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.product-details {
  display: block;
  margin: 0px;
  padding: 0px;
}
.product-details h2 {
  font-size: 18px;
  margin-top: 0px;
  line-height: 24px;
}
.product-details > .price {
  color: #EB8A44;
  font-size: 18px;
  margin-bottom: 8px;
}
.product-details img {
  max-width: 100%;
  height: auto;
}
#questionsetError {
  font-size: 12px;
  line-height: 0.9em;
  list-style-type: none;
  margin: 5px 0 3px;
  padding: 0;
  transition: all 0.3s ease-in 0s;
  color: #c80000;
  margin-top: -5px;
  margin-bottom: 15px;
}
fieldset.error-questionset {
  background-color: #F2DEDE !important;
  border: 1px solid #f7a2ae !important;
}
.mandatory.mand-fieldset {
  top: 10px;
}
/*Invite friends Modal*/
.invite-friends {
  display: block;
  overflow-y: auto;
  max-height: 175px;
  margin-bottom: 10px;
}
.invite-friends ul.disabled {
  background: #eee;
  pointer-events: none;
}
.invite-friends ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 100%;
}
.invite-friends ul li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
  border-top: none;
}
.invite-friends ul li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0px 5px 0px 10px;
  border: 1px solid #ccc;
}
.invite-friends ul li .invite-box {
  display: block;
  border: 1px solid #ddd;
  border-width: 0px 0px 1px 0px;
  float: left;
  width: 100%;
  padding: 4px 0px;
}
.invite-friends ul li:last-child .invite-box {
  border: 1px solid #ddd;
  border-width: 0px 0px 0px 0px;
}
.invite-friends ul li .invite-img {
  display: block;
  width: 6%;
  float: left;
}
.invite-friends ul li .invite-name {
  width: 90%;
  float: left;
  padding-top: 3px;
}
.invite-friends ul li .invite-phone {
  float: right;
  margin-right: 10px;
}
.invite-friends ul li .invite-phone i {
  margin-right: 6px;
  transform: rotate(99deg);
}
.invite-friends ul li .invite-check {
  width: 4%;
  float: left;
  padding-left: 10px;
  padding-top: 3px;
}
.invite-friends ul li .invite-check .checkbox label {
  padding-left: 10px;
}
h3.invite-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: initial;
}
.add-friends-click {
  position: absolute;
  right: 30px;
  top: 5px;
}
/*-- Product View Styling Ends --*/
/* Product Desc Starts */
.product-image {
  margin-bottom: 15px;
}
.product-image img {
  border: 1px solid #CCC;
  padding: 5px;
  width: 100%;
}
.product-info h4 {
  padding: 0;
  margin: 10px 0 15px 0;
}
.prod-info {
  line-height: 30px;
}
.product-desc h4 {
  padding: 0;
  margin: 25px 0 15px 0;
}
/* Product Desc Ends */
/* Product Image Zoom Starts */
.piclist {
  margin-top: 30px;
}
.piclist li {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.piclist li img {
  width: 100%;
  height: auto;
}
/* custom style */
.picZoomer-pic-wp {
  width: 100% !important;
}
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}
.picZoomer-pic {
  width: auto !important;
  height: auto !important;
}
.picZoomer-zoom-wp {
  left: unset !important;
  right: -350px !important;
}
.picZoomCursor-ico {
  background: none !important;
}
.picZoomer-pic-wp {
  height: auto !important;
}
/* Product Image Zoom Ends */
/* Reports Style Starts */
.reports {
  border: 1px solid #dadada;
  display: block;
  float: left;
  padding-top: 15px;
  border-radius: 6px;
  background: #f3f3f3;
  width: 100%;
}
.reports-member {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.reports-member .img {
  display: table-cell;
  width: 8%;
  float: left;
  padding-left: 5px;
}
.reports-member .img img {
  transition: transform .2s;
}
.reports-member .img img:hover {
  transform: scale(1.4);
}
.reports-member .name {
  display: table-cell;
  width: 92%;
  float: right;
}
.avatar-red {
  border: 1px solid red;
  padding: 2px;
}
.avatar-green {
  border: 1px solid green;
  padding: 2px;
}
.avatar-orange {
  border: 1px solid orange;
  padding: 2px;
}
/* Reports Style Ends */
a.map {
  color: #212121;
}
.icon-contact {
  background: #EB8A44;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
}
.log-hr.log-hr-break {
  text-align: center;
  position: relative;
  top: 2px;
  padding-top: 1px;
  line-height: 0;
  z-index: 1;
}
.log-hr.log-hr-break h5 {
  line-height: 1;
  font-size: 12px;
  color: #EB8A44;
  font-weight: normal;
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 0 8px 0 7px;
}
.log-hr.log-hr-break:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #B6B6B6;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
.coming-hr.coming-hr-break {
  text-align: center;
  position: relative;
  top: 2px;
  padding-top: 1px;
  line-height: 0;
  z-index: 1;
}
.coming-hr.coming-hr-break:after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #8EBA43;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
.coming-hr.coming-hr-break h2 {
  line-height: 1;
  font-size: 21px;
  color: #4B7447;
  font-weight: normal;
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 0 8px 0 7px;
  margin-top: 5px;
}
.form-control:focus {
  border-color: #4B7447;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(142, 186, 67, 0.5), 0 0 8px rgba(142, 186, 67, 0.6);
}
.bg-event {
  background: #EB8A44;
  height: 105px;
  border: 1px solid #8EBA43;
  display: block;
  font-size: 34px;
  line-height: 93px;
  color: #fff;
}
.program {
  display: block;
  margin-bottom: 10px;
  padding: 0px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
}
.program h2 {
  font-size: 16px;
  color: #EB8A44;
  line-height: 22px;
  font-weight: 300;
  margin: 0px 0 2px 0;
  text-transform: none;
}
.program .program-date {
  font-size: 13px;
  color: #666666;
  width: 100%;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 5px;
}
.table.invoice > tbody > tr td a {
  cursor: pointer;
}
.table.invoice > tbody > tr.active > th,
.table.invoice > thead > tr.active > th {
  background-color: #4B7447;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 9px;
}
.table.invoice > tbody > tr.bottom > th,
.table.invoice > thead > tr.bottom > th {
  background-color: #EB8A44;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.table.invoice .parsley-errors-list {
  color: #fff;
  font-size: 12px;
}
.table.invoice .success-message {
  color: white;
  font-size: 12px;
}
.table.invoice > tbody > tr.caret-accordion td.collapsed {
  padding-left: 20px;
}
.table.invoice > tbody > tr.caret-accordion td.caret-ascend {
  padding-left: 20px;
}
.table.invoice > tbody > tr.caret-accordion td.caret-ascend.collapsed:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  color: #EB8A44;
  position: absolute;
  left: 20px;
}
.table.invoice > tbody > tr.caret-accordion td.caret-ascend:after {
  content: '\f0d8';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  color: #EB8A44;
  position: absolute;
  left: 20px;
}
.table.subtotal {
  margin-bottom: 0px;
}
.table.subtotal > tbody > tr > td,
.table.subtotal > thead > tr > td {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  padding: 3px;
  border-top: 0px solid #ccc !important;
}
/*------------left menu------------*/
.left-menu {
  margin-bottom: 20px;
}
.left-menu > ul {
  list-style: none;
  background-color: #f5f5f5;
}
.left-menu ul > li a {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}
.left-menu ul > li:last-child a {
  border-bottom: 0px solid #e6e6e6;
}
.left-menu ul > li a:after {
  content: "\f054";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  right: 10px;
}
.left-menu ul > li a.active {
  color: #fff;
  background-color: #EB8A44;
}
.left-button {
  position: relative !important;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 10px;
}
.left-btn-text {
  font-size: 18px;
  line-height: 48px;
  padding-left: 10px;
  color: #4B7447;
}
.left-menu.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.left-menu ul > li ul {
  list-style-type: none;
  padding: 0px;
}
.left-menu ul > li ul li {
  border-bottom: 1px solid #ccc;
}
.left-menu ul > li ul li a {
  padding: 8px;
  display: block;
  font-size: 14px;
  transition: all .3s;
}
.left-menu ul > li ul li a:hover,
.left-menu ul > li ul li a.sub-active {
  background: #F9DC24;
  color: #fff;
}
.left-menu ul > li ul li:hover a {
  color: #fff;
}
.left-menu ul > li ul li a:after {
  content: '';
}
.video-iframe {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box-video {
  display: block;
  margin: 20px 0px 20px 0px;
  border-radius: 10px;
  width: 65%;
  position: relative;
  padding-bottom: 36.25%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.box-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box-video-full {
  display: block;
  margin: 20px 0px 20px 0px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.box-video-full iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*------------Admin menu start here ------------*/
.admin-menu {
  background: #f5f5f5;
  color: #fff;
  transition: all 0.3s;
}
.admin-menu ul.components {
  padding: 0px;
}
.admin-menu ul li {
  border-bottom: 1px solid #fff;
}
.admin-menu ul li a {
  padding: 8px;
  font-size: 1.1em;
  display: block;
}
.admin-menu ul li a:hover {
  color: #fff;
  background: #F9DC24;
}
.admin-menu ul li.active > a,
.admin-menu a[aria-expanded="true"] {
  color: #fff;
  background: #EB8A44;
}
.admin-menu ul ul a {
  font-size: 0.9em !important;
  padding-left: 20px !important;
  background: #f5f5f5;
}
.admin-menu ul a.dropdown-toggle:before {
  content: '\f0dd';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 14px;
  right: 24px;
  position: absolute;
  transform: rotate(0deg);
}
/*------------Admin menu end here ------------*/
/* Calculator Starts */
#calcdiv {
  width: 350px;
  position: absolute;
  right: 17px;
  z-index: 9;
}
#calcdivheader {
  padding: 15px;
  cursor: move;
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
}
.calc-close {
  position: absolute;
  top: -11px;
  right: -26px;
  cursor: pointer;
}
.calculator {
  width: 350px;
  height: 320px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 10px #4B7447;
  border: 5px solid #EB8A44;
  border-top: 30px solid #EB8A44;
  border-radius: 10px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.table.calculator td {
  border-top: 0px solid #ccc !important;
}
#display {
  width: 100%;
  height: 40px;
  text-align: right;
  background-color: black;
  border: 3px solid white;
  font-size: 18px;
  left: 2px;
  top: 2px;
  color: #fff;
  padding-left: 5px;
}
.btnTop {
  color: white;
  background-color: #6f6f6f;
  font-size: 14px;
  margin: auto;
  width: 50px;
  height: 25px;
}
.btnNum {
  color: white;
  background-color: #8EBA43;
  font-size: 14px;
  margin: auto;
  width: 50px;
  height: 25px;
}
.btnMath {
  color: white;
  background-color: #F9DC24;
  font-size: 14px;
  margin: auto;
  width: 50px;
  height: 25px;
}
.btnOpps {
  color: white;
  background-color: #F9DC24;
  font-size: 14px;
  margin: auto;
  width: 50px;
  height: 25px;
}
/* Calculator Ends */
.intro-text {
  display: block;
  border-left: 1px dashed #ccc;
  padding-left: 25px;
}
.avail-mod {
  display: block;
}
.avail-mod > h3 {
  padding: 10px;
  margin-bottom: 0px;
  background: #f5f5f5;
  border-left: 5px solid #F9DC24;
}
.avail-mod ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-radius: 6px;
  margin-bottom: 40px;
}
.avail-mod ul li {
  list-style: none;
  display: inline-block;
  width: 22%;
  min-height: 280px;
  border: 1px solid #ccc;
  margin: 0px 15px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: #f5f5f5;
  font-size: 16px;
  transition: .4s;
  border-radius: 6px;
  position: relative;
  min-height: 210px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: top;
  overflow: hidden;
}
.avail-mod ul li:hover {
  border: 1px solid #EB8A44;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.avail-mod ul li a h2 {
  background: #fff;
  margin: 0px;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 15px 10px;
}
.avail-mod ul li h3 {
  margin: 5px 0px 5px 0px;
  font-size: 20px;
}
.avail-mod ul li .price {
  display: block;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.avail-mod ul li .price .price-real {
  font-size: 18px;
  color: #4B7447;
  font-weight: 600;
}
.avail-mod ul li .price .price-real sup {
  top: -3px;
  font-weight: normal;
  font-size: 65%;
}
.avail-mod ul li .price .price-discount {
  font-size: 12px;
  color: #222;
  margin-left: 2px;
}
.avail-mod ul li .details {
  display: block;
  margin: 0px;
  padding: 0px 5px 5px 5px;
  text-align: left;
  font-size: 14px;
  height: 44px;
  overflow: hidden;
}
.avail-mod ul li .icon-img {
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
  background: #fff;
}
.avail-mod ul li .icon-img img {
  border-radius: 0px;
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.avail-mod ul li .bottom-div {
  padding: 8px;
  border-top: 1px dashed #ccc;
  margin-top: 3px;
}
.avail-mod ul li:hover .bottom-div a {
  color: #fff;
  cursor: pointer;
}
.avail-mod ul li .express {
  position: absolute;
  font-size: 11px;
  color: #545353;
  left: 26%;
  margin-top: 5px;
}
.avail-mod li .popup-msg {
  display: none;
  position: absolute;
  background: #fff;
  width: 98.2%;
  top: 28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
  left: 2px;
}
.avail-mod li .popup-msg a,
.avail-mod li .popup-msg a:hover {
  color: #EB8A44 !important;
}
.avail-mod li .popup-msg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  top: 2px;
  right: -11px;
  box-sizing: border-box;
  border: 6px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.avail-mod li .popup-msg img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.question-accordion {
  display: block;
}
.question-accordion .panel-group .panel-heading {
  background: #dcdcdc;
  padding: 15px;
  height: 47px;
}
.question-accordion .panel-title a {
  color: #222;
}
.question-accordion .panel-action {
  color: #4B7447;
}
.question-accordion .panel-title > a {
  width: 65%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.question-accordion .panel-action {
  width: 35%;
}
.question-accordion .panel-action a {
  color: #222;
  font-size: 14px;
}
.question-accordion .panel-action a:hover {
  color: #F9DC24;
}
.question-accordion .panel-action a.disabled,
.question-accordion .panel-action a.disabled:hover {
  color: #6e6e6e;
  cursor: not-allowed;
}
.question-accordion .panel-action a.disabled i {
  color: #6e6e6e;
  cursor: not-allowed;
}
.question-accordion .panel-action .move-txt {
  color: #222;
  font-size: 14px;
}
.question-accordion .panel-group .panel-heading.child-heading {
  background: #EB8A44;
  padding-right: 5px;
}
.question-accordion .panel-group .panel-heading.child-heading .panel-title a {
  color: #fff;
}
.question-accordion .panel-body {
  padding: 15px 15px;
}
.question-accordion .panel-body .sub-title {
  padding: 10px 10px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.question-accordion .panel-body .sub-title a {
  color: #222;
}
.question-accordion .panel-body .sub-title a:hover {
  color: #F9DC24;
}
.question-accordion .panel-body .sub-title a.disabled,
.question-accordion .panel-body .sub-title a.disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}
.question-accordion .panel-body .sub-title a.disabled i {
  color: #ccc;
  cursor: not-allowed;
}
.question-accordion .panel-body .sub-title:last-child {
  margin-bottom: 0px;
}
.question-content img {
  max-width: 100%;
  height: auto;
}
.question-accordion .action-space {
  margin-left: 10px;
  margin-right: 10px;
}
.assignment-popup {
  position: absolute;
  width: 260px;
  background: #fff;
  right: 0;
  padding: 10px 6px 0px 6px;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #ccc;
  top: 34px;
  box-shadow: 0px -3px 3px 0 rgba(0, 0, 0, 0.4);
}
.assignment-popup .assignment-detail {
  margin-bottom: 10px;
  display: table;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
}
.assignment-popup .assignment-detail:last-child {
  padding-bottom: 0;
  border-bottom: 0px dashed #ccc;
  margin-bottom: 5px;
}
.assignment-popup .assignment-detail .assignment-name {
  width: 85%;
  display: table-cell;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
.assignment-popup .assignment-detail .assignment-name a {
  color: #EB8A44 !important;
}
.assignment-popup .assignment-detail .assignment-action {
  width: 15%;
  display: table-cell;
  float: right;
}
.assignment-popup .assignment-name:first-child {
  margin-bottom: 0px;
  border-bottom: 0px dashed #ccc;
}
.assignment-popup:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  top: 2px;
  right: 35%;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(-224deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.assignment-popup.top {
  top: 48px;
}
.qa-content {
  font-size: 8px;
  max-height: 135px;
  overflow: hidden;
}
.qa-content img {
  height: 25px;
  border: 1px solid #ccc;
  margin-right: 4px;
}
.qa-content p {
  font-size: 8px;
  margin-bottom: 0px;
}
.answer-collapse .add_button,
.answer-collapse .remove_button {
  right: 20px;
}
.answer-collapse .control.marR0 {
  margin-right: 0 !important;
}
.qa-ans {
  display: block;
}
.qa-ans ol {
  list-style-type: decimal;
  margin: 0px;
  padding: 0px;
}
.qa-ans ol li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dotted #ccc;
  font-size: 8px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  list-style-type: decimal;
  margin-left: 22px;
}
.qa-ans ol.no-list-style li {
  list-style-type: none;
}
.field_wrapper h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4B7447;
  border-bottom: 1px solid #8EBA43;
  padding: 7px 7px 5px 0px;
}
.field_wrapper .control {
  padding-left: 25px;
}
#addQuestionAnswerModal .trumbowyg-editor,
#addQuestionAnswerModal .trumbowyg-box {
  min-height: 190px;
}
#addQuestionAnswerModal .trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 14px;
  margin: 0 0 0px;
  padding: 5px 0 4px;
}
#addQuestionAnswerModal .trumbowyg-modal-box label {
  margin: 5px 12px;
  height: 29px;
}
#addQuestionAnswerModalMultiple .trumbowyg-editor,
#addQuestionAnswerModalMultiple .trumbowyg-box {
  min-height: 190px;
}
#addQuestionAnswerModalMultiple .trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 14px;
  margin: 0 0 0px;
  padding: 5px 0 4px;
}
#addQuestionAnswerModalMultiple .trumbowyg-modal-box label {
  margin: 5px 12px;
  height: 29px;
}
#editQuestionAnswerModal .trumbowyg-editor,
#editQuestionAnswerModal .trumbowyg-box {
  min-height: 190px;
}
#editQuestionAnswerModal .trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 14px;
  margin: 0 0 0px;
  padding: 5px 0 4px;
}
#editQuestionAnswerModal .trumbowyg-modal-box label {
  margin: 5px 12px;
  height: 29px;
}
#editQuestionAnswerModalMultiple .trumbowyg-editor,
#editQuestionAnswerModalMultiple .trumbowyg-box {
  min-height: 190px;
}
#editQuestionAnswerModalMultiple .trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 14px;
  margin: 0 0 0px;
  padding: 5px 0 4px;
}
#editQuestionAnswerModalMultiple .trumbowyg-modal-box label {
  margin: 5px 12px;
  height: 29px;
}
#withRadio label {
  padding-left: 0px;
}
.questions {
  display: block;
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  margin-bottom: 0px;
  border: 1px solid #cccccc;
  border-width: 1px 1px 0px 1px;
}
.questions-content {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #cccccc;
  border-width: 0px 1px 1px 1px;
  margin-top: -2px;
  border-radius: 0px 0px 4px 4px;
}
.questions-content.border-top {
  border-top: 1px solid #ccc;
  border-radius: 4px;
}
.questions-content img {
  max-width: 100%;
  height: auto;
}
.questions-content .sub-question {
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  margin-bottom: 5px;
}
.subquestion-scroll {
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
}
.subquestion-scroll p {
  margin-bottom: 0px;
}
.questions-content .radio-inline.control--radio .control__indicator:after {
  background: #F9DC24;
}
.questions-content .checkbox-inline.control--checkbox .control__indicator:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #F9DC24;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.questions-content .control {
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  margin-right: 10px !important;
}
.questions-content .control p {
  font-size: 16px;
}
.mainQuestion-scroll {
  height: 450px;
  resize: vertical;
  overflow: auto;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}
.answer-box {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0px 0px 0px;
  border-radius: 5px;
}
.answer-box img {
  max-width: 100%;
  width: 100%;
}
.answer-box:after,
.answer-box:before {
  bottom: 100%;
  left: 41%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.answer-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.answer-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ccc;
  border-width: 21px;
  margin-left: -21px;
}
.answer-option {
  background: #f5f5f5;
  display: block;
  width: 100%;
  min-height: 70px;
  float: left;
  padding: 8px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.answer-option .radio-inline {
  margin-top: 16px;
}
.answer-option .radio-inline.control {
  font-size: 14px;
  padding-left: 25px;
}
.answer-option .radio-inline.control--radio .control__indicator:after {
  background: #F9DC24;
}
.category-popup {
  max-width: 250px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  right: 0;
  z-index: 2;
  padding: 10px;
  top: 26px;
  text-align: left;
  box-shadow: 1px 0px 4px 1px #b9b9b9;
}
.category-popup:after,
.category-popup:before {
  bottom: 100%;
  left: 75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.category-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
.category-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ccc;
  border-width: 10px;
  margin-left: -10px;
}
/*.question-upload {top: 0px; position: absolute; right: 18px;}*/
.top-qa {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}
.total-qa {
  float: left;
  width: 42%;
  text-align: right;
  height: 32px;
  padding-top: 5px;
  padding-right: 14px;
}
.add-qa {
  border-bottom: 1px solid #ccc;
  padding: 0px;
  border-radius: 4px;
  height: 32px;
  overflow: hidden;
}
.add-qa .icon-plus {
  display: block;
  background: #eee;
  padding: 5px;
  width: 11%;
  text-align: center;
  float: left;
  border-right: 1px solid #ccc;
}
.add-qa .select-qa {
  display: block;
  width: 89%;
  padding: 5px 10px;
  float: left;
}
.add-qa .select-qa .checkbox {
  display: inline-block;
  margin-top: 0;
}
#question .field_wrapper.form-group .input.text {
  display: contents;
}
.mandatory-left {
  left: 15px;
}
.assig-list {
  display: block;
  padding: 0px;
  margin: 0px;
}
.assig-list ol {
  display: block;
  padding: 0px;
  margin: 0px;
  padding-left: 25px;
}
.assig-list ol li {
  padding: 0px;
  margin: 0px;
  padding-left: 25px;
  margin-bottom: 25px;
}
.assig-list ol li label {
  padding-right: 25px;
}
.sticky-time {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  background: #fff;
  z-index: 2;
}
.sticky-time:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  top: -22px;
  height: 22px;
  left: 0;
}
ul.result-legend {
  display: block;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}
ul.result-legend li {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 00px 0px 27px;
  line-height: 18px;
  text-align: left;
  position: relative;
}
ul.result-legend li.view:after {
  content: '\f06e';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 2px;
  color: #F9DC24;
}
ul.result-legend li.discussion:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 15px;
  color: #F9DC24;
}
ul.result-legend li.discussion:before {
  content: '\f086';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 3px;
  top: -8px;
  font-size: 10px;
  color: #F9DC24;
}
.result {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.result ul {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.result ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 15px;
  padding: 0px 0px;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  position: relative;
  vertical-align: top;
}
.result ul li.correct {
  border: 2px solid #008000;
}
.result ul li.wrong {
  border: 2px solid #c80000;
}
.result ul li.sub-quest {
  background: #F9DC24;
  color: #fff;
  border: 1px solid #F9DC24;
}
.result ul li.sub-quest a:link,
.result ul li.sub-quest a:visited {
  color: #fff !important;
}
.result ul li.correct-admin:after {
  content: '';
  position: absolute;
  border: 1px solid #008000;
  bottom: -6px;
  width: 30px;
  left: 0;
}
.result a:link,
.result a:visited {
  color: #808080 !important;
}
.discuss-forum-icon {
  position: relative;
  color: #F9DC24;
}
.discuss-forum-icon:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 15px;
}
.discuss-forum-icon:before {
  content: '\f086';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 3px;
  top: -8px;
  font-size: 10px;
}
#myQuestionAnswerLabel img {
  max-width: 100%;
  height: auto;
}
.questions-page {
  display: inline-block;
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 0px 2px;
}
.questions-page ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.questions-page ul li {
  display: inline-block;
  margin: 4px;
  padding: 2px 0px 5px 0px;
  list-style: none;
  border: 2px solid #e6e6e6;
  color: #666;
  text-align: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
  vertical-align: top;
  border-radius: 50%;
  background-color: #e6e6e6;
  position: relative;
}
.questions-page ul li.active {
  background-color: #8EBA43;
  color: white;
  border: 2px solid #8EBA43;
}
.questions-page ul li.answered {
  background: #008000;
  color: #fff;
  border: 2px solid #008000;
}
.questions-page ul li.skipped {
  background: #f51e01;
  color: #fff;
  border: 2px solid #f51e01;
}
.questions-page ul li.review {
  background: #ff51ff;
  color: #fff;
  border: 2px solid #ff51ff;
}
.marks {
  display: inline-block;
  margin-left: 5px;
  color: #EB8A44;
  font-weight: normal;
}
#myQuestionAnswerLabel img {
  max-width: 100%;
  height: auto;
}
.questions-page {
  display: inline-block;
  width: 95%;
  border: 1px solid #d0d0d0;
  padding: 0px 2px;
  vertical-align: top;
  overflow: auto;
  border-radius: 4px;
}
.questions-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.questions-next {
  display: inline-block;
  padding: 7px 8px 10px 8px;
  float: none;
  width: 4%;
  vertical-align: text-top;
  text-align: center;
}
.questions-next a {
  background: #F9DC24;
  color: #fff;
  padding: 10px 9px 10px 9px;
  border: 1px solid #F9DC24;
  border-radius: 4px;
  transition: all 0.2s;
}
.questions-next.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.questions-next[disabled] {
  pointer-events: none;
  opacity: 0.65;
}
a.finish {
  margin-top: -8px;
  float: right;
  margin-left: 15px;
}
ol.questionset-legend {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
ol.questionset-legend li {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #e6e6e6;
  border-radius: 50%;
  float: left;
  margin: 0px 5px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
ol.questionset-legend li.remaining {
  background: #e6e6e6;
  color: #000;
}
ol.questionset-legend li.answered {
  background: #008000;
}
ol.questionset-legend li.skipped {
  background: #f51e01;
}
ol.questionset-legend li.review {
  background: #ff51ff;
}
.questions-page ul li.active:after {
  content: '';
  position: absolute;
  border: 1px solid #4B7447;
  width: 28px;
  left: 0;
  bottom: -3px;
}
.mark-review {
  position: absolute;
  padding: 5px 10px;
  background: rgba(255, 81, 255, 0.8);
  top: 34px;
  right: 35px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  padding-top: 11px;
  box-shadow: 0 0 5px #8EBA43;
  z-index: 1;
}
a.mark-review {
  color: #fff;
}
.discuss-review {
  position: absolute;
  padding: 5px 10px 5px 9px;
  background: rgba(255, 81, 255, 0.8);
  top: 34px;
  right: 35px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  padding-top: 11px;
  box-shadow: 0 0 5px #8EBA43;
  z-index: 1;
}
a.discuss-review {
  color: #fff;
}
.clock {
  font-size: 15px;
  border: 1px solid #8EBA43;
  padding: 4px;
  border-radius: 6px;
  background: #fff ;
  color: #F9DC24;
}
.practice-answer img {
  max-width: 100%;
  height: auto;
}
/*Add Question / Answer Style Starts Here*/
.questiontab .tab-content {
  border: 1px solid #ccc;
  min-height: 447px;
}
.questiontab .tab-content h4 {
  padding: 0px;
  font-size: 15px;
  margin-top: 0px;
  text-transform: none;
}
.questiontab .tab-content {
  border: 1px solid #ccc;
  padding: 10px;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  text-transform: none;
}
.questiontab .tab-content .trumbowyg-editor,
.questiontab .tab-content .trumbowyg-box {
  min-height: 285px;
}
.questiontab .tab-content .add-question-trumbowyg .trumbowyg-editor,
.questiontab .tab-content .add-question-trumbowyg .trumbowyg-box {
  min-height: 290px;
}
.questiontab .tab-content .add-trumbowyg .trumbowyg-editor,
.questiontab .tab-content .add-trumbowyg .trumbowyg-box {
  min-height: 310px;
}
.questiontab .nav-tabs > li > a {
  color: #212121;
}
.questiontab .nav-tabs > li.active > a,
.questiontab .nav-tabs > li.active > a:focus,
.questiontab .nav-tabs > li.active > a:hover,
.questiontab .nav > li > a:focus,
.questiontab .nav > li > a:hover {
  color: #fff;
}
.questiontab .nav-tabs .mandatory {
  left: 0px;
  border-left: 6px solid #4B7447;
  border-bottom: 6px solid #4B7447;
}
.questiontab .nav-tabs > li.incomplete > a,
.questiontab .nav-tabs > li.incomplete > a:focus,
.questiontab .nav-tabs > li.incomplete > a:hover {
  color: #ff0000 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #f7a2ae !important;
  border-bottom: 1px solid transparent !important;
}
.questiontab .nav-tabs > li.incomplete .mandatory {
  border-left: 6px solid #ff0000;
  border-bottom: 6px solid #ff0000;
}
.questiontab ul.questiont-editor li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #ccc;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-weight: 800;
  font-size: 21px;
  cursor: pointer;
  color: #fff;
  font-family: New Times Roman;
  margin-left: 10px;
}
.questiontab ul.questiont-editor li:hover,
.questiontab ul.questiont-editor li.active {
  background: #9C27B0;
}
.questiontab ul.questiont-editor li span {
  position: relative;
  font-size: 19px;
  top: -4px;
}
.questiontab ul.questiont-editor li span:after {
  position: absolute;
  content: 'RTF';
  width: auto;
  font-size: 8px;
  left: -1px;
  top: 9px;
}
.questiontab ul.questiont-editor {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inline-block;
  vertical-align: baseline;
}
.questiontab .question-option .control {
  position: relative;
  padding-left: 0px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 0px !important;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 100;
  margin-top: 6px;
}
.questiontab .question-option .control__indicato {
  position: relative;
}
.questiontab .question-option .control--radio .control__indicator {
  position: relative;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin: 0px auto;
  margin-bottom: 7px;
}
.questiontab .question-option .control--checkbox .control__indicator {
  position: relative;
  height: 16px;
  width: 16px;
  margin: 0px auto;
  margin-bottom: 7px;
}
.questiontab .control input:checked ~ .control__indicator.correct {
  background: green;
}
.questiontab .control--radio .control__indicator.correct:after {
  width: 13px;
  height: 13px;
  background: green;
}
.questiontab .remove-option {
  font-size: 20px;
  cursor: pointer;
  margin-top: 7px;
}
.questiontab .tab-content .field_wrapper .trumbowyg-editor,
.questiontab .tab-content .field_wrapper .trumbowyg-box {
  min-height: 100px;
}
.questiontab .tab-content h4.panel-title {
  padding: 0px 0px 0px 20px;
}
.questiontab .question-option .parsley-errors-list {
  display: none;
}
/*Add Question / Answer Style Ends Here*/
/* My Test Style Starts Here */
.panel-mytest {
  border-color: #b6b6b6;
}
.panel-mytest > .panel-heading {
  color: #fff;
  background-color: #EB8A44;
  border-color: #EB8A44;
  font-size: 16px;
}
.table-result {
  border: 1px solid #ddd;
}
.table-result > thead > tr > th {
  border-top: 0px solid #B6B6B6 !important;
  border-bottom: 0px solid #ddd;
  background: #EB8A44;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.table-result > thead > tr > th.active {
  background: #e50b51;
  color: #fff;
}
.table-result > tbody > tr > td {
  border: 1px solid #dddddd !important;
}
.table-result > tbody > tr > td.thead {
  background: #f5f5f5;
  font-weight: 600;
}
.tab-content.tab-result {
  padding: 10px;
  border: 1px solid #ccc;
  border-width: 0px 1px 1px 1px;
}
.tab-content.tab-result img {
  max-width: 100%;
  height: auto;
}
.tab-content.tab-result h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #4B7447;
  text-transform: none;
}
.tab-content.tab-result h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
  color: #EB8A44;
  text-transform: none;
}
.tab-content.tab-result ul {
  list-style: none;
  padding: 0px;
}
.tab-content.tab-result ul li {
  list-style: none;
  padding: 0px 0px 5px 0px;
  padding-left: 20px;
  position: relative;
}
.tab-content.tab-result ul li:before {
  content: '\f192';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #4B7447;
}
.tab-content.tab-result ul li.correct:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: green;
}
.result-indicator {
  display: inline-block;
  float: right;
}
.result-indicator .result-status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid red;
  position: relative;
  top: 2px;
  display: inline-block;
}
.result-indicator .result-status.correct {
  border: 1px solid green;
  background: green;
}
.result-indicator .result-status.correct:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.result-indicator .result-status.wrong {
  border: 1px solid red;
  background: red;
}
.result-indicator .result-status.wrong:before,
.result-indicator .result-status.wrong:after {
  position: absolute;
  left: 43%;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #fff;
  top: 2px;
}
.result-indicator .result-status.wrong:before {
  transform: rotate(45deg);
}
.result-indicator .result-status.wrong:after {
  transform: rotate(-45deg);
}
.percent-center {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 28px;
}
.tests-count {
  text-align: center;
  font-size: 18px;
  color: #F9DC24;
}
.table-result-det {
  border: 1px solid #ddd;
}
.table-result-det > thead > tr > th {
  border-top: 0px solid #B6B6B6 !important;
  border-bottom: 0px solid #ddd;
  background: #EB8A44;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.table-result-det > thead > tr > th.active {
  background: #e50b51;
  color: #fff;
}
.table-result-det > tbody > tr > td,
.table-result-det > thead > tr > th {
  border: 1px solid #dddddd !important;
}
.table-result-det > tbody > tr > td.thead {
  background: #f5f5f5;
  font-weight: normal;
  font-size: 16px;
}
.table-result-det > tbody > tr > td .sub-quesn {
  color: #4B7447;
}
/* My Test Style Ends Here */
/* Time Setter Style Starts Here */
.divTimeSetterContainer {
  margin: 0px;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.divTimeSetterContainer .timeValueBorder {
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
}
.divTimeSetterContainer input.timePart {
  float: left;
  margin-top: 1px;
  text-align: right;
  height: 31px;
  border: none;
  font-size: 1.05em;
  font-weight: bold;
  border-radius: 3px;
  padding: 0;
  cursor: text;
  outline: none;
}
.divTimeSetterContainer input.hours {
  width: 30px;
}
.divTimeSetterContainer input.minutes {
  width: 20px;
}
.divTimeSetterContainer span.hourSymbol,
.divTimeSetterContainer span.minuteSymbol {
  float: left;
  margin: 8px 2px 0 2px;
  font-size: 0.9em;
}
.divTimeSetterContainer span.timeDelimiter {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 4px 2px 0 2px;
}
.divTimeSetterContainer .postfix-position {
  position: relative;
  right: -3px;
  top: 5px;
  font-weight: bold;
}
.divTimeSetterContainer .button-time-control {
  width: 20px;
  float: left;
  position: relative;
  right: -1px;
  top: 0px;
  cursor: pointer;
}
.divTimeSetterContainer .button-time-control div.updownButton {
  width: 20px;
  float: left;
  height: 16px;
  border: 1px solid #bebebe;
  border-width: 0px 0px 0px 1px;
  text-align: center;
}
.divTimeSetterContainer .button-time-control div.updownButton:first-child {
  border-top-right-radius: 3px;
  border-bottom: none;
  /* to remove double line */
}
.divTimeSetterContainer .button-time-control div.updownButton:last-child {
  border-bottom-right-radius: 3px;
}
.divTimeSetterContainer .button-time-control div.updownButton i {
  font-weight: bold;
  font-size: 0.7em;
  top: -2px;
}
.divTimeSetterContainer .button-time-control div.updownButton:hover {
  background-color: #bebebe;
}
.divTimeSetterContainer .timeValueBorder[disabled],
.divTimeSetterContainer .timeValueBorder.disabled {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer {
  margin-bottom: 0;
  width: 100%;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer .timeValueBorder {
  width: 100%;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer .button-time-control {
  float: right;
  right: 0;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer .button-time-control div.updownButton {
  border: 0;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer input.timePart {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer span.timeDelimiter {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 2px 0 2px;
  color: #555;
}
.schedule_configuration_edit .mand-block .divTimeSetterContainer input.parsley-error {
  color: #555 !important;
  background-color: transparent !important;
  border: 1px solid  transparent !important;
}
.divTimeSetterContainer .timeValueBorder.timeValue-error {
  color: #999 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #f7a2ae !important;
}
.divTimeSetterContainer .timeValueBorder.timeValue-error input {
  background-color: #F2DEDE !important;
}
.time-error {
  position: relative;
  top: -12px;
  margin-bottom: 0px;
  color: #c80000;
  font-size: 12px;
  display: none;
}
.time-float {
  float: right;
}
/* Time Setter Style Ends Here */
/* Add to Cart */
.addtocart {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  float: right;
}
.addtocart .subscription {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.addtocart .subscription .text {
  padding-top: 10px;
  padding-right: 10px;
  float: left;
  width: 59%;
}
.addtocart .subscription .period {
  float: left;
  width: 41%;
}
.addtocart .btn-form {
  width: 100%;
}
.addtocart > .price {
  color: #EB8A44;
  font-size: 18px;
  margin-bottom: 8px;
}
.confirm-green {
  color: green;
  font-size: 28px;
}
.cart-box {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  background: #f3f3f3;
  border-radius: 0px;
  border-top: 3px solid #e50b51;
}
.cart-box ul {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
.cart-box ul li {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}
.cart-box ul li.total-price {
  padding: 0px 0px;
  text-align: left;
}
.cart-box ul li label {
  font-size: 15px;
  font-weight: normal;
}
.cart-box ul li .btn-form {
  width: 100%;
}
.cart-box ul li.total-price .price {
  display: block;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.cart-box ul li.total-price .price-real {
  font-size: 18px;
  color: #4B7447;
  font-weight: 600;
}
.cart-box ul li.total-price .price-real sup {
  top: -3px;
  font-weight: normal;
  font-size: 65%;
}
.cart-box ul li.total-price .price-discount {
  font-size: 12px;
  color: #222;
  display: block;
}
/* Cart payment timer*/
#countdownTimer {
  float: right;
  margin-left: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: -2px;
}
.base-timer {
  position: relative;
  width: 120px;
  height: 20px;
}
.base-timer__svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/*.base-timer__circle {fill: none;stroke: none;}*/
.base-timer__svg .base-timer__path-elapsed {
  stroke-width: 29px;
  stroke: #4B7447;
}
.base-timer__path-remaining {
  stroke-width: 29px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: #8EBA43;
}
.base-timer__path-remaining.green {
  color: #41b883;
}
.base-timer__path-remaining.orange {
  color: orange;
}
.base-timer__path-remaining.red {
  color: red;
}
.base-timer__label {
  position: absolute;
  width: 120px;
  height: 20px;
  top: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  filter: alpha(opacity=97);
  display: block;
  float: left;
  width: 100%;
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
  padding: 40px 20px;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #F9DC24;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #F9DC24;
  background-image: #F9DC24;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #F9DC24;
}
div.bhoechie-tab-content {
  background-color: #ffffff;
  padding-left: 20px;
  padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
div.bhoechie-tab-menu div.list-group .list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  border-color: #F9DC24;
}
.list-group.links-user {
  position: absolute;
  max-height: 150px;
  overflow: auto;
  z-index: 2;
  width: 100%;
}
.list-group.links-user .list-group-item:hover {
  color: #337ab7;
  cursor: pointer;
}
.list-group.links-user .list-group-item {
  padding: 5px 15px;
}
.link-height {
  min-height: 257px;
}
.link-height .link-media {
  padding: 54px 20px 53px 20px;
}
.link-or {
  margin-right: 5px;
  color: #666;
}
/* Go Live CSS Start */
.page-container {
  margin-top: 10px;
}
.panel-container-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.panel-top {
  flex: 0 0 auto;
  height: 500px;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.panel-top.image {
  display: block;
  background: #f1f1f1;
}
.panel-top.image img {
  max-width: 100%;
  height: 500px;
}
.panel-bottom {
  background-color: #FFF;
  padding-top: 10px;
}
.splitter-horizontal {
  flex: 0 0 auto;
  height: 5px;
  background: url("/img/hsizegrip.png") center center no-repeat #4B7447;
  cursor: row-resize;
  z-index: 1;
}
.onlineUserList {
  width: 100%;
  height: 78px;
  margin: 15px 0;
}
.onlineUserList ul {
  padding: 0;
}
.onlineUserList ul li {
  display: inline-block;
  margin: 0 7px;
  float: left;
  border: 2px solid #018071;
  padding: 3px;
  border-radius: 50%;
}
.onlineUserList ul li:last-child {
  background-color: #018071;
}
.onlineUserList ul li img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FFF;
}
.onlineUserList ul li .more-users {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #018071;
  font-size: 22px;
  text-align: center;
  line-height: 65px;
  font-weight: 500;
  color: #FFF;
}
.group-chat-section {
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #F5F5F5;
  padding-bottom: 5px;
}
.live-tab {
  padding: 10px;
}
.live-tab .nav-tabs > li {
  margin-right: 5px;
}
.live-tab .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  min-height: 291px;
}
.group-chat-header {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background-color: #EB8A44;
  font-size: 22px;
  color: #FFF;
  border-radius: 5px 5px 0 0;
}
.group-chat-header span {
  font-size: 13px;
}
.group-chat-message {
  padding-top: 10px;
}
.group-chat-message ul {
  padding: 0;
  overflow-y: scroll;
  height: 210px;
}
.group-chat-message ul li {
  list-style-type: none;
  padding: 10px 15px;
}
.group-chat-message .chat-user {
  display: inline-block;
  width: 4%;
}
.group-chat-message .chat-user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: sub;
  margin-right: 15px;
  border: 1px solid #4B7447;
}
.chat-user-meessage {
  display: inline-block;
  border-bottom: 1px solid #CCC;
  width: 95%;
  padding-bottom: 10px;
}
.group-chat-message ul li:last-child .chat-user-meessage {
  border: none;
}
.group-chat-message .chat-person {
  font-size: 14px;
  font-weight: 600;
}
.group-chat-message .chat-message {
  font-size: 13px;
}
.memberList {
  padding-top: 10px;
}
.memberList ul {
  padding: 0;
  overflow-y: scroll;
  height: 270px;
}
.memberList ul li {
  list-style-type: none;
  padding: 10px 15px;
}
.memberList .member-user {
  display: inline-block;
  width: 5%;
}
.memberList .member-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: sub;
  margin-right: 15px;
  border: 1px solid #4B7447;
}
.memberList .member-name {
  display: inline-block;
  border-bottom: 1px solid #CCC;
  width: 94%;
  padding-bottom: 20px;
  min-height: 35px;
  vertical-align: top;
  line-height: 35px;
}
.memberList ul li:last-child .member-name {
  border: none;
}
.memberList .chat-person {
  font-size: 14px;
  font-weight: 600;
}
.group-chat-input {
  width: 100%;
}
.embed-submit-field {
  position: relative;
  margin: 10px 15px;
}
.embed-submit-field input {
  width: 100%;
  padding: 13px;
}
.embed-submit-field button {
  position: absolute;
  right: 10px;
  top: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 3px;
  padding: 10px;
  transition: all 0.2s;
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #EB8A44;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 35px;
}
.vdivide {
  margin-bottom: 12px;
  font-size: 18px;
}
.vdivide .padT7 {
  padding-top: 7px;
}
.vdivide i {
  font-size: 22px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
#rtmp .submit {
  height: 15px;
}
.admin-live-tabcontent {
  border: 1px solid #dddddd;
  padding: 0px 10px 10px 10px;
  border-top: 0px solid #dddddd;
}
.wrapper-splitter {
  display: flex;
  flex-direction: column;
  height: 90%;
  padding-top: 10px;
}
.splitter-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #fff;
  flex: 1;
  overflow: hidden;
}
.splitter-panel {
  position: relative;
  width: 100%;
  height: 50%;
  background: #f5f5f5;
}
.splitter-content {
  background: #f1f1f1;
  display: block;
  text-align: center;
  height: 100%;
  padding-bottom: 5px;
}
.splitter-content img {
  height: 300px;
}
.splitter-content .control-minus {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 15px;
  z-index: 1;
}
.splitter-content .control-pic {
  position: absolute;
  right: 30px;
  top: 2px;
  font-size: 15px;
  z-index: 1;
}
.splitter-slider {
  z-index: 0;
  display: block;
  position: absolute;
  width: 100%;
  background-color: #4B7447;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: visible;
  user-select: none;
  height: 5px;
}
.splitter-slider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 5px;
  width: 40px;
  background-color: #4B7447;
  cursor: row-resize;
}
/* Go Live CSS Ends */
/*Live Style Stars Here*/
.live-nav {
  position: absolute;
  bottom: 72px;
  width: auto;
  right: 22px;
}
.live-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  width: max-content;
}
.live-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 12px 0px 1px 0px;
  margin: 0px;
  border-radius: 50%;
  float: left;
  background: #EB8A44;
  color: #fff;
  width: 65px;
  height: 65px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  margin-left: 10px;
}
.live-nav ul li:hover,
.live-nav ul li.active {
  background: #F9DC24;
}
.disconnect-icon {
  position: relative;
}
.disconnect-icon i.fas.fa-plug:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  left: 3px;
  top: -1px;
  border: 1px solid #fff;
  border-width: 0px 1px 0px 1px;
  border-left-color: transparent;
  transform: rotate(306deg);
}
.live-nav.fixed-chat {
  position: fixed;
  bottom: 60px;
}
.chat-box {
  width: 350px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #F5F5F5;
  padding-bottom: 5px;
  position: absolute;
  bottom: 5px;
  right: 35px;
  display: none;
}
.chat-box-header {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  background-color: #EB8A44;
  font-size: 16px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.chat-box-header span {
  font-size: 11px;
  margin-top: 4px;
}
.chat-box-header span.close-chat {
  font-size: 15px;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  line-height: 16px;
  margin-left: 10px;
  float: right;
  cursor: pointer;
}
.chat-box-header span.full-chatbox {
  font-size: 15px;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  line-height: 16px;
  margin-left: 10px;
  float: right;
  cursor: pointer;
}
.chat-box-header span.minus-chat {
  font-size: 15px;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  line-height: 16px;
  float: right;
  cursor: pointer;
}
.chat-box-message {
  display: block;
  height: 222px;
  overflow-y: auto;
}
.chat-box-message ul {
  padding: 0;
  list-style: none;
}
.chat-box-message ul li {
  list-style-type: none;
  padding: 10px 10px 0px 10px;
  display: block;
  float: left;
  width: 100%;
}
.chat-box-message .chat-box-user {
  display: inline-block;
  width: 14%;
  float: left;
}
.chat-box-message .chat-box-user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: sub;
  margin-right: 15px;
  border: 1px solid #191970;
}
.chat-box-user-meessage {
  display: block;
  border-bottom: 1px solid #CCC;
  width: 83%;
  padding-bottom: 10px;
  float: left;
  margin-left: 3%;
}
.chat-box-message ul li:last-child .chat-box-user-meessage {
  border: none;
}
.chat-box-user-meessage .chat-person {
  font-size: 14px;
  font-weight: 600;
}
.chat-box-user-meessage .chat-message {
  font-size: 13px;
}
.chat-box-input .embed-submit-field {
  position: relative;
  margin: 10px 5px 0px 5px;
}
.chat-box-input .embed-submit-field input {
  width: 100%;
  padding: 13px;
  padding-right: 65px;
}
.chat-box.chat-event {
  position: fixed;
  bottom: 60px;
}
.chat-box.chat-event.full-chat {
  position: fixed;
  bottom: 60px;
  width: 93%;
}
.participants-list {
  display: block;
  padding: 0px;
  background: #fff;
  margin: 10px;
  position: relative;
  float: left;
}
.participants-list ul {
  padding: 0;
  list-style: none;
  height: 210px;
  overflow-y: auto;
}
.participants-list ul li {
  list-style-type: none;
  padding: 10px 10px;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.participants-list ul li:first-child {
  padding-top: 2px;
}
.participants-list .participants-user {
  display: inline-block;
  width: 14%;
  float: left;
}
.participants-list .participants-user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: sub;
  margin-right: 15px;
  border: 1px solid #191970;
}
.participants-meessage {
  display: block;
  width: 83%;
  padding-bottom: 10px;
  float: left;
  margin-left: 3%;
  font-size: 14px;
  font-weight: 600;
}
.close-participants {
  position: relative;
  right: 2px;
  top: 1px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  text-align: right;
}
.chat-box.full-chat {
  width: 95%;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #F5F5F5;
  padding-bottom: 5px;
  position: absolute;
  bottom: 5px;
  right: 35px;
  display: none;
}
.chat-box.full-chat .chat-box-message {
  width: 100%;
  height: 50vh;
}
.chat-box.full-chat .chat-box-message .chat-box-user {
  width: 5%;
}
.chat-box.full-chat .chat-box-user-meessage {
  width: 95%;
  margin-left: 0%;
}
.chat-box.full-chat .participants-list {
  width: 98.2%;
}
.chat-box.full-chat .participants-user {
  width: 5%;
}
.chat-box.full-chat .participants-meessage {
  width: 95%;
  margin-left: 0%;
}
.chat-box-header :checked + span,
.chat-box-header input:checked + input + span {
  color: #fff;
}
.chat-box-header .control {
  margin-right: 0px !important;
  font-size: 14px;
}
.member-chat-box {
  width: 350px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #F5F5F5;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: none;
}
.whiteboard {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
}
.whiteboard ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #EB8A44;
  border-radius: 6px 6px 0px 0px;
}
.whiteboard li {
  float: left;
  border-right: 0px solid #bbb;
}
.whiteboard li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
}
.whiteboard li a:hover:not(.active) {
  background-color: #F9DC24;
}
.whiteboard .dropdown-stroke {
  position: absolute;
  background: #f5f5f5;
  width: 114px;
  padding: 10px;
  border: 1px solid #EB8A44;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  display: none;
  z-index: 1;
}
.whiteboard .dropdown-stroke ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.whiteboard .dropdown-stroke ol li {
  list-style: none;
  padding: 5px;
  margin: 0px;
  display: block;
  width: 100%;
  border-right: none;
  cursor: pointer;
}
.whiteboard .dropdown-stroke ol li .stroke {
  background: #000;
  border: 1px solid #000;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}
.whiteboard .dropdown-stroke ol li:hover .stroke,
.whiteboard .dropdown-stroke ol li .stroke.selectedStroke {
  border-color: #9C27B0 !important;
  background: #9C27B0;
}
.whiteboard li.stroke-list:hover .dropdown-stroke {
  display: block;
}
.whiteboard .dropdown-color {
  position: absolute;
  background: #f5f5f5;
  width: 224px;
  padding: 10px 0px 3px 12px;
  border: 1px solid #EB8A44;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  margin-left: 0px;
  display: none;
  z-index: 1;
}
.whiteboard .dropdown-color ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.whiteboard .dropdown-color ol li {
  list-style: none;
  padding: 5px;
  margin: 0px;
  display: block;
  border-right: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 6px;
  position: relative;
}
.whiteboard li.color-list:hover .dropdown-color {
  display: block;
}
.whiteboard .dropdown-color ol li.selected-color:after {
  content: '';
  position: absolute;
  width: 22px;
  border: 1px solid #4B7447;
  bottom: -3px;
  left: 0;
  background: #4B7447;
}
.whiteboard .dropdown-shape {
  position: absolute;
  background: #f5f5f5;
  max-width: 102px;
  padding: 5px 10px 3px 10px;
  border: 1px solid #EB8A44;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  display: none;
  z-index: 1;
}
.whiteboard .dropdown-shape ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.whiteboard .dropdown-shape ol li {
  list-style: none;
  padding: 5px;
  margin: 0px;
  display: block;
  width: auto;
  border-right: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}
.whiteboard li.shape-list:hover .dropdown-shape {
  display: block;
}
.whiteboard .dropdown-shape ol li:hover i {
  color: #9C27B0;
}
.whiteboard .dropdown-shape ol li span {
  position: relative;
}
.whiteboard .dropdown-shape ol li span i.fas.fa-exclamation-triangle:after {
  content: '';
  position: absolute;
  background: #212121;
  width: 6px;
  height: 9px;
  left: 5px;
  top: 4px;
}
.whiteboard .dropdown-shape ol li:hover span i.fas.fa-exclamation-triangle:after {
  background: #9C27B0;
}
.whiteboard .dropdown-setting {
  position: absolute;
  background: #f5f5f5;
  width: 126px;
  padding: 0px 0px 5px 0px;
  border: 1px solid #EB8A44;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  display: none;
  z-index: 1;
}
.whiteboard .dropdown-setting ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.whiteboard .dropdown-setting ol li {
  list-style: none;
  padding: 5px;
  margin: 0px;
  display: block;
  width: 100%;
  border-right: none;
  cursor: pointer;
  border-bottom: 0px solid #bbb;
}
.whiteboard .dropdown-setting ol li a {
  padding: 0px;
  color: #212121;
  text-align: left;
}
.whiteboard .dropdown-setting ol li a i {
  color: #4575ba;
}
.whiteboard .dropdown-setting ol li:hover {
  background: #fff;
}
.whiteboard .dropdown-setting ol li:hover a {
  background: #fff;
}
.whiteboard li.setting-list:hover .dropdown-setting {
  display: block;
}
.whiteboard li .icon-share {
  color: #4575ba;
}
.icon-record {
  position: relative;
}
.icon-record i {
  font-size: 15px;
}
.icon-record:after {
  content: '\f192';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  position: absolute;
  left: 25%;
  top: 14%;
  font-size: 8px;
  color: #ffffff;
}
.icon-record-slash {
  position: relative;
}
.icon-record-slash i {
  font-size: 15px;
}
.icon-record-slash:after {
  content: '\f192';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  position: absolute;
  left: 25%;
  top: 14%;
  font-size: 8px;
  color: #ffffff;
}
.icon-record-slash:before {
  content: '\f715';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 12%;
  top: 7%;
  font-size: 10px;
  color: #ffffff;
}
.whiteboard canvas#whiteboardCanvas {
  margin-top: 0px;
  margin-left: 0px;
  border: 0px solid #EB8A44;
  border-top: unset;
  max-width: 100%;
  background: #fff;
  width: 100%;
}
#canvasContainer {
  max-width: 100%;
  min-width: 200px;
  min-height: 200px;
  max-height: initial;
  position: relative;
  border: 1px solid #EB8A44;
}
#whiteboardMenu {
  max-width: 100%;
  min-width: 200px;
}
.whiteboard canvas#whiteboardCanvas.full-whiteboard {
  height: 70vh;
}
.whiteboard li.control-right {
  float: right;
  border-right: none;
}
.whiteboard li.control-right a {
  padding: 10px 6px;
}
.whiteboard li.control-right a:hover {
  background: transparent;
}
.whiteboard-modal h4.modal-title,
.whiteboard-modal .modal-body {
  color: #212121;
}
#whiteboardMenu.collapse {
  display: block;
}
.btn-share,
.btn-share:focus {
  min-width: 95px;
  text-align: left;
  padding: 0px 8px;
  color: #fff;
  background-color: #EB8A44;
  border-color: #8EBA43;
  outline: none !important;
  margin-top: 5px;
  margin-left: 10px;
}
.btn-share:hover {
  color: #ffffff;
}
.btn-share .btn-label {
  position: relative;
  left: -8px;
  top: 0px;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}
/*Live Style Ends Here*/
.live-nav.live-nav-issue {
  position: fixed;
  bottom: 42px;
  right: 22px;
  z-index: 2;
}
.live-nav.live-nav-issue ul li i {
  font-size: 32px;
  padding-top: 5px;
  position: relative;
}
.live-nav.live-nav-issue ul li i.fas.fa-comment-alt .smile:after {
  content: '\f118';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 25px;
  color: #ffffff;
  left: 4px;
  top: 6px;
  border-radius: 50%;
}
.live-nav.live-nav-issue ul li i.fas.fa-comment-alt .smile:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  color: #ffffff;
  left: 7px;
  top: 10px;
  background: #EB8A44;
  border-radius: 50%;
}
.live-nav.live-nav-issue ul li .badge {
  position: absolute;
  top: 0;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  line-height: 11px;
  background: #9C27B0;
}
.chat-box.chat-box-issue {
  position: fixed;
  bottom: 42px;
  right: 24px;
  z-index: 2;
  margin-bottom: 0px;
}
.chat-box.chat-box-issue .chat-box-dropdown {
  display: block;
  width: 93%;
  float: left;
}
.chat-box.chat-box-issue .chat-box-message {
  float: left;
  width: 100%;
}
.chat-box.chat-box-issue .chat-box-input {
  float: left;
  width: 100%;
}
ul.multiple-list {
  list-style-type: none;
}
ul.multiple-list li {
  display: inline-block;
}
ul.multiple-list li .add-icon-spin::before {
  top: -6px;
}
#program .reg-req span {
  vertical-align: text-bottom;
}
input[type=radio]#program-scope-public,
input[type=radio]#program-scope-private {
  margin: 2px 0 0;
  margin-left: -20px;
}
#user .send-ac .checkbox input[type=checkbox] {
  margin: 3px 0 0;
  margin-left: -20px;
}
.online-text input[type=checkbox] {
  margin: 2px 0 0;
  margin-left: -20px;
}
.questions-content .answer-option .radio-inline input[type=radio] {
  margin: 2px 0 0;
  margin-left: -20px;
}
#sendMessage .checkbox-inline input[type=checkbox] {
  margin: 2px 0 0;
  margin-left: -20px;
}
/* My products */
.product-content {
  border: 1px solid #CCC;
  border-radius: 6px;
  background-color: #FFF;
  padding: 0;
  margin: 0 7px 20px 7px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-content .produt-img {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.product-content .produt-img img {
  border-radius: 0px;
  height: 150px;
}
.product-content .product-name {
  font-size: 18px;
  text-align: center;
  margin: 10px 15px 0 15px;
  color: #4B7447;
  width: 90%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-content .sku-code {
  font-size: 12px;
  text-align: center;
  color: #EB8A44;
}
.product-content hr {
  margin: 10px 0;
  border-top: 1px solid #d8d8d8;
}
.product-content .more-info {
  text-align: center;
  font-size: 15px;
  margin: 0;
  margin: 15px 0;
  color: #4B7447;
}
.product-content .more-info div:first-child {
  border-right: 1px solid #d8d8d8;
}
.product-content .more-info span {
  font-size: 14px;
  display: block;
  color: #4c4c4c;
}
.product-content:hover {
  background-color: #EB8A44;
}
.product-content .product-progress {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 5px;
}
.product-content .product-progress .progress {
  margin-bottom: 0;
}
.product-content:hover .product-name,
.product-content:hover .product-name a,
.product-content:hover .sku-code,
.product-content:hover .product-progress .purchase_date {
  color: #FFF;
}
.product-content .purchase_date {
  font-size: 12px;
  color: #4c4c4c;
  text-align: center;
  line-height: 20px;
}
.remaining-days {
  position: absolute;
  top: 5px;
  right: 5px;
}
.circle-progress {
  width: 92px;
  height: 92px;
  line-height: 92px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.circle-progress::before {
  content: '';
  position: absolute;
  border: 5px solid #8e8e8e;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  left: 0;
}
.circle-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.circle-progress .progress-left {
  left: 0;
}
.circle-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.circle-progress .progress-right {
  right: 0;
}
.circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.circle-progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #44484b;
  font-size: 20px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.circle-progress .progress-value span {
  font-size: 12px;
  display: block;
  line-height: normal;
  margin-top: -10px;
}
.circle-progress.blue .progress-bar {
  border-color: #EB8A44;
}
.circle-progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.product-content:hover .circle-progress.blue .progress-bar {
  border-color: #FFF;
}
@media (max-width: 767px) {
  .product-content {
    margin: 0 0 15px 0;
  }
}
.table.invoice .bottom th {
  line-height: 34px;
}
.control.marR0 {
  margin-right: 0 !important;
}
.control.marR5 {
  margin-right: 5px !important;
}
.control.padL18 {
  padding-left: 18px;
}
.control.padL20 {
  padding-left: 20px;
}
.control.padL25 {
  padding-left: 25px;
}
#sendMessage .checkbox-inline .control .control__indicator {
  top: 0;
}
.product-box {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.product-box .img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 20px;
}
.product-box .img img {
  transition: transform .2s;
  object-fit: cover;
}
.product-box .img img:hover {
  transform: scale(1.4);
}
.product-box .name {
  flex: 1;
}
.trumbowyg-modal-layover {
  z-index: 1050;
}
#program .control.radio-inline {
  margin-bottom: 0;
}
#editProgram .control.radio-inline {
  margin-bottom: 0;
}
.email-verify {
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
.mobile-verify {
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
.custom-arrow:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 11px;
  right: 5px;
  top: 13px;
  color: #555555;
}
#addgroupModal .jcarousel-wrapper {
  width: 90%;
}
#addgroupModal legend.role {
  font-weight: 500 !important;
}
.select-tags {
  padding: 10px;
  border: 0.5px solid #757575;
  margin: 0 15px;
  width: 95%;
  margin-bottom: 15px;
}
.select-tags .jcarousel-control-prev {
  left: -36px;
}
.select-tags .jcarousel-control-next {
  right: -36px;
}
.selectTag .mandatory {
  left: 0;
}
.selectTag .multipleInput-container {
  border: 1px solid #cccccc;
}
.multipleInput-container .placeholder {
  color: #999999;
  font-size: 14px;
}
.time-progress .progress-bar {
  width: 91px;
  background-color: #FFF;
  padding: 0px;
  border-radius: 3px;
  height: 23px;
  float: right;
  margin-right: 0;
  box-shadow: none;
}
.time-progress .progress-bar-fill {
  height: 23px;
  display: block;
  background-color: #ffffff;
  border-radius: 3px;
  width: 100%;
  transition: width 500ms ease-in-out;
}
.join-live {
  padding: 8px;
  border: 1px solid #F9DC24;
  width: 122px;
  float: right;
  margin-right: 0;
  margin-top: -13px;
  border-radius: 5px;
}
.join-live:hover {
  background-color: #F9DC24;
  color: #FFF;
}
.join-live:hover .join-text {
  color: #FFF;
}
.join-text {
  position: relative;
  color: #F9DC24;
}
.join-text:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 37px;
  background-color: #F9DC24;
  top: -10px;
  margin-left: 12px;
}
.join-live:hover .join-text:after {
  background-color: #FFF;
}
.play-btn {
  width: 20px;
  height: 20px;
  background: radial-gradient(rgba(249, 220, 36, 0.8) 60%, #ffffff 62%);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 2px rgba(249, 220, 36, 0.8);
  float: right;
  margin-top: 0px;
  margin-left: 22px;
  margin-right: 0px;
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.75);
  top: -10%;
  left: -10%;
  background: #F9DC24;
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
ul.quick-link li.location-dropdown {
  padding: 0px 3px 15px 0;
}
.overlay-cohort {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  opacity: 0.6;
  z-index: 6;
  display: none;
}
.no-yscroll {
  overflow-y: hidden;
}
.multi-location {
  display: none;
}
.multi-location #subcohortIds {
  list-style: none;
  margin: 0px;
  padding: 5px 0px 6px 0px;
  background: white;
  overflow: hidden;
  border-radius: 4px;
}
.multi-location #subcohortIds li {
  list-style: none;
  margin: 0px;
  padding: 0px 8px 0px 8px;
  display: inline-block;
  float: left;
}
.multi-location #subcohortIds li a {
  color: #0c5b61;
  padding: 0;
  margin: 0;
}
.profile-meter {
  display: none;
}
ul.quick-link .progress-profile:hover ~ .profile-meter {
  display: block;
}
.profile-meter:hover {
  display: block;
}
.profile-meter ul li {
  width: 100%;
  padding: 6px;
  display: inline-block !important;
  line-height: 15px;
  text-align: left;
  list-style-type: none;
  border-top: none;
  position: relative;
  margin-top: 7px;
}
.profile-meter ul li:before {
  content: '';
  position: absolute;
  border-top: 1px solid #cccccc;
  width: 100%;
  top: -6px;
  left: 0;
}
.profile-meter ul li a {
  width: 100%;
  padding: 0px 3px 0px 3px;
  margin: 0;
}
.profile-meter ul li:hover {
  background-color: #8EBA43;
}
.profile-meter ul li:hover .profile-content {
  color: #fff;
}
.profile-meter ul li:hover .profile-status {
  color: #fff;
}
.profile-meter ul .profile-status {
  color: #0c5b61;
}
ul.dropdown-menu li {
  width: 100%;
  display: block;
  margin: 5px 0;
}
ul.dropdown-menu li a {
  padding-left: 10px !important;
}
.member-info-panel {
  margin-top: 40px;
}
.member-info-panel .profile-pic {
  margin-top: 43px;
  padding: 2px;
  box-shadow: 0 0 5px #e6e6e6;
  border: 1px solid #d4d4d4;
  transition: transform .3s;
  aspect-ratio: 1;
  object-fit: cover;
}
.member-info-panel .profile-pic:hover {
  transform: scale(1.12);
  transition: transform .3s;
}
.member-info-table h2 {
  margin-bottom: 5px;
  margin-top: 0;
}
.member-info td {
  height: 50px;
  line-height: normal !important;
  font-size: 16px;
  padding-left: 15px !important;
  vertical-align: middle !important;
}
.member-info td:first-child {
  background-color: #ececec;
  padding-left: 5px !important;
  color: #4B7447;
  width: 20%;
}
.member-info td:first-child i {
  margin-right: 5px;
  width: 30px;
  text-align: center;
}
.member-info-table ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  margin-bottom: 10px;
}
.member-info-table ul li {
  list-style: none;
  width: auto;
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
  margin-left: 15px;
  position: relative;
}
.member-info-table ul li:first-child {
  margin-left: 0px;
}
.member-info-table ul li:after {
  content: '|';
  position: absolute;
  margin-left: 9px;
  font-size: 16px;
  top: -1px;
  color: #0d0d0d;
  right: -12px;
}
.member-info-table ul li:last-child:after {
  content: '';
}
ul.member-media {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
ul.member-media li {
  list-style: none;
  margin: 0px 16px 0px 0px;
  padding: 0px;
  display: inline-block;
  width: 24%;
  vertical-align: top;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
ul.member-media li:last-child {
  margin: 0px 0px 10px 0px;
}
ul.member-media li .example-image-link iframe {
  max-width: 100%;
  width: 100%;
  height: 165px !important;
  border: 0px solid #eaeaea;
  border-radius: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
ul.member-media li .doc-details {
  bottom: 0%;
  opacity: 1;
  position: absolute;
  width: 100%;
  padding: 5px;
}
ul.member-media li .doc-details .file-name {
  display: block;
  font-size: 13px;
  float: left;
  width: 73%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
ul.member-media li .doc-details .file-size {
  display: block;
  font-size: 13px;
  float: right;
  width: 27%;
  text-align: right;
}
ul.member-media li a {
  background: transparent;
  color: #EB8A44;
}
ul.member-media li .media-img {
  width: auto;
  height: 165px;
}
/*---------------Body Styling Ends---------------*/
/* Scrollbar Style Starts here */
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 12px;
  height: auto;
  left: auto;
  top: 11px;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #4B7447;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #F9DC24;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #4B7447;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 15px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* Scrollbar style Ends here*/
/*Webadmin Left Menu Style Starts Here*/
.metis-left-menu .wrapper {
  max-width: 100%;
}
.metis-left-menu .pull {
  padding-top: 58px;
}
.metis-left-menu .pull-menu-log {
  padding-top: 58px;
}
.metis-left-menu .pull-nomenu {
  padding-top: 15px;
}
.metis-left-menu .wrapper .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.metis-left-menu .bodycontainer {
  padding: 0 15px;
  margin: 0px 0 0 47px;
  min-height: 741px !important;
  background-color: #fff;
  padding: 56px 20px 30px 20px;
  z-index: 99;
}
.metis-left-menu .bodycontainer:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 47px;
  background: #EB8A44;
  height: 100%;
  box-shadow: 1px -2px 4px 0px #848484;
}
.metis-left-menu .wrapper-content.bodycontainer:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 250px;
  background: #EB8A44;
  height: 100%;
  z-index: 4;
  box-shadow: 1px -2px 4px 0px #848484;
}
.metis-left-menu .top-bar .container {
  max-width: 100%;
}
.metis-left-menu .menubg .container {
  max-width: 100%;
  padding-left: 52px;
}
.wrapper-content {
  margin-left: 47px;
}
.metis-left-menu .footer {
  z-index: 5;
}
.admin-button {
  display: none;
}
.metis-left-menu .admin-button {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 14px;
  top: 13px;
}
.metis-left-menu .admin-button i {
  font-size: 20px;
  color: #fff;
}
.metis-left-menu .admin-button:hover i {
  color: #8EBA43;
}
.navbar.sidebar {
  top: 105px;
  display: block;
}
.navbar.sidebar.sidebar-nomenu {
  top: 61px;
}
.sidebar {
  z-index: 1;
  position: absolute;
  width: 47px;
  background-color: #EB8A44;
  height: 83vh;
}
.sidebar-icon {
  width: 250px !important;
}
.sidebar #side-menu li a > span {
  display: none;
}
/*.sidebar-icon #side-menu li{pointer-events:none;}*/
.sidebar-icon #side-menu li a > span {
  display: inline-block;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li i {
  margin-right: 13px;
  width: 16px;
  text-align: center;
}
.sidebar ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.sidebar ul li a:hover {
  background-color: #4B7447;
}
.sidebar ul li.mm-active a {
  background-color: #4B7447;
  color: #fff;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding: 5px 15px;
  padding-left: 49px;
  font-size: 13px;
}
.sidebar .nav-third-level li a {
  padding-left: 62px;
}
.sidebar .nav-second-level li:hover a {
  background: #EB8A44;
}
.sidebar .nav-second-level li.mm-active:hover a {
  background: #EB8A44;
}
.sidebar li.mm-active:hover .nav-third-level a {
  background: #4B7447;
}
.sidebar li.mm-active ul.nav-third-level li a:hover {
  background: #8EBA43;
}
.sidebar:not(.sidebar-icon) ul li.mm-active .nav.nav-second-level {
  display: none;
}
/*Webadmin Left Menu Style Ends Here*/
/* Payment Page UI Starts */
.payment-content {
  background: #fff;
  padding: 10px 0px 20px 0px;
}
.payment-content .panel-group {
  margin-bottom: 0;
}
.payment-content .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.payment-content .panel-group .panel .panel-heading {
  padding: 0 0 0 0px;
  background-color: #fff;
  border-radius: 0;
}
.payment-content .panel-group .panel .panel-heading .panel-title {
  padding: 0;
}
.payment-content .panel-group .panel .panel-heading h4 a {
  background: #fff !important;
  color: #EB8A44;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
}
.payment-content .panel-group .panel .panel-heading h4 a:hover,
.payment-content .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
  color: #EB8A44;
}
.payment-content .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
}
.payment-content .panel-group .panel .panel-heading h4 a i {
  color: #999;
}
.payment-content .panel-group .panel .panel-body {
  padding-top: 20px;
  border-top: 1px solid #ddd !important;
}
.payment-content .panel-group .panel .panel-heading + .panel-collapse > .list-group,
.payment-content .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.payment-content .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}
.payment-content .tab-content {
  padding: 15px 15px 0px 15px;
  background: #f5f5f5;
  min-height: 265px;
}
.payment-content .card-details h3 {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.payment-content .card-details .input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.payment-content .card-details .input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-content .card-details .date-separator {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 20px;
}
.payment-content .card-details .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.payment-content .card-details .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 25%;
  margin-bottom: 0;
}
.payment-content .card-details .date-separator {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.payment-content .edit-address {
  text-align: right;
}
.payment-content .panel-title .collapsed:before {
  content: '';
}
.payment-content .panel-title > a:before {
  content: '';
}
.payment-content .panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #8EBA43;
  border: 1px solid #8EBA43;
  width: 20px;
  height: 20px;
  padding: 0px;
  text-align: center;
  margin-right: 10px;
  line-height: 17px;
}
.payment-content .panel-group .panel .panel-heading h4 a.collapsed .badge {
  background: #EB8A44;
  border: 1px solid #EB8A44;
}
.payment-content .card-details .icon-bank {
  vertical-align: middle;
  margin-right: 10px;
}
.order-history {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
  padding: 0 15px 15px 15px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #e4e4e4;
}
.order-history .table.product-list {
  margin-bottom: 0;
}
.order-history .product-list tbody tr {
  border-bottom: 1px solid #F5F5F5;
  list-style-type: none;
  margin: 20px 0;
  padding-bottom: 20px;
}
.order-history .product-list tbody tr:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.order-history .product-list tbody tr td {
  border: none !important;
  padding: 15px 4px;
}
.order-history .product-list tbody tr:last-child td {
  border: none !important;
  padding: 15px 4px 0 4px;
}
.order-history .product-name {
  font-size: 14px;
  margin-left: 0px;
}
.order-history .product-name span {
  font-size: 12px;
  color: #CCC;
  display: block;
  margin-bottom: 5px;
}
.order-history .product-price {
  font-size: 13px;
  margin-left: 0px;
}
.order-history .product-price span {
  font-size: 13px;
  color: #333;
}
.order-history .product-quantity {
  font-size: 13px;
  margin-left: 0px;
}
.order-history .product-quantity span {
  font-size: 13px;
  color: #333;
}
.order-history .product-amt {
  position: relative;
  text-align: right;
}
.order-history .product-amt::before {
  position: absolute;
  font-size: 15px;
  margin-left: -10px;
}
.order-history .table.tax-list {
  margin-bottom: 0;
}
.order-history .tax-list tbody tr {
  border-bottom: 1px solid #FFF;
  list-style-type: none;
  margin: 20px 0;
  padding-bottom: 20px;
}
.order-history .tax-list tbody tr:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.order-history .tax-list tbody tr td {
  border: none !important;
  padding: 4px;
}
.order-history .tax-amt {
  position: relative;
  text-align: right;
}
.order-history .tax-amt::before {
  position: absolute;
  font-size: 15px;
  margin-left: -10px;
}
.order-history .table.total-list {
  margin-bottom: 0;
}
.order-history .total-list tbody tr {
  border-bottom: 1px solid #FFF;
  list-style-type: none;
  margin: 20px 0;
  padding-bottom: 20px;
}
.order-history .total-list tbody tr td {
  border: none !important;
  padding: 4px;
}
.order-history .total-amt {
  position: relative;
  text-align: right;
  font-size: 24px;
}
.order-history .total-amt::before {
  position: absolute;
  font-size: 24px;
  margin-left: -17px;
}
.order-history .total-list tbody tr td:first-child {
  line-height: 34px;
}
@media (max-width: 767px) {
  .payment-content {
    padding: 0;
    margin-bottom: 15px;
  }
  .order-history {
    margin: 0 0 15px 0;
  }
  .order-history .product-name {
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .payment-content .nav-tabs {
    min-width: 100%;
    display: inline-grid;
    vertical-align: top;
  }
  .payment-content .nav-tabs > li > a {
    border-radius: 0px;
  }
  .payment-content .panel-body {
    padding: 10px;
  }
  .payment-content .tab-content {
    padding: 10px 10px 0 10px;
  }
}
/* Payment Page UI Ends */
/* Content View Styling Starts */
.table-content {
  border: 1px solid #d6d6d6;
  table-layout: fixed;
}
.table-content > thead > tr > th {
  border-top: 0px solid #B6B6B6 !important;
  border-bottom: 0px solid #ddd;
  background: #dcdcdc;
  font-weight: normal;
  font-size: 18px;
}
.table-content > thead > tr > th.active {
  background: #EB8A44;
  color: #fff;
}
.table-content > thead > tr > th .truncated-head {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 93%;
}
.table-content > tbody > tr > td {
  border-bottom: 0px solid #dddddd;
}
.table-content > tbody > tr > td:hover {
  background: #f5f5f5;
}
.table-content > tbody > tr > td.test-border {
  border-top: 1px solid #F9DC24 !important;
}
.content-indicator {
  display: inline-block;
  border-right: 1px solid #e8e8e8;
}
.content-indicator .content-status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #4B7447;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
}
.content-indicator .content-status.complete {
  border: 1px solid #4B7447;
  background: #4B7447;
}
.content-indicator .content-status.complete:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-indicator .content-status.pending {
  border: 1px solid red;
  background: red;
}
.content-indicator .content-status.pending:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-indicator .content-status.inprocess {
  border: 1px solid #b6b6b6;
  background: #b6b6b6;
}
.content-indicator .content-status.inprocess:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-text {
  margin-left: 5px;
  font-size: 16px;
  display: inline-block;
  vertical-align: sub;
  max-width: 85%;
  color: #F9DC24;
  line-height: 21px;
}
.content-text.content-width {
  max-width: 100%;
}
.content-text.prod-width {
  max-width: 95%;
}
.content-icon {
  float: right;
  font-size: 16px;
  margin-right: 5px;
}
.content-icon .icon-divider {
  border-right: 1px solid #e8e8e8;
  padding: 0px 11px 0px 10px;
}
.content-icon .invisible-text {
  visibility: hidden;
  padding-right: 12px;
}
.content-text .truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.content-text i {
  font-size: 19px;
}
.content-text a .disable {
  color: #CCC;
  cursor: not-allowed;
}
.content-vline {
  border-left: 1px dashed #ccc;
  padding-left: 30px;
  min-height: 670px;
}
.content-details {
  display: inline-block;
  float: right;
}
.content-details .content-marks {
  display: inline-block;
  width: 80px;
}
.content-details .content-duration {
  display: inline-block;
  width: 120px;
  margin-left: 4px;
}
.content-badge {
  position: relative;
}
.content-badge .badge {
  position: absolute;
  background: #4B7447;
  top: -8px;
  padding: 0px 2px 0px 2px;
  left: 14px;
  font-size: 10px;
  border-radius: 50%;
  min-width: 17px;
  height: 17px;
  display: block;
  line-height: 17px;
}
/* Content View Styling Ends */
/* Content Details Styling Starts */
h4.content-title {
  color: #4B7447;
}
.content-video {
  display: block;
  margin: 20px 0px 20px 0px;
  border-radius: 10px;
  width: 95%;
  position: relative;
  padding-bottom: 42.25%;
  height: 0;
  overflow: hidden;
  margin: 20px auto;
}
.content-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ul.prac-question {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.prac-question li {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}
ul.prac-question li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 13px;
  left: 4px;
  color: #4B7447;
}
ul.prac-question li a:hover {
  color: #4B7447;
  text-decoration: underline;
}
.content-img {
  display: block;
}
.content-img img {
  max-width: 100%;
  height: auto;
}
.content-description {
  font-size: 16px;
}
.discuss-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 auto;
}
.discuss-textbox {
  display: block;
}
.discuss-textbox .trumbowyg-box,
.discuss-textbox .trumbowyg-editor {
  min-height: 140px;
}
.comment-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 auto;
}
.comment-textbox {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 20px 20px;
  background: #f5f5f5;
  float: left;
  width: 100%;
}
.comment-textbox .comment-name {
  color: #4B7447;
  font-weight: 600;
  float: left;
  width: 80%;
  font-size: 15px;
}
.comment-textbox .comment-name .comment-time {
  color: #b1b1b1;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
.comment-textbox .comment-control {
  float: right;
  width: 20%;
  text-align: right;
}
.comment-textbox .comment-control i {
  color: #F9DC24;
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
}
.comment-textbox .comment-control i:hover {
  color: #4B7447;
}
.comment-textbox .comment-info {
  display: block;
  width: 100%;
  padding-top: 5px;
  float: left;
}
/* Content Details Styling Ends */
/* Forums Details Styling Ends */
h3.thread-title {
  color: #4B7447;
  margin-top: 0px;
  text-transform: none;
}
h3.thread-title img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.forums-box {
  display: block;
  padding: 5px 5px 2px 5px;
  background: #f5f5f5;
  float: right;
  width: 98%;
  position: relative;
}
.row .col-md-12:nth-child(odd) .forums-box {
  background: #f5f5f5;
}
.row .col-md-12:nth-child(even) .forums-box {
  background: #fff;
}
/*.forums-box.forums-reply{border: 1px solid #dddddd; float: right;}*/
.forums-box .forums-name {
  color: #4B7447;
  font-weight: 600;
  float: left;
  width: 80%;
  font-size: 15px;
}
.forums-box .forums-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.forums-box .forums-name .forums-time {
  color: #b1b1b1;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
.forums-box .forums-control {
  float: right;
  width: 20%;
  text-align: right;
}
.forums-box .forums-control i {
  color: #F9DC24;
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
}
.forums-box .forums-control i:hover {
  color: #4B7447;
}
.forums-box .forums-info {
  display: block;
  width: 100%;
  float: left;
  padding-left: 38px;
  padding-right: 94px;
}
.forums-box .forums-info p {
  margin-bottom: 2px;
}
.forums-box .reply-post {
  color: #4B7447;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  position: absolute;
  right: 6px;
  bottom: 2px;
}
.forums-textbox {
  padding-left: 30px;
}
.forums-textbox .trumbowyg-box,
.forums-textbox .trumbowyg-editor {
  min-height: 90px;
}
h3.h3-question {
  text-transform: none;
}
h3.h3-question p {
  font-size: 18px;
}
.topic-details .topic-name {
  font-size: 16px;
  font-weight: 500;
  color: #4B7447;
}
.topic-details .topic-name a {
  color: #4B7447;
  cursor: pointer;
}
.topic-details .topic-author {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.topic-details .topic-datetime {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
}
.topic-details .topic-datetime:before {
  content: "|";
  position: absolute;
  margin-left: -15px;
}
.post-details .topic-author {
  font-size: 15px;
  font-weight: 500;
}
.post-details .topic-datetime {
  font-size: 14px;
  font-weight: 500;
}
.thread-table .text-center {
  text-align: center !important;
}
/* Content Details Styling Ends */
.video-frame {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#whiteboardCanvas {
  -moz-border-radius: 4px;
  cursor: url(/img/pencil.cur), crosshair;
  border: 1px solid black;
  margin-top: 20px;
  margin-left: 20px;
}
/* Obituary List Style Starts */
.obituary {
  position: relative;
  border: 1px solid #B6B6B6;
  padding: 48px 40px 30px 40px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center !important;
  transition: 0.3s;
}
.obituary:hover {
  border: 1px solid #F9DC24;
}
.obituary h2 {
  margin-top: 0px;
  padding: 0px 65px;
}
.obituary .date {
  font-size: 15px;
  color: #666;
}
.obituary .photo {
  width: 180px;
  height: 180px;
  margin: 30px auto;
  border-radius: 50%;
}
.obituary .photo img {
  width: 180px;
  height: 180px;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.obituary:hover .photo img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.obituary .content {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 50px;
  padding: 20px;
}
.obituary .content img {
  max-width: 100%;
  height: auto;
}
.obituary .page-corner1 {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #fff;
}
.obituary .page-corner2 {
  position: absolute;
  right: -7px;
  top: 4px;
  transform: rotate(90deg);
  background: #fff;
}
.obituary .page-corner3 {
  position: absolute;
  left: -7px;
  bottom: 4px;
  transform: rotate(-90deg);
  background: #fff;
}
.obituary .page-corner4 {
  position: absolute;
  right: -2px;
  bottom: -2px;
  transform: rotate(180deg);
  background: #fff;
}
ul.obituary-masonry {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.obituary-masonry li {
  list-style: none;
  padding: 5px;
  width: 23.4%;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.obituary-masonry li:hover {
  border: 2px solid #EB8A44;
  padding: 4px;
}
ul.obituary-masonry.grid {
  max-width: 100%;
}
ul.obituary-masonry.grid:after {
  content: '';
  display: block;
  clear: both;
}
ul.obituary-masonry .grid-sizer {
  width: 23.4%;
}
ul.obituary-masonry li.grid-item {
  height: auto;
  float: left;
  margin-bottom: 25px !important;
}
ul.obituary-masonry li.grid-sizer,
ul.obituary-masonry li.grid-item {
  width: 23.4%;
}
.obituary-gallery {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
}
.obituary-gallery .obituary-img .overbox {
  background-color: rgba(48, 69, 98, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.obituary-gallery .obituary-img .overbox span {
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.obituary-gallery .obituary-img .overbox span i {
  color: #fff;
  font-size: 18px;
}
.obituary-gallery .obituary-img:hover .overbox {
  opacity: 1;
}
.obituary-gallery .obituary-img img {
  width: 100%;
  height: auto;
}
.obituary-gallery .obituary-img {
  position: relative;
  overflow: hidden;
}
.obituary-gallery .obituary-detail {
  display: block;
  padding: 5px 0px 0px 0px;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: left;
  border-top: 1px solid #fff;
  transition: all .2s;
}
.obituary-gallery .obituary-noimg {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  height: auto;
  padding: 10px;
  background: #8EBA43;
  color: #fff;
  overflow: hidden;
}
.obituary-gallery h3 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.obituary-gallery .obituary-detail .obituary-date {
  font-size: 13px;
  color: #555;
  float: right;
  width: 100%;
  text-align: center;
}
.obituary-list {
  display: block;
  width: 100%;
  margin: 10px 0px;
  float: left;
  border-bottom: 1px dashed #ccc;
}
.obituary-list h3 {
  color: #000;
  margin: 0px;
  margin-bottom: 10px;
}
.obituary-list h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.obituary-list .date {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.obituary-list-pic {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px;
}
.obituary-list-pic:hover {
  border: 1px solid #EB8A44;
}
.obituary-list-pic img {
  width: auto;
  height: 100px;
}
.obituary-list:last-child {
  border-bottom: 0px dashed #ccc;
}
.obituary-list-nopic {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 5%;
  background: #8EBA43;
  color: #fff;
  border: 1px solid #ccc;
}
/* Obituary List Style Ends */
.issue-attachment {
  display: block;
  margin: 0px;
  padding: 0px;
}
.issue-attachment img {
  max-width: 100%;
  height: auto;
}
.thumbnail-attachment {
  display: block;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.thumbnail-attachment img {
  max-width: 100%;
  height: auto;
}
.btn-myissue {
  margin-right: 24px;
  position: relative;
}
.btn-myissue .issue-live {
  font-size: 19px;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
}
.issue-live-rotate {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 14px;
  margin-left: 3px;
}
.rotate45 {
  transform: rotate(45deg);
}
.btn-issue,
.btn-issue:focus {
  min-width: 95px;
  text-align: left;
  padding: 0px 5px;
  color: #4B7447;
  background-color: #d9d9d9;
  border-color: #ccc;
  outline: none !important;
}
.btn-issue:hover {
  color: #4B7447;
}
.btn-issue .btn-label {
  position: relative;
  left: -5px;
  top: 0px;
  display: inline-block;
  padding: 3px 5px 3px 5px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  margin-top: -1px;
}
.btn-issue.active,
.btn-issue.active:focus {
  position: relative;
  min-width: 95px;
  text-align: left;
  padding: 0px 5px;
  color: #fff;
  background-color: #4B7447;
  border-color: #ccc;
  outline: none !important;
}
.btn-issue.active:hover {
  color: #fff;
}
.btn-issue.active .btn-label {
  position: relative;
  left: -5px;
  top: 0px;
  display: inline-block;
  padding: 3px 5px 3px 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px 0 0 3px;
  margin-top: -1px;
}
.global-issues {
  display: block;
  margin: 0px;
  padding: 0px;
}
.global-issues ul {
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.global-issues ul li {
  display: inline-block;
  margin: 0px 10px 5px 0px;
  padding: 0px;
}
.global-issues ul li .btn-issue {
  min-width: 100px;
}
.global-issues ul li .btn-issue.active {
  margin-right: 18px;
}
.global-issues ul li .btn-issue .icon-g-issue:after {
  content: '\f46d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 13px;
  left: 13px;
  background: #b9b9b9;
  padding: 1px 0px 0px 1px;
  border-radius: 20%;
  height: 15px;
  top: 8px;
}
.global-issues ul li .btn-issue.active .icon-g-issue:after {
  content: '\f46d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 13px;
  left: 13px;
  background: #4B7447;
  padding: 1px 0px 0px 1px;
  border-radius: 20%;
  height: 15px;
  top: 8px;
}
.colon {
  font-size: 16px;
  font-weight: bold;
}
.mentionli:hover {
  background-color: #EB8A44 !important;
}
.save-filter {
  font-size: 33px;
  color: #4B7447;
  line-height: 38px;
  margin-top: -1px;
}
.save-filter i.fas.fa-save {
  cursor: pointer;
}
.save-filter i.fas.fa-save:hover {
  color: #EB8A44;
}
.top-filter {
  width: 20%;
  position: absolute;
  right: 375px;
  top: -1px;
  float: right;
}
.top-filter.no-btn-issue {
  right: 105px;
}
.top-add-issue {
  position: absolute;
  right: 17px;
  top: -1px;
  float: right;
}
.effort-text {
  position: absolute;
  top: 12px;
  left: 145px;
}
.tab-content-effort {
  overflow: auto;
  max-height: 450px;
  padding-bottom: 10px;
}
/*---------------Multiselect filter Styling Starts---------------*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-menu li a {
  padding-right: 20px;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  color: #4B7447;
}
.bootstrap-select .dropdown-menu > li > a .icon,
.bootstrap-select .dropdown-menu > li > a .icon {
  margin-right: 5px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
  margin-right: 5px;
}
.bootstrap-select .dropdown-menu > li > a:hover .icon,
.bootstrap-select .dropdown-menu > li > a:focus .icon {
  color: #fff;
}
.bootstrap-select .dropdown-menu > .active > a .icon,
.bootstrap-select .dropdown-menu > .active > a:focus .icon,
.bootstrap-select .dropdown-menu > .active > a:hover .icon {
  color: #fff;
}
/*---------------Multiselect filter Styling Ends---------------*/
/*---------------cohort sub cohort Styling Starts---------------*/
.form-group .bootstrap-select {
  z-index: 5;
}
.bootstrap-select > .btn.btn-default.active,
.bootstrap-select > .btn.btn-default.active:hover,
.bootstrap-select > .btn.btn-default.active:focus {
  background-color: transparent;
  color: #333;
}
.bootstrap-select > .btn.btn-default:hover {
  background-color: transparent;
  border-color: #ccc;
  color: #555;
}
.bootstrap-select > .btn.btn-default.active,
.bootstrap-select > .btn.btn-default:active,
.bootstrap-select > .btn .open > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-select .btn:focus {
  outline: none!important;
}
.bootstrap-select > .btn-default.active,
.bootstrap-select > .btn-default:active,
.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select > .btn-default:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #4B7447;
}
.bootstrap-select.form-control {
  border-color: #4B7447;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #555;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder .bs-caret .caret,
.bootstrap-select .dropdown-toggle .caret {
  border: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder .bs-caret .caret::before,
.bootstrap-select .dropdown-toggle .caret::before {
  display: inline-block;
  margin-right: 0.255em;
  right: -10px;
  top: -5px;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 11px;
  color: #555;
}
.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus {
  background-color: #1e90ff;
  color: #fff;
}
.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
  background-color: #1e90ff;
}
.bootstrap-select .dropdown-menu li {
  display: block;
  float: none;
}
.theme-blue {
  color: #024177 !important;
}
.theme-brown {
  color: #5D4037 !important;
}
.theme-citrus {
  color: #4B7447 !important;
}
.theme-dark-blue {
  color: #191970 !important;
}
.theme-dark-gold {
  color: #3c392d !important;
}
.theme-dark-green {
  color: #004600 !important;
}
.theme-dark-grey {
  color: #333333 !important;
}
.theme-dark-pink {
  color: #700338 !important;
}
.theme-green {
  color: #519A0F !important;
}
.theme-grey {
  color: #616161 !important;
}
.theme-grey-blue {
  color: #4374ba !important;
}
.theme-light-brown {
  color: #430707 !important;
}
.theme-light-orange {
  color: #ff5400 !important;
}
.theme-ocean-blue {
  color: #023672 !important;
}
.theme-orange {
  color: #ee7600 !important;
}
.theme-purple {
  color: #8600C8 !important;
}
.theme-red {
  color: #610505 !important;
}
.theme-royal-blue {
  color: #5669FF !important;
}
.theme-sky-blue {
  color: #1976D2 !important;
}
.theme-white {
  color: #ddd !important;
}
.theme-white span.text {
  color: #000;
}
.cohort-container {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.cohort-box {
  min-height: 66px;
  background: #fcfcfc;
  border: 1px #e1e1e1 solid;
  padding: 15px;
  padding-bottom: 0;
  cursor: text;
  font-size: 15px;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}
.cohort-box:after {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fcfcfc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -19px;
  right: 24px;
}
.cohort-box:before {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -20px;
  right: 24px;
}
.cohort-box-select {
  display: table;
  float: right;
  min-height: 44px;
  background: #fff;
  border: 1px #e1e1e1 solid;
  padding: 8px 5px 5px 5px;
  cursor: text;
  font-size: 15px;
  width: auto;
  min-width: 180px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
}
.cohort-box-select .cohort-selected {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.cohort-box-select .add-more-cohort {
  display: table-cell;
  vertical-align: middle;
  width: 35px;
  font-size: 25px;
  text-align: right;
}
.cohort-box-select .cohort-added {
  float: right;
  padding: 8px;
  color: #fff;
  background: #EB8A44;
  margin-top: 0;
  border-radius: 6px;
  margin: 0px 2px 2px 2px;
}
.cohort-box-select .cohort-added .cohort-name {
  white-space: nowrap;
  float: left;
}
.cohort-box-select .cohort-added .cohort-year {
  font-size: 13px;
}
.cohort-box-select .cohort-added .cohort-close {
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin: -2px 0px 0px 0px;
  color: #fff;
  font-size: 12px;
  position: relative;
  right: -6px;
  cursor: pointer;
}
.cohort-box-select .label-cohort {
  position: absolute;
  top: -9px;
  left: 6px;
  padding: 0px 3px;
  font-size: 12px;
  background: #fff;
  color: #EB8A44;
}
.cohort-box .bootstrap-select .dropdown-menu {
  max-height: 350px !important;
  min-height: auto !important;
}
.request-cohort {
  position: absolute;
  right: 0px;
  text-align: right;
  color: #EB8A44;
  cursor: pointer;
}
#editUser .form-group .bootstrap-select .dropdown-menu {
  z-index: 6;
}
.bs-float-label > .float-label.show.cohort-zindex {
  z-index: 6;
}
select.parsley-error ~ .dropdown-toggle.bs-placeholder {
  color: #999 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #f7a2ae !important;
}
.table-sub-cohort {
  margin-bottom: 0px;
  background: #f5f5f5;
}
#metadataDiv .meta-input {
  width: 96%;
}
#metadataDiv .meta-helpie {
  position: absolute;
  top: 7px;
  right: 0;
}
/*---------------cohort sub cohort Styling Starts---------------*/
/*--------------- Site Sign up Styling Starts---------------*/
.signup-site {
  display: table;
  margin: 20px auto;
  width: 100%;
  overflow: hidden;
}
.signup-site .signup-text {
  display: table-cell;
  width: 50%;
  padding: 40px 30px 40px 0px;
  vertical-align: top;
  background: #f5f5f5 url(/img/bg-signup.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.signup-site .signup-text .signup-text-box {
  display: block;
  float: right;
  width: 60%;
}
.signup-site .signup-text .signup-text-box h2 {
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 40px;
  text-transform: none;
  line-height: 52px;
}
.signup-site .signup-text .signup-text-box p {
  font-size: 20px;
}
.signup-site .signup-text .signup-left-pic {
  display: block;
  float: left;
  width: 39%;
  text-align: center;
}
.signup-site .signup-form {
  display: table-cell;
  width: 50%;
  padding: 0px 0px 0px 30px;
}
.signup-site .signup-form .signup-form-box {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 40px 40px 75px 40px;
}
.signup-form-box h2 {
  font-size: 45px;
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 52px;
  text-align: center;
}
.signup-form-box h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 59px;
  line-height: 18px;
  text-align: center;
}
/*--------------- Site Sign up Styling Ends---------------*/
/*--------------- Site Sign up Styling Starts---------------*/
.setup-site {
  display: table;
  margin: 20px auto 20px auto;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.setup-site .setup-text {
  display: table-cell;
  width: 50%;
  padding: 40px 30px 40px 0px;
  vertical-align: top;
  background: #f5f5f5 url(/img/bg-setup.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.setup-site .setup-text .setup-text-box {
  display: block;
  float: right;
  width: 60%;
}
.setup-site .setup-text .setup-text-box h2 {
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 40px;
  text-transform: none;
  line-height: 52px;
}
.setup-site .setup-text .setup-text-box p {
  font-size: 20px;
}
.setup-site .setup-text .setup-left-pic {
  display: block;
  float: left;
  width: 39%;
  text-align: center;
}
.setup-site .setup-form {
  display: table-cell;
  width: 50%;
  padding: 0px 0px 0px 30px;
  vertical-align: top;
}
.setup-site .setup-form .setup-form-box {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 22px 40px 25px 40px;
}
/*--------------- Site Sign up Styling Ends---------------*/
/* Article Gallery View Starts */
ul.article-masonry {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.article-masonry li {
  list-style: none;
  padding: 0px;
  width: 18.2%;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.article-masonry li:hover {
  border: 1px solid #EB8A44;
}
ul.article-masonry.grid {
  max-width: 100%;
}
ul.article-masonry.grid:after {
  content: '';
  display: block;
  clear: both;
}
ul.article-masonry .grid-sizer {
  width: 18.2%;
}
ul.article-masonry li.grid-item {
  height: auto;
  float: left;
  margin-bottom: 25px !important;
}
ul.article-masonry li.grid-sizer,
ul.article-masonry li.grid-item {
  width: 18.2%;
  height: 450px;
  margin: 0px 1.7% 0px 0;
}
.article-gallery {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  float: left;
}
.article-gallery .article-img .overbox {
  background-color: rgba(48, 69, 98, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.article-gallery .article-img .overbox span {
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.article-gallery .article-img .overbox span i {
  color: #fff;
  font-size: 18px;
}
.article-gallery .article-img:hover .overbox {
  opacity: 1;
}
.article-gallery .article-img img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}
.article-gallery .article-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 360px;
  margin-bottom: 0px;
}
.article-gallery .article-detail {
  display: block;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: left;
  border-top: 1px solid #fff;
  transition: all .2s;
}
.article-gallery .article-noimg {
  display: block;
  width: auto;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  height: 350px;
  padding: 10px;
  background: #8EBA43;
  color: #fff;
  overflow: hidden;
  margin: 5px 5px;
}
.article-gallery .article-noimg span {
  display: block;
  margin-top: 147px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-gallery h3 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
  background: #f5f5f5;
  padding: 8px;
  position: relative;
  box-shadow: 0px 1px 3px #9e9e9e;
}
.article-gallery .article-detail .article-cohort {
  margin-top: 0px;
  padding: 0px 7px;
  font-size: 13px;
  color: #F9DC24;
  float: right;
}
.article-gallery h3:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 40px;
  background: #f5f5f5;
  top: 0px;
  left: -4px;
  box-shadow: -1px 1px 2px #ccc;
}
.article-gallery h3:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 40px;
  background: #f5f5f5;
  top: 0px;
  right: -4px;
  box-shadow: 1px 1px 2px #ccc;
}
.article-gallery h3 a {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-gallery .article-detail .article-cohort a {
  color: #F9DC24;
}
.article-gallery .article-detail .article-cohort a:hover {
  color: #F9DC24;
  text-decoration: underline;
}
.article-gallery .article-detail .article-author {
  font-size: 13px;
  color: #F9DC24;
  float: left;
  padding: 0px 7px;
}
.article-gallery .article-detail .article-date {
  font-size: 12px;
  color: #555;
  float: right;
  width: 100%;
  padding: 3px 2px 0px 7px;
}
.article-gallery .edit-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.article-list {
  display: block;
  width: 100%;
  margin: 10px 0px;
  float: left;
  border-bottom: 1px dashed #ccc;
}
.article-list h3 {
  color: #000;
  margin: 0px;
  margin-bottom: 10px;
}
.article-list .venu {
  line-height: normal;
  margin-bottom: 5px;
}
.article-list .date {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.article-list-pic {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px;
}
.article-list-pic:hover {
  border: 1px solid #EB8A44;
}
.article-list-pic img {
  width: auto;
  height: 100px;
}
.article-list:last-child {
  border-bottom: 0px dashed #ccc;
}
.article-list-nopic {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 5%;
  background: #8EBA43;
  color: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-frame {
  border: 1px solid #B6B6B6;
  padding: 30px 30px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
}
.article-gallery {
  position: relative;
}
.article-list .edit-icon {
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 1;
}
.article-view {
  display: block;
  max-width: 1100px;
  margin: 0px auto;
}
.article-view h2 {
  margin-top: 10px;
}
.author-detail {
  display: block;
  margin: 00px 0px 20px 0px;
  float: left;
  width: 100%;
}
.author-detail .author-name {
  display: block;
  float: left;
  font-size: 15px;
  color: #EB8A44;
}
.author-detail .article-date {
  display: block;
  float: right;
  color: #666;
}
.article-img {
  text-align: center;
  margin-bottom: 10px;
}
.article-content {
  display: block;
  padding: 0px 10px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.article-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.article-box {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.article-box .img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 20px;
}
.article-box .img img {
  transition: transform .2s;
  object-fit: cover;
}
.article-box .img img:hover {
  transform: scale(1.4);
}
.article-box .name {
  flex: 1;
}
/* Article Gallery View Ends */
/* Company View Starts */
.company-view {
  display: block;
  width: 100%;
  margin: 10px 0px;
  float: left;
}
.company-view .logo {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px;
}
.company-view h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: none;
}
.company-view .company-status {
  color: #212121;
}
/* Company View Ends */
/* Book Style Starts */
.book-details {
  display: block;
  margin: 0px;
  padding: 0px;
}
.book-details h2 {
  font-size: 26px;
  margin-top: 0px;
  line-height: 28px;
}
.book-details .book-author {
  font-size: 18px;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 0px;
  float: left;
}
.book-details .book-date {
  float: right;
}
.book-details .books-field {
  color: #EB8A44;
}
ul.book-masonry {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.book-masonry li {
  list-style: none;
  padding: 0px;
  width: 18.2%;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.book-masonry li:hover {
  border: 1px solid #EB8A44;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}
ul.book-masonry.grid {
  max-width: 100%;
}
ul.book-masonry.grid:after {
  content: '';
  display: block;
  clear: both;
}
ul.book-masonry .grid-sizer {
  width: 18.2%;
}
ul.book-masonry li.grid-item {
  height: auto;
  float: left;
  margin-bottom: 25px !important;
}
ul.book-masonry li.grid-sizer,
ul.book-masonry li.grid-item {
  width: 18.2%;
  height: 281px;
  margin: 0px 1.7% 0px 0;
}
ul.book-masonry li.grid-item.add-book-list {
  border: 4px dashed #ccc;
}
ul.book-masonry li.grid-item.add-book-list .book-gallery .book-img {
  height: 215px;
}
ul.book-masonry li.grid-item.add-book-list .book-gallery .book-img i {
  font-size: 75px;
  color: #a0a0a0;
  margin-top: 71px;
}
.book-gallery {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  float: left;
}
.book-gallery .book-img .overbox {
  background-color: rgba(48, 69, 98, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.book-gallery .book-img .overbox span {
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.book-gallery .book-img .overbox span i {
  color: #fff;
  font-size: 18px;
}
.book-gallery .book-img:hover .overbox {
  opacity: 1;
}
.book-gallery .book-img img {
  width: 100%;
  height: 220px;
  padding: 5px;
  object-fit: contain;
}
.book-gallery .book-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 221px;
  margin-bottom: 0px;
}
.book-gallery .book-detail {
  display: block;
  padding: 1px 0px 0px 0px;
  float: left;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  text-align: left;
  transition: all .2s;
  /*box-shadow: 0px 1px 3px #9e9e9e;*/
  height: 58px;
}
.book-gallery .book-noimg {
  display: block;
  width: auto;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  height: 211px;
  padding: 10px;
  background: #8EBA43;
  color: #fff;
  overflow: hidden;
  margin: 5px 5px;
}
.book-gallery .book-noimg span {
  display: block;
  margin-top: 85px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-gallery h3 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 15px;
  padding: 0px 8px 0px 10px;
  line-height: normal;
}
.book-gallery .book-detail .book-cohort {
  margin-top: 0px;
  padding: 0px 7px;
  font-size: 13px;
  color: #F9DC24;
  float: right;
}
.book-gallery h3 .genre {
  font-size: 11px;
  position: absolute;
  bottom: -1px;
  left: 31px;
}
.book-gallery h3 .genre-type {
  font-size: 11px;
  position: absolute;
  bottom: -1px;
  right: 5px;
}
.book-gallery .book-detail .book-cohort a {
  color: #F9DC24;
}
.book-gallery .book-detail .book-cohort a:hover {
  color: #F9DC24;
  text-decoration: underline;
}
.book-gallery .book-detail .book-author {
  font-size: 13px;
  color: #F9DC24;
  float: left;
  padding: 0px 5px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-gallery .book-detail .book-date {
  font-size: 12px;
  color: #555;
  float: right;
  width: 100%;
  padding: 3px 2px 0px 7px;
}
.book-gallery .book-favourite {
  position: absolute;
  left: 7px;
  top: -5px;
  z-index: 1;
  font-size: 16px;
  background: #eaeaea;
  padding: 6px 5px;
  width: 28px;
}
.book-gallery .book-favourite:before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  bottom: -20px;
  border: solid 14px #eaeaea;
  border-right-width: 0;
  border-left-color: transparent;
  transform: rotate(-91deg);
}
.book-gallery .edit-book {
  position: absolute;
  left: 7px;
  top: 4px;
  z-index: 1;
  font-size: 16px;
}
.book-gallery .book-detail .book-detail-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 36px;
}
.book-gallery .book-detail .book-detail-box .book-detail-icon {
  padding-left: 3px;
}
.book-gallery .book-detail .book-detail-box .book-detail-title {
  flex: auto;
  width: 57%;
}
.book-gallery .book-detail .book-detail-box .book-detail-badge {
  width: 36px;
  text-align: center;
}
.book-gallery .book-detail .book-detail-box .book-detail-badge .badge {
  min-width: 20px;
  height: 20px;
  padding: 4px 4px;
}
.book-gallery .book-info {
  position: absolute;
  right: 7px;
  top: 4px;
  z-index: 1;
  font-size: 16px;
}
.book-gallery .book-info:hover ~ .book-popup {
  display: block;
}
.book-gallery .book-popup:hover {
  display: block;
}
.book-gallery .book-popup {
  position: absolute;
  background: #fff;
  right: 1px;
  top: 33px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 2;
  width: 99%;
}
.book-gallery .book-popup:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
.book-gallery .book-popup .book-popup-arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ccc;
}
.book-gallery .book-popup .book-popup-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
}
.book-legend {
  display: block;
  margin: 10px 0 10px 0;
  padding: 0;
  float: right;
}
.book-legend ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.book-legend ul li {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}
.book-legend ul li span {
  margin-right: 5px;
}
.book-legend ul li span.owner {
  color: purple;
}
.book-legend ul li span.borrowed {
  color: blue;
}
.book-legend ul li span.wish {
  color: red;
}
ul.book-masonry li.owner {
  border-bottom: 3px solid purple;
  height: 282px;
}
ul.book-masonry li.owner:hover {
  border: 1px solid purple;
  border-width: 1px 1px 3px 1px;
}
ul.book-masonry li.borrowed {
  border-bottom: 3px solid blue;
  height: 282px;
}
ul.book-masonry li.borrowed:hover {
  border: 1px solid blue;
  border-width: 1px 1px 3px 1px;
}
ul.book-masonry li.wish {
  border-bottom: 3px solid red;
  height: 282px;
}
ul.book-masonry li.wish:hover {
  border: 1px solid red;
  border-width: 1px 1px 3px 1px;
}
.book-list {
  display: block;
  width: 100%;
  margin: 10px 0px;
  float: left;
  border-bottom: 1px dashed #ccc;
}
.book-list h3 {
  color: #000;
  margin: 0px;
  margin-bottom: 10px;
}
.book-list .venu {
  line-height: normal;
  margin-bottom: 5px;
}
.book-list .date {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.book-list-pic {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px;
}
.book-list-pic:hover {
  border: 1px solid #EB8A44;
}
.book-list-pic img {
  width: auto;
  height: 100px;
}
.book-list:last-child {
  border-bottom: 0px dashed #ccc;
}
.book-list-nopic {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 5%;
  background: #8EBA43;
  color: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-list .book-info {
  position: absolute;
  right: 21px;
  top: 4px;
  z-index: 1;
  font-size: 16px;
}
.book-list .book-info:hover ~ .book-popup {
  display: block;
}
.book-list .book-popup:hover {
  display: block;
}
.book-list .book-popup {
  position: absolute;
  background: #fff;
  right: 18px;
  top: 33px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 2;
  width: 85%;
}
.book-list .book-popup:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
.book-list .book-popup .book-popup-arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ccc;
}
.book-list .book-popup .book-popup-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
}
.book-list-nopic.owner {
  border-bottom: 3px solid purple;
}
.book-list-nopic.owner:hover {
  border: 1px solid purple;
  border-width: 1px 1px 3px 1px;
}
.book-list-nopic.borrowed {
  border-bottom: 3px solid blue;
}
.book-list-nopic.borrowed:hover {
  border: 1px solid blue;
  border-width: 1px 1px 3px 1px;
}
.book-list-nopic.wish {
  border-bottom: 3px solid red;
}
.book-list-nopic.wish:hover {
  border: 1px solid red;
  border-width: 1px 1px 3px 1px;
}
.book-list-pic.owner {
  border-bottom: 3px solid purple;
}
.book-list-pic.owner:hover {
  border: 1px solid purple;
  border-width: 1px 1px 3px 1px;
}
.book-list-pic.borrowed {
  border-bottom: 3px solid blue;
}
.book-list-pic.borrowed:hover {
  border: 1px solid blue;
  border-width: 1px 1px 3px 1px;
}
.book-list-pic.wish {
  border-bottom: 3px solid red;
}
.book-list-pic.wish:hover {
  border: 1px solid red;
  border-width: 1px 1px 3px 1px;
}
.book-list.add-book-list .book-list-pic {
  border: 4px dashed #ccc;
  height: 100px;
}
.book-list.add-book-list .book-list-pic i {
  font-size: 50px;
  color: #a0a0a0;
  margin-top: 16px;
}
.book-list.add-book-list .book-list h3 {
  color: #666;
}
.book-gallery {
  position: relative;
}
.book-list .add-book {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 1;
  color: #F9DC24;
}
.book-list .edit-book {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 1;
  font-size: 16px;
}
.book-list .badge {
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 2px 4px;
  min-width: 15px;
  height: 15px;
}
.book-list .genre-type {
  font-size: 14px;
  margin-left: 5px;
  color: #666;
}
.book-list .genre-icon {
  position: relative;
  top: 2px;
  left: 0px;
  font-size: 19px;
  margin-right: 0px;
}
.book-list .genre-icon:after {
  width: 12px;
  height: 11px;
  left: 3px;
  top: 4px;
}
.book-list .genre-icon .fas.fa-book.myth:after,
.book-list .genre-icon .fas.fa-book.romance:after,
.book-list .genre-icon .fas.fa-book.novel:after,
.book-list .genre-icon .fas.fa-book.fiction:after,
.book-list .genre-icon .fas.fa-book.biography:after,
.book-list .genre-icon .fas.fa-book.history:after,
.book-list .genre-icon .fas.fa-book.drama:after,
.book-list .genre-icon .fas.fa-book.poems:after,
.book-list .genre-icon .fas.fa-book.western:after,
.book-list .genre-icon .fas.fa-book.nonfiction:after {
  font-size: 9px;
  left: 4px;
  top: 4px;
}
.book-list .genre-icon.non:before {
  font-size: 9px;
  top: -3px;
}
.genre-icon {
  position: relative;
  top: 0px;
  left: 1px;
  font-size: 26px;
}
.genre-icon:after {
  content: '';
  position: absolute;
  background: #F9DC24;
  width: 13px;
  height: 11px;
  left: 6px;
  top: 4px;
}
.fas.fa-book.myth:after {
  content: '\f69a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  z-index: 1;
  top: 7px;
}
.fas.fa-book.romance:after {
  content: '\f004';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.novel:after {
  content: '\f56b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.fiction:after {
  content: '\f4fb';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.biography:after {
  content: '\f508';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.drama:after {
  content: '\f630';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.history:after {
  content: '\f1da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.poems:after {
  content: '\f5ac';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}
.fas.fa-book.nonfiction:after {
  content: '\f4fb';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}
.genre-icon.non:before {
  content: '\f715';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 6px;
  z-index: 1;
}
.fas.fa-book.western:after {
  content: '\f21b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}
.book-details .genre-icon {
  position: relative;
  top: 1px;
  left: 0;
  font-size: 26px;
  margin-right: 5px;
}
.book-details .genre-icon .fas.fa-book.myth:after,
.book-details .genre-icon .fas.fa-book.romance:after,
.book-details .genre-icon .fas.fa-book.novel:after,
.book-details .genre-icon .fas.fa-book.fiction:after,
.book-details .genre-icon .fas.fa-book.biography:after,
.book-details .genre-icon .fas.fa-book.history:after,
.book-details .genre-icon .fas.fa-book.drama:after,
.book-details .genre-icon .fas.fa-book.poems:after,
.book-details .genre-icon .fas.fa-book.western:after {
  top: 7px;
}
.book-details .genre-icon .fas.fa-book.nonfiction:after {
  top: 7px;
}
.book-details .genre-icon.non:before {
  top: 1px;
}
.admin-img-box .book-icon-box .book-icon .genre-icon:after {
  top: 10px;
}
.admin-img-box .book-icon-box {
  flex: auto 0;
  padding-right: 10px;
}
.admin-img-box .book-icon-box .book-icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.admin-img-box .book-icon-box .book-icon > .genre-icon {
  position: absolute;
  font-size: 26px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.myth:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.romance:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.novel:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.fiction:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.biography:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.history:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.drama:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.poems:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.western:after,
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.fiction:after {
  top: 10px;
}
.admin-img-box .book-icon-box .book-icon .genre-icon .fas.fa-book.nonfiction:after {
  top: 10px;
}
.admin-img-box .book-icon-box .book-icon .genre-icon.non:before {
  top: 9px;
  left: 4px;
}
.search-book-title {
  display: block;
  overflow-y: auto;
  max-height: 175px;
  width: 100%;
  position: absolute;
  z-index: 5;
  background: #fff;
}
.search-book-title ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 100%;
}
.search-book-title ul li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-top: none;
  cursor: default;
}
.search-book-title ul li:hover {
  background: #f5f5f5;
}
.book-banner-hero {
  margin: auto;
}
img.book-banner-hero {
  margin-bottom: 10px;
  max-width: 100%;
  height: 100%;
  width: auto;
  position: relative;
  border: 4px solid #fff;
}
.book-banner-view-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.book-banner-view .book-banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
}
.book-banner-view {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 4px;
  height: 500px;
  position: relative;
}
.book-view .book-title-box {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  margin: 0;
}
.book-view-box {
  background: #fff;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0;
  float: left;
}
.book-view .panel {
  box-shadow: none;
}
.book-view .panel-default {
  border-color: #ccc;
  border-width: 0px 0px 1px 0px;
}
.book-view .panel-group .panel-heading {
  background: #fff;
  padding: 10px 15px 10px 0px;
}
.book-view .panel-group .panel {
  border-radius: 0px;
}
.book-view .panel-title > a:before {
  content: '\f077';
  right: 10px;
  left: auto;
  color: #EB8A44;
}
.book-view .panel-title a.collapsed:before {
  content: '\f078';
  right: 10px;
  left: auto;
}
.book-view .panel-title {
  padding: 0px 0px 0px 0px;
}
.book-view .panel-body {
  border-top: 1px solid #ccc !important;
}
.book-view .panel-collapse.collapse.in .panel-body {
  border-top: 1px solid #EB8A44 !important;
}
.book-view .panel-default .panel-heading a {
  padding: 10px 15px 10px 10px;
  background: #EB8A44;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
}
.book-view .panel-default .panel-heading a i {
  color: #fff;
}
.book-view .panel-default .panel-heading a.collapsed {
  background: transparent;
  border-radius: 4px 4px 0px 0px;
  color: #EB8A44;
}
.book-view .panel-default .panel-heading a.collapsed i {
  color: #F9DC24;
}
.book-view-box table.table-striped .member-box .name a {
  background: transparent;
  color: #EB8A44;
  border-radius: unset;
}
.book-view-box table.table-striped .member-box {
  align-items: center;
}
.review-book-icon {
  position: relative;
}
.review-book-icon:after {
  content: '\f27a';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  position: absolute;
  left: 0px;
  font-size: 18px;
  color: #F9DC24;
}
.review-book-icon .review-star:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 2px;
  font-size: 6px;
  top: 4px;
  color: #F9DC24;
}
.review-book-icon .review-star:after {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 9px;
  font-size: 6px;
  top: 4px;
  color: #F9DC24;
}
.review-book-icon .review-text {
  padding-left: 28px;
}
.book-view .panel-default a .review-book-icon:after,
.book-view .panel-default a .review-book-icon .review-star:before,
.book-view .panel-default a .review-book-icon .review-star:after {
  color: #fff;
}
.book-view .panel-default a.collapsed .review-book-icon:after,
.book-view .panel-default a.collapsed .review-book-icon .review-star:before,
.book-view .panel-default a.collapsed .review-book-icon .review-star:after {
  color: #F9DC24;
}
.reviews-book {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.reviews-book h2 {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.reviews-book .reviews-summary {
  font-size: 13px;
  color: #666;
}
.reviews-book .reviews-content {
  font-size: 14px;
  margin-top: 5px;
}
.reviews-book .star-rate {
  float: right;
  padding: 0px;
  margin-bottom: 0px;
  height: 25px;
  pointer-events: none;
}
.reviews-book .star-rate:not(:checked) > label {
  width: 20px;
  font-size: 18px;
}
.reviews-book img {
  max-width: 100%;
  height: auto;
}
.book-view .panel-body .reviews-book:last-child {
  border-bottom: 0px solid #f5f5f5;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.book-post {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.book-post > .book-img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 20px;
}
.book-post > .book-img img {
  width: 75px;
  height: 85px;
  object-fit: cover;
}
.book-post .book-post-detail {
  flex: 1;
}
/* Book Style Ends */
/* Member Home Style Starts */
.member-home {
  display: table;
  width: 100%;
  margin: 10px 0px 0px 0px;
}
.member-home-list {
  display: table-cell;
  width: 77%;
  margin: 0px;
  vertical-align: top;
  padding-right: 15px;
  border-right: 1px solid #e7e7e7;
}
.member-home-grid {
  display: table-cell;
  width: 20%;
  padding-left: 15px;
  vertical-align: top;
}
.member-grid-item {
  width: 100%;
  min-height: 156px;
  float: left;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.member-grid-item:hover {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  transition: all 2s ease;
}
.member-grid-item .box-top {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 8px 5px 8px 6px;
  min-height: 40px;
  background: transparent;
  text-align: center;
  border-radius: 0px;
}
.member-grid-item .box-top .icon {
  float: left;
  line-height: normal;
  font-size: 22px;
  color: #EB8A44;
}
.member-grid-item .box-top .title {
  font-size: 16px;
  line-height: 20px;
  color: #4B7447;
}
.member-grid-item .box-top .external-link {
  float: right;
  font-size: 14px;
  line-height: normal;
  padding-top: 2px;
}
.member-grid-item .box-top .external-link a {
  color: #EB8A44;
}
.member-grid-item .box-mid {
  display: block;
  width: 100%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px 5px 0px 6px;
  background: #fff;
  color: #212121;
  text-align: center !important;
  font-size: 60px;
  overflow: hidden;
}
.member-grid-item .box-mid i.fas.fa-trash-restore {
  font-size: 42px;
  color: #ccc;
}
.member-grid-item .box-bottom {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 5px;
  text-align: center;
}
.member-list-item {
  display: block;
  margin: 0px;
  padding: 20px 0px;
  border: 1px solid #e7e7e7;
  border-width: 0px 0px 1px 0px;
  transition: all 2s ease;
}
.member-list-item:hover {
  background: #f5f5f5;
}
.member-list-item .item-detail {
  display: flex;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
.member-list-item .item-detail .item-icon {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 25px;
  font-size: 13px;
}
.member-list-item .item-detail .item-icon .bg-icon {
  width: 34px;
  height: 34px;
  background-color: #EB8A44;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: 2px;
}
.member-list-item .item-detail .item-icon .bg-icon i {
  font-size: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #FFF;
}
.member-list-item:hover .item-detail .item-icon .bg-icon {
  background-color: #4B7447;
  transition: all 2s ease;
}
.member-list-item .btn-form {
  min-width: 121px;
  margin-top: 15px;
  margin-right: 20px;
}
.sentTemplateMsg {
  color: #EB8A44;
}
.member-list-item .item-detail .item-text {
  flex: 1;
}
.member-list-item .item-detail .item-text h2 {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  text-transform: none;
}
.member-list-item .item-detail .item-text h2 span {
  cursor: pointer;
}
.member-list-item .item-detail .item-text .issue-sub {
  color: #666;
  font-size: 14px;
  padding-top: 3px;
}
.member-list-item .item-detail .item-text .issue-sub span {
  color: #F9DC24;
  margin-right: 5px;
}
.member-list-item .item-detail .item-text ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.member-list-item .item-detail .item-text ul li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
}
.member-list-item .item-detail .item-text h3 {
  margin-bottom: 0px;
  text-transform: none;
  color: #4B7447;
}
.member-list-item .item-detail .item-text .content-list {
  display: block;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
.member-list-item .item-detail .item-text .content-list ul {
  display: block;
  margin: 0px;
  padding-left: 15px;
  list-style-type: disc;
}
.member-list-item .item-detail .item-text .content-list ul li {
  display: list-item;
  list-style-type: disc;
  color: #212121;
}
.member-list-item .item-detail .item-text .genre-icon {
  font-size: 18px;
  margin-right: 5px;
}
.member-list-item .item-detail .item-text .genre-icon:after {
  left: 0;
}
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.myth:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.romance:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.novel:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.fiction:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.biography:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.history:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.poems:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.western:after,
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.nonfiction:after {
  font-size: 9px;
  left: 4px;
  top: 3px;
}
.member-list-item .item-detail .item-text .genre-icon .fas.fa-book.drama:after {
  font-size: 9px;
  left: 3px;
  top: 3px;
}
.member-list-item .item-detail .item-text .genre-icon.non:before {
  font-size: 10px;
  left: 1px;
  top: 3px;
  z-index: 1;
}
.member-list-item.bg-gray {
  background: #f5f5f5;
  border: 0px solid #e7e7e7;
  margin-bottom: 5px;
}
.member-list-item.bg-gray:hover {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  transition: all 2s ease;
}
.member-list-item .item-detail .item-img {
  flex: auto 0;
  padding-left: 5px;
  padding-right: 25px;
  font-size: 13px;
}
.member-list-item .item-detail .item-img .img-profile {
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.member-list-item .item-detail .item-text ul li .btn-form {
  margin-top: 0px;
  margin-right: 0px;
}
.member-notice {
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 5px 10px 10px 10px;
  float: left;
  width: 100%;
}
.member-notice i {
  font-size: 24px;
  margin-top: 5px;
}
.member-notice .notice-text {
  font-size: 13px;
  margin-left: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 6px;
  color: #EB8A44;
}
.member-notice .notice-text:last-child {
  border-bottom: 0px solid #e7e7e7;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.member-notice:hover {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  transition: all 2s ease;
}
/* Member Home Style Ends */
/* Admin Home Help Style Starts */
ul.guide-list {
  display: block;
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 43px;
}
ul.guide-list li {
  position: relative;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: 15px;
}
ul.guide-list li:after {
  content: '\f35a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: -27px;
  top: 0px;
  font-size: 14px;
  color: #EB8A44;
}
.help-info {
  display: block;
  margin: 0px;
  padding: 0px;
}
.help-info p {
  font-size: 15px;
}
.help-info ol {
  display: block;
  list-style: none;
  counter-reset: item;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px;
}
.help-info ol li {
  position: relative;
  margin: 0px 0px 12px 0px;
  padding: 0px 10px 0px 20px;
  font-size: 15px;
  counter-increment: item;
}
.help-info ol li:before {
  content: counter(item);
  background: #EB8A44;
  border-radius: 100%;
  color: white;
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -19px;
  top: 3px;
  font-size: 14px;
  line-height: 20px;
}
.steps-area {
  margin: 50px;
}
.steps-content {
  display: block;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.steps-content .arrow-steps .step {
  display: block;
  font-size: 32px;
  text-align: center;
  color: #fff;
  cursor: default;
  margin: 0 auto;
  padding: 10px 10px 10px 30px;
  width: 220px;
  float: none;
  position: relative;
  background-color: #EB8A44;
  font-style: italic;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.steps-content .arrow-steps .step:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -47.5px;
  right: -47px;
  box-sizing: border-box;
  border: 23.6px solid black;
  border-color: transparent transparent #EB8A44 #EB8A44;
  transform-origin: 0 0;
  transform: rotate(-135deg);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.steps-content .arrow-steps .step:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -47.5px;
  left: 16px;
  box-sizing: border-box;
  border: 23.6px solid black;
  border-color: transparent transparent  #fff  #fff;
  transform-origin: 0 0;
  transform: rotate(-135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.steps-content .arrow-steps {
  display: block;
  margin: 0px 0px 00px 0px;
  padding: 0px;
  position: relative;
}
.steps-content .arrow-steps:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 65px;
  border-left: 1px solid #EB8A44;
  transform: translate(-50%, 58%);
  left: 51%;
  top: 28px;
  opacity: 0.4;
}
.steps-content .steps-icons {
  font-size: 45px;
  margin-top: 75px;
}
.steps-content h3 {
  font-size: 21px;
  margin-top: 0px;
  color: #4B7447;
}
.steps-content p {
  font-size: 17px;
  color: #323232;
}
/* Admin Home Help Style Starts */
.appoint {
  display: flex;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  border-bottom: 1px solid #f1f1f1;
  align-items: center;
}
.appoint-day {
  flex: auto 0;
  width: 100px;
  padding-left: 5px;
  padding-right: 25px;
}
.appoint-time {
  flex: 1;
}
.appoint-time ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.appoint-time ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  border: 1px solid #4B7447;
  padding: 0px;
  margin: 7px 7px 15px 7px;
  border-radius: 5px;
}
.appoint-time ul li a {
  padding: 7px 20px;
  display: block;
  color: #4B7447;
}
.appoint-time ul li:hover {
  background: #4B7447;
}
.appoint-time ul li:hover a {
  color: #fff;
}
.appoint-time ul li.booked-slot {
  background: #fff;
}
.appoint-time ul li.booked-slot a {
  cursor: not-allowed;
  color: #7a7a7a;
}
.appoint-time ul li.booked-slot:hover a {
  color: #7a7a7a;
}
#appoinment-box .ui-scroll-tabs-header:after {
  content: "";
  display: table;
  clear: both;
}
/* Scroll tab default css*/
#appoinment-box .ui-scroll-tabs-view {
  z-index: 1;
  overflow: hidden;
}
#appoinment-box .ui-scroll-tabs-view .ui-widget-header {
  border: none;
  background: transparent;
}
#appoinment-box .ui-scroll-tabs-header {
  position: relative;
  overflow: hidden;
}
#appoinment-box .ui-scroll-tabs-header .stNavMain {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  opacity: 0;
  transition: left .5s, right .5s, opacity .8s;
  transition-timing-function: swing;
}
#appoinment-box .ui-scroll-tabs-header .stNavMain button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #dddddd;
}
#appoinment-box .ui-scroll-tabs-header .stNavMainLeft {
  left: -250px;
}
#appoinment-box .ui-scroll-tabs-header .stNavMainLeft.stNavVisible {
  left: 0;
  opacity: 1;
}
#appoinment-box .ui-scroll-tabs-header .stNavMainRight {
  right: -250px;
}
#appoinment-box .ui-scroll-tabs-header .stNavMainRight.stNavVisible {
  right: 0;
  opacity: 1;
}
#appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav {
  position: relative;
  white-space: nowrap;
}
#appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav li {
  display: inline-block;
  float: none;
}
#appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav li.stHasCloseBtn a {
  padding-right: 0.5em;
  width: 100%;
}
#appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav li span.stCloseBtn {
  float: left;
  padding: 4px 2px;
  border: none;
  cursor: pointer;
}
#appoinment-box.ui-widget.ui-widget-content {
  border: 0px solid #dddddd;
  background: #fff;
}
#appoinment-box.ui-tabs .ui-tabs-panel {
  padding: 0;
}
#appoinment-box .ui-scroll-tabs-header {
  padding: 0px 60px;
  padding-bottom: 15px;
  text-align: center;
  background: #fff;
  border: 0px solid #000;
}
#appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav li span.stCloseBtn {
  display: none;
}
#appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav li {
  width: auto;
  background: #fff;
  border: 0px solid;
}
#appoinment-box .ui-state-hover,
#appoinment-box .ui-widget-content .ui-state-hover,
#appoinment-box .ui-widget-header .ui-state-hover,
#appoinment-box .ui-state-focus,
#appoinment-box .ui-widget-content .ui-state-focus,
#appoinment-box .ui-widget-header .ui-state-focus,
#appoinment-box .ui-button:hover,
.ui-button:focus {
  border: 0px solid #0073ea;
  background-image: unset;
  background: #fff;
}
#appoinment-box .ui-state-default a,
#appoinment-box .ui-state-default a:link,
#appoinment-box .ui-state-default a:visited,
#appoinment-box a.ui-button,
#appoinment-box a:link.ui-button,
#appoinment-box a:visited.ui-button,
#appoinment-box .ui-button {
  color: #797979;
  text-decoration: none;
}
#appoinment-box .ui-state-active a,
#appoinment-box .ui-state-active a:link,
#appoinment-box .ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}
#appoinment-box .ui-state-active,
#appoinment-box .ui-widget-content .ui-state-active,
#appoinment-box .ui-widget-header .ui-state-active,
#appoinment-box a.ui-button:active,
#appoinment-box .ui-button:active,
#appoinment-box .ui-button.ui-state-active:hover {
  border: 0px solid #dddddd;
}
#appoinment-box .slots {
  font-size: 12px;
  color: #04a803;
}
#appoinment-box .no-slots {
  font-size: 12px;
  color: #ddd;
}
#appoinment-box span.ui-icon.ui-icon-seek-next,
#appoinment-box span.ui-icon.ui-icon-seek-prev {
  background-image: unset;
  text-indent: unset;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;
}
#appoinment-box span.ui-icon.ui-icon-seek-next:after {
  width: 30px;
  height: 30px;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 18px;
  padding: 3px 8px 0px 8px;
  color: #9C27B0;
  left: -3px;
  top: -2px;
}
#appoinment-box span.ui-icon.ui-icon-seek-prev:after {
  width: 30px;
  height: 30px;
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 18px;
  padding: 3px 8px 0px 8px;
  color: #9C27B0;
  left: -4px;
  top: -2px;
}
#appoinment-box .ui-scroll-tabs-header .stNavMainRight {
  right: 0px;
  opacity: 1;
}
#appoinment-box.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-bottom: 2px solid #4B7447;
}
/*---------------Mobile Styling Starts---------------*/
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 7px;
  }
  .modal-medium {
    width: 390px;
  }
  .modal-product {
    width: 630px;
  }
  .modal-admin {
    width: 790px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .padMR0 {
    padding-right: 15px !important;
  }
  .padML0 {
    padding-left: 15px !important;
  }
  .marMT5 {
    margin-top: 5px;
  }
  .container {
    width: 100%;
  }
  header {
    z-index: 6;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
  .navbar-toggle {
    margin-right: 0px !important;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #8EBA43;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #4B7447;
    border-bottom: 3px solid #4B7447;
    margin-top: -3px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: #4B7447;
  }
  .navbar-default,
  .navbar-inverse {
    z-index: 5;
  }
  .navbar-log.navbar-default,
  .navbar-log.navbar-inverse {
    z-index: 5;
  }
  .navbar-collapse {
    overflow-y: hidden !important;
  }
  .left-menu.navbar-collapse {
    margin-top: -10px;
  }
  .carousel-indicators {
    z-index: 0;
  }
  .user-dropdown {
    float: left;
  }
  .top-mid {
    color: #fff;
    height: 100%;
  }
  .logo-mar {
    margin: 5px 0px;
  }
  .pull {
    padding-top: 125px !important;
  }
  .pull-menu-log {
    padding-top: 125px !important;
  }
  .pull-nomenu {
    padding-top: 106px !important;
  }
  .metis-left-menu .pull-nomenu {
    padding-top: 115px !important;
  }
  .navbar.sidebar.sidebar-nomenu {
    top: 0px;
  }
  .navbar.sidebar.sidebar-nomenu .sidebar ul li a {
    padding-left: 10px;
  }
  .call {
    display: none;
  }
  .powered {
    top: 55px;
  }
  .sticky-time {
    position: sticky;
    top: 23px;
  }
  .sticky-time:before {
    top: -26px;
    height: 27px;
  }
  .carousel-caption h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: normal;
    padding: 0px 5px;
  }
  .top-bar {
    height: auto;
    position: relative;
  }
  .top-bar .top-right {
    text-align: right;
    margin-top: 5px;
  }
  .top-search {
    display: block;
    height: auto;
  }
  .top-search .logo-box img {
    height: 45px;
  }
  .top-search .search-box .input-group {
    margin-left: 0px;
  }
  .navbar {
    top: 0px;
    min-height: unset;
    position: relative;
  }
  .top-bar .multi-location {
    top: 38px;
  }
  .footer {
    height: 90px;
  }
  .ssl-icon {
    top: 47px;
  }
  .div-form {
    padding: 20px 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .div-setup-form {
    padding: 20px 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .login-top {
    margin: 13px 0px 10px 0px;
    float: right;
    width: inherit;
  }
  .sub-menu {
    width: 100%;
  }
  ul.sub-menu {
    border-top: 1px solid #80a73c;
    font-size: 13px;
  }
  ul.sub-menu li a {
    padding: 8px 8px 8px 8px;
  }
  .modal-edit-member {
    width: auto !important;
  }
  .modal.modal-addr:before {
    content: '';
    display: none;
  }
  .modal-dialog.modal-dialog-addr {
    display: block;
    text-align: left;
  }
  h1 {
    font-size: 18px !important;
  }
  h2 {
    font-size: 16px;
    line-height: normal;
  }
  .border-right {
    border-right: 0px dashed #B6B6B6;
  }
  .mobile-scroll {
    float: right;
    color: #fff;
    padding: 3px 5px;
    background: #4B7447;
    border: 1px solid #4B7447;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .btn-mob {
    width: 100%;
  }
  .grid {
    margin-left: 0px;
  }
  .grid-item,
  .grid-item-content {
    width: 100%;
    margin-right: 0px;
  }
  .grid-item-content {
    width: 100%;
  }
  .grid-item.is-expanded,
  .grid-item.is-expanded .grid-item-content {
    width: 100%;
  }
  .ng-table-pager {
    margin-top: 10px;
  }
  .i-top {
    float: right;
  }
  .wiz-button {
    position: relative;
    bottom: 10px;
    padding: 0px;
  }
  .logo-upload {
    float: none;
  }
  .table-responsive {
    border: 0px solid #ddd !important;
  }
  .table-responsive > .table-bordered {
    border: 1px solid #ddd;
  }
  .table-curved ul.icons-18 {
    display: flex;
    display: -webkit-flex;
  }
  .media-tab ul {
    margin-bottom: 8px;
  }
  a.btn-sort {
    position: relative;
    right: 6px;
    top: 0px;
    float: right;
  }
  .pd-right {
    padding-right: 15px;
  }
  .time-float {
    float: left;
  }
  .center-mob {
    text-align: center;
  }
  .table-block {
    table-layout: auto;
  }
  .top-add {
    top: -18px;
  }
  .add-list.add-list-mob {
    margin-bottom: 10px;
    margin-top: 0px !important;
  }
  .member-list {
    width: 100%;
  }
  .detail-view .member-list .member-img {
    width: 15%;
  }
  .detail-view .member-list .member-data {
    width: 79%;
  }
  .detail-view .member-list .member-data .desg {
    width: 100%;
  }
  .message-det .message-img {
    display: table-cell;
    width: 14%;
    float: left;
  }
  .message-det .message-data {
    display: table-cell;
    width: 86%;
    float: left;
  }
  .member-list {
    width: 100%;
  }
  .member-list .member-data {
    border-right: 0px dashed #ccc;
    min-height: unset;
  }
  .detail-view .member-list .member-img {
    width: 15%;
  }
  .detail-view .member-list .member-data {
    width: 79%;
  }
  .detail-view .member-list .member-data .desg {
    width: 100%;
  }
  .member-list .member-img {
    margin-top: 4px;
  }
  .member-list .member-img img:hover {
    transform: scale(1);
  }
  ul.member-list-icon {
    margin-top: -4px !important;
  }
  .program-view {
    position: relative;
    top: 10px;
  }
  .program-view-box {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .program-view-box h2 {
    font-size: 20px;
  }
  .program-view .program-title-box {
    padding: 10px 0px 10px 0px;
  }
  .program-view-box .media-img {
    width: auto;
    height: 165px;
  }
  .program-view-box ul.program-media li {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  .program-banner-hero {
    height: auto;
  }
  img.program-banner-hero {
    margin-bottom: 0px;
    height: auto;
  }
  .live-nav.fixed-chat {
    bottom: 110px;
  }
  .book-banner-view {
    padding: 20px;
    height: auto;
  }
  img.book-banner-hero {
    margin-bottom: 0px;
    height: auto;
  }
  .btn.btn-book-mob {
    padding: 4px 8px 4px;
    font-size: 13px;
  }
  .book-details h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .book-details .book-author {
    font-size: 16px;
  }
  .book-view-box .book-mblock {
    display: block;
    margin-bottom: 5px;
  }
  .book-view-box .book-maction {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    float: left;
  }
  .book-view-box .book-maction a.pull-right.font14 {
    float: left !important;
  }
  .book-view-box .book-maction span.pull-right.font14 {
    float: left !important;
  }
  .book-view-box .book-maction span.pull-right.font16 {
    float: left !important;
  }
  .event-filetype input[type="file"],
  .event-filetype.hero input[type="file"] {
    width: 100%;
  }
  .multi-location:after {
    top: 3px;
  }
  .top-add-mob {
    top: -23px;
  }
  .profile-edit-up {
    bottom: 53px;
  }
  .resend-otp {
    bottom: 4px;
  }
  #cookie-law p {
    line-height: normal;
  }
  .program-pic {
    height: auto;
  }
  .program-pic img {
    height: auto;
  }
  .vote-main {
    padding: 0px 0px;
  }
  .vote-options .btn-vote {
    width: 100%;
  }
  .vote-main .carousel-control.left {
    left: -25px;
  }
  .vote-main .carousel-control.right {
    right: -25px;
  }
  .vote-main .carousel-control {
    top: 0;
    margin-top: 25px;
  }
  .coupon-view .coupon-details .input-group {
    width: 100%;
  }
  .cohort-box-select {
    width: 100%;
  }
  .cohort-box-select .cohort-added {
    width: 100%;
  }
  .cohort-box-select .cohort-added .cohort-name {
    max-width: 100%;
    white-space: normal;
  }
  .cohort-box-select .cohort-selected {
    display: block;
  }
  #metadataDiv .meta-input {
    width: 92%;
  }
  .switch-field.switch-mfield {
    display: block;
    float: left;
    width: 120px;
  }
  .switch-field.switch-mfield input {
    position: static !important;
  }
  .global-issues ul li .tooltip {
    z-index: 5;
  }
  /* Calculator Starts */
  .calculator,
  #display,
  .btnTop,
  .btnNum,
  .btnMath,
  .btnOpps {
    width: 100%;
  }
  /* Calculator Ends */
  /* Presence Style Starts */
  .calendar-overflow {
    overflow-x: inherit;
    overflow-y: hidden;
  }
  .table-block {
    table-layout: fixed;
  }
  .table-block td {
    width: 35px;
  }
  .table-block td .position-rel {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -50px;
    float: left;
    width: 94%;
    z-index: 4;
  }
  .presenceTooltipText hr {
    margin: 5px auto;
    width: auto;
    height: 30px;
    border: 1px solid #e2e2e2;
  }
  .table-block td .position-rel {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -50px;
    float: left;
    width: 94%;
    z-index: 4;
  }
  .presenceTooltip .presenceTooltipText {
    width: 100%;
    bottom: unset;
    display: flex;
    padding: 8px;
    margin-left: 0px;
  }
  .presenceTooltip .presenceTooltipText:after {
    left: 46%;
  }
  .presenceTooltip .presenceTooltipText:before {
    left: 46%;
  }
  table.table.table-bordered tr:nth-child(2) .table-block tr td .presenceTooltipText {
    width: 100%;
    bottom: unset;
    display: flex;
    padding: 8px;
    margin-left: 0px;
  }
  table.table.table-bordered tr:nth-child(2) .table-block tr td.presenceTooltip .presenceTooltipText:before {
    border-top: 10px solid #cccccc;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -21px;
    top: auto;
    left: 46%;
  }
  table.table.table-bordered tr:nth-child(2) .table-block tr td.presenceTooltip .presenceTooltipText:after {
    border-top: 10px solid white;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -20px;
    top: auto;
    left: 46%;
  }
  .table-responsive > .table-bordered tr .table-block tr td:last-child .presenceTooltipText {
    left: auto;
  }
  .table-block td {
    position: static;
    padding: 8px 10px;
  }
  .bg-absent {
    background: #ffffff url(/img/bg-absent.png) repeat-x;
  }
  .bg-present {
    background: #fff url(/img/bg-present.png) repeat-x;
  }
  .table-block td.bg-holiday {
    background: url(/img/sprite.png), url(/img/bg-absent.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -50px -45px, left top;
  }
  .table-block td.bg-holiday.saturday {
    position: static;
    background-image: none;
    background: #fffed6 url(/img/bg-absent.png) repeat-x;
  }
  .table-block td.bg-holiday.saturday:after {
    content: 'Sat';
    position: relative;
    transform: translate(-50%, -50%);
    top: 2px;
    font-size: 12px;
    color: #989696;
    left: -8px;
  }
  .table-block td.bg-holiday.sunday {
    position: static;
    background-image: none;
    background: #fffed6 url(/img/bg-absent.png) repeat-x;
  }
  .table-block td.bg-holiday.sunday:after {
    content: 'Sun';
    position: relative;
    transform: translate(-50%, -50%);
    top: 2px;
    font-size: 12px;
    color: #989696;
    left: -9px;
  }
  .table-block td.bg-holiday.saturday-work {
    position: static;
    background-image: none;
    background: #fffed6 url(/img/bg-present.png) repeat-x;
  }
  .table-block td.bg-holiday.saturday-work:after {
    content: 'Sat';
    position: relative;
    transform: translate(-50%, -50%);
    top: 2px;
    font-size: 12px;
    color: #4baf50;
    left: -8px;
  }
  .table-block td.bg-holiday.sunday-work {
    position: static;
    background-image: none;
    background: #fffed6 url(/img/bg-present.png) repeat-x;
  }
  .table-block td.bg-holiday.sunday-work:after {
    content: 'Sun';
    position: relative;
    transform: translate(-50%, -50%);
    top: 2px;
    font-size: 12px;
    color: #4baf50;
    left: -9px;
  }
  .bg-present.swipein {
    background-image: none;
    width: 30%;
    -webkit-animation: swipein 1s linear infinite;
    animation: swipein 1s linear infinite alternate;
  }
  .bg-present.swipein:after {
    content: "";
    position: relative;
    top: -26px;
    left: 0;
    border-top: 3px solid #0ede19;
    width: 50%;
    -webkit-animation: swipein 1s linear infinite;
    animation: swipein 1s linear infinite alternate;
  }
  .bg-present.swipehalf {
    background-image: none;
    background: url("/img/bg-present.png"), url("/img/bg-absent.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left top;
    background-size: 50% 10%;
  }
  .bg-present.swipecheck {
    position: static;
    background-image: none;
    background: #fff url(/img/bg-present.png) repeat-x;
  }
  .bg-present.swipecheck:before {
    position: relative;
    transform: translate(-50%, -50%);
    top: 2px;
    left: 1px;
  }
  .bg-present.swipehalf:after {
    display: none;
  }
  .bg-present.swipehalf:before {
    display: none;
  }
  .bg-absent:after {
    display: none;
  }
  .table-block td.bg-holiday:before {
    display: none;
  }
  .bg-present:after {
    display: none;
  }
  .table-block td.bg-holiday.christmas {
    background-position: 5px -44px, left top;
  }
  .table-block td.bg-holiday.christmas-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 5px -44px, left top;
  }
  .table-block td.bg-holiday.diwali {
    background-position: -1212px -43px, left top;
  }
  .table-block td.bg-holiday.diwali-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -1212px -43px, left top;
  }
  .table-block td.bg-holiday.balipratipada {
    background-position: -49px -43px, left top;
  }
  .table-block td.bg-holiday.balipratipada-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -49px -43px, left top;
  }
  .table-block td.bg-holiday.bhaidooj {
    background-position: -1279px -43px, left top;
  }
  .table-block td.bg-holiday.bhaidooj -work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -1279px -43px, left top;
  }
  .table-block td.bg-holiday.ganeshchaturthi {
    background-position: -98px -44px, left top;
  }
  .table-block td.bg-holiday.ganeshchaturthi-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -98px -44px, left top;
  }
  .table-block td.bg-holiday.mahashivratri {
    background-position: -150px -44px, left top;
  }
  .table-block td.bg-holiday.mahashivratri-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -150px -44px, left top;
  }
  .table-block td.bg-holiday.goodfriday {
    background-position: -200px -43px, left top;
  }
  .table-block td.bg-holiday.goodfriday-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -200px -43px, left top;
  }
  .table-block td.bg-holiday.gurunanakjayanti {
    background-position: -257px -43px, left top;
  }
  .table-block td.bg-holiday.gurunanakjayanti-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -257px -43px, left top;
  }
  .table-block td.bg-holiday.gandhijayanti {
    background-position: -302px -40px, left top;
  }
  .table-block td.bg-holiday.gandhijayanti-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -302px -40px, left top;
  }
  .table-block td.bg-holiday.ramzan {
    background-position: -354px -44px, left top;
  }
  .table-block td.bg-holiday.ramzan-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -354px -44px, left top;
  }
  .table-block td.bg-holiday.maharashtraday {
    background-position: -404px -40px, left top;
  }
  .table-block td.bg-holiday.maharashtraday-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -404px -40px, left top;
  }
  .table-block td.bg-holiday.republicday {
    background-position: -455px -40px, left top;
  }
  .table-block td.bg-holiday.republicday-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -455px -40px, left top;
  }
  .table-block td.bg-holiday.independenceday {
    background-position: -512px -38px, left top;
  }
  .table-block td.bg-holiday.independenceday-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -512px -38px, left top;
  }
  .table-block td.bg-holiday.gudipadwa {
    background-position: -564px -39px, left top;
  }
  .table-block td.bg-holiday.gudipadwa-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -564px -39px, left top;
  }
  .table-block td.bg-holiday.parsinewyear {
    background-position: -618px -44px, left top;
  }
  .table-block td.bg-holiday.parsinewyear-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -618px -44px, left top;
  }
  .table-block td.bg-holiday.holi {
    background-position: -672px -41px, left top;
  }
  .table-block td.bg-holiday.holi-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -672px -41px, left top;
  }
  .table-block td.bg-holiday.ramnavami {
    background-position: -727px -40px, left top;
  }
  .table-block td.bg-holiday.ramnavami-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -727px -40px, left top;
  }
  .table-block td.bg-holiday.mahavirjayanti {
    background-position: -779px -38px, left top;
  }
  .table-block td.bg-holiday.mahavirjayanti-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -779px -38px, left top;
  }
  .table-block td.bg-holiday.dussehra {
    background-position: -832px -39px, left top;
  }
  .table-block td.bg-holiday.dussehra-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -832px -39px, left top;
  }
  .table-block td.bg-holiday.bakrieid {
    background-position: -933px -41px, left top;
  }
  .table-block td.bg-holiday.bakrieid-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -933px -41px, left top;
  }
  .table-block td.bg-holiday.shivajimaharaj {
    background-position: -985px -40px, left top;
  }
  .table-block td.bg-holiday.shivajimaharaj-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -985px -40px, left top;
  }
  .table-block td.bg-holiday.janmashtami {
    background-position: -886px -39px, left top;
  }
  .table-block td.bg-holiday.janmashtami-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -886px -39px, left top;
  }
  .table-block td.bg-holiday.newyear {
    background-position: -1042px -39px, left top;
  }
  .table-block td.bg-holiday.newyear-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -1042px -39px, left top;
  }
  .table-block td.bg-holiday.buddha {
    background-position: -1158px -38px, left top;
  }
  .table-block td.bg-holiday.buddha-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -1158px -38px, left top;
  }
  .table-block td.bg-holiday.ambedkar {
    background-position: -1098px -39px, left top;
  }
  .table-block td.bg-holiday.ambedkar-work {
    background: url(/img/sprite.png), url(/img/bg-present.png);
    background-repeat: no-repeat, repeat-x;
    background-position: -1098px -39px, left top;
  }
  /* Presence Style Ends */
  .team-list .team-member {
    width: 100%;
  }
  .team-list .team-member .team-pic {
    width: 100%;
  }
  .team-list .team-member .team-data {
    width: 100%;
    padding-left: 0px;
  }
  .team-list .team-member .team-data h3 {
    text-align: center;
  }
  .team-list .team-member .team-data .team-desg {
    text-align: center;
  }
  .browse-input {
    width: 85%;
  }
  .remove_button,
  .add_button {
    right: 1px;
  }
  .upload-box {
    width: 100%;
    padding: 15px 15px;
  }
  .trumbowyg-box,
  .trumbowyg-editor {
    min-height: 350px;
  }
  .question-accordion .panel-body {
    padding: 5px;
  }
  .top-qa {
    top: -14px;
    width: 100%;
  }
  .breadcrumb-qa {
    padding-top: 0px;
  }
  .breadcrumb-qa ~ .top-qa {
    top: 0px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
  }
  .total-qa {
    width: 100%;
  }
  .box-video {
    width: 90%;
    padding-bottom: 53.25%;
  }
  .avail-mod ul {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .avail-mod ul li {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .picZoomer-zoom-wp {
    display: none !important;
  }
  .picZoomer-pic-wp:hover .picZoomer-cursor {
    display: none !important;
  }
  .picZoomer ~ .text-center {
    display: none;
  }
  .icon-verify {
    right: 1px;
  }
  .lable-readonly-email .email-text {
    width: 220px;
  }
  .bs-float-label > .float-label.float-salutation {
    left: 12px;
  }
  ul.program-masonry li.grid-sizer,
  ul.program-masonry li.grid-item {
    width: 100%;
    margin: 0px 0px;
  }
  ul.poll-masonry li.grid-sizer,
  ul.poll-masonry li.grid-item {
    width: 100%;
    margin: 0px 0px;
  }
  ul.obituary-masonry li.grid-sizer,
  ul.obituary-masonry li.grid-item {
    width: 100%;
    margin: 0px 0px;
  }
  ul.article-masonry li.grid-sizer,
  ul.article-masonry li.grid-item {
    width: 100%;
    margin: 0px 0px;
  }
  ul.book-masonry li.grid-sizer,
  ul.book-masonry li.grid-item {
    width: 100%;
    margin: 0px 0px;
  }
  #addbookModal .col-xs-12.pull-right .text-right,
  #editBookModal .col-xs-12.pull-right .text-right {
    text-align: left !important;
  }
  #addbookModal .col-xs-12.pull-right .text-right .checkbox-inline + .checkbox-inline,
  #editBookModal .col-xs-12.pull-right .text-right .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
  }
  .switch-field.poll-switch {
    width: 119px;
  }
  .switch-field.poll-switch input {
    position: relative !important;
  }
  .question-accordion .panel-group .panel-heading {
    padding: 5px 5px 5px 10px;
    min-height: 47px;
    height: unset;
    display: inline-block;
    width: 100%;
  }
  .question-accordion .panel-group .panel-heading .panel-title a.pull-left {
    width: 100%;
    margin-bottom: 0px;
    line-height: 24px;
  }
  .question-accordion .panel-group .panel-heading .panel-title .text-right {
    font-size: 13px;
    width: 100%;
  }
  .question-accordion .panel-title > a {
    width: 100%;
    text-overflow: unset;
    white-space: unset;
  }
  .question-accordion .panel-action a {
    font-size: 11px;
  }
  .question-accordion .panel-action a .font16,
  .question-accordion .panel-body .sub-title a .font16 {
    font-size: 11px !important;
  }
  .question-accordion .panel-action .move-txt,
  .question-accordion .panel-body .sub-title .move-txt {
    font-size: 11px;
  }
  .question-accordion .panel-title {
    line-height: 20px;
  }
  .question-accordion .panel-title .icon.marR5 {
    margin-right: 2px !important;
  }
  .question-accordion .action-space {
    margin-left: 3px;
    margin-right: 3px;
  }
  .question-accordion .panel-body .sub-title a {
    font-size: 11px;
  }
  #previewContentModal .table-content > thead > tr > th .truncated-head {
    width: 100%;
    text-overflow: unset;
    white-space: normal;
  }
  .program-banner-view {
    padding: 20px;
    height: auto;
  }
  ol.questionset-legend {
    margin-top: 2px;
  }
  #countdownTimer {
    margin-top: 2px;
  }
  #relativeAddNumberError {
    margin-top: -10px;
    margin-bottom: 15px;
  }
  .usernews-date {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .usernews-date h2 {
    padding-left: 26px;
  }
  .usernews-detail {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
  }
  .usernotice-date {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .usernotice-date h2 {
    padding-left: 26px;
  }
  .usernotice-head {
    padding-top: 0px;
  }
  .usernotice-detail {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
  }
  /*Webadmin Left Menu Style Starts Here*/
  .metis-left-menu .wrapper {
    background: #fff;
  }
  .metis-left-menu .navbar {
    margin-bottom: 0px;
  }
  .metis-left-menu .menubg .container {
    padding-left: 15px;
  }
  .metis-left-menu .sidebar .menubg .container {
    padding-left: 0px;
  }
  .metis-left-menu .bodycontainer {
    margin-top: 100px;
    min-height: 100% !important;
  }
  .metis-left-menu .bodycontainer {
    position: inherit;
    margin: 0px 0 0 0px;
    padding: 0 15px;
    border-left: 1px solid #e7e7e7;
  }
  .metis-left-menu .wrapper-content.bodycontainer:before {
    width: 0px;
  }
  .metis-left-menu .pull {
    padding-top: 125px !important;
  }
  .metis-left-menu .pull-menu-log {
    padding-top: 125px !important;
  }
  .metis-left-menu .admin-button {
    display: none;
  }
  .metis-left-menu .bodycontainer:before {
    background: transparent;
    width: 0px;
  }
  .metis-left-menu .mCustomScrollbar {
    max-height: 411px;
  }
  .metis-left-menu .mCSB_scrollTools {
    top: 18px !important;
  }
  .metis-left-menu .mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
  }
  .navbar.sidebar {
    top: 0px;
  }
  .sidebar {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #EB8A44;
    height: auto;
  }
  .sidebar .sidebar-nav.navbar-collapse {
    background: #EB8A44;
  }
  .sidebar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sidebar #side-menu li a > span {
    display: inline-block;
  }
  .sidebar-icon {
    width: 100% !important;
  }
  .wrapper-content {
    margin-left: 0px !important;
  }
  .navbar-default .navbar-nav > li > a i {
    margin-right: 13px;
    width: 16px;
  }
  .sidebar ul li a {
    padding-left: 45px;
  }
  .navbar.sidebar {
    display: none;
  }
  .navbar.sidebar.collapse.in {
    display: block;
  }
  /*Webadmin Left Menu Style Ends Here*/
  .questions-next {
    width: 100%;
    padding: 7px 0px 10px 0px;
  }
  .questions-next a {
    width: 100%;
    float: left;
  }
  .questions-page {
    width: 100%;
    white-space: nowrap;
  }
  a.finish {
    margin-top: 1px;
    padding: 2px 10px;
    margin-left: 5px;
  }
  .breadcrumb-block ul.breadcrumb-left {
    width: 100%;
  }
  .discuss-img {
    float: left;
    margin-bottom: 5px;
  }
  .comment-img {
    float: left;
    margin-bottom: 5px;
  }
  .comment-textbox {
    padding: 15px 5px 15px 8px;
  }
  .comment-textbox .comment-control i {
    font-size: 11px;
  }
  .reply-box {
    margin-top: 5px;
  }
  .content-vline {
    border-left: 0px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding-left: 0px;
    padding-top: 10px;
    min-height: auto;
  }
  .content-text {
    max-width: 65%;
  }
  .table-content.table-content-mob {
    table-layout: unset;
  }
  .top-add-btn {
    margin-top: -11px;
  }
  .result {
    display: flex;
  }
  .questiontab .question-option .control {
    margin-bottom: 5px;
  }
  .questiontab .question-option .control--radio .control__indicator {
    float: left;
  }
  .questiontab .col-md-push-10.text-center {
    text-align: right !important;
  }
  .questiontab .nav-tabs > li {
    width: 100%;
  }
  .questiontab .remove-option {
    font-size: 14px;
    margin-top: 12px;
  }
  ol.questionset-legend {
    margin-right: 0px;
  }
  ol.questionset-legend li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0px 2px;
  }
  .progress-profile {
    margin-top: -10px;
  }
  .schedule-content .remove-activity {
    top: 0px;
  }
  .timeline {
    margin-left: 82px;
  }
  .timeline:before {
    margin-left: -9.5px;
  }
  .timeline li .timeline-panel-date {
    left: -84px;
  }
  .timeline li .tl-circ-date {
    margin-left: -18px;
  }
  .timeline li .timeline-panel {
    width: 100%;
    padding: 9px 0px 5px 7px;
  }
  .timeline-panel .tl-heading h3 {
    font-size: 16px;
  }
  .feedback-view {
    padding: 8px 8px;
    margin-top: 20px;
  }
  .refer-view {
    padding: 20px 25px;
    margin-top: 20px;
  }
  .refer-view .sharelink-text {
    width: 100%;
    padding-top: 0px;
    text-align: left;
    padding-right: 0px;
  }
  .refer-view .sharelink-input {
    width: 100%;
  }
  .forums-textbox {
    padding-left: 0px;
  }
  .footer-facebook i {
    font-size: 16px;
  }
  .forums-box {
    width: 100%;
  }
  .table.invoice > tbody > tr.caret-accordion td.caret-ascend.collapsed:after {
    left: 15px;
    background: #ffffff;
    padding: 0px 2px;
  }
  .table.invoice > tbody > tr.caret-accordion td.caret-ascend:after {
    left: 15px;
    background: #ffffff;
    padding: 0px 2px;
  }
  .content-text .tooltip.top {
    z-index: 2;
  }
  .obituary h2 {
    padding: 0px 25px;
  }
  .obituary .content {
    padding: 0px;
  }
  .obituary .page-corner1 img,
  .obituary .page-corner2 img,
  .obituary .page-corner3 img,
  .obituary .page-corner4 img {
    width: 50px;
  }
  .obituary .page-corner2 {
    right: -7px;
    top: 1px;
  }
  .obituary .page-corner3 {
    bottom: 0px;
  }
  .issue-view-modal.modal:before {
    content: '';
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -4px;
  }
  .issue-view-modal .modal-dialog {
    display: block;
  }
  .global-issues ul li {
    width: 50%;
    margin: 0px 0px 5px 0px;
  }
  .global-issues ul li .btn-issue,
  .global-issues ul li .btn-issue.active,
  .global-issues ul li .btn-issue.active:focus {
    min-width: 123px;
  }
  .form-group .bootstrap-select {
    z-index: auto;
  }
  .mentionDiv {
    width: 255px !important;
  }
  .save-filter {
    margin-bottom: 10px;
  }
  .top-filter {
    width: 100%;
    position: relative;
    right: 0px;
    top: 10px;
  }
  .top-filter.no-btn-issue {
    right: 0px;
  }
  .top-add-issue {
    top: 0px;
    position: relative;
    margin-top: 10px;
    right: 0;
  }
  .input-group-w {
    width: 260px;
  }
  .signup-site {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .signup-site .signup-text {
    display: block;
    width: 100%;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
  }
  .signup-site .signup-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .signup-site .signup-form {
    display: block;
    width: 100%;
    padding: 25px 0px;
  }
  .signup-site .signup-form .signup-form-box {
    padding: 20px;
  }
  .signup-site .signup-text .signup-left-pic {
    width: 100%;
  }
  .signup-site .signup-text .signup-text-box {
    width: 100%;
  }
  .signup-site .signup-text .signup-text-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 42px;
  }
  .signup-form-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 42px;
  }
  .signup-form-box h3 {
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 22px;
  }
  .setup-site {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .setup-site .setup-text {
    display: block;
    width: 100%;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
  }
  .setup-site .setup-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .setup-site .setup-form {
    display: block;
    width: 100%;
    padding: 25px 0px;
  }
  .setup-site .setup-form .setup-form-box {
    padding: 20px;
  }
  .setup-site .setup-text .setup-left-pic {
    width: 100%;
  }
  .setup-site .setup-text .setup-text-box {
    width: 100%;
  }
  .setup-site .setup-text .setup-text-box h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 42px;
  }
  .member-home-list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    border-right: 0px solid #e7e7e7;
    float: left;
  }
  .member-home-grid {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  .member-list-item .item-detail {
    display: block;
    padding: 0px 0px 0px 0px;
  }
  .member-list-item .item-detail .item-icon {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .member-list-item .item-detail .item-icon .bg-icon {
    margin: 0 auto;
  }
  .member-list-item .item-detail .item-text h2 {
    font-size: 20px;
  }
  .member-list-item .item-detail .item-text ul li {
    margin-bottom: 5px;
    width: 46%;
  }
  .member-list-item .btn-form {
    width: 100%;
    margin-right: 0px;
  }
  .member-list-item .item-detail .item-img {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .notice-view .pull-right.text-capitalize {
    float: none !important;
    display: block;
  }
  .book-view .book-title-box .book-details .review-book-icon {
    display: inline-block;
  }
  .book-view .book-title-box .book-details .review-book-icon .review-star:before,
  .book-details .review-book-icon .review-star:after {
    top: 5px;
  }
  .book-list .col-md-2,
  .book-list .col-md-10 {
    padding: 0px;
  }
  .book-list .add-book {
    left: 10px;
  }
  .book-list .badge {
    right: 10px;
  }
  .book-view .panel-body {
    padding: 10px 0px;
  }
  .reviews-book h2 {
    font-size: 15px;
  }
  .reviews-book .star-rate {
    margin-bottom: 5px;
  }
  .modal.actual-effort:before {
    height: auto;
  }
  .modal.actual-effort .modal-dialog {
    display: block;
  }
  .invite-friends ul li .invite-check {
    width: 7%;
    padding-left: 4px;
  }
  .invite-friends ul li .invite-img {
    width: 13%;
  }
  .invite-friends ul li img {
    margin: 0px 5px;
  }
  .invite-friends ul li .invite-name {
    width: 80%;
  }
  .invite-friends ul li .invite-phone i {
    margin-right: 0px;
  }
  .add-friends-box {
    padding-right: 15px;
  }
  .add-friends-click {
    right: -8px;
  }
  .add-friends-box .row.marB5.position-rel {
    margin-bottom: 25px !important;
  }
  .footer .footer-below {
    margin-top: 5px;
    font-size: 12px;
  }
  .whiteboard li {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    width: 50%;
    height: 40px;
  }
  .whiteboard li a {
    text-align: left;
  }
  #canvasContainer {
    margin-bottom: 20px;
  }
  .chat-box,
  .chat-box.full-chat {
    width: 90%;
    right: 19px;
    bottom: 18px;
  }
  .chat-box.full-chat .chat-box-message {
    height: 45vh;
  }
  .chat-box.full-chat .chat-box-message .chat-box-user {
    width: 15%;
  }
  .chat-box.full-chat .chat-box-user-meessage {
    width: 85%;
  }
  .whiteboard canvas#whiteboardCanvas.full-whiteboard {
    height: 62vh;
  }
  .whiteboard-menu {
    display: block;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 1px;
    color: #fff !important;
    text-align: right;
  }
  #whiteboardMenu.collapse {
    display: none;
  }
  #whiteboardMenu.collapse.in {
    display: block;
  }
  .whiteboard .dropdown-stroke {
    width: 150px;
  }
  .whiteboard .dropdown-stroke ol li {
    height: auto;
  }
  .whiteboard .dropdown-setting {
    width: auto;
  }
  .whiteboard .dropdown-setting ol li {
    height: auto;
  }
  .whiteboard .dropdown-color {
    width: auto;
    margin-left: 0px;
  }
  .whiteboard .dropdown-color ol li {
    margin-right: 6px;
  }
  .bs-float-label > .float-label.show.cohort-zindex {
    z-index: 5;
  }
  live-nav.live-nav-issue {
    bottom: 96px;
  }
  .chat-box.chat-box-issue {
    bottom: 95px;
  }
  .message-search {
    position: static;
    margin-top: 10px;
  }
  .example-image-link iframe {
    height: 197px !important;
  }
  .reports {
    padding-bottom: 15px;
  }
  .reports-member .img {
    width: 25%;
  }
  .reports-member .name {
    width: 75%;
  }
  .chart-mobile {
    height: 270px !important;
  }
  .grid-item.grid-mobile {
    height: 370px;
  }
  .grid-item.grid-mobile .grid-item-content {
    height: 370px;
  }
  .grid-item.grid-mobile .box-mid {
    height: 304px;
  }
  .overlay {
    display: block;
  }
  .item .content-details-doc {
    bottom: 10%;
  }
  .alert {
    margin-bottom: 30px;
  }
  .add-list.marT20 {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .addUser .intl-tel-input {
    margin-bottom: 25px;
  }
  .addFamily-dob ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  .addFamily-dob ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  #notice ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  #notice ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  .addNews-start .dropdown-menu,
  .updateNews-start .dropdown-menu {
    top: -274px;
  }
  .addNews-start ul.dropdown-menu,
  .updateNews-start ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  .addNews-start ul.dropdown-menu .datetimepicker,
  .updateNews-start ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  #poll ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  #poll ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  .poll-container {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #cecece;
    margin-top: 10px;
  }
  .questionSet.endDate ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  .questionSet.endDate ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  .add-list {
    margin-top: 0 !important;
    margin-bottom: 5px;
  }
  .manage-addr {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #editUser .row:first-child {
    margin-top: 10px;
  }
  #program ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  #program ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  #coupon ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  #coupon ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  .reports ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
    z-index: 9999;
  }
  .reports ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  #editUser ul.dropdown-menu {
    min-width: 92%;
  }
  #editUser ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  #editCoupon ul.dropdown-menu {
    min-width: 92%;
    margin: 1px 0 0 15px;
  }
  #editCoupon ul.dropdown-menu .datetimepicker {
    width: 100%;
  }
  ul.quick-link ul.dropdown-menu {
    margin-left: 0px;
  }
  ul.quick-link li.location-dropdown:hover ~ .multi-location {
    display: block !important;
  }
  ul.quick-link li.location-dropdown {
    padding: 0px 3px 0px 0;
  }
  .tab-search {
    float: right;
    margin-top: 10px !important;
  }
  .btn-upgrade {
    right: 11px;
    bottom: 24px;
  }
  .overlay-cohort {
    display: none;
    z-index: 5;
  }
  .panel-top {
    height: 300px;
  }
  .panel-top.image {
    height: 170px;
  }
  .panel-top.image img {
    max-width: 100%;
    height: auto;
  }
  .vdivide .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .vdivide i {
    width: 100%;
    margin-bottom: 3px;
  }
  .vdivide {
    font-size: 15px;
  }
  .group-chat-message ul {
    height: 250px;
  }
  .group-chat-message .chat-user {
    width: 100%;
    margin-bottom: 5px;
  }
  .chat-user-meessage {
    padding-bottom: 20px;
  }
  .memberList .member-user {
    width: 16%;
  }
  .memberList .member-name {
    width: 80%;
    padding-left: 5px;
    min-height: 45px;
    line-height: 45px;
  }
  .table-curved > tbody > tr.caret-accordion td .caret-ascend {
    top: 3px;
    bottom: unset;
  }
  .editSchedule .modal-dialog {
    width: 92%;
  }
  #sendMessage .btn.btn-form {
    margin-bottom: 20px;
  }
  .add-manager .modal-dialog {
    width: 85%;
  }
  .online-tootltip {
    position: relative;
  }
  .online-tootltip ~ .tooltip.top {
    position: absolute;
    top: -50px !important;
    left: unset !important;
    width: 135px;
    right: -11px !important;
  }
  .online-tootltip ~ .tooltip.top .tooltip-arrow {
    left: 87.3472% !important;
  }
  .table-curved .tname-box {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .table-curved .tname-box .img {
    display: table-cell;
    width: 100% !important;
    float: left;
  }
  .table-curved .tname-box .name {
    display: table-cell;
    width: 100% !important;
    float: right;
    margin-top: 10px;
  }
  .addProductSection {
    position: relative;
    margin-top: 30px;
  }
  #targetMultiple,
  #editTargetMultiple {
    margin-top: 0px;
  }
  .addProductSection .closeProductSection {
    position: absolute;
    right: 0;
    top: -32px;
  }
  .table.invoice #applyCoupon #payment-coupon {
    width: 130px;
    margin-right: 100px;
  }
  .table.invoice #applyCoupon #applyCoupon {
    width: 80px;
    margin: 0 20px;
  }
  .total-amt {
    min-width: 100px;
  }
  input[type=radio]#program-scope-public,
  input[type=radio]#program-scope-private {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  .online-text input[type=checkbox] {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  #cookie-law .modal:before {
    margin-right: 0;
  }
  #sendMessage .checkbox-inline input[type=checkbox] {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  #sendMessage h3 {
    display: block !important;
    margin-bottom: 0;
  }
  #addGroupManagerModal .modal-dialog,
  #addGroupMemberModal .modal-dialog {
    width: 282px;
  }
  #editProgram .form-group input[type=radio] {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  .table.invoice tbody tr td .panel-body.pad10 {
    padding: 0 !important;
  }
  .trumbowyg-button-pane button {
    width: 25px;
  }
  .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    top: 23px;
    right: 0;
  }
  .icon.information.viewDetail {
    margin-top: 5px;
  }
  .session-time {
    width: 250px;
  }
  .breadcrumb-block ul li h1 {
    margin-top: 5px;
  }
  #sendMessage .checkbox-inline {
    padding-left: 0px;
    padding-right: 15px;
  }
  #sendMessage .checkbox-inline .capitalize {
    padding-left: 25px;
  }
  #questionAnswer .panel-group .col-md-4.f-right {
    float: none;
  }
  #questionAnswerMultiple .panel-group .col-md-3.f-right {
    float: none;
  }
  #questionAnswer .panel-group .col-md-4.f-right .checkbox.marT0.text-right {
    text-align: unset !important;
  }
  #editFileModal .modal-dialog {
    width: 260px;
  }
  .breadcrumb-block ul.breadcrumb-left-66 {
    width: 100%;
  }
  .breadcrumb-block ul.breadcrumb-left-80 {
    width: 80%;
  }
  .postReply {
    float: left;
  }
  #applyCoupon input {
    width: 110px;
    margin-right: 10px;
  }
  #applyCouponSubmit {
    width: 60px;
    margin-left: 35px;
  }
  #editQA .panel-body .col-md-offset-4.col-md-4.f-right {
    float: none;
    width: fit-content;
  }
  .jcarousel ul {
    width: 100%;
  }
  #addgroupModal .jcarousel-wrapper {
    width: 100%;
  }
  .jcarousel-control-prev,
  .jcarousel-control-next {
    display: none;
  }
  .select-tags {
    width: auto;
    margin-top: -15px;
  }
  .select-tags fieldset .col-md-12.col-xs-12.marB10 {
    padding: 0;
  }
  .questiontab .question-option .control--checkbox .control__indicator {
    float: left;
  }
  .withCheckbox.question-option label span {
    float: left;
    margin-left: 10px;
  }
  ul.upload-f li {
    margin-bottom: 20px;
  }
  ul.upload-f li:nth-child(1) {
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 5px;
  }
  .media-tab li {
    font-size: 12px;
    padding: 6px 15px 6px 15px;
  }
  .overlay .description ul li .comment-box {
    max-height: 320px;
  }
  .top-bar .profile-meter {
    top: 30px;
  }
  .profile-meter {
    right: -92px;
  }
  .profile-meter:after {
    right: 80px;
  }
  .border-frame {
    padding: 20px;
    margin: 20px;
  }
  .member-info-panel {
    margin-top: 0px;
  }
  .member-info-panel .profile-pic {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .member-info td:first-child i {
    width: 25px;
  }
  .member-info td {
    height: 40px;
    font-size: 14px;
  }
  .member-info-table h2 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .member-info-table ul li {
    width: 100%;
    font-size: 14px;
    margin-left: 0px;
  }
  .member-info-table ul li:after {
    content: '';
  }
  ul.member-media li {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  .subcohort-mob {
    white-space: nowrap;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 11px;
  }
  .padMLR1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  ul.quick-link li {
    padding: 0px 0px;
  }
  ul.quick-link li.location-dropdown {
    vertical-align: middle;
  }
  ul.quick-link li.location-dropdown i {
    font-size: 13px !important;
  }
  #notice .search-group ul li .group-name {
    width: 230px !important;
    min-width: 85%;
  }
  #notice .search-group ul li .group-check {
    width: 10% !important;
  }
  #addProductModal .search-group ul li .group-name {
    width: 230px !important;
    min-width: 85%;
  }
  #addProductModal .search-group ul li .group-check {
    width: 10% !important;
  }
  .request-add {
    margin-bottom: 35px;
  }
  .request-cohort {
    margin-top: 6px;
  }
  .bootstrap-select .dropdown-menu li a span.text {
    white-space: break-spaces;
  }
  .members-legend ul li {
    margin: 0px 9px;
    padding: 5px;
  }
  .members-legend ul li span {
    font-size: 25px;
  }
  #attended-link.marB70,
  #confirmed-link.marB70,
  #declined-link.marB70,
  #invited-link.marB70,
  #attended-link1.marB70,
  #confirmed-link1.marB70,
  #declined-link1.marB70,
  #invited-link1.marB70 {
    margin-bottom: 20px !important;
  }
  #appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav {
    white-space: normal;
  }
  .appoint {
    display: block;
  }
  #appoinment-box .ui-scroll-tabs-header .stNavMain button {
    border: 0px solid #dddddd;
  }
  #appoinment-box .ui-scroll-tabs-header .stNavMainRight.stNavVisible {
    right: -23px;
  }
  #appoinment-box .ui-scroll-tabs-header .stNavMainLeft.stNavVisible {
    left: -20px;
  }
  #appoinment-box .ui-scroll-tabs-header {
    padding: 0px 0px;
  }
  #appoinment-box .ui-scroll-tabs-header ul.ui-tabs-nav li {
    width: 48%;
  }
  img.program-banner-default {
    width: 300px;
    height: 141px;
    transform: translate(0%, 0%);
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .example-image-link iframe {
    height: 172px !important;
  }
}
@media (min-width: 375px) and (max-width: 667px) {
  .example-image-link iframe {
    height: 197px !important;
  }
}
/*---------------Mobile Styling Ends---------------*/
/*---------------Ipad Styling Ends---------------*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sub-menu {
    width: 722px;
  }
  .border-frame {
    padding: 20px;
    margin: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-toggle {
    display: block;
    margin-right: 10px;
  }
  .navbar-collapse {
    overflow-y: hidden !important;
  }
  .top-bar {
    height: auto;
    position: relative;
  }
  .navbar {
    top: 0px;
    min-height: unset;
    position: relative;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .pull {
    padding-top: 71px;
  }
  .menubg .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 36px;
  }
  /*Webadmin Left Menu Style Starts Here*/
  .metis-left-menu .wrapper {
    background: #fff;
  }
  .metis-left-menu .navbar {
    margin-bottom: 0px;
  }
  .metis-left-menu .menubg .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .metis-left-menu .sidebar .menubg .container {
    padding-left: 0px;
  }
  .metis-left-menu .bodycontainer {
    margin-top: 100px;
    min-height: 100% !important;
  }
  .metis-left-menu .bodycontainer {
    position: inherit;
    margin: 0px 0 0 0px;
    padding: 0 15px;
    border-left: 1px solid #e7e7e7;
  }
  .metis-left-menu .wrapper-content.bodycontainer:before {
    width: 0px;
  }
  .metis-left-menu .pull {
    padding-top: 68px;
  }
  .metis-left-menu .pull-menu-log {
    padding-top: 68px;
  }
  .metis-left-menu .admin-button {
    display: none;
  }
  .metis-left-menu .bodycontainer:before {
    background: transparent;
    width: 0px;
  }
  .metis-left-menu .mCustomScrollbar {
    max-height: 411px;
  }
  .metis-left-menu .mCSB_scrollTools {
    top: 18px !important;
  }
  .metis-left-menu .mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
  }
  .navbar.sidebar {
    top: 0px;
  }
  .sidebar {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #EB8A44;
    height: auto;
  }
  .sidebar .sidebar-nav.navbar-collapse {
    background: #EB8A44;
  }
  .sidebar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sidebar #side-menu li a > span {
    display: inline-block;
  }
  .sidebar-icon {
    width: 100% !important;
  }
  .wrapper-content {
    margin-left: 0px !important;
  }
  .navbar-default .navbar-nav > li > a i {
    margin-right: 13px;
    width: 16px;
  }
  .sidebar ul li a {
    padding-left: 45px;
  }
  .navbar.sidebar {
    display: none;
  }
  .navbar.sidebar.collapse.in {
    display: block;
  }
  .plan-price ul li {
    height: 800px !important;
  }
  .plan-price ul li .plan-details ol li {
    height: auto !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-toggle {
    display: block;
    margin-right: 10px;
  }
  .navbar-collapse {
    overflow-y: hidden !important;
  }
  .top-bar {
    height: auto;
    position: relative;
  }
  .navbar {
    top: 0px;
    min-height: unset;
    position: relative;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .pull {
    padding-top: 71px;
  }
  .menubg .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 36px;
  }
  /*Webadmin Left Menu Style Starts Here*/
  .metis-left-menu .wrapper {
    background: #fff;
  }
  .metis-left-menu .navbar {
    margin-bottom: 0px;
  }
  .metis-left-menu .menubg .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .metis-left-menu .sidebar .menubg .container {
    padding-left: 0px;
  }
  .metis-left-menu .bodycontainer {
    margin-top: 100px;
    min-height: 100% !important;
  }
  .metis-left-menu .bodycontainer {
    position: inherit;
    margin: 0px 0 0 0px;
    padding: 0 15px;
    border-left: 1px solid #e7e7e7;
  }
  .metis-left-menu .wrapper-content.bodycontainer:before {
    width: 0px;
  }
  .metis-left-menu .pull {
    padding-top: 68px;
  }
  .metis-left-menu .pull-menu-log {
    padding-top: 68px;
  }
  .metis-left-menu .admin-button {
    display: none;
  }
  .metis-left-menu .bodycontainer:before {
    background: transparent;
    width: 0px;
  }
  .metis-left-menu .mCustomScrollbar {
    max-height: 411px;
  }
  .metis-left-menu .mCSB_scrollTools {
    top: 18px !important;
  }
  .metis-left-menu .mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
  }
  .navbar.sidebar {
    top: 0px;
  }
  .sidebar {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #EB8A44;
    height: auto;
  }
  .sidebar .sidebar-nav.navbar-collapse {
    background: #EB8A44;
  }
  .sidebar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sidebar #side-menu li a > span {
    display: inline-block;
  }
  .sidebar-icon {
    width: 100% !important;
  }
  .wrapper-content {
    margin-left: 0px !important;
  }
  .navbar-default .navbar-nav > li > a i {
    margin-right: 13px;
    width: 16px;
  }
  .sidebar ul li a {
    padding-left: 45px;
  }
  .navbar.sidebar {
    display: none;
  }
  .navbar.sidebar.collapse.in {
    display: block;
  }
}
/*---------------Ipad Styling Ends---------------*/
/*---------------Large Desktop Styling Starts---------------*/
@media only screen and (min-width: 1400px) {
  input[type=radio]#program-scope-public,
  input[type=radio]#program-scope-private {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  .online-text input[type=checkbox] {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  #sendMessage .checkbox-inline input[type=checkbox] {
    margin: 2px 0 0;
    margin-left: -20px;
  }
  #editProgram .form-group input[type=radio] {
    margin: 3px 0 0;
    margin-left: -20px;
  }
}
/*---------------Large Desktop Styling Ends---------------*/
/* profile upload */
.cropArea {
  background: #fff;
  overflow: hidden;
  height: 275px;
}
.crop-head {
  font-size: 15px;
  margin-bottom: 2px;
}
.cropArea.croparea-edit {
  height: 202px;
}
.cropArea.profile-crop {
  width: 165px;
  height: 150px;
}
img-crop {
  border: 3px dashed #ddd;
}
.crop-text {
  width: 150px;
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
/* end profile upload */
/*---------------Country Flag Styling Starts---------------*/
.intl-tel-member .input.text.required {
  width: 100% !important;
}
.input.tel {
  width: 100% !important;
}
.intl-tel-input {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
}
.mobile-number {
  display: flex;
  display: -webkit-flex;
}
.mobile-number .mob-input {
  flex: 17;
  -webkit-flex: 17;
  -ms-flex: 17;
}
.bg-mobile {
  background: #eee;
}
.lable-readonly {
  background-color: #eee;
  width: 100%;
  display: block;
  height: 32px;
  padding: 8px;
}
.lable-readonly-email {
  background-color: #eee;
  width: 100%;
  display: block;
  height: 32px;
  padding: 6px 5px 8px 5px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0px 4px 4px 1px;
}
.lable-readonly-email .email-text {
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  display: block;
}
.lable-code {
  width: auto;
  display: flex;
  flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  padding-left: 40px;
  padding-top: 6px;
  color: #000;
  font-weight: normal;
}
.lable-code-readonly {
  width: auto;
  display: flex;
  flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  padding-left: 40px;
  padding-top: 6px;
  padding-bottom: 5px;
  color: #000;
  font-weight: normal;
  background: #eee;
}
.intl-tel-input .input.tel {
  width: auto;
  flex: 34;
  -webkit-flex: 34;
  -ms-flex: 34;
  text-align: left;
}
.intl-tel-input .input.tel input {
  box-shadow: none;
}
.intl-tel-input input.form-control:focus {
  box-shadow: none;
}
.intl-tel-input input.parsley-error {
  border-radius: 0px;
  border: none;
}
.intl-tel-input input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 0;
  border: none;
  height: 32px;
  width: 100%;
}
.email-addon {
  width: 40px;
  height: 32px;
  border: none;
  padding-top: 8px;
  line-height: normal;
}
.email-mob-focus .form-control.float-input:focus {
  border: 1px solid #4B7447;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(142, 186, 67, 0.5), 0 0 8px rgba(142, 186, 67, 0.6);
}
.intl-tel-input {
  position: relative;
  z-index: 4;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .flag-dropdown {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.intl-tel-input .flag-dropdown .selected-flag {
  margin: 0px;
  padding: 9px 16px 7px 6px;
  background: #EEE;
  border-right: 1px solid #CCC;
  border-radius: 4px 0px 0px 4px;
}
.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  top: 6px;
  position: relative;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}
.intl-tel-input .flag-dropdown .country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow-y: scroll;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  position: absolute;
  top: 29px;
  width: 257px;
  max-height: 176px;
  text-align: left;
}
.intl-tel-input .flag-dropdown .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .flag-dropdown .country-list .country {
  line-height: 16px;
  padding: 4px 10px;
}
.intl-tel-input .flag-dropdown .country-list .country .dial-code {
  color: #999999;
}
.intl-tel-input .flag-dropdown .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .flag-dropdown .country-list .flag {
  display: inline-block;
  vertical-align: bottom;
}
.intl-tel-input .flag-dropdown .country-list .flag,
.intl-tel-input .flag-dropdown .country-list .country-name {
  margin-right: 6px;
}
/*.intl-tel-input input { box-sizing: border-box; -moz-box-sizing: border-box; padding-left: 90px; position: relative; z-index: 0; }*/
#relativeAddNumberError {
  margin-top: -10px;
}
.country-code {
  position: absolute;
  left: 23px;
  top: 8px;
  z-index: 1;
  margin-left: 23px;
  font-weight: normal;
}
.f16 .flag {
  width: 16px;
  height: 16px;
  background: url("/img/flags.png") no-repeat;
}
.f16 ._African_Union {
  background-position: 0 -16px;
}
.f16 ._Arab_League {
  background-position: 0 -32px;
}
.f16 ._ASEAN {
  background-position: 0 -48px;
}
.f16 ._CARICOM {
  background-position: 0 -64px;
}
.f16 ._CIS {
  background-position: 0 -80px;
}
.f16 ._Commonwealth {
  background-position: 0 -96px;
}
.f16 ._England {
  background-position: 0 -112px;
}
.f16 ._European_Union {
  background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.f16 ._Kosovo {
  background-position: 0 -160px;
}
.f16 ._NATO {
  background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.f16 ._OPEC {
  background-position: 0 -240px;
}
.f16 ._Red_Cross {
  background-position: 0 -256px;
}
.f16 ._Scotland {
  background-position: 0 -272px;
}
.f16 ._Somaliland {
  background-position: 0 -288px;
}
.f16 ._Tibet {
  background-position: 0 -304px;
}
.f16 ._United_Nations {
  background-position: 0 -320px;
}
.f16 ._Wales {
  background-position: 0 -336px;
}
.f16 .ad,
.country-select .flag.ad {
  background-position: 0 -352px;
}
.f16 .ae,
.country-select .flag.ae {
  background-position: 0 -368px;
}
.f16 .af,
.country-select .flag.af {
  background-position: 0 -384px;
}
.f16 .ag,
.country-select .flag.ag {
  background-position: 0 -400px;
}
.f16 .ai,
.country-select .flag.ai {
  background-position: 0 -416px;
}
.f16 .al,
.country-select .flag.al {
  background-position: 0 -432px;
}
.f16 .am,
.country-select .flag.am {
  background-position: 0 -448px;
}
.f16 .an,
.country-select .flag.an {
  background-position: 0 -464px;
}
.f16 .ao,
.country-select .flag.ao {
  background-position: 0 -480px;
}
.f16 .aq,
.country-select .flag.aq {
  background-position: 0 -496px;
}
.f16 .ar,
.country-select .flag.ar {
  background-position: 0 -512px;
}
.f16 .as,
.country-select .flag.as {
  background-position: 0 -528px;
}
.f16 .at,
.country-select .flag.at {
  background-position: 0 -544px;
}
.f16 .au,
.country-select .flag.au {
  background-position: 0 -560px;
}
.f16 .aw,
.country-select .flag.aw {
  background-position: 0 -576px;
}
.f16 .az,
.country-select .flag.az {
  background-position: 0 -592px;
}
.f16 .ba,
.country-select .flag.ba {
  background-position: 0 -608px;
}
.f16 .bb,
.country-select .flag.bb {
  background-position: 0 -624px;
}
.f16 .bd,
.country-select .flag.bd {
  background-position: 0 -640px;
}
.f16 .be,
.country-select .flag.be {
  background-position: 0 -656px;
}
.f16 .bf,
.country-select .flag.bf {
  background-position: 0 -672px;
}
.f16 .bg,
.country-select .flag.bg {
  background-position: 0 -688px;
}
.f16 .bh,
.country-select .flag.bh {
  background-position: 0 -704px;
}
.f16 .bi,
.country-select .flag.bi {
  background-position: 0 -720px;
}
.f16 .bj,
.country-select .flag.bj {
  background-position: 0 -736px;
}
.f16 .bm,
.country-select .flag.bm {
  background-position: 0 -752px;
}
.f16 .bn,
.country-select .flag.bn {
  background-position: 0 -768px;
}
.f16 .bo,
.country-select .flag.bo {
  background-position: 0 -784px;
}
.f16 .br,
.country-select .flag.br {
  background-position: 0 -800px;
}
.f16 .bs,
.country-select .flag.bs {
  background-position: 0 -816px;
}
.f16 .bt,
.country-select .flag.bt {
  background-position: 0 -832px;
}
.f16 .bw,
.country-select .flag.bw {
  background-position: 0 -848px;
}
.f16 .by,
.country-select .flag.by {
  background-position: 0 -864px;
}
.f16 .bz,
.country-select .flag.bz {
  background-position: 0 -880px;
}
.f16 .ca,
.country-select .flag.ca {
  background-position: 0 -896px;
}
.f16 .cg,
.country-select .flag.cg {
  background-position: 0 -912px;
}
.f16 .cf,
.country-select .flag.cf {
  background-position: 0 -928px;
}
.f16 .cd,
.country-select .flag.cd {
  background-position: 0 -944px;
}
.f16 .ch,
.country-select .flag.ch {
  background-position: 0 -960px;
}
.f16 .ci,
.country-select .flag.ci {
  background-position: 0 -976px;
}
.f16 .ck,
.country-select .flag.ck {
  background-position: 0 -992px;
}
.f16 .cl,
.country-select .flag.cl {
  background-position: 0 -1008px;
}
.f16 .cm,
.country-select .flag.cm {
  background-position: 0 -1024px;
}
.f16 .cn,
.country-select .flag.cn {
  background-position: 0 -1040px;
}
.f16 .co,
.country-select .flag.co {
  background-position: 0 -1056px;
}
.f16 .cr,
.country-select .flag.cr {
  background-position: 0 -1072px;
}
.f16 .cu,
.country-select .flag.cu {
  background-position: 0 -1088px;
}
.f16 .cv,
.country-select .flag.cv {
  background-position: 0 -1104px;
}
.f16 .cy,
.country-select .flag.cy {
  background-position: 0 -1120px;
}
.f16 .cz,
.country-select .flag.cz {
  background-position: 0 -1136px;
}
.f16 .de,
.country-select .flag.de {
  background-position: 0 -1152px;
}
.f16 .dj,
.country-select .flag.dj {
  background-position: 0 -1168px;
}
.f16 .dk,
.country-select .flag.dk {
  background-position: 0 -1184px;
}
.f16 .dm,
.country-select .flag.dm {
  background-position: 0 -1200px;
}
.f16 .do,
.country-select .flag.do {
  background-position: 0 -1216px;
}
.f16 .dz,
.country-select .flag.dz {
  background-position: 0 -1232px;
}
.f16 .ec,
.country-select .flag.ec {
  background-position: 0 -1248px;
}
.f16 .ee,
.country-select .flag.ee {
  background-position: 0 -1264px;
}
.f16 .eg,
.country-select .flag.eg {
  background-position: 0 -1280px;
}
.f16 .eh,
.country-select .flag.eh {
  background-position: 0 -1296px;
}
.f16 .er,
.country-select .flag.er {
  background-position: 0 -1312px;
}
.f16 .es,
.country-select .flag.es {
  background-position: 0 -1328px;
}
.f16 .et,
.country-select .flag.et {
  background-position: 0 -1344px;
}
.f16 .fi,
.country-select .flag.fi {
  background-position: 0 -1360px;
}
.f16 .fj,
.country-select .flag.fj {
  background-position: 0 -1376px;
}
.f16 .fm,
.country-select .flag.fm {
  background-position: 0 -1392px;
}
.f16 .fo,
.country-select .flag.fo {
  background-position: 0 -1408px;
}
.f16 .fr,
.country-select .flag.fr {
  background-position: 0 -1424px;
}
.f16 .ga,
.country-select .flag.ga {
  background-position: 0 -1440px;
}
.f16 .gb,
.country-select .flag.gb {
  background-position: 0 -1456px;
}
.f16 .gd,
.country-select .flag.gd {
  background-position: 0 -1472px;
}
.f16 .ge,
.country-select .flag.ge {
  background-position: 0 -1488px;
}
.f16 .gg,
.country-select .flag.gg {
  background-position: 0 -1504px;
}
.f16 .gh,
.country-select .flag.gh {
  background-position: 0 -1520px;
}
.f16 .gi,
.country-select .flag.gi {
  background-position: 0 -1536px;
}
.f16 .gl,
.country-select .flag.gl {
  background-position: 0 -1552px;
}
.f16 .gm,
.country-select .flag.gm {
  background-position: 0 -1568px;
}
.f16 .gn,
.country-select .flag.gn {
  background-position: 0 -1584px;
}
.f16 .gp,
.country-select .flag.gp {
  background-position: 0 -1600px;
}
.f16 .gq,
.country-select .flag.gq {
  background-position: 0 -1616px;
}
.f16 .gr,
.country-select .flag.gr {
  background-position: 0 -1632px;
}
.f16 .gt,
.country-select .flag.gt {
  background-position: 0 -1648px;
}
.f16 .gu,
.country-select .flag.gu {
  background-position: 0 -1664px;
}
.f16 .gw,
.country-select .flag.gw {
  background-position: 0 -1680px;
}
.f16 .gy,
.country-select .flag.gy {
  background-position: 0 -1696px;
}
.f16 .hk,
.country-select .flag.hk {
  background-position: 0 -1712px;
}
.f16 .hn,
.country-select .flag.hn {
  background-position: 0 -1728px;
}
.f16 .hr,
.country-select .flag.hr {
  background-position: 0 -1744px;
  margin: 0px 0px 0px 0px;
  border-bottom: 0px dashed #B6B6B6;
}
.f16 .ht,
.country-select .flag.ht {
  background-position: 0 -1760px;
}
.f16 .hu,
.country-select .flag.hu {
  background-position: 0 -1776px;
}
.f16 .id,
.country-select .flag.id {
  background-position: 0 -1792px;
}
.f16 .mc,
.country-select .flag.mc {
  background-position: 0 -1792px;
}
.f16 .ie,
.country-select .flag.ie {
  background-position: 0 -1808px;
}
.f16 .il,
.country-select .flag.il {
  background-position: 0 -1824px;
}
.f16 .im,
.country-select .flag.im {
  background-position: 0 -1840px;
}
.f16 .in,
.country-select .flag.in {
  background-position: 0 -1856px;
}
.f16 .iq,
.country-select .flag.iq {
  background-position: 0 -1872px;
}
.f16 .ir,
.country-select .flag.ir {
  background-position: 0 -1888px;
}
.f16 .is,
.country-select .flag.is {
  background-position: 0 -1904px;
}
.f16 .it,
.country-select .flag.it {
  background-position: 0 -1920px;
}
.f16 .je,
.country-select .flag.je {
  background-position: 0 -1936px;
}
.f16 .jm,
.country-select .flag.jm {
  background-position: 0 -1952px;
}
.f16 .jo,
.country-select .flag.jo {
  background-position: 0 -1968px;
}
.f16 .jp,
.country-select .flag.jp {
  background-position: 0 -1984px;
}
.f16 .ke,
.country-select .flag.ke {
  background-position: 0 -2000px;
}
.f16 .kg,
.country-select .flag.kg {
  background-position: 0 -2016px;
}
.f16 .kh,
.country-select .flag.kh {
  background-position: 0 -2032px;
}
.f16 .ki,
.country-select .flag.ki {
  background-position: 0 -2048px;
}
.f16 .km,
.country-select .flag.km {
  background-position: 0 -2064px;
}
.f16 .kn,
.country-select .flag.kn {
  background-position: 0 -2080px;
}
.f16 .kp,
.country-select .flag.kp {
  background-position: 0 -2096px;
}
.f16 .kr,
.country-select .flag.kr {
  background-position: 0 -2112px;
}
.f16 .kw,
.country-select .flag.kw {
  background-position: 0 -2128px;
}
.f16 .ky,
.country-select .flag.ky {
  background-position: 0 -2144px;
}
.f16 .kz,
.country-select .flag.kz {
  background-position: 0 -2160px;
}
.f16 .la,
.country-select .flag.la {
  background-position: 0 -2176px;
}
.f16 .lb,
.country-select .flag.lb {
  background-position: 0 -2192px;
}
.f16 .lc,
.country-select .flag.lc {
  background-position: 0 -2208px;
}
.f16 .li,
.country-select .flag.li {
  background-position: 0 -2224px;
}
.f16 .lk,
.country-select .flag.lk {
  background-position: 0 -2240px;
}
.f16 .lr,
.country-select .flag.lr {
  background-position: 0 -2256px;
}
.f16 .ls,
.country-select .flag.ls {
  background-position: 0 -2272px;
}
.f16 .lt,
.country-select .flag.lt {
  background-position: 0 -2288px;
}
.f16 .lu,
.country-select .flag.lu {
  background-position: 0 -2304px;
}
.f16 .lv,
.country-select .flag.lv {
  background-position: 0 -2320px;
}
.f16 .ly,
.country-select .flag.ly {
  background-position: 0 -2336px;
}
.f16 .ma,
.country-select .flag.ma {
  background-position: 0 -2352px;
}
.f16 .md,
.country-select .flag.md {
  background-position: 0 -2368px;
}
.f16 .me,
.country-select .flag.me {
  background-position: 0 -2384px;
}
.f16 .mg,
.country-select .flag.mg {
  background-position: 0 -2400px;
}
.f16 .mh,
.country-select .flag.mh {
  background-position: 0 -2416px;
}
.f16 .mk,
.country-select .flag.mk {
  background-position: 0 -2432px;
}
.f16 .ml,
.country-select .flag.ml {
  background-position: 0 -2448px;
}
.f16 .mm,
.country-select .flag.mm {
  background-position: 0 -2464px;
}
.f16 .mn,
.country-select .flag.mn {
  background-position: 0 -2480px;
}
.f16 .mo,
.country-select .flag.mo {
  background-position: 0 -2496px;
}
.f16 .mq,
.country-select .flag.mq {
  background-position: 0 -2512px;
}
.f16 .mr,
.country-select .flag.mr {
  background-position: 0 -2528px;
}
.f16 .ms,
.country-select .flag.ms {
  background-position: 0 -2544px;
}
.f16 .mt,
.country-select .flag.mt {
  background-position: 0 -2560px;
}
.f16 .mu,
.country-select .flag.mu {
  background-position: 0 -2576px;
}
.f16 .mv,
.country-select .flag.mv {
  background-position: 0 -2592px;
}
.f16 .mw,
.country-select .flag.mw {
  background-position: 0 -2608px;
}
.f16 .mx,
.country-select .flag.mx {
  background-position: 0 -2624px;
}
.f16 .my,
.country-select .flag.my {
  background-position: 0 -2640px;
}
.f16 .mz,
.country-select .flag.mz {
  background-position: 0 -2656px;
}
.f16 .na,
.country-select .flag.na {
  background-position: 0 -2672px;
}
.f16 .nc,
.country-select .flag.nc {
  background-position: 0 -2688px;
}
.f16 .ne,
.country-select .flag.ne {
  background-position: 0 -2704px;
}
.f16 .ng,
.country-select .flag.ng {
  background-position: 0 -2720px;
}
.f16 .ni,
.country-select .flag.ni {
  background-position: 0 -2736px;
}
.f16 .nl,
.country-select .flag.nl {
  background-position: 0 -2752px;
}
.f16 .no,
.country-select .flag.no {
  background-position: 0 -2768px;
}
.f16 .np,
.country-select .flag.np {
  background-position: 0 -2784px;
}
.f16 .nr,
.country-select .flag.nr {
  background-position: 0 -2800px;
}
.f16 .nz,
.country-select .flag.nz {
  background-position: 0 -2816px;
}
.f16 .om,
.country-select .flag.om {
  background-position: 0 -2832px;
}
.f16 .pa,
.country-select .flag.pa {
  background-position: 0 -2848px;
}
.f16 .pe,
.country-select .flag.pe {
  background-position: 0 -2864px;
}
.f16 .pf,
.country-select .flag.pf {
  background-position: 0 -2880px;
}
.f16 .pg,
.country-select .flag.pg {
  background-position: 0 -2896px;
}
.f16 .ph,
.country-select .flag.ph {
  background-position: 0 -2912px;
}
.f16 .pk,
.country-select .flag.pk {
  background-position: 0 -2928px;
}
.f16 .pl,
.country-select .flag.pl {
  background-position: 0 -2944px;
}
.f16 .pr,
.country-select .flag.pr {
  background-position: 0 -2960px;
}
.f16 .ps,
.country-select .flag.ps {
  background-position: 0 -2976px;
}
.f16 .pt,
.country-select .flag.pt {
  background-position: 0 -2992px;
}
.f16 .pw,
.country-select .flag.pw {
  background-position: 0 -3008px;
}
.f16 .py,
.country-select .flag.py {
  background-position: 0 -3024px;
}
.f16 .qa,
.country-select .flag.qa {
  background-position: 0 -3040px;
}
.f16 .re,
.country-select .flag.re {
  background-position: 0 -3056px;
}
.f16 .ro,
.country-select .flag.ro {
  background-position: 0 -3072px;
}
.f16 .rs,
.country-select .flag.rs {
  background-position: 0 -3088px;
}
.f16 .ru,
.country-select .flag.ru {
  background-position: 0 -3104px;
}
.f16 .rw,
.country-select .flag.rw {
  background-position: 0 -3120px;
}
.f16 .sa,
.country-select .flag.sa {
  background-position: 0 -3136px;
}
.f16 .sb,
.country-select .flag.sb {
  background-position: 0 -3152px;
}
.f16 .sc,
.country-select .flag.sc {
  background-position: 0 -3168px;
}
.f16 .sd,
.country-select .flag.sd {
  background-position: 0 -3184px;
}
.f16 .se,
.country-select .flag.se {
  background-position: 0 -3200px;
}
.f16 .sg,
.country-select .flag.sg {
  background-position: 0 -3216px;
}
.f16 .si,
.country-select .flag.si {
  background-position: 0 -3232px;
}
.f16 .sk,
.country-select .flag.sk {
  background-position: 0 -3248px;
}
.f16 .sl,
.country-select .flag.sl {
  background-position: 0 -3264px;
}
.f16 .sm,
.country-select .flag.sm {
  background-position: 0 -3280px;
}
.f16 .sn,
.country-select .flag.sn {
  background-position: 0 -3296px;
}
.f16 .so,
.country-select .flag.so {
  background-position: 0 -3312px;
}
.f16 .sr,
.country-select .flag.sr {
  background-position: 0 -3328px;
}
.f16 .st,
.country-select .flag.st {
  background-position: 0 -3344px;
}
.f16 .sv,
.country-select .flag.sv {
  background-position: 0 -3360px;
}
.f16 .sy,
.country-select .flag.sy {
  background-position: 0 -3376px;
}
.f16 .sz,
.country-select .flag.sz {
  background-position: 0 -3392px;
}
.f16 .tc,
.country-select .flag.tc {
  background-position: 0 -3408px;
}
.f16 .td,
.country-select .flag.td {
  background-position: 0 -3424px;
}
.f16 .tg,
.country-select .flag.tg {
  background-position: 0 -3440px;
}
.f16 .th,
.country-select .flag.th {
  background-position: 0 -3456px;
}
.f16 .tj,
.country-select .flag.tj {
  background-position: 0 -3472px;
}
.f16 .tl,
.country-select .flag.tl {
  background-position: 0 -3488px;
}
.f16 .tm,
.country-select .flag.tm {
  background-position: 0 -3504px;
}
.f16 .tn,
.country-select .flag.tn {
  background-position: 0 -3520px;
}
.f16 .to,
.country-select .flag.to {
  background-position: 0 -3536px;
}
.f16 .tr,
.country-select .flag.tr {
  background-position: 0 -3552px;
}
.f16 .tt,
.country-select .flag.tt {
  background-position: 0 -3568px;
}
.f16 .tv,
.country-select .flag.tv {
  background-position: 0 -3584px;
}
.f16 .tw,
.country-select .flag.tw {
  background-position: 0 -3600px;
}
.f16 .tz,
.country-select .flag.tz {
  background-position: 0 -3616px;
}
.f16 .ua,
.country-select .flag.ua {
  background-position: 0 -3632px;
}
.f16 .ug,
.country-select .flag.ug {
  background-position: 0 -3648px;
}
.f16 .us,
.country-select .flag.us {
  background-position: 0 -3664px;
}
.f16 .uy,
.country-select .flag.uy {
  background-position: 0 -3680px;
}
.f16 .uz,
.country-select .flag.uz {
  background-position: 0 -3696px;
}
.f16 .va,
.country-select .flag.va {
  background-position: 0 -3712px;
}
.f16 .vc,
.country-select .flag.vc {
  background-position: 0 -3728px;
}
.f16 .ve,
.country-select .flag.ve {
  background-position: 0 -3744px;
}
.f16 .vg,
.country-select .flag.vg {
  background-position: 0 -3760px;
}
.f16 .vi,
.country-select .flag.vi {
  background-position: 0 -3776px;
}
.f16 .vn,
.country-select .flag.vn {
  background-position: 0 -3792px;
}
.f16 .vu,
.country-select .flag.vu {
  background-position: 0 -3808px;
}
.f16 .ws,
.country-select .flag.ws {
  background-position: 0 -3824px;
}
.f16 .ye,
.country-select .flag.ye {
  background-position: 0 -3840px;
}
.f16 .za,
.country-select .flag.za {
  background-position: 0 -3856px;
}
.f16 .zm,
.country-select .flag.zm {
  background-position: 0 -3872px;
}
.f16 .zw,
.country-select .flag.zw {
  background-position: 0 -3888px;
}
.country-select .flag {
  width: 16px;
  height: 14px;
  background: url(/img/flags.png);
}
.country-select {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.country-select * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.country-select .hide {
  display: none;
}
.country-select .v-hide {
  visibility: hidden;
}
.country-select input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
}
.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-radius: 4px;
}
.country-select .flag-dropdown:hover {
  cursor: pointer;
}
.country-select .flag-dropdown:hover .selected-flag {
  background-color: #eee;
}
.country-select .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 6px;
}
.country-select .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.country-select .selected-flag .arrow,
.country-select .selected-flag .arrow.up {
  position: relative;
  top: 6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.country-select .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 260px;
  max-height: 200px;
  overflow-y: scroll;
}
.country-select .country-list .flag {
  display: inline-block;
}
.country-select .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.country-select .country-list .country {
  line-height: 11px;
  padding: 7px 10px;
}
.country-select .country-list .country .dial-code {
  color: #999;
}
.country-select .country-list .country.highlight {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}
.country-select .country-list .country-name,
.country-select .country-list .flag {
  margin-right: 6px;
}
.country-select.inside .flag-dropdown {
  padding: 1px;
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;
  margin: 1px;
}
.country-select.inside input[type=text],
.country-select.inside input[type=tel] {
  padding-left: 50px;
  margin-left: 0;
}
.country-select.outside input[type=text],
.country-select.outside input[type=tel] {
  border: none;
  margin-left: 38px;
}
.country-select input.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
.modal-family {
  width: 620px;
}
.salutation {
  float: left;
  margin-right: 10px;
}
.salutation .form-control {
  padding: 0 2px;
}
.modal-edit-member {
  width: 1070px;
}
/*---------------Country Flag Styling Ends---------------*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
@-moz-keyframes wrench {
  0% {
    -moz-transform: rotate(-12deg);
  }
  8% {
    -moz-transform: rotate(12deg);
  }
  10% {
    -moz-transform: rotate(24deg);
  }
  18% {
    -moz-transform: rotate(-24deg);
  }
  20% {
    -moz-transform: rotate(-24deg);
  }
  28% {
    -moz-transform: rotate(24deg);
  }
  30% {
    -moz-transform: rotate(24deg);
  }
  38% {
    -moz-transform: rotate(-24deg);
  }
  40% {
    -moz-transform: rotate(-24deg);
  }
  48% {
    -moz-transform: rotate(24deg);
  }
  50% {
    -moz-transform: rotate(24deg);
  }
  58% {
    -moz-transform: rotate(-24deg);
  }
  60% {
    -moz-transform: rotate(-24deg);
  }
  68% {
    -moz-transform: rotate(24deg);
  }
  75% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes wrench {
  0% {
    -o-transform: rotate(-12deg);
  }
  8% {
    -o-transform: rotate(12deg);
  }
  10% {
    -o-transform: rotate(24deg);
  }
  18% {
    -o-transform: rotate(-24deg);
  }
  20% {
    -o-transform: rotate(-24deg);
  }
  28% {
    -o-transform: rotate(24deg);
  }
  30% {
    -o-transform: rotate(24deg);
  }
  38% {
    -o-transform: rotate(-24deg);
  }
  40% {
    -o-transform: rotate(-24deg);
  }
  48% {
    -o-transform: rotate(24deg);
  }
  50% {
    -o-transform: rotate(24deg);
  }
  58% {
    -o-transform: rotate(-24deg);
  }
  60% {
    -o-transform: rotate(-24deg);
  }
  68% {
    -o-transform: rotate(24deg);
  }
  75% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes wrench {
  0% {
    -ms-transform: rotate(-12deg);
  }
  8% {
    -ms-transform: rotate(12deg);
  }
  10% {
    -ms-transform: rotate(24deg);
  }
  18% {
    -ms-transform: rotate(-24deg);
  }
  20% {
    -ms-transform: rotate(-24deg);
  }
  28% {
    -ms-transform: rotate(24deg);
  }
  30% {
    -ms-transform: rotate(24deg);
  }
  38% {
    -ms-transform: rotate(-24deg);
  }
  40% {
    -ms-transform: rotate(-24deg);
  }
  48% {
    -ms-transform: rotate(24deg);
  }
  50% {
    -ms-transform: rotate(24deg);
  }
  58% {
    -ms-transform: rotate(-24deg);
  }
  60% {
    -ms-transform: rotate(-24deg);
  }
  68% {
    -ms-transform: rotate(24deg);
  }
  75% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  75% {
    transform: rotate(0deg);
  }
}
.faa-shake.animated,
.faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(0.8);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
  -moz-animation: pulse 2s linear infinite;
  -webkit-animation: pulse 2s linear infinite;
  -ms-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
/* Features Page Starts Here */
.features-box {
  margin: 15px 20px 20px 20px;
  min-height: 85px;
}
.features-box .feature-icon {
  width: 60px;
  height: 60px;
  background-color: #EB8A44;
  border-radius: 50%;
  position: relative;
}
.features-box .feature-icon i {
  font-size: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #FFF;
}
.features-box h3 {
  margin: 0;
  margin-left: 25px;
}
.features-box p {
  margin-top: 5px;
  text-align: justify;
  color: #333;
  margin-left: 25px;
}
/* Features Page Ends Here */
/* Courses Page Starts Here */
.courses {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.courses:hover {
  box-shadow: 0 5px 6px #444;
}
.courses .courses-top {
  background: #8EBA43;
  height: 150px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  padding: 0px 10px 10px 10px;
  border-radius: 5px 5px 0px 0px;
}
.courses .courses-top .courses-icon {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-top: -50px;
  border: 3px solid #fff;
  color: #fff;
  line-height: 111px;
  box-shadow: 0 3px 6px #444;
}
.courses .courses-top .courses-icon i {
  font-size: 42px;
  color: #EB8A44;
}
.courses:hover .courses-icon i {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.courses .courses-top h2 {
  color: #fff;
  margin-top: 36px;
}
.courses .course-info {
  display: block;
  padding: 30px 15px 15px 15px;
  float: left;
  width: 100%;
  min-height: 200px;
  background: #eaeaea;
  text-align: center;
}
.courses .course-info .course-detail {
  display: block;
  overflow: auto;
  height: 150px;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.courses .course-info .course-detail p {
  font-size: 16px;
}
.courses .course-info a {
  color: #4B7447;
  width: 100px;
  margin: auto;
}
.courses .course-info a:hover {
  color: #EB8A44;
}
.courses:hover .courses-top .courses-icon {
  box-shadow: 0 3px 6px #444;
  background: #EB8A44;
}
.courses .courses-icon i.fas.fa-chalkboard.user {
  position: relative;
}
.courses .courses-icon i.fas.fa-chalkboard.user:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 38px;
  padding: 3px 8px 0px 8px;
  color: #EB8A44;
  left: -7px;
  top: 14px;
  background: white;
  border-radius: 50%;
}
.courses:hover .courses-icon i.fas.fa-chalkboard.user:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 38px;
  padding: 3px 8px 0px 8px;
  color: #fff;
  left: -7px;
  top: 14px;
  background: #EB8A44;
}
.courses .courses-icon i.fas.fa-comments.user {
  position: relative;
  top: -27px;
  font-size: 27px;
}
.courses .courses-icon i.fas.fa-comments.user:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 38px;
  padding: 3px 8px 0px 8px;
  color: #EB8A44;
  left: -15px;
  top: 26px;
  background: transparent;
  border-radius: 50%;
}
.courses:hover .courses-icon i.fas.fa-comments.user:after {
  content: '\f0c0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 38px;
  padding: 3px 8px 0px 8px;
  color: #fff;
  left: -15px;
  top: 25px;
  background: transparent;
}
/* Courses Page Ends Here */
/* Price table Style Starts Here */
.plan-switch {
  float: none;
  margin: 0 auto;
  margin-top: -36px;
  margin-bottom: 40px;
  text-align: center;
  width: 170px;
  position: relative;
}
.plan-switch.switch-field label {
  float: none;
}
.plan-switch.switch-field label:last-of-type {
  margin-left: -4px;
}
h2.price-title {
  padding: 10px 140px 10px 140px;
  text-align: center;
  line-height: 46px;
  font-size: 35px;
  text-transform: none;
}
.plan-price {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.plan-price ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.plan-price ul li {
  list-style: none;
  display: inline-block;
  background: #f3f3f3;
  text-align: center;
  width: 23%;
  border: 1px solid #4B7447;
  border-radius: 40px;
  margin: 0px 0.5%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  vertical-align: top;
  height: 730px;
  position: relative;
}
.plan-price ul li:hover {
  background: #fff;
}
.plan-price ul li h3 {
  font-size: 24px;
  padding: 40px 15px 5px 15px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.plan-price ul li .plan-type {
  height: 90px;
}
.plan-price ul li .plan-period {
  font-size: 16px;
  color: #666;
}
.plan-price ul li .price-info {
  background: #fff;
  border: 1px solid #4B7447;
  min-width: 190px;
  width: auto;
  height: 190px;
  border-radius: 50%;
  display: inline-block;
  margin: 30px auto 30px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 39px 19px 19px 19px;
}
.plan-price ul li:hover .price-info {
  background: #8EBA43;
  border: 1px solid #EB8A44;
  color: #fff;
}
.plan-price ul li .price-info .plan-currency {
  font-size: 20px;
  line-height: 20px;
}
.plan-price ul li .price-info .plan-cost {
  font-size: 48px;
  font-weight: normal;
  line-height: 80px;
  text-rendering: auto;
}
.plan-price ul li .price-info .price-period {
  display: block;
  line-height: 0px;
}
.plan-price ul li .plan-divider {
  border-top: 1px solid #d2d2d2;
  width: 95%;
  margin: 0 auto;
  padding-top: 10px;
}
.plan-price ul li .btn-select {
  background: #f3f3f3;
  border: 1px solid #4B7447;
  color: #4B7447;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  width: 140px;
}
.plan-price ul li:hover .btn-select {
  background: #4B7447;
  border: 1px solid #4B7447;
  color: #fff;
}
.plan-price ul li .plan-bottom {
  padding: 40px 15px 30px 15px;
  overflow: hidden;
  display: inline-block;
}
.plan-price ul li .plan-details ol {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.plan-price ul li .plan-details ol li {
  list-style: none;
  border: none;
  border-radius: 0px;
  width: 100%;
  display: block;
  padding: 10px 5px 0px 5px;
  font-size: 14px;
  color: #666;
  margin: auto;
  background: transparent;
  height: auto;
  text-transform: capitalize;
}
.plan-price ul li.selected {
  background: #8EBA43;
  position: relative;
}
.plan-price ul li.selected h3,
.plan-price ul li.selected .plan-period,
.plan-price ul li.selected .plan-details ol li {
  color: #fff;
}
.plan-price ul li.selected .price-info {
  background: #fff;
}
.plan-price ul li.selected:hover .price-info {
  background: #4B7447;
  color: #fff;
}
.plan-price ul li.selected .btn-select {
  background: #4B7447;
  border: 1px solid #4B7447;
  color: #fff;
}
.plan-price ul li.selected:hover .btn-select {
  background: #4B7447;
  border: 1px solid #4B7447;
  color: #fff;
}
a.compare-link {
  font-size: 21px;
  color: #EB8A44;
  text-decoration: underline;
  display: none;
}
a.compare-link:hover {
  text-decoration: none;
}
.recommended {
  box-sizing: border-box;
  position: absolute;
  top: 25px;
  left: -35px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: 143px;
  height: 25px;
  padding-right: 0;
  line-height: 26px;
  background: #4B7447;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.price-features {
  list-style-type: none;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
  padding: 0;
}
ul.price-features li {
  display: inline-block;
  padding: 0 25px;
  font-size: 16px;
  position: relative;
}
ul.price-features li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  margin-left: -25px;
  color: #4B7447;
  font-size: 16px;
}
.features-box .feature-icon .fas.fa-hand-holding {
  position: relative;
}
.features-box .feature-icon .fas.fa-hand-holding::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  font-size: 14px;
  left: 40%;
  top: -5%;
}
.price-save-box {
  position: absolute;
  bottom: 36px;
  right: -72px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #4B7447;
}
.price-save-box:after {
  content: '';
  background-image: url(/Theme/Edulle/webroot/subdomains/www/img/price-arrow.png);
  background-size: 95%;
  background-repeat: no-repeat;
  position: absolute;
  width: 48px;
  height: 29px;
  top: 18px;
  display: inline-block;
  left: -14px;
  transform: rotate(-25deg);
}
.price-details {
  max-width: 1020px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 10px;
}
.info-tagline {
  max-width: 1020px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 10px;
  font-size: 12px;
  margin-top: -35px;
}
.free-trial {
  font-size: 16px;
  margin-top: -25px;
  color: #4B7447;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
/* Price table Style Ends Here */
h3.join a {
  background-color: #4B7447;
  color: #FFF;
  font-size: 16px;
  padding: 7px 10px;
  border-radius: 4px;
  vertical-align: middle;
}
h3.join a:hover {
  background-color: #8EBA43;
}
/* Mobile Style Starts Here */
@media (max-width: 767px) {
  .plan-price ul {
    margin-top: 50px;
  }
  .plan-price ul li {
    width: 100%;
  }
  h2.price-title {
    padding: 10px 10px 10px 10px;
    line-height: 37px;
    font-size: 30px;
  }
  .features-box .feature-icon {
    margin: 0px auto;
  }
  .features-box {
    margin: 0;
    margin-bottom: 25px;
    border-bottom: 1px dashed #CCC;
  }
  .features-box.no-border {
    border-bottom: none;
  }
  .features-box h3 {
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  .features-box p {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .courses .courses-top h2 {
    font-size: 26px;
  }
  .courses .course-info .course-detail {
    height: 188px;
    margin-bottom: 15px;
    padding: 0px 10px;
  }
  .pull {
    padding-top: 75px;
  }
  h3.join {
    line-height: 30px;
  }
}
/* Mobile Style Ends Here */
@media screen and (device-aspect-ratio: 40/71) {
  #book .datetimepicker {
    width: 265px;
  }
}
