#page-header a {
  /*background: rgba(0, 0, 0, 0) url("/style/publis2016///images/mediaron/logo.svg") no-repeat scroll left center / contain ;*/
  background: #fff url("/style/elearning/images/fc-logo-sml-new.png") no-repeat scroll left center / contain;
  display: block;
  height: 50px;
  text-decoration: none;
  width: 222px;
}

#page-header {
  padding: 15px 50px 14px;
  background: #fff;
}

#menu-icon {
  height: 45px;
  width: 45px;
  text-align: center;
  border: 1px solid #505050;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: none;
}

.x-elearning--admin-- #menu-icon {
  border: 1px solid #fff;
}

#menu-icon span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-bottom: 2px solid #505050;
	height: 1px;
	width: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menu-icon span.before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 10px;
	border-bottom: 2px solid #505050;
	height: 1px;
	width: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menu-icon span.after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 33px;
	border-bottom: 2px solid #505050;
	height: 1px;
	width: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.x-elearning--admin-- #menu-icon span,
.x-elearning--admin-- #menu-icon span.before,
.x-elearning--admin-- #menu-icon span.after {
  border-bottom: 2px solid #fff;
}

#menu-icon span.active {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
}

#menu-icon span.active.before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

#menu-icon span.active.after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}


#import-users table.Editor,
#import-users  table.column_table {
  max-width: 100%;
}

form table td.separator {
  display: none;
}

#main-header {
  height: 80px;
  box-shadow: 0 0px 0px;
  border-bottom: 1px solid #dadada;
}

.x-elearning--admin-- #main-header a {
  color: #d7d7d7;
}

.x-elearning--admin-- #auth-status {
  color: #d7d7d7;
}

#page-holder {
  padding-top: 81px;
}

#main-header .inner {
  margin: 0 auto;
  /*padding: 20px 0 20px 70px;*/
  padding: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main-header .inner {
    padding: 0 0 0 20px;
  }
}

#menu-button {
  display: none !important;
}

#my_toolbar {
  margin-left: 0;
}

#my_toolbar h2 {
  margin: 0;
  font-size: 20px;
  color: #b5b5b5;
}

.admin_user_toolbar_button {
  float: right;
}

#page-layout-box-inner--content-- {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  #page-layout-box-inner--content-- {
    padding-left: 75px;
  }
  #dashboard-layout {
    margin-left: 0 !important;
  }
}

#mojb-course-content {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

#mojb-course-content h2 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 30px;
  font-size: 224.5%;
}

#mojb-course-content article.chapter-content h2 {
  font-weight: normal;
}

#mojb-course-content article.chapter-content p {
  font-size: 130%;
  margin-bottom: 10px;
}

#mojb-course-content article.chapter-content ul,
#mojb-course-content article.chapter-content ol {
  font-size: 130%;
}
                                               
#mojb-course-content article.chapter-content ol ol,
#mojb-course-content article.chapter-content ul ul,
#mojb-course-content article.chapter-content ul ol,
#mojb-course-content article.chapter-content ol ul {
  font-size: 100%;
}

#mojb-course-content article.chapter-content ul li,
#mojb-course-content article.chapter-content ol li {
  margin: 20px 0;
}

#mojb-course-content article.chapter-content ul br,
#mojb-course-content article.chapter-content ol br {
  display: none;
}

.manualload {
  text-align: center;
  cursor: pointer;
}

#my_menu,
#my_menu fieldset {
  padding: 0;
  margin: 0 0 15px 0;
  background: transparent none !important;
  max-width: 100%;
}

#my_menu a.admin_user_menu_button {
  width: 80px;
  height: 80px;
  border-radius: 7px;
  border: 1px solid #999;
  margin: 0 15px 0 0;
  text-align: center;
}

#my_menu a.admin_user_menu_button.active-exact-match {
  background: #D11927;
}

#my_menu a.admin_user_menu_button i {
  font-size: 40px;
  text-align: center;
  padding-top: 12px;
}

#my_menu a.admin_user_menu_button span {
  display: none;
}

#my_menu a.admin_user_menu_button:hover span {
  display: table-cell;
  text-align: center;
  padding: 5px 0 0;
  color: #4b4a57;
}

