html 
  {
  /* background-color: #000; */
  padding: 0 !important;
  margin: 0 !important;  
  background-position: 50% 0;
  transition: 0s linear;
  transition-property: all;
  transition-property: background-position;
  background-size: cover;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  }

body
  {
  width:100%;
  min-height:100%;
  padding: 0 !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  line-height: 1.5;
  background-color: transparent !important;
  color: #fff;
  }

.form-control:focus 
  {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  }

body.academy
  {
  margin-top: 0 !important;    
  margin-bottom: 0 !important;
  font-size: 20px;
  }

body.academy h1
  {
  font-size: 2.3rem;  
  }

body.academy h2
  {
  font-size: 1.8rem;  
  }

body.academy h1, body.academy h2, body.academy h3, body.academy h4, body.academy h5
  {
  margin-bottom: 1em;  
  } 

body.academy #title-cover-text a
  {
  color: #5a7f93 !important;  
  text-decoration: none;
  font-weight: 600;
  }

div.cs-background
  {
  background-repeat: repeat-y;
  background-position: 50% 0;
  transition: 0s linear;
  transition-property: all;
  transition-property: background-position;
  background-size: cover;   
  padding-bottom: 80px; 
  }

section:not(.swapContent)
  {
  padding: 10px 0;  
  margin: 40px 0;    
  background-color: rgba(255,255,255,0.15);
  }

body.academy section:nth-child(1)
  {
  margin-top: 0;  
  }

body.academy section:not(.swapContent)
  {
  background-color: transparent;  
  }

body.academy h3 
  {
  margin-bottom: 1em;  
  }

body.academy video
  {
  display: inline-block;
  }

section:not(.swapContent) .row > div
  {
  /* background-color: #eee; */
  }

section .csbox.image-box img 
  {
  border-radius: 0px;  
  }
  
section .boxed-content .csbox.image-box img 
  {
  border-radius: 10px;  
  }

section .boxed-content .csbox
  {
  background-color: rgba(0,0,0,0.65);
  color: #fff;
  border-radius: 10px;  
  border: 1px solid white;
  box-shadow: 0px 6px 10px 4px rgba(0,0,0,0.55);
  height: 100%;
  padding: 20px 15px;
  /* transition: all 0.8s ease-in-out; */
  }

section .boxed-content.inverted .csbox
  {
  box-shadow: none;  
  }

section .boxed-content.inverted img
  {
  filter: invert(1);  
  }

section .boxed-content .csbox.image-box
  {
  padding: 0;
  }

section:not(.swapContent) div.container
  {
  max-width: 85%;  
  }
  
section .csblock:hover
  {
  }

section img
  {
  border-radius: 10px;  
  }
  
section ul, section ol
  {
  margin: 20px 0;  
  }
  
section ul li, section ol li 
  {
  margin-bottom: 10px;  
  }

button[data-back], button[data-proceed], button[data-goal]
  {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  text-align: center;  
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 10px;  
  border: 1px solid white;
  transition: all 1s ease-in-out;
  box-shadow: 0px 6px 10px 4px rgba(0,0,0,0.55);
  }

button.inverted[data-back], button.inverted[data-proceed], button.inverted[data-goal]
  {
  box-shadow: none;  
  }

button[data-proceed].course-back
  {
  width: 10%; 
  margin-right: 1%; 
  }

button[data-proceed].course-back + button[data-proceed]
  {
  width: 89%;  
  }

button[data-proceed].course-back + button[data-goal]
  {
  width: 89%;  
  }
  
button[data-proceed].disabled, button[data-goal].disabled
  {
  pointer-events: none;
  opacity: 0.5;  
  }
  
button[data-proceed] i, button[data-goal] i
  {
  position: relative;
  left: 0px;
  top: 1px;
  opacity: 0.25; 
  transition: all 1s ease-in-out;
  } 

button[data-goal] i:nth-child(1)
  {
  transform: scaleX(-1);    
  }
   
button[data-back]:hover, button[data-proceed]:hover, button[data-goal]:hover
  {
  background-color: #000;  
  }
  
button[data-proceed]:hover i  
  {
  left: 10px;
  opacity: 1;  
  }

button[data-goal]:hover i:nth-child(1)
  {
  left: -10px;  
  transform: scaleX(-1);    
  }

button[data-goal]:hover i:nth-child(3)
  {
  left: 10px;        
  } 
   
