/**********************************************************************************************************************/
/************************************************* TEMP CLASSES *******************************************************/
/**********************************************************************************************************************/

html{
  height:100%;
}

body{
  background: #ffffff;
  font-family: 'Manrope', 'Open Sans', 'FontAwesome', sans-serif;
  line-height: 1.65;
  font-size:14px;
  padding-right: 0px !important;
}

iframe{
  background: #ffffff;
}

.ContentEclass{
  min-width: 100%;
  padding: 0;
}

.padding-default.container{
  padding: 32px 16px 32px 16px;
}
.padding-default.container-fluid{
  padding: 32px 24px 32px 24px;
}
.padding-default-form-login.container{
  padding: 32px 16px 32px 16px;
}
.padding-default-form-login.container-fluid{
  padding: 32px 24px 32px 24px;
}

/* whole-height - header - footer + header*/
@media(min-width:992px){
  body:not(:has(.footer-image)) .main-section{
    max-width: 100%;
    padding: 0;
    min-height: calc(100vh - 80px - 80px);
    padding-top: 80px;
  }

  body:has(.footer-image) .main-section{
    max-width: 100%;
    padding: 0;
    min-height: calc(100vh - 80px - 235px);
    padding-top: 80px;
  }

  .fixed-announcement .main-section{
    padding-top: 140px !important;
  }
}

/* whole height - header - footer + header */
@media(max-width:991px){

  /* When the body does not contain a footer image */
  body:not(:has(.footer-image)) .main-section{
    max-width: 100%;
    padding-top: 56px;
    min-height: calc(100vh - 56px - 134px);
  }

  /* When the body contains a footer image */
  body:has(.footer-image) .main-section{
    max-width: 100%;
    padding-top: 56px;
    min-height: calc(100vh - 56px - 235px);
  }

  .fixed-announcement .main-section{
    padding-top: 116px !important;
  }

}

.container-fluid {
  max-width: 1920px;
}
@media(max-width:991px){
  .container,
  .container-fluid{
    min-width: 100%;
  }
}

.main-container,
.module-container{
  background-color: #ffffff;
}
@media(max-width:991px){

  .main-container{
    padding: 24px 8px 24px 8px;
  }
  .module-container{
    padding: 24px 0px 24px 0px;
  }

  .portfolio-profile-container{
    min-height: 96px;
    padding: 0px 8px 0px 8px;
    background-color: #F7F9FE;
  }
  .portfolio-courses-container{
    padding: 24px 8px 24px 8px;
    background-color: #ffffff;
    min-height: calc(100vh - 56px - 134px + 56px - 592px);
  }
  .fixed-announcement .portfolio-courses-container{
    min-height: calc(100vh - 56px - 134px + 56px - 592px - 60px);
  }

  body:has(.footer-image) .main-container,
  body:has(.footer-image) .module-container{
    min-height: calc(100vh - 56px - 235px);
  }

  body:not(:has(.footer-image)) .main-container,
  body:not(:has(.footer-image)) .module-container{
    min-height: calc(100vh - 56px - 134px);
  }


  .fixed-announcement .main-container,
  .fixed-announcement .module-container{
    min-height: calc(100vh - 56px - 134px - 60px);
  }
}
@media(min-width:992px){

  .container.main-container{
    padding: 24px 8px 24px 8px;
  }
  .container-fluid.main-container{
    padding: 24px 16px 24px 16px;
  }



  .container.module-container{
    padding: 24px 0px 24px 0px;
  }
  .container-fluid.module-container{
    padding: 24px 0px 24px 0px;
  }


  .container .portfolio-content{
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-fluid .portfolio-content{
    padding-left: 0px;
    padding-right: 0px;
  }

  .portfolio-profile-container{
    min-height: 96px;
    background-color: #F7F9FE;
  }
  .container.portfolio-profile-container{
    padding: 40px 8px 40px 8px;
  }
  .container-fluid.portfolio-profile-container{
    padding: 16px 16px 16px 16px;
  }


  .portfolio-courses-container{
    background-color: #ffffff;
  }
  body:not(:has(.footer-image)) .portfolio-courses-container{
    min-height: calc(100vh - 80px - 80px - 160px);
  }
  body:has(.footer-image) .portfolio-courses-container{
    min-height: calc(100vh - 80px - 235px - 160px);
  }

  .fixed-announcement .portfolio-courses-container{
    min-height: calc(100vh - 80px - 80px - 160px - 64px);
  }
  .container.portfolio-courses-container{
    padding: 24px 8px 24px 8px;
  }
  .container-fluid.portfolio-courses-container{
    padding: 24px 16px 24px 16px;
  }


  body:not(:has(.footer-image)) .main-container,
  body:not(:has(.footer-image)) .module-container{
    min-height: calc(100vh - 80px - 80px);
  }

  body:has(.footer-image) .main-container,
  body:has(.footer-image) .module-container{
    min-height: calc(100vh - 80px - 235px);
  }


  body:not(:has(.footer-image)) .fixed-announcement .main-container,
  body:not(:has(.footer-image)) .fixed-announcement .module-container{
    min-height: calc(100vh - 80px - 80px - 60px);
  }
  body:has(.footer-image) .fixed-announcement .main-container,
  body:has(.footer-image) .fixed-announcement .module-container{
    min-height: calc(100vh - 80px - 235px - 60px);
  }
}


.panel-phpinfo{
  overflow-y: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.min-img-size{
  min-width:24px;
  min-height:24px;
}

.main-container{
  width:100%;
}

.btn:focus,
.btn:active,
#menu-btn:focus,
#menu-btn:active{
  outline: none !important;
  box-shadow: none;
}
#menu-btn:focus,
#menu-btn:hover{
  cursor:  url(../images/pointer.png), auto;
}

.opacity-help {
  opacity: 0.5;
}

.basic-size{
  height:40px;
  width:40px;
}

.small-basic-size{
  height:30px;
  width:30px;
}

.border-card{
  border: solid 1px #EFF2FB;
}

.border-bottom-card-header{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #B3D1FF;
}


.border-top-default{
  border-top: solid 1px #EFF2FB;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.border-bottom-default{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #E8EDF8;
}

.border-card-left-default{
  border-top: none;
  border-left: solid 3px #EFF2FB;
  border-right: none;
  border-bottom: none;
}

.li-unstyled{
  list-style:none !important;
}

.h-80px{
  height:80px;
}

.h-40px{
  height:40px;
}

.h-30px{
  height: 30px;
}

.input-border-color{
  border-color: #687DA3;
}

.help-block{
  color:#2B3944;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.split-left{
  padding-left: 15px;
  border-left: solid 1px #e8e8e8 ;
}
.split-content{
  width: 1px;
  height: 40px;
  border-left: solid 1px #e8e8e8 ;
}

/* About sizing of icons */
.settings-icons{
  width: 16px;
  height: 16px;
}
.settings-icons-lg::before{
  width: 24px;
  height: 24px;
}

.max-input-width{
  max-width: 255px;
}

a:hover,button:hover{
  cursor:  url(../images/pointer.png), auto;
}

.border-radius-default{
  border-radius: 8px !important;
}

.item-title.h4 {
  line-height: 16px;
  margin-bottom: 15px;
  letter-spacing: 0px;
}

.line-height-default{
  line-height: 16px;
  letter-spacing: 0px;
}


.truncate-text {
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.title-default,
.control-label-notes{
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color:#2B3944;
  line-height: 16px;
}

.title-default-line-height,
.title-default-line-height p,
.title-default-line-height span{
  line-height: 16px;
}

.badge{
  font-size: 12px;
}

/**********************************************************************************************************************/
/************************************************* COLORS *************************************************************/
/**********************************************************************************************************************/

.Neutral-900-bg{
  background-color: #2B3944;
}

.Neutral-900-cl,
caption{
  color: #2B3944;
}

.Neutral-800-bg{
  background-color: #4F6893;
}

.Neutral-800-cl{
  color: #4F6893;
}

.Neutral-700-bg{
  background-color: #687DA3;
}

.Neutral-700-cl{
  color: #687DA3;
}

.Neutral-600-bg{
  background-color: #9BA9C1;
}

.Neutral-600-cl{
  color: #9BA9C1;
}

.Neutral-500-bg{
  background-color: #B4BED1;
}

.Neutral-500-cl{
  color: #B4BED1;
}

.Neutral-400-bg{
  background-color: #CDD4E0;
}

.Neutral-400-cl{
  color: #CDD4E0;
}

.Neutral-300-bg{
  background-color: #E8EDF8;
}

.Neutral-300-cl{
  color: #E8EDF8;
}

.Neutral-200-bg{
  background-color: #EFF2FB;
}

.Neutral-200-cl{
  color:#EFF2FB;
}


.Primary-600-bg{
  background-color: #2546F0;
}

.Primary-600-cl{
  color: #2546F0;
}

.Primary-500-bg{
  background-color: #0073E6;
}

.Primary-500-cl,
.link-color,
.link-color:hover,
.link-color:focus{
  color:#0073E6;
}

.Primary-400-bg{
  background-color: #74AFE9;
}

.Primary-400-cl{
  color: #74AFE9;
}

.Primary-300-bg{
  background-color: #B3D1FF;
}

.Primary-300-cl{
  color: #B3D1FF;
}

.Primary-200-bg{
  background-color: #EFF6FF;
}

.Primary-200-cl{
  color: #EFF6FF;
}

.Primary-100-bg{
  background-color: #F7F9FE;
}

.Primary-100-cl{
  color: #F7F9FE;
}

.Accent-200-bg{
  background-color: #C44601;
}

.Accent-200-cl,
.link-delete,
.link-delete:hover,
.link-delete:focus{
  color: #C44601;
}

.Accent-100-bg{
  background-color: #FDEFE9;
}

.Accent-100-cl{
  color:#FDEFE9;
}

.Success-200-bg{
  background-color: #1E7E0E;
}

.Success-200-cl{
  color: #1E7E0E;
}

.Success-100-bg{
  background-color: #E8F2E7;
}

.Success-100-cl{
  color:#E8F2E7;
}

.Warning-200-bg{
  background-color: #F57600;
}

.Warning-200-cl{
  color: #F57600;
}

.Warning-100-bg{
  background-color: #FFF4D1;
}

.Warning-100-cl{
  color: #FFF4D1;
}

.default-value{
  color: #ffffff;
}

.bgLightwhite {
  background-color: #e8e8e8;
}

.greyColor {
  background-color: #D3D3D3;
}

.bg-default,
.bg-input-default{
  background-color: #ffffff;
}

.Pink-bg{
  background-color: #ffc0cb;
}

.Pink-cl{
  color: #ffc0cb;
}

.help-block.Accent-200-cl{
  font-weight: 700;
  color: #C44601 !important;
}

.text-success{
  color: #1E7E0E !important;
}

.text-danger{
  color: #C44601 !important;
}

.text-warning{
  color: #F57600 !important;
}

.text-primary{
  color:#0073E6 !important;
}

/**********************************************************************************************************************/
/************************************************* TYPOGRAPHY *********************************************************/
/**********************************************************************************************************************/

/* h1{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #2B3944;
  font-style: normal;
} */

h1,
h2,
.text-heading-h2{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2B3944;
  font-style: normal;
}

h3,
.portofolio-text-intro,
.action-bar-title,
.modal-title-default,
.text-heading-h3{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #2B3944;
  font-style: normal;
}

h4,
.text-heading-h4{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2B3944;
  font-style: normal;
}

h5,
.portfolio-texts,
.text-heading-h5{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700 ;
  font-size: 14px;
  line-height: 24px;
  color: #2B3944;
  font-style: normal;
}

h6,
.text-heading-h6{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #2B3944;
  font-style: normal;
}

p,
span{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 0px;
}


/************************* ABOUT LINKS ***************************/
a{
  text-decoration: none;
  font-size: 14px;
  color:#0073E6;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
a:hover{
  text-decoration:underline;
}
@media(min-width: 992px){
  .table-default tbody tr td:has(a) {
    line-height: 16px;
  }
}
@media(max-width: 991px){
  .table-default tbody tr td a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media(max-width:425px){
  .table-default tbody tr td a,
  .table-default tbody tr th a {
    max-width: 250px;
  }
}
@media(min-width:426px) and (max-width:767px){
  .table-default tbody tr td a,
  .table-default tbody tr th a {
    max-width: 300px;
  }
}
@media(min-width:768px) and (max-width:991px){
  .table-default tbody tr td a,
  .table-default tbody tr td a {
    max-width: 400px;
  }
}
/**********************************************************************/

p,span,strong,small,b,em,
h1,h2,h3,h4,h5,h6,
.text-heading-h2,
.text-heading-h3,
.text-heading-h4,
.text-heading-h5,
.text-heading-h6,
.form-label,
.control-label-notes,
.help-block,
.title-default,
.modal-title-default,
.action-bar-title,
.Neutral-900-cl,
.list-group-item.list-group-item-action,
.list-group-item.element,
.label-container,
.radio label,
.smaller,
.panel-title,
.note-content,
.portfolio-username,
.small-text,
.largest-text,
.normal-text,
.msmall-text,
.vsmall-text{
  word-wrap: break-word;
  word-break: break-word;
}
@media(min-width:1200px){
  .table-default tbody tr td{
    word-wrap: break-word;
    word-break: break-word;
  }
}


#leftnav a:hover,
.dropdown_menu_user a:hover,
.submitAdminBtn:hover,
.cancelAdminBtn:hover,
.deleteAdminBtn:hover,
.menu-popover a:hover,
#bgr-cheat-header a:hover{
  text-decoration: none;
  cursor:  url(../images/pointer.png), auto;
}

.form-label{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #2B3944;
  letter-spacing: 0px;
  font-style: normal;
}

.largest-text{
  font-size: 32px;
}
.normal-text{
  font-size: 18px;
}
.msmall-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
}

.small-text {
  font-size: 13px;
}

.vsmall-text {
  font-size: 12px;
}

.TextBold,
b,
strong,
strong a ,
b a {
  font-weight: 700;
  font-style: normal;
}

.TextExtraBold {
  font-weight: 800;
  font-style: normal;
  word-break: break-word;
}

.TextExtraLight {
  font-weight: 200;
  font-style: normal;
  word-break: break-word;
}

.TextLight {
  font-weight: 300;
  font-style: normal;
  word-break: break-word;
}

.TextMedium {
  font-weight: 500;
  font-style: normal;
  word-break: break-word;
}

.TextRegular {
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
}

.TextSemiBold {
  font-weight: 600;
  font-style: normal;
  word-break: break-word;
}


.eclass-title{
  font-family: 'Manrope', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #2B3944;
  font-style: normal;
 }

/**********************************************************************************************************************/
/************************************************* INSTALL ECLASS *****************************************************/
/**********************************************************************************************************************/

.header_container{
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.col_maincontent_active_Install{
  border-radius: 4px;
}

.step2-form{
  max-height:450px;
  overflow-y: auto;
}

.install-logo{
  margin-top: 25px;
  max-width: 350px;
}

/**********************************************************************************************************************/
/************************************************* HEADER *************************************************************/
/**********************************************************************************************************************/


#bgr-cheat-header{
  z-index:4;
  overflow: visible;
  background-color: #ffffff;
  border: 0 none;
  height:80px;
  box-shadow: 1px 2px 6px rgba(43,57,68,0.04);
}


/*Sticky Header css*/
@media(min-width:992px){
  #bgr-cheat-header {
    transition: background-color 0.3s, height 0.3s;
  }

  .fixed-announcement .navbar-eclass{
    top: 60px;
  }

  #bgr-cheat-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    z-index: 1000;
  }

  .fixed-announcement .navbar-eclass.fixed{
    top: 60px !important;
  }

  #bgr-cheat-header.fixed .header-container,
  #bgr-cheat-header.fixed .header-large-screen {
    height: 55px;
  }

  #bgr-cheat-header img.eclass-nav-icon {
    transition: width 0.3s, height 0.3s;
  }

  #bgr-cheat-header.fixed img.eclass-nav-icon {
    width: 150px;
    height: 50px;
  }

  #bgr-cheat-header.fixed .dropdown-menu {
    top: 75%;
  }
}
/*Sticky Header css END*/


