/*collors*/
/*#0078BF;*/
/*sizes*/
#content {
  margin: 4rem 0 5rem 5rem;
  transition: all 0.5s;
}
#content.active {
  margin-left: 18rem;
}
body {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*'Segoe UI', sans*/
  background: #FFFFFF;
  color: #4D4D4D;
}
h1 {
  font-weight: normal;
  font-size: 1.5rem;
  color: #3482CC;
  margin-bottom: 1rem;
}
h2 {
  font-weight: lighter;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1rem;
}
h3 {
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
}
h4 {
  font-size: 0.9rem;
  color: #7B7B7B;
  font-weight: normal;
}
.lectionTitle {
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
}
.grafTitle {
  margin-bottom: 0.5rem;
}
.page-item {
  margin-bottom: 3rem;
}
p {
  font-weight: lighter;
  font-size: 1rem;
  color: #000000;
}
.CircleGraphTitle {
  font-weight: bold;
  font-size: 0.9rem;
}
.center {
  text-align: center;
}
ul.custom-list {
  list-style-type: none;
  padding-left: 0;
}
ul.custom-list form {
  display: inline-block;
  width: 80%;
}
.date-nowrap {
  text-wrap: none;
  white-space: nowrap;
}
.last-started-date {
  float: right;
  font-size: 85%;
  color: #666;
  margin-top: 5px;
}
.result-preview {
  position: relative;
  top: -80px;
  left: 0px;
}
/*SideBar CSS style*/
.hamburgerBtn {
  display: none;
}
.wrapper {
  display: flex;
  width: 100%;
}
#sidebar {
  width: 4rem;
  position: fixed;
  z-index: 800;
  height: 100vh;
  background: #3482CC;
  color: #FFFFFF;
  transition: all 0.5s;
  /*display: block;*/
  overflow: hidden;
  /*Aby nebyli vydit položky v menu dokud je nepodbarví pozadí (stahuje se k sidebaru)*/
  /*oddělovače v sidebaru*/
}
#sidebar hr {
  margin: 0rem 1rem 0rem 1rem;
  background-color: #FFFFFF;
}
#sidebar .sidebar-header {
  height: 20vh;
  min-height: 180px;
  /*display: block;*/
  text-decoration-line: none;
  /*position:relative;*/
  padding-top: 3rem;
}
#sidebar .sidebar-header .logoutBtn {
  display: none;
  font-size: smaller;
}
#sidebar .sidebar-header.active .triangle-arrow {
  /*width: 0;
                            height: 0;
                            margin-top: -0.7rem;
                            border-top: 1.4rem solid transparent;
                            border-right: 1.2rem solid @SideBarHover;
                            border-bottom: 1.4rem solid transparent;
                            margin-left: 1.6rem;
                            float:right;*/
}
#sidebar .sidebar-header .userImage {
  /*text-align: left;*/
  /*display: inline;*/
  /*margin-left: 0.25rem;*/
  text-align: center;
}
#sidebar .sidebar-header .userImage .circle {
  width: 3.5rem;
  background: white;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  border: 0.3rem solid #D3D0D0;
  display: inline-block;
  text-align: center;
}
#sidebar .sidebar-header .userImage .circle:hover {
  opacity: 0.5;
}
#sidebar .sidebar-header .userImage .circle img {
  margin-top: 0.4rem;
  width: 85%;
}
#sidebar .sidebar-header .userName {
  margin-top: 0.5rem;
  color: #FFFFFF;
  display: none;
}
#sidebar .menu-item {
  height: 60vh;
  min-height: 500px;
}
#sidebar .menu-item ul {
  margin-bottom: 0;
}
#sidebar .menu-item ul.list-unstyled {
  list-style-type: none;
}
#sidebar .menu-item ul li.active {
  background-color: #5898D5;
}
#sidebar .menu-item ul li.active .triangle-arrow {
  width: 0;
  height: 0;
  margin-top: -0.7rem;
  border-top: 1.4rem solid transparent;
  border-right: 1.2rem solid #73D1B7;
  border-bottom: 1.4rem solid transparent;
  /*margin-left: 1.6rem;*/
  /*float:right;*/
  position: absolute;
  right: 0;
}
#sidebar .menu-item ul li a {
  padding: 0.8rem 0rem 0rem 1.2rem;
  font-size: 1.1rem;
  display: block;
  color: inherit;
  height: 3rem;
}
#sidebar .menu-item ul li:hover {
  background: #73D1B7;
}
#sidebar .menu-item ul li .MenuImage {
  display: inline;
  float: left;
  max-width: 1.56rem;
}
#sidebar .menu-item ul li .MenuTitle {
  display: none;
}
#sidebar #logo_scio {
  display: none;
  text-align: center;
  /*bottom:1rem;*/
  width: 100%;
  min-height: 70px;
}
#sidebar #logo_scio img {
  width: 70%;
  max-width: 200px;
  background-color: #FFF;
  padding: 10px 40px 10px 40px;
  border-radius: 15px;
}
#sidebar.active {
  width: 18rem;
  /*margin-left: 0;*/
  overflow-y: auto;
}
#sidebar.active .sidebar-header {
  padding: 2rem 0 1rem 0;
  text-align: center;
  min-width: 18rem;
}
#sidebar.active .sidebar-header .logoutBtn {
  display: inline;
}
#sidebar.active .sidebar-header .userImage .circle {
  width: 5rem;
}
#sidebar.active .sidebar-header .userImage .circle img {
  margin-top: 0.6rem;
}
#sidebar.active .sidebar-header .userName {
  display: block;
  margin-bottom: 0.5rem;
}
#sidebar.active .menu-item ul li .MenuImage {
  margin-right: 0.5rem;
}
#sidebar.active .menu-item ul li .MenuTitle {
  width: 14rem;
  display: inline;
  position: absolute;
}
#sidebar.active #logo_scio {
  width: 18rem;
  display: block;
}
.overlay {
  display: none;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.7);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 790;
  opacity: 0;
  /* animate the transition */
  transition: all 0.3s ease-in-out;
}
.overlay.active {
  /* display .overlay when it has the .active class */
  display: block;
  opacity: 1;
}
@media (hover: none) {
  /* pro zařízení která neumí hover (mobil, tablet) */
  #hamburgerShowBtn {
    position: fixed;
    z-index: 795;
    right: 1rem;
    top: 1rem;
    display: inline;
  }
  #hamburgerHideBtn {
    position: fixed;
    z-index: 820;
    right: 1rem;
    top: 1rem;
    display: inline;
  }
  #sidebar {
    display: none;
    position: fixed;
    /*overflow-y: scroll;*/
    /*overflow-x:hidden;*/
  }
  #sidebar.active {
    display: block;
    width: 100vw;
  }
  #sidebar.active #logo_scio {
    width: 100%;
    min-height: 70px;
    margin-bottom: 50px;
  }
  #content {
    position: static;
    transition: none;
    /*min-width:100vw;*/
    margin: 5rem 1rem 3rem 1rem;
    /*padding: 3rem 0 0 0 ;*/
    /*overflow-y: scroll;*/
  }
  #content.active {
    margin-left: 0;
  }
  .overlay {
    display: none;
  }
  .overlay.active {
    display: none;
  }
}
/*SideBar CSS style END*/
.OPbtnLink {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  color: #3482CC;
  font-size: 0.8rem;
}
/* Contact page*/
.contact {
  margin-top: 3rem;
}
.contact .col-md-4 div {
  text-align: center;
}
.contact .col-md-4 div.icon-circle-wrapper {
  background-color: #3482CC;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 93px;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.contact .col-md-4 div.icon-circle-wrapper img {
  vertical-align: middle;
}
.contact .col-md-4 div .contact-header {
  font-size: 1.7rem;
  font-weight: bold;
}
.contact .col-md-4 div .contact-url {
  font-size: 120%;
}
.contact .col-md-4 div .contact-text {
  font-size: 1rem;
}
/* settings */
.guide-image img {
  position: relative;
  left: -20px;
  width: 180px;
}
.onHoverLineThrough:hover {
  text-decoration: line-through;
  cursor: pointer;
}
/** bootstrap override **/
.btn-primary {
  background-color: #3482CC;
  border-color: #3482CC;
}
/*# sourceMappingURL=OnlinePreparation_new.css.map */
.disabled.btn.OPbtnLink {
    pointer-events: all;
    cursor: pointer;
    opacity: 0.9;
    font-size: 1rem;
    color: #3482CC;
}

.section-collapsed .showSection .arrow {
    margin-left: 1rem;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 0.2rem;
}

 .showSection .arrow {
    margin-left: 1rem;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 0.1rem;
     opacity:0.6;
}

/*i {
   
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
  
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/