body.academy img.logo.title
  {
  position: relative;
  max-width: 40%;
  height: auto;
  margin: 0 auto;  
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  }
  
body.academy #footer
  {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;  
  background-color: rgba(0,0,0,0.8);
  padding: 20px 20px;
  border-top: 1px solid white;
  color: #fff;  
  min-height: 70px;
  }
  
body.academy #footer a 
  {
  color: #fff;
  }
  
body.academy #footer ul
  {
  list-style-type: none;
  margin: 0;
  padding: 0;  
  }

body.academy #footer ul li
  {
  display: inline-block;  
  }
  
body.academy #footer ul li img
  {
  width: 26px;  
  height: auto;
  border-radius: 0;
  margin-left: 10px;
  }

body.academy section.swapContent h1, 
body.academy section.swapContent h2, 
body.academy section.swapContent h3, 
body.academy section.swapContent p, 
body.academy section.swapContent li  
  {
  user-select: none;                 /* Standard */
  -webkit-user-select: none;         /* Safari/iOS */
  -ms-user-select: none;             /* alte Edge/IE */
  -webkit-user-drag: none;  
  }

body.academy section.swapContent img,
  {
  -webkit-user-drag: none;
  pointer-events: none; 
  } 
  
body.academy.course-title section#home, body.academy.course-goal section#home 
  {
  padding-bottom: 100px !important;  
  }
  
body.academy #cs-header
  {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;    
  z-index: 10000;
  opacity: 0;
  transition: opacity 2s ease-out;
  }  

body.academy #cs-header.show
  {
  opacity: 1;  
  }
  