#my_menu a.admin_user_menu_button:hover i {
  display: none;
}

#mojb-courses {
  padding: 30px 4%;
}

#mojb-courses .mo {
  width: 46%;
  height: 300px;
  /*overflow: hidden;*/
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 15px 2%;
  float: left;
  max-width: 350px;
}

.n-big-box {
  width: 350px;
  min-width: 350px;
}

.multiobject-browse,
.mo-template-header {
  width: 100%;
  overflow: auto;
}

.multiobject-browse .mo,
.mo-template-header .mo {
  min-width: 1300px;
}

.multiobject-browse.campaigns {
  width: 100%;
  overflow: auto;
}

.multiobject-browse.campaigns .mo {
  min-width: 350px;
  width: 350px;
  float: left;
}

#mojb-courses .mo h3 {
  margin: 30px 0 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
}

#mojb-courses .mo h3 a {
  color: #4a4a56;
}

#mojb-courses .mo a.go-learn {
  color: #D11927;
  border: 1px solid #D11927;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.5s;
}

#mojb-courses .mo a.go-learn:hover {
  color: #fff;
  background: #D11927;
}

.x-elearning--.xdeep-1 .manualload,
.x-elearning--.xdeep-1 #pager {
  display: none;
}

.manualload {
  font-size: 16px;
}

.manualload #manualloadprew {
  margin-right: 15px;
}

.manualload #manualloadnext {
  margin-left: 15px;
}

.chapter-info-wrapper {
  max-width: 480px;
  background-color: #fff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 0 auto;
  padding: 5px 0;
}

.kapitola-info {
  text-align: center;
  font-size: 20px;
  display: inline;
  color: #CE2431;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  #mojb-course-content iframe {
    max-width: 100% !important;
    height: auto !important;
  }
}

#user-left-column {
  background-color: #4c4a58;
  min-height: 100%;
  position: fixed;
  width: 70px;
  z-index: 250;
  height: 100%;
}

#user-left-column ul {
  list-style-type: none;
  text-transform: uppercase;
  color: #999999;
}

#user-left-column ul li {
  margin: 15px 0;
}

#user-left-column ul li:hover,
#user-left-column ul li.active {
  color: #CE2431;
}

#main-content {
  float: left;
}

.left-menu {
  text-align: center;
  background-color: #4c4a58;
  height: 100%;
}

.left-menu .item {
  cursor: pointer;
}

.left-menu i.fa-home {
  color: #D11927;
}

.left-menu .item:hover i.fa-home {
  color: #fff;
}

.left-menu h2 {
  font-size: 38px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 0 38px;
  margin-top: 0;
}

.left-menu .item .sub-content {
  left: -500px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 350px;
  background-color: #fff;
  padding: 33px 15px 70px;
  height: 100%;
  overflow: scroll;
  transition: left 1s ease 0s;
  z-index: -1;
}

.left-menu .item .sub-content.active {
  left: 70px;
}

.left-menu .item:hover,
.left-menu .item.active {
  background-color: #CE2431;
}

.left-menu i {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 35px;
  padding: 20px;
}

.left-menu .sub-content i {
  color: #000;
  font-size: 18px;
  padding: 0;
  margin: 0 15px 0 0;
}

.left-menu .itm-info {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  padding: 10px 20px;
  left: 0;
  margin-top: 0;
  z-index: 100;
  display: none;
}

  .left-menu .item:hover .itm-info {
    display: block;
  }
  
  .left-menu .item:hover .itm-info:hover {
    display: none;
  }

.left-menu .itm-info span {
  color: #fff;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.hide-left-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: bold;
  font-size: 17px;
}

.left-menu h3 {
  font-size: 1em;
  margin-left: 40px;
}

/* TODO tohle pryč */
.x-elearning--.xdeep-1 .chapter-info-wrapper {
  display: none;
}

#auth-status {
  height: 79px;
  overflow: hidden;
  line-height: 79px;
  font-size: 16px;
}

#auth-status .name,
#auth-status i {
  float: left;
  display: inline-block;
  line-height: 79px;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  #auth-status .name,
  #auth-status i  {
    margin: 5px;
  }
  #auth-status a {
    padding: 0 10px;
  }
}

#auth-status a {
  background: #D11927;
  color: #fff;
  display: block;
  height: 79px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 20px;
}

