﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: Poppins,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

html {
    font-size: 16px;
    font-weight:400;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

/* Innetől van, hogy a kapitt CSS-t illesztüj a feltöltő felhasználói felületéhez, és ezekbe az elemekbe ágyazzuk be.... */

.loginkeret {
    max-width:900px;
    align-content:center;
}

.Lesson_fajllistabox {
    height: 300px;    
    padding: 3px;    
}

.Lesson_fajllista {
    height: 280px;
    overflow: auto;
    background: #fff;
    border: 1px solid silver;
}

.Lesson_fejLessonpminta {
    height: 120px;
    width: 360px;
    padding-top:10px;
    border:1px solid silver;
    border-radius:5px;
}

.Lesson_fejLessonpmintabelso {
    padding: 24px 16px 24px 24px;
    color:white;
}

#Lesson_fejLessonp {
    background-position:center;
    background-size:cover;
}

#Grammar_Image {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid silver;
    border-radius: 5px;
}

.Grammartetelkeret {
    border: 1px solid silver;
    border-radius: 5px;
    min-height: 500px
}

#Grammar_tetel_Image {
    width: 240px;
    min-height: 240px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Grammargorditoskeret {
    height: 400px;
    overflow: auto;
    background: #fff;    
}

.anyaggorditoskeret {
    height: 540px;
    overflow: auto;
    background: #fff;
}

.Lessonlistaelem {
    position: relative;
    z-index: 0;
    height: 6em;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1em;
    border-bottom: 2px solid white;
    margin-top: -6em;
    box-shadow: inset 0px 6em rgba(0, 0, 0, .6);
}

    .Lessonlistaelem:hover {
        box-shadow: inset 0px 6em rgba(0, 0, 0, .3) !important;
    }

.Lessonlistaelem-bg {
    background-size: cover;
    background-position: center;    
    position: relative;
    z-index: -1;
    height: 6em;    
}


.anyaglistaelem {
    border: 1px solid silver;
    width: 100%;
    text-align: left;
}


.szolistaelem {
    border:1px solid silver;
    width:100%;
    text-align:left;
}

.hangvalasztoelem {
    border: 1px solid silver;
    width: 100%;
    text-align: left;
    vertical-align:central;

}

.LessonConversationMaterialsorelem {
    position: relative;
    z-index: 0;
    height: 6em;
    color: black;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1em;
    border: 2px solid silver;        
}

.Lessonlistaelem:hover {
    box-shadow: inset 0px 6em rgba(0, 0, 0, .3) !important;
}


.megoldaselem {
    position: relative;
    z-index: 0;
    height: 6em;
    color: black;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1em;
    border: 1px solid silver;
    border-radius:3px;
}

.jomegoldas {
    background-color:#AFA;
}

.rosszmegoldas {
    background-color: #FAA;
}

.appPageIframeWrapper {
    width: 360px;
    height: 640px;
    overflow: hidden;
}

.appPageIframe {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border: none;
}

.piros {
    color:red;
    font-weight:bolder;
}

.hangvalasztonev {
    float:left;
    padding-right:20px;
    padding-left:10px;
}

.hangvalaszto {
    padding: 1px !important;
    border-radius:2px !important;
}

.hangtorlo{
    float:right;
    padding: 1px !important;
    border-radius: 2px !important;
}

.dx-popup-content{
    overflow: auto;
}