﻿

.page {
    width: 100%;
}

.whole {
    width: 100%;
    
    
    border-radius: 4px;
    padding:5px 20px;
    padding-bottom:20px;
    
    
}

.description-2{
    padding:2em;
}

.menu {
    width: 24%;
    float: right;
    margin-left: 4%;
    margin-top: 25px;
   
}

.content {
    overflow: initial !important;
    margin-top:85px;
}

@media screen and (max-width:1100px) {


    .content {
        width: 92%;
        margin-left: 4%;
    }
}

    
.title {
    text-align: center;
    font-size: 20px;
    color: #D36F6F;
    font-weight:500;
}

a:hover{
    color:unset;
}


.list-group {
    margin-top: 15px;
    border-radius: 8px;
}

.badge {
    background: rgba(211, 111, 111, 0.75);
    margin-left: 55px;
    position: absolute;
    top: 50%;
    font-size:11px;
    transform: translate(0, -50%);
    right: 10px;
    font-weight:500;
    width:20px;
    height:20px;
    border-radius:50%;
}

.badge-pill{
    text-align:center;
    padding-top:4px;
}

.text {
    margin: 15px 0;
    text-align: center;
    margin-bottom: 25px;
}




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

    .page {
        margin-left: 5%;
        width: 90%;
    }
}

@media screen and (max-width:1000px) {

    .whole {
        width: calc(100%);
        margin-left: 0%;
    }

    .menu {
        width: calc(100%);
        margin-left: 0%;
    }
}


.list-group-item {
    width: 100%;
    z-index: 0;
    position: relative;
    padding: 14px 18px;
    border: 0;
    background:rgb(242,242,242);
    
    border-radius:6px;
   
}

.main-list {
    margin: 3px 0;
}


.sub-item:first-child {
    
}



.list-group-item:hover {
    background: rgba(211,111,111,0.25);
    transition: 0.3s;
    cursor: pointer;
}

.title-list {
    margin: 10px 0;
}

.show {
    height: 0px;
    transition: 0.2s;
    overflow: hidden;
    position: absolute;
    top: 52px;
    left: 0px;
    background:white;
    width: calc(100% + 0px);
    z-index: 999;
    
    
}

/*li{
    margin-top:8px !important;
}*/

.sub-item {
    background: rgb(240,240,240);
    transition: 0.1s;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.sub-list {
    margin-top: 0;
    z-index: 9999;
 
}

.sub-item:hover {
    background: rgba(211,111,111,0.3);
    
    
}


.right-move {
    padding-right: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size:15px;
}

#dataLekcia {
    height: auto;
    overflow: auto;
}

.red {
    color: #D36F6F;
    font-weight:500;
}

#testx {
    width: 100px;
    height: 10px;
    background: red;
}

.list-group-item-main {
    
}

.lekcie-top{
    margin-top:80px !important;
}

#downPDF {
    transition: .3s;
    padding: 18px 20px;
    border: 1px solid var(--border-color);
    background: var(--primary-card-background);
    font-size: 15px;
    border-radius: 8px;
    display: none;
    width: 100%;
    position: relative;
}

#test-true {
    transition: .3s;
    padding: 18px 20px;
    border: 1px solid var(--border-color);
    background: var(--primary-card-background);
    font-size: 15px;
    border-radius: 8px;
    display: none;
    width: 100%;
    position: relative;
}


@media screen and (max-width:600px) {



    .lekcie-top {
        margin-top: 30px;
    }

    .whole {
        padding: initial;
        background: none;
    }
}


@media screen and (max-width:600px) {

    

    .lekcie-top{
        margin-top:30px;
    }

    .whole{
        padding: initial;
        background:none;
    }

}

#test-true:hover {
    cursor: pointer;
}

#downPDF:hover {
    cursor: pointer;
}

.href {
    color: #D36F6F !important;
    text-decoration: underline;
}


.pp{
    background:red;
    width:100%;
    height:200px;
}





/*h4 {
    color: #252729;
    letter-spacing: 0px;
    font-size: 20px;
    margin-top: 20px !important;
    text-align: center;
    font-weight: 500;
    margin-bottom:30px;
}*/

.main-text {
    font-size: 17px;
    margin: 20px 0;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 40px;
}