#logo {
  float: left;
}

#header-navigation-wrapper {
  width: auto;
  float: left;
}

.loggedout #user-left-column {
  display: none;
}

#my_login table.Editor,
#my_login .fieldset-1,
#my_send_password table.Editor,
#my_send_password .fieldset-1 {
  background: transparent;
  font-size: 0.85rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto;
}

input.textentry, textarea, input.input-text, input.input-email, select, input.input-password {
    color: #000;
    border: none;
    padding: 0.75rem;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    font-size: 15px;
    box-shadow: 0 1px 20px #ccc;
    -webkit-box-shadow: 0 1px 20px #ccc;
}

#my_login label.form2-label-left {
  font-size: 1rem;
  font-weight: bold;
  margin: 15px 0;
}

#my_login th,
#my_login td {
  line-height: 40px;
}

#my_login th {
  width: 100px;
}

#my_login .editor_rq_field_note,
#my_login .separator {
  display: none;
}

.graph,
#done-chapters {
  width: 100%;
  min-height: 300px;
  margin: 0 0 30px;
}

#left-chapters,
#graph_wrap_left-chapters,
#graph_wrap_active-users {
  width: 46%;
  margin: 20px 2%;
  /*height: 400px;*/
  float: left;
}

#quiz-done,
#graph_wrap_quiz-done {
  width: 46%;
  margin: 20px 2%;
  /*min-height: 300px;*/
  float: left;
}

h2#right-headline {
  margin-left:50px; 
}

.graph h3.vysledek {
  font-size:25px;
  font-weight: bold;
}               


@media screen and (max-width: 600px) {
  #left-chapters,
  #graph_wrap_left-chapters,
  #quiz-done,
  #graph_wrap_quiz-done {
    float: none;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  #graph_wrap_quiz-done {
    margin-top: 80px;
  }
}

#dashboard-layout {
  margin-left: 70px;
  padding: 0 20px 20px;
}

#dashboard-layout-box--left--,
#dashboard-layout-box--right-- {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  #dashboard-layout-box--left--,
  #dashboard-layout-box--right-- {
    float: none;
    width: 100%;
  }
}


#main-users-table {
  padding: 0 30px;
}

#main-users-table h3 {
  font-weight: 400;
}

#main-users-table a {
  margin: 0 10px;
}

#main-users-table table.Editor,
#main-users-table table.column_table,
#dashboard-layout-box-inner--default-top-- .test_history table.column_table,
#dashboard-layout-box-inner--default-top-- .test_log_history table.column_table {
  max-width: 100%;
}

#dashboard-layout-box-inner--default-top-- .test_log_history tr.true {
  background-color: #C5FFB8;
}

#dashboard-layout-box-inner--default-top-- .test_log_history tr.false {
  background-color: #FFA28C;
}

#chapter-counter {
  position: absolute;
  right: 0;
  top: 50px;
  padding: 15px 30px;
  text-align: center;
}

#chapter-elapsed-time {
  font-size:30px;
  color: #D11927;
}

#chapter-stop {
  color: #D11927;
  border: 1px solid #D11927;
  padding: 7px;
  cursor: pointer;
  border-radius: 12px;
}

.left-menu .sub-content i.done{
  color: #88D81E;
}

#quiz-nav {
  position: fixed;
  top: 80px;
  right: 0;
  padding: 15px 30px;
  background-color: #fff;
  z-index: 10;
}

.graph h3 {
  font-weight: 400;
}

#profile-edit .separator {
  display: none;
}

#profile-edit.form_editor2 form,
#profile-edit.form_editor form {
  float: left;
}

.text-stat.square {
    background-color: #fff;
    height: 300px;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 300px;
    float: left;
    margin: 25px;
}

.text-stat.square h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    margin: 30px 0 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.text-stat.square span {
  font-size: 38px;
  font-weight: bold;
  color: #D11927;
}

#back-btn,
#test-history-btn {
  background: #fff;
  border-radius: 25px;
  border: 2px solid #D11927;
  //width: 32,5%;
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  width: 318px;
  display: block;
  float: right;
  margin-bottom: 15px;
  clear: right;
}

#next-btn.repeat-test {
  margin: 0;
}