/* textEditor */
.mce-fullscreen #bgr-cheat-header{
  z-index:0;
}

.container.header-container{
  padding: 24px 8px 24px 8px;
}
.container-fluid.header-container{
  padding: 24px 16px 24px 16px;
}
@media(max-width:991px){
  .header-container{
    min-height: 56px;
    padding: 0px 18px 0px 18px !important;
  }
}

.eclass-nav-icon{
  width:200px;
  height:60px;
  border-radius: 4px;
}



.container-items {
  overflow-y: auto !important;
  min-width: 500px;
  flex-wrap: nowrap;
}
@media(min-width:992px) and (max-width:1199px){
  .container-items {
    min-width: 250px;
    max-width: 380px;
    gap: 25px;
  }
}
.container-items::-webkit-scrollbar{
  height: 6px;
}
.container-items::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.container-items::-webkit-scrollbar-thumb{
  background: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.container-items::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}
.container-items .menu-item{
  white-space: nowrap;
}

.header-login-text{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  color: #2B3944;
}
@media(min-width:992px){
  .header-login-text{
    background-color: #0073E6;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 16px;
    border-radius: 4px;
    font-weight: 700;
    padding: 8px 12px 8px 12px;
    text-align: center;
    transition: 0.3s ease;
  }
  .header-login-text:hover,
  .header-login-text:focus{
    background-color: #2546F0;
    color: #ffffff;
  }
}

#btn-search{
  color: #687DA3;
}

#btn-search:hover{
  color: #0073E6;
  cursor:  url(../images/pointer.png), auto;
}

.menu-item{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  color: #2B3944;
}
.menu-item:hover{
  color: #0073E6;
}

.menu-item.active, .menu-item.active2{
  background-color: #0073E6;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  border-radius: 4px;
}

.link-selection-language,
.link-bars-options{
  color: #2B3944;
}
.link-selection-language:hover,
.link-bars-options:hover{
  color: #0073E6;
}

.inputSearch{
  width:100px;
  background-color: #ffffff;
  border: 0px ;
  transition: all .5s;
  outline:0 ;
  box-shadow: none;
  margin-top: 0px !important;
  margin-bottom: 2px !important;
}

.inputSearch:active,
.inputSearch:focus,
.inputSearch:hover {
  box-shadow: none ;
}

.inputSearch:focus{
  width: 500px;
  top: 0;
  right: 100%;
}

#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:hover,
#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:focus{
  border-top: solid 4px #0073E6;
  cursor:  url(../images/pointer.png), auto;
}

#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:hover .user-icon-filename,
#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:focus .user-icon-filename{
  margin-top: -4px;
}

#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:hover .user-name,
#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:focus .user-name{
  margin-top: -4px;
}

.user-menu-btn:hover .fa-chevron-down,
.user-menu-btn:focus .fa-chevron-down{
  color: #0073E6;
}
#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:hover .fa-chevron-down,
#bgr-cheat-header:not(:has(.fixed)) .user-menu-btn:focus .fa-chevron-down{
  margin-top: -4px;
}

.btn-mobile-quick-search{
  height:38px !important;
  margin-top:1px;
}


@media(min-width: 992px){
  .link-selection-language *{
    white-space: nowrap;
  }

  .header-login-text{
    min-width: 80px;
    white-space: nowrap;
  }
  .user-menu-btn .user-name{
    white-space: nowrap;
  }
}


/**********************************************************************************************************************/
/************************************************* FOOTER *************************************************************/
/**********************************************************************************************************************/

.container-items-footer {
  overflow-y: auto !important;
  min-width: 500px;
  flex-wrap: nowrap;
}
@media(min-width:992px) and (max-width:1199px){
  .container-items-footer {
    max-width: 450px;
  }
}
.container-items-footer::-webkit-scrollbar{
  height: 6px;
}
.container-items-footer::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.container-items-footer::-webkit-scrollbar-thumb{
  background: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
    background-clip: content-box;
}
.container-items-footer::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}
.container-items-footer .menu-item{
  white-space: nowrap;
}

.copyright{
  float:right;
  text-decoration: none;
  line-height: 16px;
  font-size:12px;
  font-weight: 700;
  font-style: normal;
  color:#000000
}

.social_meadia_ul li{
  display: inline;
  float:right;
  padding: 5px;
}

.social-icon-tool{
  font-size:22px;
  color:#0073E6
}
@media(max-width:991px){
  .social-icon-tool{
    height: 30px;
    padding-top:7px;
  }
}

.border-bottom-footer{
  border: none;
  border-bottom: solid 1px #dde3ed;
  opacity: 0.3;
}


.ul_tools_site_footer li{
  line-height: 30px;
}

.a_tools_site_footer{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color:#2B3944;
}

.footer-text *{
  color:#2B3944;
}
.border-bottom-footer-text{
  border-bottom: solid 1px #2B3944 ;
  opacity: 0.3;
}

.div_social{
  height:40px;
  width:40px;
  border-radius: 50px;
  background-color: #005ad9;
  padding-top: 3px;
  padding-left: 12px;
}

#bgr-cheat-footer {
  background-color: #ffffff;
}

@media(max-width:991px){
  #bgr-cheat-footer, .footer-container{
    min-height: 134px;
  }
  .footer-container{
    padding: 24px 20px 24px 20px;
  }
}
@media(min-width:992px){
  #bgr-cheat-footer, .footer-container {
    min-height: 80px;
  }
  .container.footer-container{
    padding: 16px 8px 16px 8px;
  }
  .container-fluid.footer-container{
    padding: 16px 16px 16px 16px;
  }
}

#bgr-cheat-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bgr-cheat-footer .social-icons {
  margin-bottom: 20px;
}

#bgr-cheat-footer .social-icons a {
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  font-size: 16px;
  width: 30px;
  line-height: 30px;
  background: #0073E6;
  border-radius: 50%;
}


.footer-back-to-top{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  border: 0;
}



/**********************************************************************************************************************/
/************************************************* SHADOWS ************************************************************/
/**********************************************************************************************************************/

.shadow-default {
  box-shadow: 1.0px 2.0px 6.0px 0px rgba(43, 57, 68, 0.04);
}

.drop-shadow{
  filter: drop-shadow(1px 2px 6px rgba(43,57,68,0.04));
}

/**********************************************************************************************************************/
/************************************************* ALERTS *************************************************************/
/**********************************************************************************************************************/

.alert-warning, .alert-info, .alert-danger, .alert-success{
  margin-top:10px;
  margin-bottom:20px;
}

.alert div, .alert span, .alert p{
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0px;
  font-size: 14px;
  margin-bottom: 0px;
}
.alert:has(.fa-solid){
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 8px;
}
.alert .fa-solid::before{
  display: block;
  padding-top: 8px;
}