.card {
    width: calc(33.333% - 8px);
    height: 86px;
    display: inline-block;
    background: var(--primary-background);
    border-radius: 20px;
    flex-direction: row;
    padding-right: 15px;
    margin: 1px 3px;
    border: 1px solid var(--primary-background);
    padding-left: 90px;
    transition: 0.3s;
}



.card-img {
    position: absolute;
    max-width: 150px;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
    overflow: hidden;
    margin-left: 0px;
}

.card-text {
    max-width: 300px;
    position: absolute;
    top: calc(50% + 0px);
    left: 35%;
    transform: translate(0, -50%);
    padding-right: 10px;
}

.card-english {
    font-size: 16px;
    font-weight: 500;
    color: var(--vocabulary-text-color);
    line-height: 1.1;
}

.card-slovak {
    margin-top: 4px;
    font-size: 14.5px;
    font-weight: 400;
    color: var(--vocabulary-text-color);
    line-height: 1.2;
}

.card-pronounce {
    font-size: 16px;
    color: #888888;
    margin-top: 6px;
}

.text-justify{
    text-align:justify !important;
}



@media screen and (max-width:2200px) {

    .card {
        width: calc(33.333% - 6px);
    }
}

@media screen and (max-width:1000px) {

    .card {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width:700px) {

    .card {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width:600px) {

    .card-img {
        height: 32px;
    }

    .card-text {
        left: 38%;
    }

    .description-2 {
        padding: 1em;
    }
}

@media screen and (max-width:500px) {

    .card-text {
        left: 35%;
    }

    .card {
        height: 90px;
    }
}

@media screen and (max-width:500px) {

    .card-img {
        height: 40px;
    }

    .card {
        width: calc(100% - 10px);
        height: 75px;
    }

    .card-text {
        top: calc(50% + 0px);
        left: 25%;
        transform: translate(0, -50%);
        padding-right: 10px;
    }
}


h3{
    font-weight:600!important;
    /*margin: 60px 0;*/
    /*margin-bottom:30px;*/
}

h4{
    margin: 50px 0;
    margin-bottom:25px;
}

h5{
    margin: 40px 0;
    margin-bottom:20px;
}

h6{
    margin: 30px 0;
    margin-bottom:15px;
}

#wordTarget {
    height:auto;
    position:relative;
    line-height: 1.6;
}



/*h5 {
    margin-top: 45px !important;
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #484848 !important;
    font-weight: 500 !important;
}

h3 {
    margin-top: 0px;
    font-weight: 400;
    color: rgb(211,111,111);
    font-size: 19px;
}*/

.highlight {
    border: 1px solid rgba(205, 45, 56,1);
    padding: 15px 25px;
    width: calc(100%);
    position: relative;
    margin: 45px 0px;
    padding-left: 25px;
    padding-top: 65px;
    background: rgba(205, 45, 56,0.15);
    padding-bottom: 25px;
}

.highlight-abs {
    position: absolute;
    top: 35px;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    color: var(--secondary-color);
}

/*.table {
    margin: 15px 0;
    border: 1px solid lightgrey;
}

th {
    font-weight: 400;
}

.table td {
    padding: 8px !important;
    border-right: 1px solid lightgrey;
}

.table tr:nth-child(2n) {
    background: rgba(0,0,0,0.03);
}*/

.sentence {
    display: block;
    margin-top: 25px;
    font-weight: 600;
}

.block {
    margin-top: 50px;
    font-weight: 400;
}

.verb {
    margin-top: 15px;
    margin-left: -15px;
}

.important {
    font-size: 16px;
}


/*.li {
    margin: 5px 0;
}*/

.alert-dark {
    background: rgb(240,240,240);
    border-radius: 4px;
    padding: 12px 16px;
    text-align: center;
    color: rgb(90,90,90);
}

.item {
    background: var(--primary-background);
    padding: 1px 9px;
    padding-bottom: 3px;
    border-radius: 6px;
    margin: 3px;
    word-break: break-word;
    display: inline-block;
    font-size: 16px;
    width:auto;
}

.box {
    border-radius: 4px;
    background: rgba(0,0,0,0.1);
}

b {
    font-weight: 600;
}

u{

    display:inline-block;
}