.chapter-content iframe {
  max-width: 100%;
}

.chapter-info-wrapper.second {
  margin: 30px auto;
}

.chapter-info-wrapper.second .kapitola-info {
  margin: 0 15px;
}

input, textarea, select, input.textentry {
  box-shadow: 0 1px 20px #ccc;
  -webkit-box-shadow: 0 1px 20px #ccc;
}

input:focus, textarea:focus, select:focus {
  box-shadow: 0 1px 20px #D11927;
  -webkit-box-shadow: 0 1px 20px #D11927;
}

.form-list {
  float: none;
  clear: both;
}

.test_history table.Editor,
.test_history table.column_table {
  width: 100%;
  max-width: 100%;
}

.graph.history-graph-personal {
  width: 50%;
  margin: 0 auto;
}

.graph.history-graph-personal h3 {
  text-align: center;
}

.test-filter-holder {
  margin: 15px 0;
}

.test-filter-holder select,
.test-filter-holder input{
  max-width: 30%;
  float: left;
  margin: 0 15px 25px 0;
}

.test_history.test-log-history-detail,
.test_log_history {
  width: 45%;
  margin: 0 5% 0 0;
  float: left;
}

.history-back-bttn {

}

.test_history .active-test{
  background: #d0d0d0;
}

.quiz-total h3 {
  text-align: center;
}

/*************************** smart lerning *******************************/
div.clev-el.simple-box,
blockquote.clev-el.cc-blockquote-simple-box {
  background: #4c4a58;
  padding: 30px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  border: 1px solid #88878d;
}

div.clev-el.highlight-box,
blockquote.clev-el.cc-blockquote-highlight-box {
  border: 2px solid #d0d0d0;
  padding: 25px 55px;
  position: relative;
}

#mojb-course-content blockquote{
  margin: 45px 0;
}

/* příklady */
.clev-exercise {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0px;
}  
.clev-exercise tr td:last-of-type p ~ br {
  display: none;
}        
.clev-exercise tr td:first-of-type {
  width: 190px !important;
  vertical-align: top;
  padding-right: 45px;
}
.clev-exercise tr td:first-of-type:after {
  height: 49px;
  width: 3px;
  content: "";
  background: #f58e55;
  margin-top: -58px;
  left: 168px;
  position: relative; 
  display: block; 
}
.clev-exercise tr td:first-of-type p {
  background: #f58e55;
  color: #fff;
  text-align: right;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
  padding: 5px 10px 20px; 
}  
.clev-exercise tr td:last-of-type p:last-of-type {
  margin-bottom: 0;
}    
.clev-exercise tr td:last-of-type {
  width: auto !important;
}
.clev-exercise table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 20px;
}     
.clev-exercise table br {
  display: none;
}                        
.clev-exercise table,        
.clev-exercise table th,        
.clev-exercise table td {
  border: 1px solid #888;
}    
.clev-exercise table tr td {
  width: auto !important;
  vertical-align: top;
  padding: 10px;
} 
.clev-exercise table tr td:first-of-type {
  width: auto !important;
  vertical-align: top;
  padding: 10px;
} 
.clev-exercise table tr td:first-of-type:after {
  display: none;
}
.clev-exercise table tr td:first-of-type p {
  background: none;
  color: #4b4a57;
  text-align: left;
  font-size: 13px;
  display: initial;
  font-weight: normal;
  padding: 0; 
}  

