/*/*This is for the checkmark  --  eFront Help Desk comment
This is new  code added by eFront  during March 2023 to the live theme so I'm copy here to TEST theme 04/02/2023 when I noticed it over there    */
/* DW - want to test language options of landing page via a theme: Gilanta mentioned it might be possible  */
.btn.btn-primary, .btn.btn-default, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger, .btn.btn-link {
    text-transform: uppercase;
    background-color: #0077C8;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    color: #0077C8;
}

*.progress .progress-bar.progress-bar-success {
    background-color: #0077c8;
}

/*  New code: 05/12/2023 - to expand the cours overview page at: Module level desc:  In this module, etc. -- expand to 2 lines; char limits apply. DW */
p { 
    white-space: normal; 
}



#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > button{
   color: #333333!important;
}
#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > button:hover
{
   color: #0077c8!important;
}  

 #searchDiv {
    background-color: #808080!important;
}
#ef-navbar form.navbar-form .selectize-input, #ef-navbar form.navbar-form input[type=text], #ef-navbar form.navbar-form span.search-handle {
    background-color: #dddddd !important;
}
.searchDivRight {
    background-color: #dddddd !important;
}
#sResultsDiv {
    background: #dddddd !important;
}
.ef-active > #searchDiv {
    background-color: #dddddd !important;
}
.active-search-input {
    background-color: #dddddd !important;
}
.searchDivCenter >.active-search-input {
    background: #dddddd !important;
}
.searchDivRight > span.search-handle {
    background-color: #dddddd !important;
}
#searchInputContainer > .clickableRow:nth-child(even) {
      background:#dddddd !important;
}

input#ef-search-bar::placeholder {
  color:    #333333!important;
}



#sResultsDiv > .clickableRow:nth-child(even) {
      background: #dddddd !important;
}
#sResultsDiv > .clickableRow {
      background: #dddddd !important;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#4C6BBE;border-color:#4C6BBE;}
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#FFFFFF;border-color:#FFFFFF;}
html.new-ui-html:root{--c-brand-primary:#dddddd;--c-brand-primary-darken-5:#d8d8d8;--c-brand-primary-darken-7:#d6d6d6;--c-brand-primary-darken-10:#d3d3d3;--c-brand-primary-darken-15:#cecece;--c-brand-primary-darken-17:#cccccc;--c-brand-primary-darken-20:#c9c9c9;--c-brand-primary-darken-25:#c4c4c4;--c-brand-primary-lighten-7:#e4e4e4;--c-brand-primary-lighten-40:#ffffff;}
