@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	src: url('../font/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: italic;
	src: url('../font/Montserrat-Italic.ttf');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: bold;
	font-style: italic;
	src: url('../font/Montserrat-BoldItalic.ttf');
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #4000b8;
}

::-webkit-scrollbar-thumb:hover {
    background: #4000b8;
}

html,body {
    height: 100%;
    font-family: "Montserrat";
}

.tingle-modal {
    user-select: text !important;
}


/* Title page*/

.title-container{
    width: 100vw;
    height:100vh;
}

.title-col1{
    height:100%;
    background-image: url("../img/back.jpg");
    background-size:auto;
    background-repeat: no-repeat;
    border-right: 5px solid white;
}

.title-col2{
    height:100%;
    background-color:#4000b8;
}

#logo {
    position: absolute;
    top: 1.5vh;
    right: 1vw;
}

#logo img {
    width: 103px;
    height: 35px;
}

#title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    text-align: right;
    width: 70%;
    color: white;
    font-weight: bold;
}
#title #caption {
    font-size: 6vh;
    text-transform: uppercase;
}

#title #more {
    font-weight: bold;
    font-size: 2vh;
}

#place {
    position: absolute;
    bottom: 15px;
    left: 3vw;
    color: white;;
}

.delimeter-solid {
  border-top: .8vh solid white;
}


.title-menu {
    position: absolute;
    width: 50%;
    bottom: 10vh;
    left: 10vw;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    border: solid 1px white;
}
.title-menu a {
    color: inherit;
    text-decoration: none;
    font-size: 3vh;
}
.title-menu-item-1 {
    color: white;
    padding: .5rem;
    background-color: #4000b8;
}
.title-menu-item-2 {
    color: #4000b8;
    padding: .5rem;
    background-color: white;
}
.title-menu-item-3 {
    color: white;
    padding: .5rem;
    background-color: #FF6666;
}


/* Content page*/
.content {
    position: absolute;
    left: 3vh;
    top: 3vh;

    cursor: pointer;
}
.content-item {
    border: solid 1px white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1vh;
    margin: 1vh;
}
.content-item a {
    text-decoration: none;
    color:black;
    font-size: 2vh;
    margin: 0 1rem;
}

.content-menu {
    position: absolute;
    min-width: 30%;
    bottom: 1vh;
    right: 1vh;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    border: solid 1px white;
    padding: 0 15px;
}
.content-menu a {
    color: inherit;
    text-decoration: none;
}
.content-menu-item-1 {
    color: white;
    padding: .5rem;
    background-color: #4000b8;
}
.content-menu-item-2 {
    color: #4000b8;
    padding: .5rem;
    background-color: white;
}
.content-menu-item-3 {
    color: white;
    padding: .5rem;
    background-color: #FF6666;
}

.panel {
    position: absolute;
    width: 99vw;
    top:60px;
    left:0.5vw;

    bottom: 60px;
    padding: 1rem;
    background-color: rgb(255, 255, 255);
    border: solid 3px white;

    font-size: 1.5vh;
}

.panel .list-group-item {
    border-radius: 0;
    /* background-color: #FF6666; */
    /* color: white; */
}

.panel .list-group-item:hover {
    opacity: 0.8;
}

.panel .list-group-item-action {
    border-radius: 0;
    background-color: #4000b8;
    color: white;
}

.panel .list-group-item-warning {
    border-radius: 0;
    background-color:orange;
    color: black;
}

.panel .list-group-horizontal .list-group-item{
    border-radius: 0;
}

.panel .list-group-horizontal .list-group-item-action{
    background-color: #4CAF50;
}

.panel .list-group-horizontal .list-group-item:not(:last-child){
    margin-right: 1rem;
}

.panel a {
    text-decoration: none;
}

.content-scroll-pane {
    height: calc(100vh - 120px - 7rem);
    overflow-y: scroll;
}

.lection-scroll-panel {
    width: 100%;
    height: 77vh;
    overflow-y: scroll;
    padding-right: 1rem;
}

.lection-content {
    text-align: justify;
    text-indent: 2rem;
    font-size: 2vh;
}
.lection-content p {
    margin-bottom: 0;
}

.picture {
	display: flex;
	flex-flow: column nowrap;
	flex-grow: unset;
	align-items: center;
	margin: 2rem auto;
	text-align: center;
}

.btn-home {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0.5vh;
    left:0.5vw;
    background-image: url("../img/btn-home.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.btn-home .list-group-item:hover {
    opacity: 0.8;
}

.test-variant {
	margin-bottom: 1rem;
}

.test-variant button {
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
}

table {
    font-size: small;
    border-collapse: collapse;
    border: solid 1px rgb(0, 0, 0);
}
tr{
    background-color: rgb(255, 244, 228);
    border: 1px solid black;
}
td{
  
    border: 1px solid black;
}
tr:nth-child(1){
    background-color: bisque;
    border: 1px solid black;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.row-item{
    width:9rem;
    margin-bottom: .5rem;
}

.lgi-1 {
    background-color: #2a0077;
    color:white
}
.lgi-1:hover {
    background-color: #2a0077;
    color:white
}
.lgi-2 {
    background-color: white;
    color:#2a0077;
}

.task, .answer {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.answer {
    display:none;
}

.task h4 {
    border-left: 1rem solid red;
    border-bottom: 1px solid red;
    margin-bottom: 1rem;
}

.btn-answer {
    margin-left: 2rem;
    margin-top:1rem;
    margin-bottom: 2rem;
}