/* studie */
.clev-study {
  width: 100%;
  margin-bottom: 30px;
}         
.clev-study.stud-first {
  //margin-top: -300px;
} 
.clev-study ~ br {
  display: none;
}    
.clev-study tr td:last-of-type p ~ br {
  display: none;
}        
.clev-study tr td:first-of-type {
  width: 190px !important;
  vertical-align: top;
  padding-right: 45px;
}
.clev-study tr td:first-of-type:after {
  height: 49px;
  width: 3px;
  content: "";
  background: #f58e55;
  margin-top: -57px;
  left: 168px;
  position: relative; 
  display: block; 
}
.clev-study tr td:first-of-type p {
  background: #f58e55;
  color: #fff;
  text-align: right;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
  padding: 5px 10px 20px; 
}   
.clev-study tr:first-of-type td:first-of-type:after {
  height: 47px;
  width: 3px;
  content: "";
  background: #91ccdc;
  margin-top: -57px;
  left: 168px;
  position: relative; 
  display: block; 
}
.clev-study tr:first-of-type td:first-of-type p {
  background: #91ccdc;
  padding-bottom: 10px;
  line-height: 1;
}    
.clev-study tr:first-of-type td:first-of-type p span {
  float:right;
  font-size: 30px;
  margin-left: 10px;
}
.clev-study tr td:last-of-type p:last-of-type {
  margin-bottom: 0;
}    
.clev-study tr td:last-of-type {
  width: auto !important;
}    
.clev-study tr td:last-of-type img {
  margin: 20px 0;
}   
.clev-study tr td:last-of-type em {
  color: #f58e55;
  font-style: normal;
}
.clev-study tr:nth-of-type(2) td:last-of-type {
  font-weight: bold;
  font-size: 110%;
  line-height: 1.2;
}    
.clev-study tr:nth-of-type(2) td:last-of-type strong {
  color: #fe4e61;
}
.clev-study table {
  margin: 0;
  border-collapse: collapse;
  width: 100% !important;
  font-size: 13px;
  margin-bottom: 20px;
}     
.clev-study table br {
  display: none;
}                        
.clev-study table,        
.clev-study table th,        
.clev-study table td {
  border: 1px solid #888;
}    
.clev-study table tr td {
  width: auto !important;
  vertical-align: top;
  padding: 10px;
} 
.clev-study table tr td:first-of-type {
  width: auto !important;
  vertical-align: top;
  padding: 10px;
} 
.clev-study table tr td:first-of-type:after {
  display: none !important;
}
.clev-study table tr td:first-of-type p {
  background: none !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  color: #4b4a57;
  text-align: left;
  font-size: 13px;
  display: initial;
  font-weight: normal;
  padding: 0; 
}    
.clev-study table tr:nth-of-type(2) td:last-of-type {
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
}   
.clev-study table tr:nth-of-type(2) td:last-of-type strong,
.clev-study table tr td:last-of-type em {
  color: #4b4a57;
}
.clev-study table tr td p {
  margin-bottom: 0 !important;
}
.clev-study ul {
  margin-top: 0;
}
.clev-study ul li:first-of-type {
  margin-top: 10px !important;
}
.clev-study ul li { 
    display: block; 
    //padding-left: 20px; 
    margin-bottom: 20px;
}
.clev-study ul li:before {
    content: "■";
    font-weight: bold;
    margin-left: -40px;
    font-size: 33px;
    color: #fe4e61;
    position: absolute;
    margin-top: -10px;
}
.clev-study tr:nth-of-type(2) ul li:before {
    margin-top: -11px;
}
.clev-study ul li ul li:before {
    content: "□";    
    font-size: 20px;
    margin-top: -4px;
}
.clev-study ol { 
    counter-reset: item;
}
.clev-study ol li { 
    display: block; 
}
.clev-study ol li:before {
    content: counter(item, upper-alpha) ". ";
    counter-increment: item;
    font-weight: bold;
    margin-left: -25px;
    position: absolute;
    color: #fe4e61;
}

.clev-el-switch {
  text-align: center;
  font-size: 1.4rem;
  margin: 20px auto;
  cursor: pointer;
  font-weight: bold;
}

#mojb-course-content article.chapter-content p,
#mojb-course-content article.chapter-content ul,
#mojb-course-content article.chapter-content li,
#mojb-course-content article.chapter-content div,
#mojb-course-content article.chapter-content h3,
#mojb-course-content article.chapter-content h4,
#mojb-course-content article.chapter-content h5 {
  position: relative;
}

#mojb-course-content article.chapter-content .clev-el ul {
  margin-top: 0;
  margin-bottom: 0;
}

#mojb-course-content article.chapter-content .clev-el ul li {
  margin: 5px 0;
}

#mojb-course-content article.chapter-content h3 {
  margin-top: 15px;
}

.clev-el-switch.active {
}

.clev-el-switch-lbl {
  margin: 0 10px;
}

.clev-el-switch-lbl,
.clev-el-switch i.fa-bolt {
  color: #a2be0a;
}

