:root {
    --linky: #E1DFDF;
    --black: #252525;
    --warm_gray_1: #F7F5F5;
    --warm_gray_3: #EAE8E8;
    --warm_gray_5: #aea5a5;
    --ravak_red: #e52020;
}

/* u selectů vybraný dostane šedou barvu */
.bootstrap-select .dropdown-item.active {
    background-color: var(--warm_gray_3);
}

/* zrušení růžvého pozadí u vybraného selectu přebarveného na šedou výše */
.dropdown-menu .dropdown-item:hover {
      box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14);
      background-color: var(--warm_gray_3) !important;
      color: #FFFFFF;
}

.content a:link {
    text-decoration: underline;
}

body {
    background-color: white;
    color: var(--black) !important;
}

.navbar {
    color: var(--black) !important;
}

.main-panel {
    font-family: "Suisse Intl";
}

.sidebar {
    box-shadow: none;
    border-right: 1px solid var(--linky);
    font-family: 'Suisse Works';
}

.sidebar::before {
    background-color: white !important;
}

h1, h2, h3 {
    font-family: 'Suisse Works';
    line-height: 1.1em;
    color: var(--black);
}

h1 {
    font-size: 60px;
    letter-spacing: -0.003em;
}

h2 {
    font-size: 42px;
    letter-spacing: -0.002em;
}

h3 {
    font-size: 30px;
    letter-spacing: 0em;
}

h4 {
    font-family: 'Suisse Intl';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    letter-spacing: -0.24px;
}

.text-14, .text-16 {
    font-family: 'Suisse Intl' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: var(--black) !important;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

/*bílé pozadí hlavního panelu*/
.main-panel {
    background: white;
}

/*čárka pod logem*/
.logo {
    border-bottom: 1px solid var(--linky);
}

/*odstranění původního elementu*/
.logo:after {
    content: none !important;
}

.nav li>a:hover {
    background-color: transparent !important;
}

.nav-prvni {
    height: 72px;
    border-bottom: 1px solid var(--linky);
    display: flex;
    align-items: center;
}

.nav-prvni a {
    font-size: 24px !important;
    padding-left: 27px;
}

.nav-ikona {
    max-height: 24px !important;
}

.nav-sedy {
    background-color: var(--warm_gray_1);
}

.nav-druhy {
    font-family: "Suisse Intl";
}

.nav-lekce {
    height: 40px;
}

.nav-lekce a {
    margin: 0 !important;
}

.nav-lekce span{
    font-family: 'Suisse Intl' !important;
    padding-left: 40px !important;
    font-size: 14px;
}

.aktivni {
    border-right: 4px solid var(--black) !important;
}

.footer {
    height: 220px;
}

.ravak-button {
    background: none !important;
    border: none !important;
    padding: 0!important;
    /*optional*/
    font-family: 'Suisse Intl', sans-serif !important;
    /*input has OS specific font-family*/
    cursor: pointer !important;
    font-weight: 500;
    color: var(--black);
}

.ravak-button:after {
    content: url('/static/images/icons/ravak-academy-web_sipka.svg');
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-left: 5px;
}

.ravak-button-no-arrow {
    background: none !important;
    border: none !important;
    padding: 0!important;
    /*optional*/
    font-family: 'Suisse Intl', sans-serif !important;
    /*input has OS specific font-family*/
    cursor: pointer !important;
    font-weight: 500;
    color: var(--black);
}

.card-title {
    color: var(--black) !important;
}

ul.test {
    list-style-type: none;
    padding-left: 0;
}

ul.test li {
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
    border-top: 1px solid var(--linky)
}

input[type='radio'] {
     transform: scale(1.3);
 }

[type=checkbox] {
  width: 1rem;
  height: 1rem;
  color: var(--black);
  vertical-align: middle;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 0;
  background-color: var(--warm_gray_1);
  transition: background 300ms;
  cursor: pointer;
}

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 2px var(--black);
}

 input[type=text].test {
     border: 1px solid var(--linky);
     height: 42px;
     width: 50%;
     padding-left: 10px;
     margin-left: 15px;
}

 /*edit tlačítko zelené i po prokliknutí*/
 .btn-success a:visited {
     color: #28a745 !important;
 }
 /*delete tlačítko červené i po kliku*/
 .btn-danger a:visited {
    color: #dc3545 !important;
 }

 /*zrušení šedého pozadí v menu po nadjetí*/
 li:hover > a {
     background-color: transparent !important;
 }

 /*Responzivní video z Youtube*/
 .youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:hidden;
}

.youtube-video-container iframe, .youtube-video-container embed, .youtube-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Default odkaz v černém*/
a {
    color: var(--black) !important;
}

.table-key {
    text-align: right;
    font-size: 13px;
}

.kategorie {
    border: 1px solid var(--linky);
    height: 41px;
    padding-left: 16px;
    padding-right: 16px;
}

.bordered-text {
    border: 1px solid var(--linky);
    padding-left: 12px;
    padding-right: 12px;
}

.kategorie-aktivni {
    background-color: var(--warm_gray_3);
}

/*počet lístečků do tomboly v horním menu*/
.numberCircle {
    margin-left: 5px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    text-align: center;
    background-color: var(--black);
}