body.academy #cs-header #cs-company-logo 
  {
  position: relative;
  margin-top: 10px;
  left: -300px;
  width: 200px;
  height: auto;
  transition: left 1s ease-out;
  -webkit-filter: drop-shadow(3px 3px 2px #111);
  filter: drop-shadow(3px 3px 2px #111);
  }

body.academy #cs-header.show #cs-company-logo
  {
  left: 20px;  
  }

body.academy.course-title #cs-header, body.academy.course-title #cs-company-logo, body.academy.course-goal #cs-header, body.academy.course-goal #cs-company-logo
  {
  opacity: 0 !important;  
  }

/***** Changes - Added this part to make the white frontend header bar for the logo mandatory *****/

body.academy #cs-header 
  {
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  box-shadow: 0px 20px 20px 6px rgba(0,0,0,0.35);
  }
  
body.academy #cs-company-logo 
  {
  filter: none !important;
  width: 100px !important;
  }
  
body.academy div.cs-background 
  {
  padding-top: 80px;
  }

/***** Changes - Added this part to make the white frontend header bar for the logo mandatory *****/

.align-center 
  {
  display: inherit;  
  margin-left: auto;
  margin-right: auto;
  }

.align-left 
  {
  }

.align-right 
  {
  display: inherit;  
  margin-left: auto;
  margin-right: 0;
  }
  
ul.ul-cicon 
  {
  --icon-space: 1.5em;
  list-style: none;
  padding: 0 0 0 20px;
  }
  
ul.ul-cicon li 
  {
  padding-left: var(--icon-space);
  }
  
ul.ul-cicon li:before 
  {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  content: "\f105";
  }

ul.ul-cicon li.li-check:before 
  {
  content: "\f00c"; /* FontAwesome Unicode */    
  }

ul.ul-cicon li.li-cross:before 
  {
  content: "\f00d"; /* FontAwesome Unicode */        
  }

ul.ul-cicon li.li-thumbup:before   
  {
  content: "\f164"; /* FontAwesome Unicode */            
  }
  
ul.ul-cicon li.li-thumbdown:before   
  {
  content: "\f165"; /* FontAwesome Unicode */                
  }
  
ul.ul-cicon li.li-happy:before   
  {
  content: "\f118"; /* FontAwesome Unicode */            
  }
    
ul.ul-cicon li.li-sad:before   
  {
  content: "\f119"; /* FontAwesome Unicode */                
  }
  
ul.ul-cicon li.li-info:before   
  {
  content: "\f05a"; /* FontAwesome Unicode */                
  }
  
ul.ul-cicon li.li-warning:before   
  {
  content: "\f06a"; /* FontAwesome Unicode */                
  }

body.course-finished section#home section, body.course-finished section#other section
  {
  margin-left: 80px;  
  }
  
body.course-finished #training-contents
  {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 80px;
  height: 100vh;
  background-color: rgba(0,0,0,0.75);
  z-index: 1000;  
  border-right: 1px solid #444;
  box-shadow: 3px 0px 6px rgba(0,0,0,0.6);
  padding-top: 75px;
  overflow-y: sroll;
  transition: width 0.8s ease-in-out;
  transition-delay: 0.8s;
  }

body.course-finished #training-contents #search-field
  {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 35px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
  transition-delay: 0s;
  }

body.course-finished #training-contents.search #search-field
  {
  pointer-events: all;
  opacity: 1;    
  transition-delay: 0.8s;
  }

body.course-finished #training-contents #search-field input
  {
  padding-right: 25px;
  font-size: 12px;  
  border-radius: 10px;
  }

body.course-finished #training-contents i.close
  {
  display: none;  
  }

body.course-finished #training-contents.search i.close
  {
  position: absolute;
  display: inline-block;
  right: 6px;
  top: 4px;
  color: #111;
  z-index: 10;
  opacity: 1 !important;
  font-size: 20px;
  }

body.course-finished #training-contents.search
  {
  width: 250px;  
  transition-delay: 0s;
  }

body.course-finished #training-contents li.contents-search i.search
  {
  transition: opacity 0.8s ease-in-out;  
  }

body.course-finished #training-contents.search li.contents-search i.search
  {
  opacity: 0;  
  pointer-events: none;    
  }

body.course-finished #training-contents li.contents-search span
  {
  display: none;  
  }
  
body.course-finished #back-button
  {
  display: none;  
  }

#training-contents ul 
  {
  list-style-type: none;
  width: auto; 
  padding: 0;
  }

#training-contents ul li
  {
  position: relative;
  padding: 10px 10px 10px 40px;
  color: #888;
  transition: color 0.6s ease-in;
  cursor: pointer;
  text-align: left;
  }

#training-contents ul li.active:before
  {
  position: absolute;
  left: 4px;
  top: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f054";
  font-size: 14px;
  color: rgba(90, 127, 147, 1);
  }

#training-contents .preview-na 
  {
  color: #cc0000;
  font-weight: bold;  
  }

#training-contents ul li:hover, #training-contents ul li.active
  {
  color: #fff;  
  }
  
#training-contents ul li + li
  {
  border-top: 1px solid #444;  
  }
  
#training-contents ul li i.foil
  {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  transition: color 0.8s ease-in-out;
  }

#training-contents ul li.contents-search
  {
  padding: 20px 10px 20px 20px;    
  }

#training-contents ul li.contents-search i
  {
  font-size: 35px;  
  }
  
#training-contents ul li span
  {
  font-size: 11px;  
  }

#training-contents ul.foils li
  {
  transition: opacity 0.8s ease-in-out;  
  }

#training-contents ul.foils li.notfound
  {
  opacity: 0.5;  
  }

#training-contents ul.foils li.found i.foil
  {
  color: rgba(80,200,120,1);
  }
  
.mCSB_inside > .mCSB_container
  {
  margin-right: 14px;  
  }
  
button.createCertBtn
  {
  background-color: #333;
  color: #fff;  
  padding: 10px 20px;
  border: 1px solid white;
  }
  
button.createCertBtn:hover
  {
  background-color: #eee;
  color: #333;  
  }
  
.tipso_bubble 
  {
  z-index: 100000;  
  }

.tipso_bubble .tipso_content
  {
  text-align: left;  
  }

.tipso_bubble .tipso_content ul
  {
  margin: 6px 0 0 10px;
  padding: 0;  
  }

.tipso_bubble .tipso_content ul li
  {
  margin: 0;
  padding: 0;      
  }

.tipso_bubble .tipso_content h5
  {
  font-weight: bold;  
  }

.swapContent span.tipso-training
  {
  border-bottom: 1px dotted;  
  }

.swapContent span.tipso-training::after
  {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 0.7em;
  display: inline-block;
  margin-left: 6px;
  content: "\f059";
  position: relative;
  top: -0.3em;
  opacity: 0.8;
  }
  
.swapContent table 
  {
  width: 100%; 
  margin: 20px auto; 
  border-collapse: collapse; 
  }

.swapContent th, .swapContent td 
  {
  border: 1px solid #cccccc;
  padding: 8px; 
  text-align: left; 
  }

.swapContent th 
  {
  font-weight: bold; 
  }