.clev-el-static {
  display: block;
  position: absolute;
  left: -50px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.el-tooltip-questions {
  padding: 25px;
}

.ui-tooltip {
  max-height: 300px !important;
  overflow-y: scroll !important;
}

.clev-el-infograph {
  background: url('images/clv-infog.png') 0 0 no-repeat scroll;
}

.el-tooltip-questions {
  font-size: 0.8rem;
}

.el-tooltip-qcode {
  color: #e76b61;
}

.el-tooltip-qheader {
  font-weight: bold;
  margin-bottom: 15px;
}

.el-tooltip-answer {
  margin-bottom: 10px;
}

.el-tooltip-answer.correct {
  color: #e76b61;
}

div.clev-el.highlight-box:before,
blockquote.clev-el.cc-blockquote-highlight-box:before {
  display: block;
  width: 64px;
  height: 63px;
  background: url('images/clv-bcg.png') 0 0 no-repeat scroll;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}

.clv-el-active .clev-el.question:before,
.clv-el-active .clev-question:before {
  content: "\f075";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding: 0 3px;
}

.clv-el-active .clev-el.question,
.clv-el-active .clev-question {
  background: #a2be0a;
}

.clv-el-active .clev-vocabulary {
  font-style: italic;
  text-decoration: underline;
}

.clv-el-active .clev-el.tip {
  text-decoration: underline;
  font-style: italic;
}

.clev

/*************************** smart lerning end *******************************/

table.Editor,
table.column_table {
  max-width: 100%;
}

#test-questions-list-all tr.true {
  background-color: #C5FFB8;
}

#course-content-detail {
  /*max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;*/
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}

#course-content-detail img {
  margin: 10px 15px;
}



#course-content-detail-cf--course-link {
  background: #fff;
  border-radius: 25px;
  border: 2px solid #D11927;
  width: 32,5%;
  cursor: pointer;
  font-size: 18px;
  margin: 30px auto;
  padding: 20px 30px;
  text-align: center;
  width: 200px;
}

#course-content-detail-cf--course-link:hover {
  background: #D11927;
  color: #fff;
}

#course-content-detail-cf--course-link:hover a {
  color: #fff;
}

#section-info-wrapper h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
}

#test-timing {
  text-align: center;
  margin-bottom: 25px;
}

#test-timing .timer {
  font-weight: bold;
  color: #D11927;
}

#publis-loading-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,0.8);
  transition: opacity 0.5s ease;
}

#publis-loading-overlay.active {
  display: block !important;
  opacity: 0.7 !important;
}

.test-finish-popupDialog button {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

button.fancybox-close-small {
  background: transparent none;
}

.multiobject-browse.vocabulary,
#header-vocabulary,
#vocabulary-filter {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.browse_json_filter,
form#filter {
  margin: 20px 0;
}

form#filter li {
  float: left;
  width: auto;
  margin: 0 15px 15px 0;
  padding: 0;
}

form#filter .fieldset-1 {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}

form#filter button {
  margin: 10px 10px 0;
  float: left;
}

.form_editor2#filter-container,
.form_editor2#filter-container form#filter{
  padding: 0;
  max-width: 100%;
  min-height: 75px;
}

.browse_json_filter .fitem,
form#filter .fitem {
  float: left;
  margin: 0 0 15px 15px;
}

.browse_json_filter select,
form#filter select {
  width: auto;
}

.browse_json_filter input,
form#filter input {
  padding: 0.75rem;
}

#dashboard-layout-box--right-- #graph_wrap_quiz-done {
  margin: 0 auto;
  float: none;
}

#dashboard-layout-box--right-- #graph_wrap_quiz-done h3 {
  text-align: center;
}

#vocabulary-filter {
  margin-top: 25px;
}

#vocabulary-filter input {
  color: #000;
  border: none;
  padding: 0.75rem;
  background: #fff;
  border-radius: 1px;
  font-size: 15px;
  margin-left: 15px;
}

.admin_switch {
  position: absolute;
  top: 50px;
  right: 112px;
}

.admin_switch a {
  font-weight: normal;
  font-size: 10px;
}

.admin_switch a.student {
  font-weight: bold;
  font-size: 16px;
}

.admin_switch {
  position: absolute;
  top: 50px;
  right: 112px;
}

