/* Start LMSHELP-19083 */

div.form-group.has-feedback:has(input[name="survey_link"])
{
  display:none;
}

/* Ende LMSHELP-19083 */

:root {
    --primary-color: #70A81d;;
}
#usersTable[data-url*="archive/type/users"] tr.inactive {
  color: #C92A2A !important;
}

/* Start: LMSHELP-14516 by SOT 2023-10-17 */
.fa-microphone:before {
    content: "\f073";
}
/* End: LMSHELP-14516 */


/* LMSHELP-7465 */

.ef-dashboard-header .ef-main-action-button .btn.btn-success[href*="resume"]
{
  white-space:initial;
}

.link.ef-cancel-session-custom.ef-session-link{
 color: red !important; 
}

.vjs-menu li{
  text-transform: none !important;
}
.vjs-modal-dialog.vjs-text-track-settings select{
 color: black; 
}


#ef-navbar form.navbar-form input[type="text"]#ef-search-bar {
float: right;width: 70%;
border: 2px solid #a3a7b5 !important;
background-color: rgba(163, 167, 181,0.07);
height: 43px;
}
@media screen and (max-width: 991px) {
#ef-navbar form.navbar-form input[type="text"]#ef-search-bar {
width: 150%;}
}
@media screen and (max-width: 767px) {
#ef-navbar form.navbar-form input[type="text"]#ef-search-bar {
width: 80%;}
}
#ef-navbar {
    border-top: 6px solid #a3a7b5;
    border-bottom: 1px solid #a3a7b5;
}
.btn-group-vertical >.btn-primary.active,
.course-btns >.course-btn.active {
    background-color: #70A81d !important;
}

.btn-group-vertical >.btn-primary.active:hover,
.course-btns >.course-btn.active:hover {
    background-color: #70A81d !important;
}

.user-preferences .img-thumbnail{
    background-color: #6E6D72 !important; 
}
.user-preferences .img-thumbnail::after{
    color: white !important;
}

.ef-card-entries.ef-catalog-entries.featured{
  background-color:  #70A81d;
}
.featuredBlock{
    background-color:  #70A81d;
      border: 4px solid #70A81d;
}
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category.featured > div.ef-entry-head {
    background-color:  #70A81d;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