.alert-dismissible .btn-close {
  height: 8px;
  width:8px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='rgb(97, 97, 97)' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

.alert-dismissible .btn-close:focus, .alert-dismissible .btn-close:hover, .alert-dismissible .btn-close:active{
  outline:0 ;
  box-shadow: none ;
  cursor:  url(../images/pointer.png), auto;
}



.alert-success {
  border: 0px;
  background-color: #1E7E0E;
  color: #ffffff !important;
  border-radius: 4px;
}
.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success h5,
.alert-success h6,
.alert-success div,
.alert-success small,
.alert-success span,
.alert-success p,
.alert-success b,
.alert-success strong,
.alert-success li,
.alert-success label{
  color: #ffffff !important;
}
.alert-success .btn-close{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='rgb(255, 255, 255)' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.alert-success a{
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}



.alert-info {
  background-color: #0073E6;
  color: #ffffff !important;
  border-radius: 4px;
  border: 0px;
}
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6,
.alert-info div,
.alert-info small,
.alert-info span,
.alert-info p,
.alert-info b,
.alert-info strong,
.alert-info li,
.alert-info label{
  color: #ffffff !important;
}
.alert-info .btn-close{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='rgb(255, 255, 255)' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.alert-info a{
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}


.alert-warning {
  background-color: #F57600;
  color: #050505 !important;
  border-radius: 4px;
  border: 0px;
}
.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning h5,
.alert-warning h6,
.alert-warning div,
.alert-warning small,
.alert-warning span,
.alert-warning p,
.alert-warning b,
.alert-warning strong,
.alert-warning li,
.alert-warning label{
  color: #050505 !important;
}
.alert-warning .btn-close{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='rgb(43, 57, 68)' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.alert-warning a{
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}



.alert-danger {
  background-color: #C44601;
  color: #ffffff !important;
  border-radius: 4px;
  border: 0px;
}
.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6,
.alert-danger div,
.alert-danger small,
.alert-danger span,
.alert-danger p,
.alert-danger b,
.alert-danger strong,
.alert-danger li,
.alert-danger label{
  color: #ffffff !important;
}
.alert-danger .btn-close{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='rgb(255, 255, 255)' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.alert-danger a{
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}

/**********************************************************************************************************************/
/****************************************************** TABS **********************************************************/
/**********************************************************************************************************************/

.nav-tabs{
  border: 0px;
}
.nav-tabs .nav-item .nav-link:hover{
  color: #0073E6;
}
.nav-tabs .nav-item .nav-link:hover{
  text-decoration: none;
}
.nav-tabs .nav-item .nav-link{
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 24px;
  color: #4F6893;
  font-size: 16px;
  border: 0px;
  background-color: transparent;
}
.nav-tabs .nav-item .nav-link.active{
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 24px;
  color: #0073E6;
  font-size: 16px;
  border: 0px;
  background-color: transparent;
  border-bottom: solid 2px #0073E6;
}


/**********************************************************************************************************************/
/************************************************* ACCORDIONS *********************************************************/
/**********************************************************************************************************************/

.group-section .list-group-item{
  border-bottom: solid 1px #E8EDF8 ;
}
.group-section .list-group-item .accordion-btn{
  font-size:15px;
  font-weight: 700;
  font-style: normal;
  color:#465472;
  line-height: 16px;
  letter-spacing: 0px;
  gap: 9px;
}
.group-section .list-group-item .accordion-btn:hover{
  text-decoration: none;
  cursor:  url(../images/pointer.png), auto;
  color: #0073E6;
}

.group-section .list-group-item .accordion-btn[aria-expanded="true"], .group-section .list-group-item .accordion-btn.showAll{
  color: #0073E6;
}

.group-section .list-group-item .accordion-btn[aria-expanded="true"] .fa-chevron-down, .group-section .list-group-item .accordion-btn.showAll .fa-chevron-down{
  transform: rotate(180deg);
  transition: transform .3s ease-in-out;
}
.group-section .list-group-item .accordion-btn[aria-expanded="false"] .fa-chevron-down{
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
}

/* .group-section .list-group-item .accordion-btn{
  min-width: 100%;
} */
/**********************************************************************************************************************/
/************************************************* BREADCRUMBS ********************************************************/
/**********************************************************************************************************************/

.breadcrumb-item::before{
  margin-top:-3px;
}

@media(max-width:767px){
  .breadcrumb-item > a {
    font-size: 14px;
  }
  .breadcrumb-content {
    margin-top:3px;
  }
  .breadcrumb-item::before{
    margin-top: -3px;
  }
}

@media(min-width:768px){
  .breadcrumb-item > a {
    font-size: 14px;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #9BA9C1 ;
}

.breadcrumb-item{
  word-break: break-word;
}

.breadcrumb-item.active span{
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/**********************************************************************************************************************/
/************************************************* TESTIMONIALS - OWL_CAROUSEL ****************************************/
/**********************************************************************************************************************/


/* put testimonials-items in center */
.slick-track{
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials {
  background-color: transparent;
  padding: 0px 25px 0px 25px;
  position: relative;
  height: 170px;

}

.testimonials .testimonial {
  position: relative;
  margin: 0 25px;
  border-radius: 4px;
  padding-left:25px;
  padding-top:25px;
  padding-right: 25px;
  padding-bottom: 25px;
  background: #ffffff;
  color: #4F6893;
  transition: all 0.4s;
  font-size: 14px;
  height:170px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: solid 1px #EFF6FF;
}
@media(max-width:767px){
  .testimonials .testimonial { margin: 0 0px; }
}
.testimonials .testimonial::-webkit-scrollbar{
  display: none;
}
.testimonials .testimonial>div {
  position: relative; z-index: 2;
}

.testimonials .testimonial-body{
  max-height: 80px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials .testimonial-body::-webkit-scrollbar{
  display: none;
}

/* active testimonial */
.testimonial.slick-slide.slick-current.slick-active.slick-center{
  background-color: #EFF6FF;
  color: #4F6893;
  height:170px;
  border: 0;
}
.testimonial.slick-slide.slick-current.slick-active.slick-center .testimonial-body::-webkit-scrollbar {
  display: block;
  width:8px;
  height: 8px;
}
.testimonial.slick-slide.slick-current.slick-active.slick-center .testimonial-body::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.testimonial.slick-slide.slick-current.slick-active.slick-center .testimonial-body::-webkit-scrollbar-thumb {
  background-color: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.testimonial.slick-slide.slick-current.slick-active.slick-center .testimonial-body::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}

.testimonial.slick-slide .testimonial-person .form-label{
  display: none;
}

.testimonial.slick-slide.slick-current.slick-active.slick-center .testimonial-person .form-label{
  display: block;
}

.testimonials .slick-arrow:before {
  display: none;
}

.testimonials .slick-prev.slick-arrow{
  background: url(../images/prev3.svg) no-repeat center;
  background-size: contain;
  height:24px; width:24px; border-radius: 50%; z-index: 1;
}

.testimonials .slick-next.slick-arrow{
  background: url(../images/next3.svg) no-repeat center;
  background-size: contain;
  height:24px; width:24px; border-radius: 50%; z-index: 1;
}


.testimonials .slick-prev.slick-arrow{
  margin-left:0px;
}
.testimonials .slick-next.slick-arrow{
  margin-right:0px;
}


/**********************************************************************************************************************/
/****************************************** CHECKBOXES - RADIOS - INPUT IN FORMS **************************************/
/**********************************************************************************************************************/

.radio label{
  display:inline-flex; justify-content: center; align-items:start ;
  color:#2B3944; font-size: 14px;
  font-weight: 400; font-style: normal;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 10px;
}

/***** Icons inside radios *****/
.radio label .fa {
  font-size: 14px;
  position: absolute;
  top: 59%;
  left: 0%;
  transform: translate(-175%, -30%);
}
.radio:has(.input-StatusCourse) .fa::before{
  display: block;
  padding-top: 16px;
}
/******************************/

.radio label p{
  margin-top:0px;
}

.radio .help-block{
  margin-left: 34px;
  margin-top: -10px;
}

input[type="radio"]{
  margin: 0 10px 0 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50px;
  outline: none;
  border: solid 1px #9BA9C1;
  background-color: #ffffff;
  letter-spacing: 0px;
  line-height: 16px;
  color: #2B3944;
  cursor: pointer;
}
input[type="radio"]:checked {
  border: solid 6px #0073E6;
}
.input-StatusCourse:checked{
  box-shadow: inset 0 0 0 0px #e8e8e8;
  border: 0px solid #e8e8e8;
  background-color: #0073E6;
}
.radio:has(.input-StatusCourse:checked) .fa{
  color: #ffffff;
}

label:has(input[type="radio"]:disabled){
  font-size: 14px;
  font-weight: 400; font-style: normal;
  color: #2B3944;
  line-height: 16px;
  letter-spacing: 0px;
  cursor: not-allowed;
  /* opacity: 0.4; */
}
input[type="radio"]:disabled{
  cursor: not-allowed;
  color: #2B3944;
  /* opacity: 0.4; */
}

.radio:has(input[type='radio']:disabled) .help-block{
  cursor: not-allowed;
  color: #2B3944;
  /* opacity: 0.4; */
}

/* panels and form-wrapper where contains checkbox checked then change checked label color*/
.form-wrapper.form-edit label:has(input[type="radio"]:checked){
  font-size: 14px;
  font-weight: 400; font-style: normal;
  /* line-height: 16px;
  letter-spacing: 0px; */
  color:#2B3944;
}

/*******************************************************************/

.label-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 5px;
  cursor: pointer;
  position: relative;
  padding: 5px 0px 5px 0px;
  color: #2B3944;
}

.label-container > input[type="checkbox"] {
  height: 24px;
  min-width: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #9BA9C1;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #ffffff;
  cursor: pointer;
}

.label-container > input[type="checkbox"]:checked {
  border: 1px solid #0073E6;
  background-color: #0073E6;
}

.label-container > input[type="checkbox"]:checked + .checkmark::before {
  font-family: 'Manrope','FontAwesome';
  font-size: 17px;
  content: '\f00c';
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0.30rem;
  top: 0.35rem;
}

.label-container > input[type="checkbox"]:active {
  border: 1px solid #0073E6;
}

.label-container:has(input[type="checkbox"]:disabled){
  cursor:not-allowed;
  color: #2B3944;
}
.label-container > input[type="checkbox"]:disabled {
  cursor:not-allowed;
  color: #2B3944;
}

/**************************************************************/

textarea {
  width:100%;
}

input::placeholder , .form-select, .form-control{
  font-size: 14px;
  background-color: #ffffff;
  color:#3E4965;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.form-wrapper.form-edit .input-group-addon input[type=checkbox]{
  margin-top:10px;
}

.form-wrapper.form-edit {
  padding: 16px 0px 16px 0px;
  /* padding: 15px 0px 25px 0px; */
  /* background-color: #ffffff; */
  background-color: transparent;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="email"]{
  height:40px;
  border-radius: 4px;
  margin-top: 5px;
  border-color: #687DA3;
  background-color: #ffffff;
  color: #3E4965;
  font-size: 14px;
  font-weight: 400; font-style: normal;
}

textarea,
textarea.form-control{
  min-height:106px;
  border-radius: 4px;
  margin-top: 5px;
  border-color: #687DA3;
  background-color: #ffffff;
  color: #3E4965;
  font-size: 14px;
  font-weight: 400; font-style: normal;
}

input[type="text"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.uneditable-input:focus,
textarea:focus {
  border-color: #0073E6;
  box-shadow: none;
  outline: 0 none;
  background-color: #ffffff;
  color:#3E4965;
  font-weight: 400; font-style: normal;
}


/* richTextEDITOR */
.mce-panel {
  border: solid 1px #687DA3 !important;
}

.form-control:disabled{
  border-color: #687DA3;
  background-color: #E8EDF8 ;
}

select.form-select {
  background-color: #ffffff;
  border-radius: 4px;
  border-color:#687DA3;
  font-size: 14px;
  font-family: 'Manrope', sans-serif; font-weight: 400; font-style: normal;
  height:40px;
  color:#3E4965;
  padding-top: 5px;
  margin-top: 5px;
}

select.form-select:focus {
  /* box-shadow: none;
  outline: none; */
  border-color: #0073E6;
  background-color: #ffffff;
}

select.form-select option{
  color: #9BA9C1;
  font-weight: 400;
  font-style: normal;
}

select.form-select:disabled{
  opacity: 0.7;
  border-image: none;
  border-image-slice: 0;
  background-color: #DCDCDC;
}

label:has(input[type="checkbox"]:disabled){
  opacity: 0.7;
}

/**********************************************************************************************************************/
/*********************************************** SUBMITBUTTONS ********************************************************/
/**********************************************************************************************************************/

.submitAdminBtn,
.submitAdminBtnDefault,
.login-form-submit,
.cancelAdminBtn,
.successAdminBtn,
.deleteAdminBtn,
.warningAdminBtn,
.helpAdminBtn,
.secodandary-submit,
.btn-submit,
.reg_button{
  transition: 0.3s ease;
}

.submitAdminBtn, .cancelAdminBtn {
  border: solid thin;
  border-color: #0073E6;
  color: #0073E6;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  letter-spacing: 0px;
  line-height: 16px;
}

.submitAdminBtn:hover, .cancelAdminBtn:hover {
  background-color: #ffffff;
  border-color: #2546F0;
  color: #2546F0;
}

.submitAdminBtn.active{
  background-color: #2546F0;
  color: #ffffff;
  z-index: 0 !important;
}

.submitAdminBtnDefault, input[type="submit"], button[type="submit"]{
  background-color: #0073E6;
  color: #ffffff;
  border: solid thin;
  border-color: #0073E6;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 16px;
}
.submitAdminBtnDefault:hover, input[type="submit"]:hover, button[type="submit"]:hover {
  background-color: #2546F0;
  color: #ffffff;
  text-decoration: none;
  cursor:  url(../images/pointer.png), auto;
}

.sso-btn{
  min-width: 100%;
}
.social-btn{
  height:60px;
  min-width: 200px;
}


.deleteAdminBtn,
button[type="submit"].deleteAdminBtn,
input[type="submit"].deleteAdminBtn {
  border: solid thin;
  border-color: #C44601;
  color: #ffffff;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C44601;
  letter-spacing: 0px;
  line-height: 16px;
}

.deleteAdminBtn:hover,
button[type="submit"].deleteAdminBtn:hover,
input[type="submit"].deleteAdminBtn:hover {
  border-color: #B70A0A;
  background-color: #B70A0A;
  color: #ffffff;
  text-decoration: none;
}

.successAdminBtn,
button[type="submit"].successAdminBtn,
input[type="submit"].successAdminBtn {
  border: solid thin;
  border-color: #1E7E0E;
  color: #ffffff	;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E7E0E;
  letter-spacing: 0px;
  line-height: 16px;
}

.successAdminBtn:hover,
button[type="submit"].successAdminBtn:hover,
input[type="submit"].successAdminBtn:hover {
  background-color: #19680C;
  border-color: #19680C;
  color: #ffffff;
  text-decoration: none;
}

.warningAdminBtn,
button[type="submit"].warningAdminBtn,
input[type="submit"].warningAdminBtn {
  border: solid thin;
  border-color: #FFF4D1;
  color: #2B3944	;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF4D1;
  letter-spacing: 0px;
  line-height: 16px;
}

.warningAdminBtn:hover,
button[type="submit"].warningAdminBtn:hover,
input[type="submit"].warningAdminBtn:hover {
  background-color: #ece1bc;
  border-color: #ece1bc;
  color: #2B3944;
  text-decoration: none;
}

.helpAdminBtn {
  border: solid thin;
  border-color: #9BA9C1;
  color: #ffffff	;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9BA9C1;
  letter-spacing: 0px;
  line-height: 16px;
}

.helpAdminBtn:hover {
  background-color: #8e9bb0;
  border-color: #8e9bb0;
  color: #ffffff;
  text-decoration: none;
}

.submitAdminBtn span, .cancelAdminBtn span, .deleteAdminBtn span{
  font-size: 14px;
}

.submitAdminBtn .fa, .cancelAdminBtn .fa, .deleteAdminBtn .fa{
  height:14px;
  width:14px;
}

.submitAdminBtn .fa-solid::before, .submitAdminBtn .fa-regular::before,
.submitAdminBtnDefault .fa-solid::before, .submitAdminBtnDefault .fa-regular::before,
.cancelAdminBtn .fa-solid::before, .cancelAdminBtn .fa-regular::before,
.successAdminBtn .fa-solid::before, .successAdminBtn .fa-regular::before,
.deleteAdminBtn .fa-solid::before, .deleteAdminBtn .fa-regular::before,
.warningAdminBtn .fa-solid::before, .warningAdminBtn .fa-regular::before{
  width: 16px ;
  height: 16px ;
  display: block;
  margin-top: 1px;
}

/* These buttons don't change their background color . For this reason their icons always will have white color. */
.successAdminBtn .fa-solid::before, .successAdminBtn .fa-regular::before, .successAdminBtn .fa-brands::before, .successAdminBtn .fa::before,
.deleteAdminBtn .fa-solid::before, .deleteAdminBtn .fa-regular::before, .deleteAdminBtn .fa-brands::before, .deleteAdminBtn .fa::before,
.warningAdminBtn .fa-solid::before, .warningAdminBtn .fa-regular::before, .warningAdminBtn .fa-brands::before, .warningAdminBtn .fa::before,
.helpAdminBtn .fa-solid::before, .helpAdminBtn .fa-regular::before, .helpAdminBtn .fa-brands::before, .helpAdminBtn .fa::before{
  color: #ffffff !important;
}

.warningAdminBtn .fa-rss::before{
  color: #000000 !important;
}

/**********************************************************************************************************************/
/******************************************************** BASIC BUTTON ************************************************/
/**********************************************************************************************************************/

.btn.btn-default{
  border: solid thin;
  border-color: #0073E6;
  color: #0073E6;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  letter-spacing: 0px;
  line-height: 16px;
}
.btn.btn-default:hover{
  border-color: #2546F0;
  color: #2546F0;
  background-color: #ffffff;
  text-decoration: none;
}

.btn.btn-primary{
  border: solid thin;
  border-color: #0073E6;
  color: #ffffff;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0073E6;
  letter-spacing: 0px;
  line-height: 16px;
}
.btn.btn-primary:hover{
  border-color: #2546F0;
  color: #ffffff;
  background-color: #2546F0;
}

.btn.btn-danger,
.delete.confirmAction,
.delete.delete_btn{
  border: solid thin;
  border-color: #C44601;
  color: #ffffff;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C44601;
  letter-spacing: 0px;
  line-height: 16px;
}
.btn.btn-danger:hover,
.delete.confirmAction:hover,
.delete.delete_btn:hover{
  border-color: #B70A0A;
  color: #ffffff;
  background-color: #B70A0A;
  text-decoration: none;
}


.btn.btn-success{
  border: solid thin;
  border-color: #1E7E0E;
  color: #ffffff;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px ;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E7E0E;
  letter-spacing: 0px;
  line-height: 16px;
}
.btn.btn-success:hover{
  border-color: #19680C;
  color: #ffffff;
  background-color: #19680C;
}

.btn-outline-secondary{
  border: solid thin;
  border-color: #0073E6;
  color: #0073E6;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  letter-spacing: 0px;
  line-height: 16px;
}
.btn-outline-secondary:hover{
  background-color: #ffffff;
  border-color: #2546F0;
  color: #2546F0;
}


.btn.btn-secondary{
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  border-color: rgb(93, 97, 95);
  background: linear-gradient(180deg,#DCDCDC 0%,rgb(93, 97, 95) 49%, rgb(93, 97, 95) 51%,rgba(93, 97, 95, 0.963) 100%);
  border-radius: 4px;
}

/**********************************************************************************************************************/
/************************************************* CONTEXTUAL MENUS ***************************************************/
/**********************************************************************************************************************/

.contextual-menu{
  width:270px;
  list-style-type:none;
  border: solid 1px #CDD4E0;
  filter: drop-shadow(1px 2px 6px rgba(43,57,68,0.04));
  z-index: 2;
}

.contextual-menu-manage-course{
  width:280px;
}

.contextual-menu-user{
  min-width: 310px;
  max-width:320px;
  border: solid 1px #CDD4E0;
}
@media(max-width:991px){
  .contextual-menu-user{
    width: 296px;
    overflow-y: auto;
    max-height: calc(100vh - 56px - 134px);
  }
}
@media(min-width:768px) and (max-width:991px){
  .contextual-menu-user{
    max-height: calc(100vh - 56px);
  }
}

.contextual-menu-user .username-paragraph{
  color: #9BA9C1;
}

@media(min-width:992px){
  .contextual-menu{
    overflow-y: auto;
    max-height: calc(100vh - 80px - 80px + 16px);
  }
  .contextual-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .contextual-menu::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .contextual-menu::-webkit-scrollbar-thumb {
    background-color: #B4BED1;
    border-radius: 20px;
    border: 1px solid transparent;
    background-clip: content-box;
  }
  .contextual-menu::-webkit-scrollbar-thumb:hover{
    background: #B4BED1;
  }
}


.contextual-menu-user.show{
  top: 90%;

}

.contextual-menu-user .list-group-item .fa-solid, .contextual-menu-user .list-group-item .fa-regular{
  width: 16px;
  height: 16px;
}

.contextual-menu li{
  list-style:none !important;
}

.contextual-menu .list-group-item,
.contextual-menu button[type="submit"],
.contextual-menu input[type="submit"]{
  border:0px;
  border-bottom: solid 1px #EFF6FF;
  font-weight: 700;
  color: #2B3944;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  background-color: transparent;
  min-height: 40px;
}

.contextual-menu li:last-child .list-group-item{
  border:0px;
}

.contextual-menu .list-group-item:hover,
.contextual-menu button[type="submit"]:hover
.contextual-menu input[type="submit"]:hover{
  background-color: #EFF6FF;
  color:#0073E6;
  text-decoration: none;
  cursor:  url(../images/pointer.png), auto;
}


body .form-action-button-mydropdowns{
  display: none;
}


.contextual-menu .form-action-button-mydropdowns{
  display: block;
}

.contextual-border{
  border: solid 1px #CDD4E0;
}

.contextual-menu .list-group-item:has(.fa-xmark),
.contextual-menu .list-group-item:has(.fa-trash),
.contextual-menu .list-group-item:has(.fa-eraser),
.contextual-menu .list-group-item:has(.fa-times),
.contextual-menu .list-group-item:has(.fa-xmark) .fa::before,
.contextual-menu .list-group-item:has(.fa-trash) .fa::before,
.contextual-menu .list-group-item:has(.fa-eraser) .fa::before,
.contextual-menu .list-group-item:has(.fa-times) .fa::before{
  color: #C44601 !important;
}
.contextual-menu .list-group-item:has(.fa-xmark) .fa,
.contextual-menu .list-group-item:has(.fa-trash) .fa,
.contextual-menu .list-group-item:has(.fa-eraser) .fa,
.contextual-menu .list-group-item:has(.fa-times) .fa{
  margin-top: 1px;
}




/**********************************************************************************************************************/
/***************************************** BOOTBOX - MENUPOPOVER -MODALS **********************************************/
/**********************************************************************************************************************/

.modal-open{
  padding-right: 0px !important;
}

.bootbox.show .modal-footer .submitAdminBtn,
.modal.show .modal-footer .submitAdminBtn{
  border-color: #0073E6;
  background-color: #0073E6;
  color: #ffffff;
}
.bootbox.show .modal-footer .submitAdminBtn:hover,
.modal.show .modal-footer .submitAdminBtn:hover{
  border-color: #2546F0;
  background-color: #2546F0;
  color: #ffffff;
}

.bootbox-close-button{
  display: flex;
  align-items: center;
  justify-content: center;
}






.btn-group-default a{
  border-radius: 4px !important;
}

/* button menu-popover */
.menu-popover{
  background: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #0073E6;
}
.menu-popover:hover{
  background: #ffffff;
}
/* fade menu-popover */
.menu-popover.fade.show{
  border: solid 1px #E8EDF8;
}
.menu-popover .hidden-xs{
  padding: 0px;
}
.menu-popover .list-group-item{
  background-color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  border-radius: 0px;
  border: 0px;
  border-bottom: solid 1px #EFF6FF;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 8px;
  font-size: 14px;
  min-height: 40px;
  line-height: 16px;
  padding: 11px 10px 10px 10px;
  color: #2B3944;
}
.menu-popover .list-group-item-action{
  padding: 0px !important;
}
.menu-popover .list-group-item-action .list-group-item{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  border-radius: 0px;
  border: 0px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 5px;
  font-size: 14px;
  height: auto;
  line-height: 16px;
  padding: 11px 10px 10px 10px;
}
.menu-popover .list-group-item:last-child{
  border-bottom: none !important;
}
.menu-popover .list-group-item .fa{
  width: 16px;
  height: 16px;
}
.menu-popover .list-group-item:hover{
  background-color: #EFF6FF;
  color:#0073E6;
  text-decoration: none;
  cursor:  url(../images/pointer.png), auto;
  font-weight: 700;
  font-size: 14px;
}
.menu-popover .list-group-item.disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

/* About deleting tool of menu popover */
.menu-popover .list-group-item:has(.fa-xmark),
.menu-popover .list-group-item:has(.fa-trash),
.menu-popover .list-group-item:has(.fa-eraser),
.menu-popover .list-group-item:has(.fa-times),
.menu-popover .list-group-item:has(.fa-xmark) .fa::before,
.menu-popover .list-group-item:has(.fa-trash) .fa::before,
.menu-popover .list-group-item:has(.fa-eraser) .fa::before,
.menu-popover .list-group-item:has(.fa-times) .fa::before,
.menu-popover .list-group-item.warning-delete{
  color: #C44601 !important;
}
.menu-popover .list-group-item:has(.fa-xmark) .fa,
.menu-popover .list-group-item:has(.fa-trash) .fa,
.menu-popover .list-group-item:has(.fa-eraser) .fa,
.menu-popover .list-group-item:has(.fa-times) .fa{
  margin-top: 1px;
}

/* after closing modal , display none from body and block inside popover for form-action-button */
body .form-action-button-popover{
  display: none;
}

.menu-popover .form-action-button-popover{
  display: block;
}

.bootbox.show .modal-content, .modal.show .modal-content{
  padding: 15px;
}
.modal.show .modal-header{
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.bootbox.show .modal-header{
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.bootbox.show .modal-header .modal-title,
.modal.show .modal-header .modal-title{
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2B3944;
}
.bootbox.show .bootbox-close-button,
.modal.show .close,
.modal-display .close{
  border:0px;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  opacity: 1;
  padding: 0px;
  background: transparent url(../images/xmark-red.svg) center / 1em auto no-repeat;
}
.bootbox.show .bootbox-close-button:hover,
.modal.show .close:hover,
.modal-display .close:hover,
.bootbox.show .bootbox-close-button:focus,
.modal.show .close:focus,
.modal-display .close:focus{
  outline: 0;
  box-shadow: none;
  cursor:  url(../images/pointer.png), auto;
}

.modal.show .close span{
  color: #C44601;
}
.bootbox.show .modal-body, .modal.show .modal-body{
  border: 0;
}
.bootbox.show .bootbox-body, .modal.show .modal-body{
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2B3944;
}
.bootbox.show .modal-footer, .modal.show .modal-footer{
  border: 0;
}
.bootbox.show .modal-body:has(.bootbox-close-button) .bootbox-close-button{
  margin-bottom: 15px;
}

.rating{
  margin-bottom: 0px !important;
}

.openCourseImg{
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  margin: auto;
  display: block;
}
@media(max-width:767px){
  .openCourseImg{
    width:100%;
  }
}

.openCourseDes{
  text-align: start;
}

.modal-content-opencourses{
  position: fixed;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background:#ffffff ;
  border-radius: 4px;
  max-height:80vh;
  padding: 20px;
  border: solid 1px #E8EDF8;
}
.ClickCourseModalImg{
  width:16px; height:16px;
}

@media(max-width:424px){
  .modal-content-opencourses{
    width:90vw;
  }
}
@media(min-width:425px) and (max-width:767px){
  .modal-content-opencourses{
    width:90vw;
  }
}
@media(min-width:768px) and (max-width:991px){
  .modal-content-opencourses{
    width:90vw;
  }
}
@media(min-width:992px) and (max-width:1023px){
  .modal-content-opencourses{
    width:90vw;
  }
}
@media(min-width:1024px) and (max-width:1199px){
  .modal-content-opencourses{
    width:750px;
  }
}
@media(min-width:1200px){
  .modal-content-opencourses{
    width:800px;
  }
}

.course-content{
  max-height: 400px;
  overflow-y: auto;
}
.course-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.course-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.course-content::-webkit-scrollbar-thumb {
  background-color: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.course-content::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}


/**********************************************************************************************************************/
/**************************************************** FORMS ***********************************************************/
/**********************************************************************************************************************/

/* first choice of inputs forms */
.form-wrapper.form-edit .control-label-notes,
.form-group .control-label-notes{
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color:#2B3944;
  line-height: 16px;
}

.form-wrapper.form-edit .control-label-notes:not(:has(.mb-1)){
  margin-bottom: 6px;
}


.form-wrapper:has(.submitAdminBtn) .submitAdminBtn,
.form-horizontal:has(.submitAdminBtn) .submitAdminBtn{
  background-color: #0073E6;
  border-color: #0073E6;
  color: #ffffff;
}

.form-wrapper:has(.submitAdminBtn) .submitAdminBtn:hover,
.form-horizontal:has(.submitAdminBtn) .submitAdminBtn:hover{
  background-color: #2546F0;
  border-color: #2546F0;
  color: #ffffff;
}

.form-wrapper:has(.submitAdminBtnClassic) .submitAdminBtnClassic,
.form-horizontal:has(.submitAdminBtnClassic) .submitAdminBtnClassic{
  background-color: #ffffff;
  border-color: #0073E6;
  color: #0073E6;
}

.form-wrapper:has(.submitAdminBtnClassic) .submitAdminBtnClassic:hover,
.form-horizontal:has(.submitAdminBtnClassic) .submitAdminBtnClassic:hover{
  background-color: #ffffff;
  border-color: #2546F0;
  color: #2546F0;
}

.submitAdminBtnClassic.active{
  background-color: #2546F0 !important;
  color:#ffffff !important;
}



/**********************************************************************************************************************/
/*************************************************** PANELS ***********************************************************/
/**********************************************************************************************************************/


.rounded-Home{border-radius:4px;}

.panel-admin{
  border-radius:4px;
  border: solid 1px #E8EDF8;
  background-color: #ffffff;
}
.panel-admin .panel-heading{
  background: #2B3944;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#ffffff;
  font-weight: 700; font-style: normal;
}
.panel-admin .panel-heading .panel-title{
  color:#ffffff;
  margin-bottom:0px;
  padding:0px;
  font-weight: 700; font-style: normal;
}
.panel-admin:has(.panel-footer) .panel-body{
  border:0px;
}

.panel-admin:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-admin:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}

.panel-admin>.panel-footer{
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-admin:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media(max-width:1199px){
  .sticky-column-course-home{
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .Course-home-ellipsis-announcements{
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media(min-width:1200px) and (max-width:1399px){
  .sticky-column-course-home{
    width: 280px;
  }

  .Course-home-ellipsis-announcements{
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .Course-home-ellipsis{
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media(min-width:1400px){
  .sticky-column-course-home{
    width: 300px;
  }
}

.panel-admin-calendar{
  border-radius:4px;
  border: solid 1px #E8EDF8;
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.panel-admin-calendar .panel-heading,
#cal-header{
  background: #2B3944;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#ffffff;
  font-weight: 700;
  font-style: normal;
}
.panel-admin-calendar .panel-heading .panel-title{
  color:#ffffff;
  margin-bottom:0px;
  padding:0px;
  font-weight: 700; font-style: normal;
}
/* .panel-admin-calendar:has(.panel-footer) .panel-body{
  border:0px;
} */
.panel-admin-calendar>.panel-body-calendar {
  border: solid 1px #E8EDF8;
}

.panel-admin-calendar:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-admin-calendar:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}

.panel-admin-calendar>.panel-footer{
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-admin-calendar:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-admin-calendar .event{
  margin-bottom: 0px;
}

.panel-primary,.panel-action-btn-primary{
  border-radius:4px;
  border: solid 1px #E8EDF8;
  background-color: #ffffff;
}
.panel-primary .panel-heading, .panel-action-btn-primary .panel-heading{
  background: #0073E6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#ffffff;
  font-weight: 700;
  font-style: normal;
}
.panel-primary .panel-heading .panel-title, .panel-action-btn-primary .panel-heading .panel-title{
  margin-bottom:0px;
  padding:0px;
  color:#ffffff;
  font-weight: 700;
  font-style: normal;
}
.panel-primary:has(.panel-footer) .panel-body{
  border:0px;
}
.panel-action-btn-primary:has(.panel-footer) .panel-body{
  border:0px;
}

.panel-primary:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-action-btn-primary:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-primary:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}

.panel-action-btn-primary:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}

.panel-primary>.panel-footer, .panel-action-btn-primary>.panel-footer{
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
}
.panel-primary:not(:has(.panel-heading)):has(.panel-footer) .panel-body, .panel-action-btn-primary:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-success{
  border-radius:4px;
  border: solid 1px #E8EDF8;
  background-color: #ffffff;
}
.panel-success .panel-heading{
  background: #1E7E0E;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#ffffff;
  font-weight: 700; font-style: normal;
  font-size: 14px;
}
.panel-success>.panel-heading>.panel-title{
  color:#fafafa;
  margin-bottom:0px;
  padding:0px;
  font-weight: 700; font-style: normal;
  font-size: 14px;
}
/* for widgets */
.panel-success:has(.collapsed) .panel-heading{
  border-radius: 4px;
}
.panel-success:has(.collapse.show) .panel-heading{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-success:has(.panel-footer) .panel-body{
  border:0px;
}
.panel-success:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-success:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}
.panel-success>.panel-footer{
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
}
.panel-success:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-default,.panel-action-btn-default{
  border-radius: 4px;
  border: solid 1px #EFF2FB;
  background-color: #ffffff;
}
.panel-default:not(:has(.panel-heading)){
  border: solid 1px #EFF2FB;
}
.panel-action-btn-default:not(:has(.panel-heading)){
  border: solid 1px #EFF2FB;
}
.panel-default:has(.panel-heading){
  border: solid 1px #EFF2FB;
}
.panel-action-btn-default:has(.panel-heading){
  border: solid 1px #EFF2FB;
}
.panel-default .panel-heading, .panel-action-btn-default .panel-heading {
  background: #ffffff;
  border-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#2B3944;
  font-weight: 700; font-style: normal; font-size: 18px;
}
.panel-default .panel-heading .panel-title, .panel-action-btn-default .panel-heading .panel-title{
  color:#2B3944;
  margin-bottom:0px;
  padding:0px;
  font-weight: 700; font-style: normal;
}
.panel-default:has(.panel-footer) .panel-body{
  border-radius:0px;
}
.panel-action-btn-default:has(.panel-footer) .panel-body{
  border-radius:0px;
}
.panel-default:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-action-btn-default:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-default:not(:has(.panel-heading,.panel-footer)) .panel-body{
  border-radius: 4px;
}
.panel-action-btn-default:not(:has(.panel-heading,.panel-footer)) .panel-body{
  border-radius: 4px;
}
.panel-default>.panel-footer, .panel-action-btn-default>.panel-footer{
  color: #333;
  border-color: #ddd;
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-default:not(:has(.panel-heading)):has(.panel-footer) .panel-body, .panel-action-btn-default:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* for exercise */
.panel-default .panel-heading.collapsed{
  border-radius: 4px;
}

.panel-info{
  border-radius:4px;
  border:solid 1px #e8e8e8;
  background-color: #ffffff;
}
.panel-info>.panel-heading{
  background: #B3D1FF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#fafafa;
  font-weight: 700; font-style: normal;
}
.panel-info>.panel-heading>.panel-title{
  color:#fafafa;
  margin-bottom:0px;
  padding:0px;
  font-weight: 700; font-style: normal;
}
.panel-info:has(.panel-footer) .panel-body{
  border:0px;
}
.panel-info:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-info:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}
.panel-info>.panel-footer{
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
}
.panel-info:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-danger{
  border-radius:4px;
  border:solid 1px #e8e8e8;
  background-color: #ffffff;
}
.panel-danger .panel-heading{
  background:#C44601;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color:#ffffff;
  font-weight: 700; font-style: normal;
}
.panel-danger .panel-heading .panel-title{
  color:#ffffff;
  margin-bottom:0px;
  padding:0px;
  font-weight: 700; font-style: normal;
}
.panel-danger:has(.panel-footer) .panel-body{
  border:0px;
}
.panel-danger:not(:has(.panel-footer)) .panel-body{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-danger:not(:has(.panel-footer,.panel-heading)) .panel-body{
  border-radius: 4px;
}
.panel-danger>.panel-footer{
  padding:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-danger:not(:has(.panel-heading)):has(.panel-footer) .panel-body{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.media{
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.panel-heading,.media-left{
  padding:10px 15px;
}
.panel-heading{
  min-height: 43px;
}

.panel-heading.notes_thead{
  background: #EEEEEE;
  padding: 10px 15px;
  height: auto;
}

.panel-heading.list-header{
  background: #EEEEEE;
  padding: 10px 15px;
  height: auto;
}

.panel-body,.media-body{
  padding:15px;
  height:auto;
  overflow-y: auto;
  border-radius: 4px;
}


.panel-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.panel-body::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.panel-body::-webkit-scrollbar-thumb {
  background-color: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.panel-body::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}

.panel-body-calendar {
  padding: 0px 15px 0px 15px;
  height:auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media(max-width:991px){
  .panel-body{
    overflow-y: auto;
  }
}

.panel-title{
  font-weight: 700; font-style: normal; font-size: 14px;
}

.panel-footer{
  padding:10px;
}

.inner-heading{
  height: auto;
}

.detailscontainer .panel-body{
  border-radius: 4px;
}


.panel-default .panel-heading .submitAdminBtn,
.panel-admin .panel-heading .submitAdminBtn,
.panel-action-btn-default .panel-heading .submitAdminBtn,
.panel-primary .panel-heading .submitAdminBtn,
.panel-info .panel-heading .submitAdminBtn,
.panel-success .panel-heading .submitAdminBtn{
  background-color: #ffffff;
  color: #005ad7;
}
.panel-default .panel-heading .fa-edit,
.panel-admin .panel-heading .fa-edit,
.panel-action-btn-default .panel-heading .fa-edit,
.panel-primary .panel-heading .fa-edit,
.panel-info .panel-heading .fa-edit,
.panel-success .panel-heading .fa-edit{
  color: #ffffff;
}

.panel-default .panel-heading .submitAdminBtn:hover
.panel-admin .panel-heading .submitAdminBtn:hover
.panel-action-btn-default .panel-heading .submitAdminBtn:hover
.panel-primary .panel-heading .submitAdminBtn:hover
.panel-info .panel-heading .submitAdminBtn:hover,
.panel-success .panel-heading .submitAdminBtn:hover{
  color: #ffffff;
  background-color: #005ad7;
}

/**********************************************************************************************************************/
/************************************************* NOT VISIBLE CLASSES ************************************************/
/**********************************************************************************************************************/

.form-group.hide{
  display:none;
}

.item-content .not_visible, .not_visible td, .InvisibleCourse, .InvisibleAuth , .not_visible_unit{
  opacity:0.5;
}

.not_visible td:last-child{
  opacity:1;
}

/**********************************************************************************************************************/
/*********************************************** DATEPICHER-DATETIMEPICHER ********************************************/
/**********************************************************************************************************************/

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
  background-color: white;
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu{
  background-color: white;
}


/**********************************************************************************************************************/
/**************************************************** TEMP BORDERS ****************************************************/
/**********************************************************************************************************************/

.Borders{
  border-radius:4px;
}

.BordersInput{
  border-radius:4px;
}

.BordersTop{
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

.BordersTopInput{
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.BordersBottom{
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.BordersBottomInput{
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}

.BordersBottom2{
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}

.NoBorders , .NoBordersInput{
  border-radius:0px;
}

.NoBorderTop , .NoBorderTopInput {
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.NoBorderBottom, .NoBorderBottomInput{
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

.BordersLeft {
  border-bottom-left-radius: 4px !important;
}

.BordersLeftInput {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.NoBordersLeftInput {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.BordersRightInput {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.NoBordersRightInput {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}


/**********************************************************************************************************************/
/**************************************************** TABLES **********************************************************/
/**********************************************************************************************************************/

/* afora to input search των πινακων */
#courses_table_pag_filter, #ann_table_my_ann_filter, #search_results_table_filter, #requests_table_filter, #course_results_table_filter,#log_results_table_filter{
  margin-bottom:10px !important;
}

.table-responsive{
  margin-top:15px;
}

.table-responsive::-webkit-scrollbar,
.dataTables_wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track,
.dataTables_wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.table-responsive::-webkit-scrollbar-thumb,
.dataTables_wrapper::-webkit-scrollbar-thumb {
  background-color: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.table-responsive::-webkit-scrollbar-thumb:hover,
.dataTables_wrapper::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}

/* .table-responsive::-webkit-scrollbar-thumb:hover,
.dataTables_wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #B4BED1;
} */








table ,
tr td{
  border:0px;
}

thead tr th,
tfoot tr th{
  padding: 10px 0px 10px 0px;
}

thead tr.active td{
  padding: 10px ;
}


tbody tr{
  border-bottom: solid 1px #EFF6FF;
}

.table-default tbody tr td{
  vertical-align: top !important;
}

tbody tr td,
thead tr th,
thead tr.list-header td,
tbody tr.list-header td{
  padding: 10px 10px 10px 10px;
}

tbody tr td a{
  font-weight: 700;
}

tbody tr td a:hover{
  text-decoration: underline;
}

tbody tr td a.menu-popover{
  text-decoration: none;
}

tbody tr td a:hover{
  cursor:  url(../images/pointer.png), auto;
}

thead,
tbody .list-header {
  border-bottom: solid 2px #0073E6 ;
}
thead a,
tbody .listheader a{
  font-weight: 700;
}

th .fa-cogs,
th .fa-gears{
  display: none;
}

tr.warning td{
  background-color: #FFF4D1 !important;
}
tr.warning > td{
  color: #2B3944 !important;
}

tr.danger td{
  background-color: #FDEFE9 !important;
}
tr.danger > td{
  color: #2B3944 !important;
}




/* div.dataTables_scrollBody {
   position: relative;
    overflow:hidden !important;
    width: 100%;
} */


table{
  table-layout: auto !important;
  width: 100% !important;
}




/**********************************************************************************************************************/
/**************************************************** TEMP LABELS *****************************************************/
/**********************************************************************************************************************/

.label.label-success{
  color:#1E7E0E;
  width:188px;
  margin-top: 5px;
  border-radius: 4px;
  font-weight: 700;
}

.float-end.label.label-success{
  width:125px;
}

.label.label-danger{
  color: #B70A0A;
  width:188px;
  margin-top: 5px;
  border-radius: 4px;
  font-weight: 700;
}

.label.label-warning{
  color: #F57600;
  width:188px;
  margin-top: 5px;
  border-radius: 4px;
  font-weight: 700;
}


/**********************************************************************************************************************/
/**************************************************** AFFIXED SIDENAV *************************************************/
/**********************************************************************************************************************/

.nav-link-adminTools{
  color: #0073E6;
}
.nav-link-adminTools:hover{
  color: #0073E6;
}
.nav-link-adminTools.Neutral-900-cl.active{
  background-color: #0073E6;
  color: #ffffff !important;
}

/**********************************************************************************************************************/
/**************************************************** LIST-GROUPS *****************************************************/
/**********************************************************************************************************************/

.list-group-item.list-group-item-action{
  background-color: transparent;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #2B3944;
  font-style: normal;
  border-bottom: solid 1px #EFF2FB;
  padding-left: 0px;
  padding-right: 0px;
}
.list-group-item.list-group-item-action.secondary{
  font-size: 14px;
}
.list-group-item.list-group-item-action.secondary .secondary-text{
  font-weight: 400;
}

.list-group-item.list-group-item-action a{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0073E6;
  font-style: normal;
}

.list-group-item.list-group-item-action:hover{
  background-color: transparent;
}

.list-group-item.element{
  background-color: transparent;
  color: #2B3944;
  border: 0px;
  border-bottom: solid 1px #EFF2FB;
  padding-left: 0px;
  padding-right: 0px;
}





/**********************************************************************************************************************/
/************************************************* CONTACT - ABOUT ****************************************************/
/**********************************************************************************************************************/

.contactImage {
  height:200px;
}

.circle-img-contant {
  height:40px;
  width: 40px;
  border-radius: 50%;
  border: solid 1px #2B3944;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**********************************************************************************************************************/
/*********************************************** THEME OPTIONS ********************************************************/
/**********************************************************************************************************************/

body .delThemeBtn{
  display: none;
}

.form-wrapper .delThemeBtn{
  display: block;
  line-height: 25px;
}

/**********************************************************************************************************************/
/*************************************************** PORTFOLIO ********************************************************/
/**********************************************************************************************************************/
.profile-pers-info-row{
  border-bottom: solid 1px #EFF2FB;
}

.profile-pers-info:last-child .profile-pers-info-row{
  border-bottom: none;
}

.myProfileBtn{
    height: 24px;
    border-radius: 16px;
    background-color: #0073E6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 19.68px;
    transition: 0.3s ease;
    font-size: 12px;
    font-weight: 700;
    border: solid 1px #0073E6;
}
.myProfileBtn:hover{
  background-color: rgb(1, 99, 198);
  text-decoration: none;
  color: #ffffff;
}

.btn-portfolio-notifications{
  margin-top: 5px;
  height: auto ;
  width: auto ;
  border-radius: 50% ;
}
.btn-portfolio-notifications:hover{
  opacity: 0.7;
  cursor:  url(../images/pointer.png), auto;
}


/**********************************************************************************************************************/
/************************************************* HOMEPAGE ***********************************************************/
/**********************************************************************************************************************/


.jumbotron.jumbotron-login{
  background-color: #F7F9FE;
}
.homepage-annnouncements-container{
  background-color: #ffffff;
}


.uploadImageCourse{
  height: 280px;
  width: 100%;
  object-fit: cover ;
  margin:auto;
  display: block;
}

.cardLogin{
  background-color: #ffffff ;
  border: solid 1px #EFF2FB;
}
@media(min-width:992px){
  .cardLogin{
    max-height: 420px;
  }
}
@media(max-width:991px){
  .cardLogin{
      max-width: 100%;
      min-height: 250px;
  }
}

.form-homepage-login{
  min-height: 400px;
}
.container-pages{
  overflow: hidden;
}
.container-pages .page{
  min-width: 100%;
  position: relative;
  min-height: 100%;
  transition: margin-left 0.3s ease-in-out;
}

.card-login-img{
  background: url(../../../resources/img/loginIMG.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  border-radius: 50% ;
}

.card-manual-img{
  background: url(../../../resources/img/manuals.jpeg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  border-radius: 10% 100% / 120%;
  height: 500px;
}
.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media(max-width:991px){
  .offCanvas-Tools{
    background: #ffffff;
  }

}

.popular_course_img{
  width:100%;
  height:180px;
  object-fit: cover;
}

.popular_course_img:hover{
  opacity: 0.7;
}

.all_announcements, .all_courses, .all_messages, .all_courses_portfolio{
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 3px 5px;
  text-decoration: underline;
  color: #0073E6;
  line-height: 16px;
  letter-spacing: 0px;
}
.all_courses{
  text-decoration: none;
}

.btn-group .hidden-xs{
  padding-left: 2px;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.login-input {
  text-align: start;
  padding-left: 15px;
  background-color: #ffffff;
  border: solid 1px #687DA3;
  height:40px;
}

.login-input:focus {
  border-color: #0073E6;
  box-shadow: none;
  outline: 0 none;
  background-color: #ffffff;
  color:#687DA3;
  font-weight: 400; font-style: normal;
}

.login-form-submit {
  border: solid thin;
  border-color: #0073E6;
  color: #ffffff;
  font-size: 14px;
  height:40px;
  font-weight: 700;
  font-style: normal;
  background-color: #0073E6;
}
.login-form-submit:hover {
  border-color: #2546F0;
  background-color: #2546F0;
  color: #ffffff;
  cursor:  url(../images/pointer.png), auto;
}

.opencourses_btn {
  border: solid thin;
  border-color: #0073E6;
  color: #0073E6;
  font-size: 14px;
  font-weight: 700;
  height:40px;
  border-radius: 4px;
  transition: 0.3s ease;
}
.opencourses_btn:hover {
  background-color: #ffffff;
  color: #2546F0;
  border-color: #2546F0;
  text-decoration: none;
}

.statistics-card{
  min-width:auto;
  min-height:180px;
}


.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}
.carousel-control-prev-icon {
  background-image: url(../images/chevron-left2.svg);
}
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}
.carousel-control-next-icon {
  background-image: url(../images/chevron-right2.svg);
}


.more-enabled-login-methods{

  max-width: 300px;
  height: 250px;
  border-radius: 50%;
  color: #2546F0;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
}
.more-enabled-login-methods i::before{
  width:40px;
}

/**********************************************************************************************************************/
/************************************************* PORTFOLIO **********************************************************/
/**********************************************************************************************************************/

@media(min-width:426px) and (max-width:767px){
  .lesson {min-height: 314px;}
}
@media(min-width:768px) and (max-width:991px){
  .lesson {min-height: 320px;}
}
@media(min-width:992px) and (max-width:1199px){
  .lesson {min-height: 280px;}
}
@media(min-width:1200px) and (max-width:1399px){
  .lesson {min-height: 290px;}
}
@media(min-width:1400px){
  .lesson {min-height: 300px;}
}

@media(max-width:991px){
  .lesson-image img{ width:100%; height:208px; }
}
@media(min-width:992px){
  .lesson-image img{ width:100%; height:200px; object-fit: cover;}
}

.lesson-image:hover{ opacity:0.5; }


.user-detals-photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover;}
@media(min-width:768px) and (max-width:991px){
  .user-detals-photo { max-width: 120px; }
}

.btn_left_rigth{ height:30px; width:30px; border-radius:50%; border:solid 1px blue; }

.cources-paging-arrow.arrow-left{ color:blue; margin-left:8px; margin-top:6px; }

.cources-paging-arrow.arrow-right{ padding-left:10px; color:blue; margin-top:6px; }

.event-important, .event-info, .event-success, .event-special{ float:left; }

.agenda-comment{ font-size:13px; }

.viewAllCourseBtn {height:15px; width:30px; margin-top:2px;}

@media(max-width:991px){
  .BorderSolid{
    border: solid 1px #E8EDF8;
    filter: drop-shadow(1px 2px 6px rgba(43,57,68,0.04));
  }
}
@media(min-width:992px){
  .BorderSolidDes{
    border: solid 1px #E8EDF8;
    filter: drop-shadow(1px 2px 6px rgba(43,57,68,0.04));
  }
}

@media(max-width:767px){
  #portfolio_lessons_wrapper .all_courses{
    width: 100%;
  }
}

@media(max-width:991px){
  .user-info-card{
    height: 64px;
    width: auto;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .user-info-card{
    height: 64px;
    width: auto;
  }
}
@media(min-width:1200px){
  .user-info-card{
    height: 64px;
    width: auto;
  }
}
.user-info-card{
  border: solid 1px #d1e5ff;
}


.showCoursesBars, .showCoursesPics{
  color: #9BA9C1;
  height:38px;
  width:38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none !important;
}
.showCoursesBars.active, .showCoursesPics.active{
  height:38px;
  width:38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #EFF6FF;
  color: #0073E6;
}

.row-course:hover td:first-child, .row-course:hover td:last-child{
  background-color: #EFF6FF ;
}
.row-course a:hover{
  cursor:  url(../images/pointer.png), auto;
}

.portfolio-tools{
  display: block;
}
.row-course:hover .portfolio-tools{
  display: block;
}
.portfolio-tools a{
  color:#465472;
}
.portfolio-tools a:hover{
  color:#0073E6;
  cursor:  url(../images/pointer.png), auto;
}


/**********************************************************************************************************************/
/************************************************* COURSEHOME *********************************************************/
/**********************************************************************************************************************/

@media(min-width:992px){
  .container-fluid.module-container .course-wrapper{
    padding-left: 0px;
  }
}

@media(min-width:992px) and (max-width:1199px){
  .container.module-container .course-wrapper{
    padding-left: 0px;
  }
}
@media(min-width:1200px){
  .container.module-container .course-wrapper{
    padding-left: 0px;
  }
}

.course-wrapper-courseHome #help-btn{
  display: none;
}
.course-wrapper-courseHome .panelCard .card-header .actionCont{
  margin-bottom: 0px !important;
}
.course-wrapper-courseHome .carousel-indicators {
  z-index: 0;
}
.course-units{
  padding:25px;
}

.form-group.hidden{
  display: none;
}

.rateit,.rateit-info,.ratestar{
  display: inline-block;
}

.course_commenting{
  cursor: pointer;
}

@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

.progress-circle-bar {
  --size: 9rem;
  --fg: #0073E6;
  --bg: #e8e8e8;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-weight: 700; font-style: normal;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

.progress-circle-bar::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}

.progress-line-bar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0073E6;
}

.state_success { color: #22b473; }

.carousel-indicators>button:not(:has(.active)) {background-color: #CDD4E0; height:4px;}
.carousel-indicators>button.active {background-color: #0d6efd;}
.carousel-prev-btn,.carousel-next-btn{
  border:0px;
  padding: 0;
  background-color: transparent;
}
.carousel-prev-btn,
  .carousel-prev-btn:hover,
  .carousel-next-btn,
  .carousel-next-btn:hover{
      color: #9BA9C1;
  }
.carousel-indicators {
  z-index: 1;
}

.descCoursePanel{
  border-radius: 35px 0px 35px 0px;
  background: #0073E6;
  opacity: 0.7;
}

@media(min-width:1200px){
  .manageCourseBtn{
    min-width: 250px;
  }
}

.copyright-img{
  width: 40px;
}



/**********************************************************************************************************************/
/************************************************* GROUPS *************************************************************/
/**********************************************************************************************************************/

.panelCard.not_visible .card-body,
.panelCard.not_visible .card-footer,
.panelCard.not_visible .ViewGroup{
  opacity: 0.3;
}

.panelCard,
.card{
  border-radius: 4px ;
  background-color: #ffffff;
  border: solid 1px #EFF6FF;
}
.card-course-info{
  background-color: #EFF6FF;
}

.panelCard .card-header,
.card .card-header{
  border-top-left-radius: 4px ;
  border-top-right-radius: 4px ;
  background-color: transparent;
  border-bottom:none;
}
.panelCard .card-header .submitAdminBtn,
.panelCard .card-header .submitAdminBtn span,
.panelCard .card-header .submitAdminBtn .fa{
  font-weight: 700;
  font-style: normal;
}
.panelCard .card-header h3{
  margin-bottom: 0px;
}

@media(max-width:991px){
  .panelCard .card-body{
    overflow: auto !important;
  }
}
.panelCard .card-footer,
.card .card-footer{
  border-bottom-left-radius: 4px ;
  border-bottom-right-radius: 4px ;
  background-color: transparent;
}

.panelCard.border-card-left-default{
  border-left: solid 7px #EFF6FF;
}

.searchGroupInput:focus,
.searchGroupInput:active,
.searchGroupInput:hover{
  outline: none !important;
  box-shadow: none;
  background-color: #e8e8e8;
}

.searchGroupBtn{
  background-color: #e8e8e8;
  border-radius: 50%;
  margin-right: 5px;
}
.searchGroupBtn:hover{
  background-color: #0073E6;
}
.searchGroupBtn:hover span{
  color:#ffffff;
}

.panelCardNoBorder{
  border: 0px !important;
  filter: none !important;
}

.ViewGroup{
  font-size: 18px;
}

.showSettings{
  background-color: #ffffff !important;
  border-color: #0073E6;
  color:#0073E6 !important;
}
.showSettings:hover{
  background-color: #ffffff !important;
  border-color: #2546F0;
  color:#2546F0 !important;
}

.list-group-groups{
  list-style-type: none;
}

.card-transparent,
.card-transparent .card-header,
.card-transparent .card-body,
.card-transparent .card-footer,
.card-transparent .panel-heading,
.card-transparent .panel-body,
.card-transparent .panel-footer{
  background-color: transparent ;
}

/**********************************************************************************************************************/
/****************************************** AUTH REGISTER COURSES *****************************************************/
/**********************************************************************************************************************/

.list-group-item.list-header{
  height:auto;
  color:#ffffff;
}

.ClickCourse,
.ClickCourse:hover{
  color: #0073E6;
}

/**********************************************************************************************************************/
/************************************************** ANNOUNCEMENTS *****************************************************/
/**********************************************************************************************************************/

.announcements_table.hide , .table-default.hide{
  display: none;
}

.title1{
  background-color: #ffffff;
}


/**********************************************************************************************************************/
/******************************************************* GLOSSARY *****************************************************/
/**********************************************************************************************************************/

.pagination-glossary{
  overflow-y: auto;
}

.pagination-glossary .page-item:active,.pagination-glossary .page-item:focus,.pagination-glossary .page-item:hover
.pagination-glossary .page-link:active,.pagination-glossary .page-link:focus,.pagination-glossary .page-link:hover{
  outline: none !important;
  box-shadow: none;
}

.pagination-glossary .page-item.active .page-link{
  background-color: #2546F0;
  border-color: #2546F0;
  color:#ffffff !important;
}

.pagination-glossary .page-item .page-link{
  min-height: auto;
}

/**********************************************************************************************************************/
/*************************************************** PROFILE **********************************************************/
/**********************************************************************************************************************/

.img-public-profile{
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  margin: auto;
  display: block;
  border: solid 1px #e8e8e8;
  border-radius: 50%;
}


/**********************************************************************************************************************/
/*************************************************** DOCUMENTS ********************************************************/
/**********************************************************************************************************************/


.visibleFile{
  color:#2B3944;
}

.invisibleFile{
  opacity:0.5;
}

.docPanel{
  background: #f5f5f5;
}

.panel-move.d-none,
.dialog_box.d-none {
    display: none!important;
}


/**********************************************************************************************************************/
/*************************************************** QUESTIONAIRE *****************************************************/
/**********************************************************************************************************************/

/* .radio label:has(.input-Questionnaire) .fa {
  font-size: 14px;
  position: absolute;
  top: 60%;
  left: 11%;
  transform: translate(-206%, -45%);
}

.input-Questionnaire:checked{
  box-shadow: inset 0 0 0 0px #e8e8e8;
  border: 0px solid #e8e8e8;
  background-color: #005ad9;
}
.radio:has(.input-Questionnaire:checked) .fa{
  color: #ffffff;
} */

/**********************************************************************************************************************/
/*************************************************** WALL *************************************************************/
/**********************************************************************************************************************/

.media-body.bubble{
  padding:15px;
}

.wallWrapper textarea:focus, .wallWrapper textarea:active{
  outline: none !important;
  box-shadow: none;
  border-color: #0073E6;
}

.wallWrapper{
  background-clip: border-box !important; border: 1px solid #EFF6FF !important;
  border-radius: 4px;
}

.wallWrapper:has(.submitAdminBtn) .submitAdminBtn{
  background-color: #0073E6;
  border-color: #0073E6;
  color: #ffffff;
}

.wallWrapper:has(.submitAdminBtn) .submitAdminBtn:hover{
  background-color: #2546F0;
  border-color: #2546F0;
  color: #ffffff;
}

.commentPress:hover{
  color: #0d6efd;
  text-decoration: none;
}


/**********************************************************************************************************************/
/*************************************************** PROGRESS *********************************************************/
/**********************************************************************************************************************/

.progress-bar.active.from-control-static{
  height:15px;
  padding-bottom:15px;
}


/**********************************************************************************************************************/
/*************************************************** COMMENTS *********************************************************/
/**********************************************************************************************************************/

.row.margin-bottom-thin.margin-top-thin.comment{
  padding-top:25px;
  padding-bottom:25px;
}


/**********************************************************************************************************************/
/*************************************************** CHAT *************************************************************/
/**********************************************************************************************************************/

.embed-responsive-item{
  height:650px;
  width:100%;
  border-radius: 4px;
}

.bodyChat{
  background-color: #EFF6FF;
  height: auto;
}
@media(max-width:767px){
  .bodyChat{
    padding: 8px 0px 8px 0px !important;
  }
}


.bodyChat::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bodyChat::-webkit-scrollbar-track {
    background-color: transparent;
}

.bodyChat::-webkit-scrollbar-thumb {
    background-color: #B4BED1;
    border-radius: 20px ;
    border: 1px solid transparent ;
    background-clip: content-box;
}

.bodyChat::-webkit-scrollbar-thumb:hover {
  background-color: #B4BED1;
}

/**********************************************************************************************************************/
/*************************************************** LTI *************************************************************/
/**********************************************************************************************************************/

.iframeLti{
  height: 500px !important;
  border-radius:4px !important;
}


/**********************************************************************************************************************/
/*************************************************** EXERCISE *********************************************************/
/**********************************************************************************************************************/

.table-exercise td, .table-exercise th{
  background-color: #ffffff;
  padding: 10px 15px;
}

.user-details-exec{
  background-color: #ffffff;

}

.table-exercise-secondary{
  background-color: #ffffff;
}

/**********************************************************************************************************************/
/*************************************************** MY COURSES *******************************************************/
/**********************************************************************************************************************/

.cardImgCourse{
  height: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover;
}

.mycourses-pagination{
  gap: 8px;
  flex-wrap: wrap;
}

.mycourses-pagination .page-item .page-link:focus,
.mentors-pagination .page-item .page-link:active{
  outline: none !important;
  box-shadow: none;
}


/* prev-next button */
.mycourses-pagination .page-item-previous.disabled,
.mycourses-pagination .page-item-next.disabled{
  opacity: 0.5;
}
.mycourses-pagination .page-item-previous.disabled:hover,
.mycourses-pagination .page-item-next.disabled:hover{
  cursor: not-allowed;
}


.mycourses-pagination .page-item{
  padding: 5px;
  background-color: #f3f3f3;
}
@media(max-width:991px){
  .mycourses-pagination .page-item{
      padding: 0px;
  }
}
.mycourses-pagination .page-item .page-link{
  border-radius: 30%;
  color: #001146;
  font-weight: 400;
  font-size: 12px;
  border:none;
}

.mycourses-pagination .page-item .page-link:hover{
  background-color: #E8EDF8;
}
.mycourses-pagination .page-item .page-link.active:hover{
  background-color: #e8e8e8;
  color: #001146;
}

.mycourses-pagination .page-item .fa::before{
  font-size: 12px;
  font-weight: 300;
}

.mycourses-pagination .page-item .page-link.active{
  background-color: #E8EDF8;
  color: #00478F;
}

.mycourses-pagination .page-item-pages{
  background-color: transparent;
  box-shadow: slategrey;
}
.mycourses-pagination .page-item-previous{
  background-color: transparent;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}
.mycourses-pagination .page-item-next{
  background-color: transparent;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}

/**********************************************************************************************************************/
/*************************************************** H5P **************************************************************/
/**********************************************************************************************************************/

.bs-placeholder{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs-placeholder .filter-option{
  height:18px !important;
}
.bs-placeholder .filter-option .filter-option-inner-inner{
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 14px;
  color: #2546F0 !important;
}
.bs-placeholder:hover .filter-option .filter-option-inner-inner{
  color: #2546F0 !important;
}

/**********************************************************************************************************************/
/**************************************** LEARNING PATH **************************************************************/
/**********************************************************************************************************************/

.navbar-learningPath,
.header-container-learningPath{
  height: 50px;
}

.progressbar-plr .progress-circle-bar{
  --size: 2.5rem !important;
}
.progressbar-plr .progress-circle-bar::before{
  font-size: 11px;
  font-weight: 600;
}

.prev-next-learningPath{
  color: #2546F0;
}

/**********************************************************************************************************************/
/*********************************************** COURSE INFO **********************************************************/
/**********************************************************************************************************************/

.course_info_img{
  max-height:300px;
  width:100%;
  object-fit: cover;
}


/**********************************************************************************************************************/
/*************************************************** MINDMAP **********************************************************/
/**********************************************************************************************************************/


  #jsmind_container{
    border:solid 1px #E8EDF8 !important;
    background:transparent !important;
  }

  .jsmind-inner::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  .jsmind-inner::-webkit-scrollbar-track {
      background-color: transparent;
  }

  .jsmind-inner::-webkit-scrollbar-thumb {
      background-color: #B4BED1;
      border-radius: 20px;
      border: 1px solid transparent;
      background-clip: content-box;
  }

  .jsmind-inner::-webkit-scrollbar-thumb:hover {
    background-color: #B4BED1;
  }



/**********************************************************************************************************************/
/************************************************ COURSE UNITS ********************************************************/
/**********************************************************************************************************************/

.card-units,
.card-sessions{
  background-color: #F7F9FE;
}

.tree-units,
.tree-sessions{
  padding-left: 0px;
  --spacing : 1.5rem;
  --radius  : 10px;
  margin-bottom: 0px;
}
.tree-units:hover,
.tree-sessions:hover{
  cursor: pointer;
}

.tree-units li,
.tree-sessions li{
  display      : block;
  position     : relative;
  padding-left : calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree-units ul,
.tree-sessions ul{
  margin-left  : calc(var(--radius) - var(--spacing));
  padding-left : 0;
}

.tree-units ul li,
.tree-sessions ul li{
  border-left : 2px solid #ddd;
  margin-top: 10px;
}

.tree-units ul li:last-child,
.tree-sessions ul li:last-child{
  border-color : transparent;
}

.tree-units ul li::before,
.tree-sessions ul li::before{
  content      : '';
  display      : block;
  position     : absolute;
  top          : calc(var(--spacing) / -2);
  left         : -2px;
  width        : calc(var(--spacing) + 2px);
  height       : calc(var(--spacing) + 1px);
  border       : solid #ddd;
  border-width : 0 0 2px 2px;
}

.tree-units summary,
.tree-sessions summary{
  display : block;
  cursor:  url(../images/pointer.png), auto;
}

.tree-units summary::marker,
.tree-units summary::-webkit-details-marker,
.tree-sessions summary::marker,
.tree-sessions summary::-webkit-details-marker{
  display : none;
}

.tree-units summary:focus,
.tree-sessions summary:focus{
  outline : none;
}

.tree-units summary:focus-visible,
.tree-sessions summary:focus-visible{
  outline : 1px dotted #000;
}

.tree-units li::after,
.tree-units summary::before,
.tree-sessions li::after,
.tree-sessions summary::before{
  content       : '';
  display       : block;
  position      : absolute;
  top           : calc(var(--spacing) / 2 - var(--radius));
  left          : calc(var(--spacing) - var(--radius) - 1px);
  width         : calc(2 * var(--radius));
  height        : calc(2 * var(--radius));
  border-radius : 50%;
  background    : #CDD4E0;
}

.tree-units summary::before,
.tree-sessions summary::before{
  z-index    : 1;
  background : #0073E6 url('../../../resources/img/units-expand-collapse.svg') 0 0;
}

.tree-units details[open] > summary::before,
.tree-sessions details[open] > summary::before{
  background-position : calc(-2 * var(--radius)) 0;
}

/**********************************************************************************************************************/
/********************************************** PROGRESS CIRCLE *******************************************************/
/**********************************************************************************************************************/

#progress_circle {
  display: flex;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: conic-gradient(#0073E6 var(--progress), #E8EDF8 0deg);
  font-size: 0;
}
#progress_circle::after {
  content: attr(data-progress) '%';
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 10px;
  border-radius: 50%;
  background: white;
  font-size: 2rem;
  text-align: center;
}

/**********************************************************************************************************************/
/*************************************************** ADMIN ************************************************************/
/**********************************************************************************************************************/

.quickLink{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 200px;
  height: 88px;
  border: solid 1px #E8EDF8;
  background-color: #ffffff;
  text-decoration: none;
  color: #2B3944;
  font-weight: 700;
  color: #0073E6;
  text-align: center;
}

.quickLink:hover{
  border: solid 1px #B3D1FF;
  background-color: #EFF6FF;
  text-decoration: none;
  color: #0073E6;
}

/**********************************************************************************************************************/
/*************************************************** BADGE ************************************************************/
/**********************************************************************************************************************/

.badge.Success-200-bg{
  background-color: #1E7E0E;
}
.badge.Success-200-bg *,
.badge.Success-200-bg{
    color: #ffffff;
}

.badge.Warning-200-bg{
  background-color: #F57600;
}
.badge.Warning-200-bg *,
.badge.Warning-200-bg{
    color: #000000;
}

.badge.Neutral-900-bg{
  background-color: #2B3944;
}
.badge.Neutral-900-bg *,
.badge.Neutral-900-bg{
    color: #ffffff;
}

.badge.Primary-600-bg{
  background-color: #2546F0;
}
.badge.Primary-600-bg *,
.badge.Primary-600-bg{
    color: #ffffff;
}

.badge.Accent-200-bg{
  background-color: #C44601;
}
.badge.Accent-200-bg *,
.badge.Accent-200-bg{
    color: #ffffff;
}


/* ------------------------------------------------------- ultra small mobile - portrait-----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:992px) and (max-width:1199px){
  .hidden-lg{
    display: none;
  }
}
@media (min-width:768px) and (max-width:991px){
  .hidden-md{
    display: none;
  }
}
@media (max-width: 320px){

  /* the titles of action_bars */
  .hidden-xs{ display:none; }

  .user-icon { width: 30px; height: 30px; border-radius: 50%; }

  .course-units{ -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 3px #ccc;  box-shadow: 0 0 3px #ccc; border-radius: 25px; padding:25px; }

  .breadcrumb-item a{ max-width:300px; flex-wrap: wrap; }

  .breadcrumb-item span{ max-width:300px; flex-wrap: wrap; }

  .dropdownLanguage{ width:230px ; background-color: #003F87 ; }

}


/* ------------------------------------------------------- small mobile - portrait-----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 375px){

  /* the titles of action_bars */
  .hidden-xs{ display:none; }

  .user-icon {  width: 30px;  height: 30px;  border-radius: 50%; }

  .course-units{ -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 3px #ccc;  box-shadow: 0 0 3px #ccc;  border-radius: 25px; padding:25px; }

  .breadcrumb-item a{ max-width:325px; flex-wrap: wrap; }

  .breadcrumb-item span{ max-width:325px; flex-wrap: wrap; }

  .user-icon-filename{ width:30px; height:30px; margin-top: -3px; border-radius:50%; object-fit: cover;}

  .dropdownLanguage{ width:230px ;  background-color: #003F87 ; }

}

/* -------------------------------------------------------mobile - portrait------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media(max-width:425px){ .login-main-form{ width:252px; } }

@media (min-width:376px) and (max-width: 425px){

  /* the titles of action_bars */
  .hidden-xs{ display:none; }

  .user-icon { width: 30px; height: 30px; border-radius: 50%; }

  .course-units{ -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc; border-radius: 25px; padding:25px; }

  .breadcrumb-item a{ max-width:400px; flex-wrap: wrap; }

  .breadcrumb-item span{ max-width:400px; flex-wrap: wrap; }

  .navbar_breadcrumb{ max-width:320px; }

  .pen-nib-navhead{ transform: rotate(265deg); }

  .user-icon-filename{ width:30px; height:30px; margin-top: -3px; border-radius:50%; object-fit: cover;}

  .dropdownLanguage{ width:230px ; background-color: #003F87 ; }

}


/* ------------------------------------------------------- MOBILE L ------------------------------------------------------------------------ */
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 426px) and (max-width: 767px){

  /* the titles of action_bars */
  .hidden-xs{ display:none; }

  .user-icon { width: 30px;  height: 30px; border-radius: 50%; }

  .course-units{ -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc; border-radius: 25px; padding:25px; }

  .user-icon-filename{ width:30px; height:30px; margin-top: -3px; border-radius:50%; object-fit: cover;}
}

/* ------------------------------------------------------- tablet -------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px){

  .course-units{ -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc; border-radius: 25px;  padding:25px; }

  .user-icon-filename{ width:30px; height:30px; margin-top: -3px; border-radius:50%; object-fit: cover;}

}

@media(min-width: 992px) and (max-width: 1023px){

  .course-units{ -moz-box-shadow: none;  -webkit-box-shadow: none; box-shadow: none; border-radius: 25px; padding:25px; }

  .user-icon-filename{ width:20px; height:20px; border-radius:50%; object-fit: cover;}

}

/* ------------------------------------------------------- L tablet -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1024px) and (max-width: 1199px){

  .user-icon-filename{ width:30px; height:30px; border-radius:50%; object-fit: cover;}

}

/* ------------------------------------------------------- small laptop ---------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1399px){

  .user-icon-filename{ width:30px; height:30px; border-radius:50%; object-fit: cover;}
}

/* -------------------------------------------------large - desktop - laptop --------------------------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:1400px){

  .user-icon-filename{ width:30px; height:30px; border-radius:50%; object-fit: cover;}
}










@media (max-width:991px){

  #bgr-cheat-header{
    border-radius: 0px;
    height: 56px;
    z-index: 4;
    background-color: #ffffff;
  }

  .fixed-announcement .navbar-eclass {
    top: 60px;
  }

  .eclass-nav-icon{
    width:150px; height:40px;
  }
  .eclass-nav-icon-footer{
    max-width:220px;
    max-height:60px;
    margin: auto;
    display: block;
  }

  select,.dataTables_wrapper{
    overflow-y: auto !important;
  }

}








.modal-dialog{
  margin-top: 60px;
}
.modal-dialog .modal-title{
  width:100%;
}
.modal-dialog .modal-title-default{
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.icon-modal-default{
  width:80px;
  height:80px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-modal-default .fa-regular::before, .icon-modal-default .fa-solid::before{
  width: 48px;
  height: 48px;
}

.modal-dialog .modal-footer:has(.position-center){
  display: flex;
  justify-content: center;
  align-items: center;
}




/* platform has boxed settings */
.col_maincontent_active .form-wrapper{
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.form-image-modules{
  padding: 0px 0px 16px 16px;
}

/* personal docs */
.main-section:has(.form-content-modules) .form-image-modules{
  max-width: 650px;
}

@media(min-width:992px) and (max-width:1199px){
  .main-section:has(.course-wrapper) .form-image-modules{
    max-width:220px;
    float:right;
  }
}
@media(min-width:1200px) and (max-width:1399px){
  .main-section:has(.course-wrapper) .form-image-modules{
    max-width:270px;
    float:right;
  }
}
@media(min-width:1400px){
  .main-section:has(.course-wrapper) .form-image-modules{
    max-width: 300px;
    float:right;
  }
}

.main-section:not(:has(.course-wrapper)) .form-image-modules{
  width: 100%;
}





.visibleFile{
  color: #2B3944;
}

.docPanel{
  padding: 0px ;
  background-color: transparent !important;
}









/**********************************************************************************************************************/
/************************************************* SEPERATOR *********************************************************/
/**********************************************************************************************************************/



#or {
  position: relative;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#or::before,
#or::after {
  position: absolute;
  width: 130px;
  height: 1px;
  top: 24px;
  background-color: #e8e8e8;
  content: '';
}

#or::before {
  left: 0;
}

#or::after {
  right: 0;
}


#oreven {
  position: relative;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#oreven::before,
#oreven::after {
  position: absolute;
  width: 110px;
  height: 1px;
  top: 24px;
  background-color: #e8e8e8;
  content: '';
}

#oreven::before {
  left: 0;
}

#oreven::after {
  right: 0;
}



/**********************************************************************************************************************/
/******************************************* IMPORTANT ANNOUNCEMENT ***************************************************/
/**********************************************************************************************************************/


.notification-top-bar {
  z-index:4;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #E8F2E7;
  color: #4F6893;
  transition: all 2s;
}
body.mce-fullscreen .notification-top-bar{
  z-index:0;
}
.notification-top-bar i{
  padding-top: 1px;
}

.notification-top-bar a{
  font-size: 13px;
}
.notification-top-bar a:hover{
  opacity: 0.7;
}

.hide-notification-bar{
  background-color: transparent;
  padding: 0px;
}



/**********************************************************************************************************************/
/************************************************* QUICK NOTE *********************************************************/
/**********************************************************************************************************************/

.btn-quick-note{
  z-index: 1000;
  position: fixed;
  transform: none;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 0;
  -ms-flex-pack: end;
  justify-content: end;
  transform: translate(-20%);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
body:has(.fixed-announcement) .btn-quick-note{
  top: 160px;
}
.btn-quick-note .fa-solid::before{
  padding-top: 4px;
  font-size: 20px;
  width: auto;
  height: 30px;
}

/**********************************************************************************************************************/
/***************************************** NOTIFICATION COURSE BUTTON *************************************************/
/**********************************************************************************************************************/
.btn-notification-course,
.btn-notification-course-card,
.btn-notification-collaboration,
.btn-notification-collaboration-card{
  padding: 0px;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-notification-course.not_active,
.btn-notification-course-card.not_active,
.btn-notification-collaboration.not_active,
.btn-notification-collaboration-card.not_active{
  display: none;
}

.translate-middle.badge{
  color: #ffffff;
}

/**********************************************************************************************************************/
/********************************************** COURSE SESSION ********************************************************/
/**********************************************************************************************************************/

.display_sessions_switcher_labels{
  width: 250px;
}
#display_sessions_switcher{
  width: 250px;
  height: 15px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
#display_sessions_switcher:hover{
  cursor:  url(../images/pointer.png), auto;
}
#display_sessions_switcher:focus{
  outline: 0;
  box-shadow: none;
}

@media(max-width:767px){
  .session-info{
    width: 100%;
  }
}

.table-deliverable-comments .tr-deliverable{
  border: 0 !important;
}

.cardReports{
  background:#FAFBFC;
  border: solid 1px #EFF6FF;
}

.sp-dd {
  font-size: 12px !important;
}

.theme-img-settings{
  min-width:350px;
  min-height: 150px;
  max-width: 650px;
  max-height: 500px;
}

/* For accessibility */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline: 0 !important;
  box-shadow: none !important;
  border: solid 1px #0073E6 !important;
}
.input-group:focus-within .input-group-text{
  outline: 0 !important;
  box-shadow: none !important;
  border: solid 1px #0073E6 !important;
  border-left: 0px !important;
}

.uppy-Dashboard-inner{
  width: auto !important;
  max-height: 300px !important;
}

.btnScrollToTop{
  background-color: #0073E6;
  color: #ffffff;
  border: solid thin;
  border-color: #0073E6;
  font-size: 14px;
  height:40px;
  min-width: 40px;
  font-weight: 700; font-style: normal;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 16px;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 99;
  display: none;
  transition: 0.3s ease;
}

.btnScrollToTop:hover{
  background-color: #2546F0;
  color: #ffffff;
  text-decoration: none;
  cursor:  url(../images/pointer.png), auto;
}

.card-announcement-date{
  padding: 16px 8px 16px 8px;
}
.truncate-announcement{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media(max-width: 767px){
  .jumbotron-intro-text{
    overflow-y: auto;
  }
}

.submitAdminBtnAllCourses{
  width: auto;
  height: 25px;
  font-size: 12px;
  margin-right: 15px;
}

.file-icon{
  margin-top: -3px;
}

.new-badge-item{
  margin-top: 2px;
}

.course-title-icons{
  margin-top: 3px;
}

#blog_tree{
  overflow: auto;
}
#blog_tree::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#blog_tree::-webkit-scrollbar-track {
  background-color: #ffffff;
}

#blog_tree::-webkit-scrollbar-thumb {
  background-color: #B4BED1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}

#blog_tree::-webkit-scrollbar-thumb:hover{
  background: #B4BED1;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.hierarchy .jstree-proton .jstree-anchor {
  max-width: 100%;
}

.jstree-proton .jstree-anchor {
  height: auto!important;
  max-width: 360px;
  word-break: break-word;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}

/*Announcement*/
.announcement-index .announceTitleHeader {
  align-items: top;
  display: flex;
  gap: 10px;
}

/*Exercise sticky time*/
.time-remaining-warning {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 1000;
}

.text-nowrap,
.paginate_button,
th.date-col a,
th.grade-col a{
  white-space: nowrap;
}

/******************************** PAGE ABOUT *********************************/

.about-content-1,
.about-content-2{
  width: 100%;
  min-height: calc(100vh - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about-content-2{
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/courses_info.PNG);
  min-height: calc(100vh - 60px);
}
@media(max-width:991px){
  .about-content-1,
  .about-content-2{
    min-height: calc(100vh - 56px);
  }
}

.about-badge{
  min-width: 130px;
  min-height: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-title{
  font-size: 50px;
  font-weight: 600;
  line-height: 52px;
}
.about-value{
  font-size: 25px;
  line-height:36px;
}


.about-organization-name{
  transition: 1s;
}
.about-content-1 .about-organization-name{
  transform: translateX(-100%);
}
.about-content-1.show-animate .about-organization-name{
  transform: translateX(0);
}


.about-site-name{
  transition: 1s;
}
.about-content-1 .about-site-name{
  transform: translateX(100%);
}
.about-content-1.show-animate .about-site-name{
  transform: translateX(0);
}


.about-version{
  transition: 1s;
}
.about-content-1 .about-version{
  transform: translateX(-100%);
}
.about-content-1.show-animate .about-version{
  transform: translateX(0);
}

.about-support-user{
  transition: 1s;
}
.about-content-1 .about-support-user{
  transform: translateX(100%);
}
.about-content-1.show-animate .about-support-user{
  transform: translateX(0);
}

.row-about-courses{
  transition: 1s;
}
.about-content-2 .row-about-courses{
  transform: translateX(-100%);
}
.about-content-2.show-animate .row-about-courses{
  transform: translateX(0);
}

.row-about-students{
  transition: 1s;
}
.about-content-2 .row-about-students{
  transform: translateX(100%);
}
.about-content-2.show-animate .row-about-students{
  transform: translateX(0);
}

.flex-xs-row {
  flex-direction: row !important;
}

/******************************** PAGE CONTACT *********************************/

.contact-content{
  min-height: 560px;
  background-image: url(../images/contact_us.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/******************************** Course Units *********************************/
.active-unit::after {
  background:#0073E6!important;
}

.gray-color {
  color: #808080;
}

.bootstrap-timepicker-widget.open{
  z-index: 1061 !important;
}