.admin_switch a {
  font-weight: normal;
  font-size: 10px;
}

.admin_switch a.student {
  font-weight: bold;
  font-size: 16px;
}

.x-elearning--admin-- #main-header {
  background: #D11927;  
}

.x-elearning--admin-- .admin_switch a.student {
  font-weight: normal;
  font-size: 12px;
}

.x-elearning--admin-- .admin_switch a.admin {
  font-weight: bold;
  font-size: 16px;
}

.auth_register_link {
  display: none;
}

@media screen and (max-width: 1500px) {
  #mojb-courses .mo h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #chapter-counter {
    position: static;
    max-width: 480px;
    margin: 0 auto;
  }
  
  #mojb-courses .mo h3 {
    font-size: 20px;
  }
  
  #page-header a {
    width: 120px;
  }
  
  #main-users-table table.Editor,
  #main-users-table table.column_table {
    width: auto;
    max-width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  #my_toolbar {
    margin-left: 0;
    padding: 0;
  }
  
  #my_toolbar h2 {
    font-size: 12px;
    text-align: center;
  }
  
  #auth-status a {
    height: 40px;
    line-height: 40px;
  }
  
  #auth-status .name, #auth-status i {
    display: none;
  }
  
  .admin_switch {
    right: 0;
  }
  
  #page-header a {
    width: 60px;
    margin-right: 10px;
  }
  
  #main-header .inner {
    padding-left: 5px;
  }
}

@media screen and (max-width: 500px) {
  #auth-status .name, #auth-status i {
    display: none;
  }
}

.deletebr br {
  display: none;
}

#browse-filter-left .fitem label{
  clear: both;
  float: none;
  display: block;
}

#browse-filter-left select#ia42aa51832afc82bbcc9c8269ad2d3b0 {
  max-width: 150px !important;
}

.user-detail-holder {
  width: 100%;
  clear: both;
  padding: 25px;
}

.user-detail-label {
  font-weight: bold;
}

/*** ZKOUŠKA NUTNO PŘIDAT DO VŠECH VERZÍ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ***/
.mo.finished {
  background: #FFC720;
}

.mo.finished.checked {
  background: #A0FF9A;
}

.mo div.clear {
  display: block !important;
  clear: both;
}

.term-video {
  margin: 15px 90px;
}

.video-files-wrapper {
  margin: 5px 0 25px;
  display: block;
}

.message-tray {
  display: block;
  position: relative;
}

.message-tray-holder {
  float: right;
  width: 50px;
  display: block;
  cursor: pointer;
  height: 79px;
  line-height: 79px;
}

.message-tray-holder i {
  margin-right: 5px;
}

.message-tray-holder.has-new {
  color: #D11927;
}

.message-tray ul.message-list {
  display: none;
  position: absolute;
}

.message-tray:hover ul.message-list {
  display: block;
  margin: 0;
  padding: 10px 15px;
  top: 79px;
  border: 1px solid #ccc;
  background: #fff;
  width: 200px;
}

  .message-tray ul.message-list li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
  }

ul.mess-info,
ul.mess-info li {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.message-tray .object-name {
  display: none;
}

.incoming,
.outcoming {
  padding: 10px 15px;
}

.incoming.is-new {
  background: #D11927;
  color: #fff;
}

iframe#ytplayer {
  margin: 15px auto;
  display: block;
}

h3.exam-detail-state {
  font-size: 120%;
  text-align: center;
  margin: 10px 0;
  color: #D11927;
}

#message-form-container h2 {
  font-size: 140%;
  margin: 15px 0 10px;
}

#message-form-container li.li-text {
  width: 100%;
  margin-top: 0;
}

#message-form-container li.li-text label {
  text-align: center;
}
#message-form-container li.li-text p.form-text {
  font-weight: bold;
  font-size: 100%;
}

.mark-read-campaign {
  position: absolute;
  right: 0;
  top: 150px;
  padding: 25px 20px;
}

.mark-read-campaign.success {
  color: #fff;
  background-color: #32a532;
}

.mark-read-campaign.error {
  color: #fff;
  background-color: #D11927;
}

ul.tabbernav li a {
  padding: 8px 20px !important;
  background: rgba(229, 229, 229, 0.2) !important;
  margin: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #E5E5E5 !important;
  border-bottom-color: rgb(229, 229, 229);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #8c8c8c !important;
}

ul.tabbernav li.tabberactive a {
  background: #fff !important;
  border-bottom: 1px solid #fff !important;
}

ul.tabbernav li {
  line-height: 32px !important;
  display: inline-block !important;
}

ul.tabbernav {
  border-bottom: 1px solid #E5E5E5 !important;
}

.tabberlive .tabbertab {
  border: 1px solid #E5E5E5 !important;
  border-top-color: rgb(229, 229, 229);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none !important;
  padding: 5px 15px !important;
}

.tabberlive .tabbertab h2 {
  display: block;
}

.tabberlive .tabbertab h3 {
  display: block;
}

.dashboard-admin .tabbertab .subhd {
  display: block;
}

.dashboard-admin .tabbertab h2,
.dashboard-admin .tabbertab h3,
.dashboard-admin .tabbertab .subhd {
  text-align: center;
}

.alertbadge {
  display: inline-block;
  padding: 5px 10px;
  background-color: #888;
  color: #fff;
  font-weight: normal;
}

.alertbadge.po-terminu {
  background-color: rgb(237, 28, 28);
}

.alertbadge.pred-koncem-terminu {
  background-color: rgb(237, 161, 28);
}

.alertbadge.v-ramci-terminu,
.alertbadge.success,
.alertbadge.splneno {
  background-color: rgb(115, 181, 67);
}

table.table {
  width: 100%;
  text-align: left;
}

table.table tr {
  border-bottom: solid 1px #ccc;
}

table.table th,
table.table td {
  padding: 10px 5px;
}

.button-submit.btn-green {
  background-color: rgb(115, 181, 67);
}

.button-submit.btn-green:before {
  content: "" !important;
}

#main-header {
  /*position: relative !important;*/
}

form#filter.filtr-admin-dashboard ul.inputs li {
  margin-top: 12px;
}

.top-back a {
  color: #4b4a57;
  font-size: 24px;
}

.top-back i {
  margin-right: 20px;
}

.dashboard-new .row.flex-wrap-center {
  flex-wrap: wrap;
}

.n-big-box .cf_icon_holder a {
  display: inline-block;
}

#my_login span.after {
  display: none;
}

@media only screen and (max-width: 968px) {
  .n-alert-box .alert-row {
    text-align: center;
    margin-bottom: 25px;
  }
  .n-alert-box .alert-row i,
  .n-alert-box .alert-row h3,
  .n-alert-box .alert-row a.go-learn {
    display: inline-block;
    text-align: center;
    width: 100%;
    clear: both;
  }
  .n-alert-box .alert-row a.go-learn {
    width: auto;
    margin: auto;
  }
  #course-content-detail img {
    clear: both;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
    float: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: 100%;
  }
  h2 {
    font-size: 25px;
    line-height: 100%;
  }
  p,
  ul,
  ul li,
  #course-content-detail {
    font-size: 19px!important;
    line-height: 110%;
  }
  .dashboard-new .row > h2 {
    margin-top: 25px!important;
  }
  .n-alert-box {
    margin: 20px 0 !important;
  }
}

.tabberlive .tabbertabhide {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tabberlive .tabbertab {
    width: 100%;
  }
  .tabbernav li {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 768px) {
  #browse-filter-left .fitem {
    min-width: 100%;
    width: 100%;
    float: left;
  }
  
  #user-left-column {
    display: none;
  }

  #page-header {
    padding: 15px 25px 14px;
  }

  #page-layout-box-inner--content-- {
    padding-left: 0;
  }

  #menu-icon {
    display: block;
  }

  .dashboard-admin {
    clear: both;
  }

  .filtr-admin-dashboard .button,
  #filter .button-submit {
    margin: 0 auto 15px;
    width: 220px;
    text-align: center;
    position: relative;
  }

  .graph {
    clear: both;
    margin: 15px 0;
  }

  .x-elearning--admin-- #main-header .inner {
    padding-left: 0;
  }

  .manualload > div,
  .manualload > span {
    clear:both;
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  #my_toolbar h2 {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .multiobject-browse.campaigns .mo {
    min-width: 100%;
    width: 100%;
    float: left;
    height: auto;
  }
}