:root {
	--alfiada-button-background: linear-gradient(#EF6600, #C55400);
	--alfiada-button-hover-background: linear-gradient(#FF8A00, #EF7400);
	--alfiada-button-active-background: linear-gradient(#87AA18, #4E8C2A);
	--alfiada-button-active-hover-background: linear-gradient(#A3C728, #5AA731);
}

a[href^="#error:"] {
    background-color: red !important;
    color: white !important;
}

body {
    color: #595959;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body.teacher,
body.dtb {
    background: #666 url(images/main_bg.png) no-repeat scroll top center;
}

body.student,
body.external {
    background: #666 url(images/student_bg.png) no-repeat scroll top center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* START COMMON */

.content-container {
    background-color: #EEE;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 7px;
    padding-bottom: 10px;
}

.content-title {
    background-color: #CCC;
    height: 33px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
    padding-left: 12px;
    margin-bottom: 15px;
}

.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden {
    display: none !important;
}

.notes {
    line-height: 140%;
    font-size: 11px;
    padding: 0 15px 15px 15px;
}

.grid-notes {
    font-size: 11px;
    line-height: 120%;
    padding-left: 15px;
    padding-bottom: 15px;
}

span.vertical-separator {
    border: 0;
    border-right: 1px dotted #AAA;
    padding: 3px 0 3px 0;
}

.new-feature {
    color: #CC2222;
    font-weight: bold;
}

/* END COMMON */

/* START SELECT LIST */

.select-list {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #AAA;
    text-align: left;
}

.select-list .header {
    background-color: #DDD;
    height: 30px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    padding: 0 18px 0 18px;
    margin-bottom: 10px;
}

.select-list .header select {
    height: 17px;
    width: 70px;
    border: 1px solid #969696;
    font-size: 11px;
    margin: 6px -8px 0 5px;
    color: #595959;
    float: right;
}

.select-list .footer {
    height: 30px;
    background-color: #CCC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 11px;
    line-height: 30px;
    color: #444;
    text-align: center;
}

.select-list .footer button {
    line-height: normal;
}

.select-list .items {
    height: 300px;
    width: 98%;
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.select-list .item {
    height: 17px;
    padding: 4px 0 0 15px;
    cursor: default;
    white-space: nowrap;
}

.select-list .item.active {
    background-color: #888;
    color: white;
}

.subjects-select-list {
    float: left;
    width: 300px;
    height: 358px;
    margin-left: 25px;
}

.subjects-select-list .items {
    height: 308px;
}

/* END SELECT LIST */

/* START ACTIONS PANEL */

.actions-panel {
    background-color: #DDD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    line-height: 180%;
    font-size: 11px;
    margin-bottom: 15px;
}

.actions-panel .actions-container {
}

.actions-panel .actions-container .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
    color: rgb(51, 51, 51);
    text-align: left;
    margin-bottom: 5px;
}

.actions-panel.horizontal .actions-container {
    float: left;
}

.actions-panel.horizontal .actions-container.separator {
    border-right: 1px dotted #888;
}

.actions-panel.vertical .actions-container.separator {
    border-bottom: 1px dotted #888;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#school-admin-foot .actions-panel {
    height: 154px;
}

.actions-panel .class-actions {
    margin-left: 30px;
    width: 190px;
}

.actions-panel .student-actions {
    margin-left: 35px;
    width: 200px;
}

.actions-panel .other-actions {
    width: 175px;
}

.actions-panel.subject-actions-panel {
    width: 250px;
    min-height: 308px;
    padding: 25px;
    margin-left: 355px;
}

/* END ACTIONS PANEL */

/* START SECTIONS */

.section {
    clear: both;
}

.section.half-section {
    clear: none;
}

.section .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    color: #333;
    text-align: left;
    border-bottom: 1px dotted #888;
    margin: 20px 9px 20px 9px;
    padding-left: 6px;
}

.section .body {
    padding-left: 30px;
    padding-right: 30px;
}

.section .body.center {
    margin: auto;
}

/* END SECTIONS */

#header {
}

#student-header,
#external-header {
    background-image: url(images/student_banner.png);
    width: 900px;
    height: 110px;
    margin: 12px auto 0 auto;
    position: relative;
}

#alfpedia-container {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
}

#student-container,
#external-container {
    width: 900px;
    margin: 0 auto;
}

#body {
    border-spacing: 0;
    margin: 0 auto;
}

/* START LEFT PANEL */

#left-panel {
    background-color: #CDCDCD;
    width: 250px;
    vertical-align: top;
    font-size: 12px;
}

#left-panel #user-panel {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#left-panel #user-panel #user-logout,
#user-panel #user-panel-img {
	margin-left: auto;
}

#left-panel #user-panel #user-logout img {
	width: 25px;
	filter: opacity(.7);
}

#left-panel #user-panel #user-logout img:hover {
	filter: opacity(1);
}

#user-panel #user-name {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

#user-panel ul {
    line-height: 15px;
}

#user-panel #user-messages {
    width: 200px;
    margin-top: 6px;
    padding-top: 6px;
}

#user-panel #user-messages a {
    font-size: 13px;
    font-weight: bold;
}

.loggedin-container {
    display: flex;
    width: 210px;
}

ul.loggedin-container li > a {
    padding-left: 0;
    margin-left: 0;
}

ul.loggedin-container li > a:before {
    content: none;
}

.loggedin-container.user {
	flex-direction: row;
	border-bottom: 1px dotted #ABABAB;
	align-items: center;
}

.loggedin-container.user-menu {
	flex-direction: column;
	gap: .2rem;
}

#user-panel #user-messages a > img#user-message-icon {
    vertical-align: middle;
    margin-right: 5px;
}

#user-panel #user-messages a > span#user-message-unread-icon {
    vertical-align: top;
    display: inline-block;
    font-size: 8px;
    background: #6a9b21;
    margin-left: -10px;
    min-width: 8px;
    padding: 2px;
    width: fit-content;
    height: 8px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
}

#left-panel .light-panel {
    background-color: #DDDDDD;
	background-color: #DDDDDD;
	margin-top: 12px;
	padding: 20px;
}

.mylibrary-button {
    float: right;
    margin-top: 15px;
    background: url(images/bttn_mylibrary.png) no-repeat 0 0;
    padding-left: 60px;
}

.mylibrary-button:hover {
    background-position: 0 -32px;
}

.mylibrary-button_active {
    float: right;
    margin-top: 15px;
    background: url(images/bttn_mylibrary.png) no-repeat 0 -64px;
    padding-left: 60px;
}

.mylibrary-button_active:hover {
    background-position: 0 -96px;
}

#video-help-link {
    width: 240px;
    float: right;
}

#add-task-desc {
    width: 178px;
    padding-left: 40px;
}

/* END LEFT PANEL */

/* START CONTENT */

#content {
    position: relative;
    vertical-align: top;
    padding: 8px 12px 0 12px;
}

#alfpedia-container #content {
    background: white url('images/bg_top.png') repeat-x 0 0;
    width: 671px;
}

#alfpedia-container #content #results {
    padding-top: 5px;
}

#student-container #content,
#external-container #content {
    min-height: 565px;
    background: white;
    padding: 23px 25px 20px 25px;
}

#content-header-menu {
    height: 32px;
    margin-bottom: 8px;
}

#content-header-menu a {
    color: white;
    font-weight: bold;
}

#content-header-menu div {
    background: url('images/bttn_content_header.png') top;
    width: 185px;
    height: 16px;
    float: left;
    text-align: center;
    padding: 8px 0 8px;
}

#content-header-menu div:hover {
    background-position: 0 -32px;
}

#content-header-menu div.active {
    background-position: 0 -64px;
}

#content-header-menu div.active:hover {
    background-position: 0 -96px;
}

.content-header {
    background-color: #DDD;
    width: 642px;
    height: 25px;
    border-radius: 1%/25%;
    color: rgb(89, 89, 89);
    text-align: left;
    padding: 10px 15px 0 15px;
    margin-bottom: 13px;
}

#content-title {
    background-color: #CCC;
    width: 670px;
    height: 33px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
    text-align: left;
    padding-left: 0;
    margin-bottom: 15px;
}

div.tasks-settings input[name=name] {
    width: 400px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 2px;
    margin-top: 6px;
    margin-left: 5px;
}

#student-container #content-title,
#external-container #content-title {
    width: 840px;
    padding-left: 10px;
}

#content-title img {
    margin: 5px 4px;
    float: left;
    width: 23px;
    height: 23px;
}

#content-title .content-title-button div,
.content-title .content-title-button div {
    width: 50px;
    height: 33px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: right;
}

#content-title .content-title-button div:hover,
.content-title .content-title-button div:hover {
    background-color: #5A5A5A;
}

#content-title .back-button div,
.content-title .back-button div {
    background: #6B9900 url('images/icon_back.png') no-repeat center;
}

.content-title .add-message-button div {
    background: #6B9900 url('images/add-message.svg') no-repeat center;
}

#content-title .student-login div {
    background: #888 url('images/icon_log.png') no-repeat 14px 3px;
}

#content-title .content-title-button.student-login div:hover {
    background-color: #888;
}

#content-title .student-logout div {
    background: #888 url('images/icon_logout.png') no-repeat 14px 3px;
}

#studentLoginExternalBanner {
    width: 400px;
    height: 70px;
    margin: 0 auto;
}

#studentLoginExternalBanner img {
    width: 400px;
    height: 70px;
}

/* START SCHOOL ADMIN */
.school-admin-manual {
    margin: 10px 15px;
}

.school-admin-manual a {
    font-weight: bold;
    text-decoration: underline;
}

#school-admin-table {
    width: 622px;
    margin: 0 auto 0 auto;
}

#classes-select-list {
    width: 189px;
}

#classes-select-list .header {
    background-color: #888;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 0;
}

#classes-select-list .items {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    overflow-y: auto;
}

#classes-select-list .item {
    width: 162px;
    height: 22px;
    margin: auto;
    border-bottom: 1px dotted #DDD;
    padding: 0 0 0 10px;
}

#classes-select-list .item.active {
    background-color: #DDD;
    border-bottom-color: white;
    color: #595959;
}

#students-select-list {
    width: 400px;
}

#students-select-list .header .left-header {
    float: left;
    width: 60%;
}

#students-select-list .header .right-header {
    padding-left: 18px;
}

#students-select-list.select-list .items {
    height: 195px;
}

.students-class-settings {
    background: #ddd;
    height: initial;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 7px;
    color: #333;
    margin-bottom: 16px;
}

.students-class-settings label {
    display: inline-block;
    width: 59%;
}

.students-class-settings select {
    width: 40%;
}

.select-list .item .student-name,
.select-list #students-placeholder {
    width: 60%;
    float: left;
    margin-right: 15px;
    border-right: 1px dotted #DDD;
}

.select-list #students-placeholder {
    padding-left: 8px;
}

#school-admin-arrow {
    margin-left: 5px;
    margin-right: 5px;
}

#school-admin-foot {
    margin-top: 13px;
    font-size: 11px;
}

/* END SCHOOL ADMIN */

/* START STUDENT GROUPS */

.student-groups {
    height: 410px;
    margin-bottom: 15px;
}

.student-groups .groups-select-list {
    width: 400px;
}

.select-list .header .right-list {
    width: 164px;
}

.student-groups .body {
    height: 300px;
}

.student-groups .body .left-list {
    width: 192px;
    border-right: 1px dotted #DDD;
    padding-right: 7px;
}

.student-groups .left-list {
    float: left;
    width: 50%;
}

.student-groups .right-list {
    float: right;
    width: 50%;
}

.student-groups .groups-select-list .footer {
    height: 68px;
}

.student-groups .footer .left-list {
    width: 160px;
    margin: 4px 20px;
    text-align: left;
    line-height: 180%;
}

.student-groups #notInGroupStudents {
    width: 190px;
}

/* END STUDENT GROUPS */

/* START SCHOOL SETTINGS */
.settings-section {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.settings-section.activation-section {
    margin-bottom: 40px;
}

.settings-section.background {
    background-color: rgb(238, 238, 238);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding-bottom: 13px;
}

.settings-section.activation-section .content-title {
    color: rgb(178, 0, 0);
}

.settings-section .section-body {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
}

.settings-section.url-section .section-body {
    line-height: 25px;
}

.settings-section .section-body table {
    width: 100%;
    margin-bottom: 0;
}

.settings-section .settings-submit {
    margin-left: 20px;
}

span#school-admin-label {
    margin-right: 20px;
    font-weight: bold;
}

select#school-admin-select {
    margin-left: 25px;
    width: 180px;
    font-weight: bold;
    color: #595959;
}

.student-login-section .form-container {
    position: relative;
}

.student-login-section .login-type-container {
    width: 285px;
    padding-left: 17px;
}

.student-login-section .login-type-container input {
    margin-left: -17px;
}

.student-login-section .pw-change-container {
    position: absolute;
    top: 0;
    left: 325px;
}

.student-login-section .submit-container {
    padding-top: 13px;
    text-align: center;
}

.student-login-section .vertical-separator {
    position: absolute;
    top: 0;
    left: 305px;
    height: 85%;
}

.settings-section.activation-section td:nth-child(1) {
    border-right: 1px rgb(170, 170, 170) dotted;
    vertical-align: top;
}

.settings-section.activation-section td:nth-child(1) input[type=checkbox] {
    margin-right: 14px;
}

.settings-section.activation-section td:nth-child(2) {
    line-height: 140%;
    padding-left: 14px;
}

.settings-section.activation-section td:nth-child(3) {
    vertical-align: bottom;
}

.settings-section.activation-section input[type=submit] {
    background-color: rgb(102, 102, 102);
    width: 130px;
    height: 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
}

.settings-section.activation-section input[type=submit]:hover {
    background-color: #444;
}

.settings-section.external-provider-settings div + div {
    margin-top: 5px;
}

.settings-section.external-provider-settings .manual-anchor {
    margin: 20px 0;
    text-decoration: underline;
}

.settings-section.external-provider-settings label {
    display: inline-block;
    width: 180px;
    text-align: left;
    font-weight: 600;
}

.settings-section.external-provider-settings input,
.settings-section.external-provider-settings select {
    width: 270px;
}

.settings-section.external-provider-settings input[type="submit"] {
    margin-top: 15px;
    width: 80px;
}

.olt-logo {
    display: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.olt-logosk {
    display: block;
    width: 175px;
    height: 80px;
    background-image: url(../external/dashboard/css/images/products/logo_domaceulohysk.png);
}

.olt-logocz {
    display: block;
    width: 153px;
    height: 80px;
    background-image: url(../external/dashboard/css/images/products/logo_ucimesehraviecz.png);
}

/* END SCHOOL SETTINGS */

/* START TASK SETTINGS */

.tasks-settings {
    background-color: #EEE;
    width: 670px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 7px;
    margin-bottom: 13px;
}

.tasks-settings .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    color: #333;
    text-align: left;
    border-bottom: 1px dotted #888;
    margin: 20px 9px 20px 9px;
    padding-left: 6px;
}

.tasks-settings .settings-info {
    width: 610px;
    font-size: 11px;
    line-height: 120%;
    margin: auto;
}

.settings-info .task-description {
    border-bottom: 1px dotted #CDCDCD;
    padding-top: 15px;
    padding-bottom: 5px;
}

.settings-info .task-info {
    padding-top: 5px;
}

.half-section {
    width: 49%;
}

.subject-section {
    float: left;
}

.task-type-section {
    float: right;
}

.half-section .select-container {
    background-color: #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 24px 20px 24px;
    padding: 6px 0 6px 0;
    text-align: center;
}

.half-section .select-container select {
    width: 220px;
    height: 25px;
    background-color: white;
    border: 1px solid #969696;
    font-size: 12px;
    text-align: left;
    color: #595959;
}

.assignment-section {
    clear: both;
}

#assignment-container {
    width: 490px;
    margin-right: auto;
    margin-left: auto;
    height: 300px;
}

#assignment-container .header {
    height: 30px;
    background-color: #CCC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    text-align: left;
    line-height: 30px;
    padding-left: 11px;
    margin-bottom: 0;
}

#assignment-container .header select {
    background-color: white;
    height: 17px;
    width: 70px;
    border: 1px solid #969696;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 6px 10px 0 5px;
    color: #595959;
    float: right;
}

#assignment-container .cg-pref-btn {
    background: url('images/icon_cg_pref.png') 0 0;
    width: 20px;
    height: 22px;
    display: inline-block;
    float: right;
    margin: 3px 8px 0 0;
}

#assignment-container .cg-pref-btn:hover {
    background-position: 0 -22px;
}

#unassigned-container,
#assigned-container {
    background-color: transparent;
    width: 209px;
    height: 300px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #AAA;
    position: relative;
}

#assignment-container .student-list {
    overflow-y: auto;
    height: 240px;
    overflow-x: hidden;
    width: 198px;
    margin: auto;
}

#assignment-container .item {
    height: 20px;
    margin: auto;
    font-size: 12px;
    line-height: 20px;
    color: #595959;
    text-align: left;
    padding: 0 0 0 6px;
    white-space: nowrap;
    cursor: default;
}

#assignment-container .item.active {
    background-color: #888;
    color: white;
}

#assignment-container .footer {
    width: 100%;
    height: 30px;
    background-color: #CCC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 11px;
    color: #444;
    text-align: center;
    position: absolute;
    bottom: 0;
}

#assignment-container .footer button {
    margin: 4px 0 4px 0;
}

#assignment-arrows-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#assignment-arrows-container .assignment-arrow {
    width: 29px;
    height: 34px;
    display: inline-block;
}

#assignment-arrows-container #arrow-right {
    background-image: url('images/arrow_right.png');
    margin-top: 100px;
}

#assignment-arrows-container #arrow-right:hover {
    background-image: url('images/arrow_right_s2.png');
}

#assignment-arrows-container #arrow-left {
    background-image: url('images/arrow_left.png');
}

#assignment-arrows-container #arrow-left:hover {
    background-image: url('images/arrow_left_s2.png');
}

.tasks-settings .alf-timers-container {
    margin-top: 10px;
    margin-left: 3px;
}

.tasks-settings .alf-repeat-container {
    margin-top: 20px;
}

.tasks-settings .radio-container {
    margin-left: 10px;
}

.tasks-settings .grades-legend {
    font-weight: bold;
    width: 90px;
    float: left;
}

.tasks-settings .grades-legend span {
    font-size: 9px;
    font-weight: normal;
}

.tasks-settings .grades-container {
    height: 65px;
    margin-top: 10px;
    line-height: normal;
}

.tasks-settings .grades-percentage {
    float: left;
}

.tasks-settings .grades-container input {
    float: left;
    width: 40px;
    height: 18px;
    border: 1px solid rgb(153, 153, 153);
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
}

.tasks-settings .grades-percentage input {
    background: url(images/perc.png) no-repeat right center rgb(255, 255, 255);
    padding: 0 14px 0 3px;
    text-align: right;
}

/* Chrome, Safari, Edge, Opera */
.tasks-settings .grades-percentage input::-webkit-outer-spin-button,
.tasks-settings .grades-percentage input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.tasks-settings .grades-percentage input[type=number] {
    -moz-appearance: textfield;
}

.tasks-settings .grades-names {
    float: left;
    margin-left: 35px;
}

.tasks-settings .grades-names input {
    margin-top: 2px;
    text-align: center;
    font-weight: bold;
}

.tasks-settings .grades-separator {
    margin-top: 8px;
    float: left;
    width: 33px;
    height: 26px;
}

.tasks-settings .grades-separator.arrow {
    background: url(images/grades_arrow_down.png) no-repeat right center rgb(255, 255, 255);
}

.tasks-settings .section-form {
    margin-left: 30px;
    margin-right: 30px;
}

.tasks-settings .section-form .task-text-container {
    margin-bottom: 20px;
}

.tasks-settings .save-settings {
    text-align: center;
    padding: 45px 0 20px;
}

.save-settings input {
    background-color: #888;
    width: 160px;
    height: 28px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    text-align: center;
    cursor: pointer;
}

.share-input {
    width: 400px;
    padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.share-btn {
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    background-color: #888;
    border-radius: 5px;
    margin: -1px;
}

.save-settings input:hover,
.share-btn:hover {
    background-color: #5a5a5a;
}

/* END TASK SETTINGS */

/* START TASK RESULTS */

#results-foot {
    font-size: 11px;
}

#results-foot-info {
    display: inline-flex;
    background-color: #DDD;
    width: 630px;
    min-height: 40px;
    -moz-border-radius: 1%;
    -webkit-border-radius: 1%/8%;
    border-radius: 1%/8%;
    padding: 10px 20px;
    line-height: 180%;
    margin-bottom: 15px;
}

#results-foot-left {
    display: inline-block;
    float: left;
    margin-left: 20px;
    border-right: 1px dotted #888;
    width: 290px;
    min-height: 42px;
}

#results-foot-right {
    float: left;
    margin-left: 35px;
    width: 200px;
}

/* END TASK RESULTS */

/* START USER PREFERENCES */

.cg-pref .section {
    margin-bottom: 20px;
}

.section .body.cg-save-container {
    text-align: center;
}

/* END  USER PREFERENCES */

.teacher #footer {
    background: url(images/footer_bg.png);
    width: 945px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
    color: #FFFFFF;
    font-size: 9px;
}

.dtb #footer {
    background: url(images/footer_bg.png);
    width: 945px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
    color: #FFFFFF;
    font-size: 9px;
}

.dtb #footer {
    background: url(images/footer_bg.png);
    width: 945px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
    color: #FFFFFF;
    font-size: 9px;
}

.student #footer,
.external #footer {
    background-color: #888888;
    width: 900px;
    height: 40px;
    margin: 0 auto;
}

/* START STUDENT */

.student-login-separator {
    border-top: 1px dotted #999;
    margin-top: 7px;
    margin-bottom: 7px;
}

#student-login-icon {
    background: url(images/icon_lock.png) no-repeat white;
    width: 100px;
    height: 126px;
    position: absolute;
    top: 70px;
    left: 710px;
}

.play-button-container {
    width: 80px;
}

.play-button {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url("images/btn_play_large.png") no-repeat 0 0;
    margin: auto;
}

.play-button:hover {
    background-position: 0 -80px;
}

.answer-form-container {
    width: 550px;
}

/* END STUDENT */

/* START GENERAL */

h1 {
    color: #404040;
    border-bottom: 1px solid #cacaca;
    font-size: 200%;
    padding: 0 0 4px;
    margin: 0 0 1em;
}

h2 {
    font-size: 150%;
    margin: 1.5em 0 1ex;
}

a {
    color: #595959;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li > a,
ul li > span {
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
}

ul li > a:before,
ul li > span:before {
    content: "▪";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: bold;
    color: #6B9900;
    text-decoration: underline;
}

ul li > span:before {
    color: #595959;
}

ul li > a:before,
ul li > a:hover:before,
ul li > span:before {
    text-decoration: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

thead th {
}

th,
td {
    padding: 0;
}

td {
}

label.required:before {
    content: "*\00a0";
    color: red
}

form div.form-box {
    background-color: #DDD;
    width: 400px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto 20px auto;
    padding: 40px 50px 20px 20px;
}

form div.form-row {
    line-height: 25px;
}

form div.pair {
}

form div.pair div.label {
    float: left;
    width: 75px;
    text-align: right;
    padding: 6px 10px 6px 6px;
}

form div.pair div.input {
    margin-left: 91px;
    text-align: left;
    padding: 6px;
}

form div.pair div.input .bold {
    font-weight: bold;
    color: #555;
}

form div.pair div.input .wide {
    width: 250px;
}

form div.pair select {
    width: 150px;
    background-color: white;
    height: 18px;
    border: 1px solid #969696;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0;
    color: #555;
}

form div.pair input[type=text],
form div.pair input[type=password] {
    background-color: white;
    width: 144px;
    height: 14px;
    border: 1px solid #969696;
    padding-left: 4px;
    color: #555;
}

form div.pair input[type=checkbox] {
    margin: 0 10px 0 0;
}

form div.pair input[type=submit] {
    background-color: #888;
    width: 160px;
    height: 28px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    text-align: center;
    cursor: pointer;
}

form div.pair input[type=submit]:hover {
    background-color: #5A5A5A;
}

form ul.error {
    margin: 0;
    padding: 0;
    list-style: none;
}

form ul.error li {
    display: block;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: .8em;
    margin-bottom: 1em;
    background: #FBE3E4;
    color: #8a1f11;
}

#answer-form .form-row {
    margin-bottom: 20px;
}

#answer-form input[type=file] {
    width: 550px;
    margin: 0;
}

#answer-form input[type=submit],
#answer-form a.form-button {
    margin-top: 10px;
}

.form-button {
    background-color: #888;
    width: 80px;
    height: 23px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    padding: 0;
    margin-right: 4px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    text-align: center;
    cursor: pointer;
}

.form-button:hover {
    background-color: #666;
}

.form-button.wide {
    width: 160px;
    height: 28px;
}

a.form-button {
    display: inline-block;
    font-size: 13px;
    height: 19px;
    padding-top: 4px;
}

a.form-button:hover {
    text-decoration: none;
}

input[type=text].wide,
input[type=password].wide {
    background-color: rgb(255, 255, 255);
    width: 300px;
    border: 1px solid rgb(170, 170, 170);
    padding: 2px 0 0 8px;
    font-size: 13px;
    color: rgb(85, 85, 85);
}

.time-picker {
    width: 175px;
    background-color: white;
    height: 17px;
    border: 1px solid #969696;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    color: #595959;
}

.button-calendar {
    background-image: url('images/btn_calendar.png');
    width: 24px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.button-calendar:hover {
    background-image: url('images/btn_calendar_s2.png');
}

div.flash {
    overflow: hidden;
    padding: .8em;
    margin-bottom: 1em;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div.flash.success {
    background: #E6EFC2;
    color: #264409;
}

div.flash.info {
    background: #FFF6BF;
    color: #514721;
}

div.flash.error {
    background: #FBE3E4;
    color: #8a1f11;
}

div.flash.slide-up {
    -webkit-animation: slide-up 0.7s ease-in-out 4s both;
    animation: slide-up 0.7s ease-in-out 4s both;
}

@-webkit-keyframes slide-up {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@keyframes slide-up {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.icon {
    padding-left: 24px;
    background: no-repeat 0 50%;
}

/* END GENERAL */

/* START CKEditor */

.html-text ul,
.html-text ol {
    margin: 0;
    padding: 0 40px;
}

.html-text ul {
    list-style: disc outside none;
}

.html-text ul ul {
    list-style-type: circle;
}

.html-text ul ul ul {
    list-style-type: square;
}

.html-text ol {
    list-style: decimal outside none;
}

.html-text a {
    text-decoration: underline;
}

/* END CKEditor */

/* DTB */

.language_menu {
    position: absolute;
    right: 0px;
}

.content_head_title {
    font-size: 18px;
}

.form_box {
    position: relative;
    background-color: #EEEEEE;
    border-radius: 8px;
    margin: 0px auto 104px auto;
    margin-left: auto;
    margin-right: auto;
    width: 440px;
    padding-top: 10px;
}

.form_box_small {
    width: 235px;
    padding: 15px 20px 15px 35px;
}

.form_small_button {
    margin-top: 10px;
}

.form_lock_img {
    position: absolute;
    right: 20px;
    background: url(images/lock2.png);
    width: 44px;
    height: 55px;
}

.login_lock_img {
    bottom: 20px;
}

.reg_lock_img {
    top: 130px;
}

.user_panel {
    width: 226px;
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.user-login-controls {
	display: flex;
	align-items: center;
}

.user-login-controls > .controls {
	display: flex;
	flex-direction: column;
	gap: 1rem
}

.user-login-controls > .controls > .sub-controls {
	display: flex;
	flex-direction: column;
	gap: .2rem;
}

.user_panel_img {
    float: right;
    margin-right: 25px;
    margin-top: 8px;
    background: url(images/lock1.png);
    width: 42px;
    height: 53px;
}

.user_name_container {
    font-size: 20px;
    color: #333333;
    width: 158px;
}

.user_login_link {
    font-size: 20px;
    color: #333333;
}

.form_top_text {
    margin: 0px 22px 10px 22px;
	text-align: center;
}

.form_table {
    border-spacing: 5px;
}

.reg_city {
    margin-top: 10px;
}

.reg_school {
    display: none;
}

.reg_school select {
    width: 95%;
}

.reg_user {
    display: none;
}

.form_table_col1 {
    width: 120px;
    max-width: 120px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 6px;
}

.form_table_col2 {
    min-height: 26px;
    padding: 3px;
}

.reg_terms {
    padding: 0 20px;
}

.form_table_gdpr {
    padding: 1em 2em 0em 2em;
}

.form_table select {
    margin: 2px;
}

#required_boxes_msg {
    position: relative;
    top: 24px;
    left: 10px;
}

.form_foot_line {
    border-top: 1px dotted #CDCDCD;
    height: 1px;
    width: 93%;
    margin: 7px auto 0px auto;
}

.file_note {
    font-size: 9pt;
    color: #A0A0A0;
}

span.file_note {
    color: #E65F06;
}


div.files_table {
    width: 100%;
}

.content_head, div.files_table_foot {
    position: relative;
    background-color: #DDDDDD;
    border-radius: 5px;
    margin-bottom: 22px;
    padding-left: 10px;
}

.content_head {
    height: 29px;
    padding-top: 6px;
}

.content_head.mylibrary_head {
    margin-bottom: 10px;
}

div.files_table_foot {
    position: relative;
    text-align: center;
    padding-top: 4px;
    height: 22px;
}

.files_order_container {
    position: absolute;
}

.files_order_text {
}

.files_count_container {
    position: absolute;
    left: 280px;
    padding-top: 5px;
}

.files_count_text {
}

.files_count_num {
    font-weight: bold;
}

.files_shownum_container {
    position: absolute;
    right: 20px;
}

.files_shownum_text {
}

.files_table_item {
    position: relative;
    margin-bottom: 22px;
    font-size: 11px;
}

.file_icon {
    width: 28px;
    height: 28px;
}

.file_head_container {
    position: absolute;
    left: 32px;
    top: 1px;
    background-color: #999999;
    width: 630px;
    border-radius: 5px;
}

.file_head {
	padding-left: 7px;
	color: #FFFFFF;
	min-height: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.file_name {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	flex-basis: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.file_name.shrinked {
	flex-basis: 60%;
}

.file_name.empty-title {
	font-style: italic;
}

a.file_name:hover {
	text-decoration: none;
}

.file-has-unsaved-changes {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 10px;
	background: #fff;
	padding: 0 4px;
	border-radius: 4px;
	justify-content: center;
	height: 21px;
	color: #000;
	width: 110px;
}


.file_insert_container {
    text-align: center;
}

.file_heart {
    background-color: white;
    border-radius: 4px;
    margin-right: 2px;
    align-self: stretch;
    margin-bottom: 2px;
    margin-top: 2px;
    background-image: url('../images/heart_gray.svg');
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: center center;
    cursor: pointer;
    flex-basis: 5.5%;
}

.file_heart:hover {
    background-image: url('../images/heart_orange.svg');
}

.file_heart_orange {
    background-image: url('../images/heart_orange.svg');
}

.file_insert_name_container {
    float: left;
    max-width: 235px;
}

.file_insert_title {
    float: left;
    margin-right: 2px;
}

.file_insert_name {
    float: left;
    max-width: 150px;
}

.file_description>div:first-child {
    text-transform: uppercase;
    font-weight: bold;
    color: #597E01;
}

.file_description .file_bold_green {
    font-size: 13px;
}

.file_insert_time {
    font-weight: bold;
}

.file_body_container {
    position: relative;
    top: 0px;
    left: 12px;
    border-left: 4px solid #E86107;
    width: 645px;
    padding-top: 5px;
}

.file_description {
    /* paragraf zobrazujuci info suboru */
    padding-left: 24px;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    padding-right: 5;
}

.file_favorite {
}

.file_favorite span {
    color: #DE6A29;
    font-weight: bold;
}

.file_bold_green {
    color: #597E01;
    font-weight: bold;
}

.file_info {
    width: 14px;
    height: 14px;
    background-image: url('../images/icon_info.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 6px;
    display: inline-block;
    position: absolute;
}

.file_info_container {
    border-top: 1px dotted;
    padding: 8px 5px 8px 10px;
    margin-top: 5px;
    line-height: 150%;
}

.file_bold {
    font-weight: bold;
}

.file_info_label {
    font-weight: bold;
}

.file_info_text {
}

.file_foot {
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px 4px;
}

.file_foot a {
    text-decoration: none;
    margin-right: 7px;
    margin-bottom: 5px;
}

.file_foot a:hover {
    text-decoration: none;
}

.file_download_button_disabled_container {
    cursor: pointer;
    width: 80px;
    height: 20px;
}

.file_download_button_front {
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 80px;
    height: 20px;
}

.file_foot button {
    width: auto;
    overflow: visible;
    margin: 0px;
    background-color: #999999;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 4px 8px;
    color: white;
    font-weight: bold;
    font-size: 0.55rem;
    cursor: pointer;
}

.file_foot button:hover {
    background-color: #DE6A29;
}

.file_foot button.text-green {
	color: hsl(90,71%,32%);
    border-color: #999999;
    border-width: thin;
    background-color: white;
}

.file_foot button.text-green:hover {
    color: white;
	background-color: #DE6A29;
}

.file_downloadnum_container {
    flex-basis: 20%;
    text-align: right;
}

.file_buttons {
    flex-basis: 80%;
    display: flex;
    flex-wrap: wrap;
}

.files_navigation_previous {
    position: relative;
    right: 15px;
}

.files_navigation_next {
    position: relative;
    left: 15px;
}

.files_navigation_container {
    position: relative;
}

.files_navigation_link:hover {
    color: #597E01;
    text-decoration: none;
}

.files_navigation_page {
    font-size: 15px;
    font-weight: bold;
}

.files_navigation_page:hover {
    color: #597E01;
    text-decoration: none;
}

.files_navigation_page_active {
    color: #E65F06;
    font-size: 15px;
    font-weight: bold;
}

.files_navigation_container li {
    list-style: square;
}

.file_tooltip {
    display: inline-block;
}

.file_tooltip .file_tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #ffffff;
    color: #595959;
    text-align: left;
    border-radius: 6px;
    padding: 10px 14px;
    position: absolute;
    z-index: 100;

    /* First item tooltip would be overlaid by filters */
    bottom: 150%;
    left: 50%;
    margin-left: -133px;
    opacity: 0;
    transition: opacity 0.5s;
    box-shadow: 0px 0px 10px;
}

.file_tooltip .file_tooltiptext p {
    margin: 0;
    padding: 0;
}

.file_tooltip .file_tooltiptext hr {
    border-bottom: 1px dotted #aaa;
    border-top-width: 0;
    margin: 9px 0;
}

.file_tooltip .file_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.file_tooltip:hover .file_tooltiptext {
    visibility: visible;
    opacity: 1;
}

.file_tooltiptitle {
    color: #DE6A29;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
}

/* START SEARCH PANEL */

.search-panel {
    background-color: #DDDDDD;
    padding-left: 24px;
    height: 45px;
    padding-top: 8px;
	margin-top: 12px;
}

.search_box_container {
    position: relative;
    background: url(images/search_bg.png);
    width: 140px;
    height: 28px;
    padding-left: 35px;
    padding-top: 8px;
}

.search_box {
    border: 0px;
    outline: none;

    box-sizing: border-box;
    width: 99%
}

.search_button_container {
    position: absolute;
    left: 180px;
    top: 0px;
}

.search_button_img {
    background: url(images/bttn_ok.png);
    width: 34px;
    height: 34px;
    border: 0px;
    cursor: pointer;
}

.search_button_img:hover {
    background: url(images/bttn_ok_f2.png);
}

.filter-panel {
    position: relative;
    padding-left: 0;
    padding-top: 18px;
    z-index: 50;
}

.age_filter_container {
    float: left;
    padding-left: 24px;
    border-right: 1px dotted;
    padding-right: 10px;
    margin-right: 13px;
}

.age_filter_title {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 3px;
}

.language_filter {
}

.language_filter_title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 3px;
}

.language_filter select,
.age_filter_container select {
    margin-left: 0px;
    width: 90px;
}

.tasks_filter {
    display: none;
    border: 7px solid #999999;
    border-left: 0px;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #CDCDCD;
    position: absolute;
    bottom: -10px;
    left: 250px;
    width: 640px;
    padding: 35px 15px 0px 25px;
    z-index: 99999;
}

.tasks_filter_line {
    border-top: 1px dotted #999999;
    height: 1px;
    margin: 0px 0px 0px -20px;
}

.tasks_filter_show_button {
    cursor: pointer;
    background: url(images/bttn_adv_search.png);
    margin-left: 20px;
    padding-top: 6px;
    padding-right: 23px;
    font-weight: bold;
    font-size: 13px;
    color: #666666;
    text-align: center;
    width: 190px;
    height: 24px;
}

.tasks_filter_show_button:hover {
    background: url(images/bttn_adv_search_s2.png);
}

.tasks_filter_hide_button {
    position: absolute;
    right: 15px;
    top: 5px;
}

.tasks_filter_row {
    height: 70px;
}

.tasks_filter_title {
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 16px;
}

.tasks_filter_item {
    float: left;
    width: 150px;
    border-left: 3px solid #597E01;
    padding-left: 5px;
}

.tasks_filter_item_title {
}

.tasks_filter_item select {
    margin-left: 0px;
    margin-bottom: 0px;
}

/* END SEARCH PANEL */

/* START POPUP */

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 200;
    overflow: auto;
}

.popup_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 199;
    width: 100%;
    height: 100%;
}

.popup_box {
    position: relative;
    background-color: #CDCDCD;
    z-index: 201;
    top: 0px;
    width: 300px;
    margin: 30px auto 30px auto;
    padding: 25px 30px 30px 30px;
    border-radius: 15px;
}

.choose_popup_button {
    position: absolute;
    right: 100px;
    min-width: 80px;
}

.cancel_popup_button {
    position: absolute;
    right: 15px;
    min-width: 80px;
}

/* END POPUP */

/* START FILE TYPES POPUP */

.file_types_popup_box {
    width: 456px;
    padding: 15px 20px 20px 20px;
}

.file_types_cancel_popup_button {
    top: 15px;
}

.file_types_container {
}

.file_types_item_row {
    height: 80px;
    margin-top: 15px;
}

.file_types_item {
    cursor: pointer;
    float: left;
}

.file_types_item_img {
    width: 50px;
    height: 50px;
    background-position: top;
}

.file_types_item_img:hover {
    background-position: bottom;
}

.file_types_item_label {
    font-size: 11px;
    width: 50px;
    text-align: center;
}

.file_types_item_separator {
    float: left;
    width: 16px;
    height: 50px;
}

.file_types_popup_title {
    margin-bottom: 8px;
}

.popup_line {
    border-top: 1px dotted #999999;
    height: 1px;
}

/* END FILE TYPES POPUP */

/* START HEADER */

.invalid_license {
    color: red;
    font-size: 14px;
    padding: 5px 0px 10px 0px;
}

.invalid_license a {
    color: red;
}

.header {
    position: relative;
    height: 32px;
    margin-bottom: 10px;
    z-index: 50;
}

.file_types_button {
    cursor: pointer;
    position: relative;
    background: url(images/bttn_format_suboru.png);
    width: 224px;
    height: 32px;
    float: left;
    margin-right: 3px;
}

.file_types_button:hover {
    background: url(images/bttn_format_suboru_s2.png);
}

.file_types_button_label {
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    left: 110px;
    top: 8px;
}

.hint_table {
    border: 1px solid #DDDDDD;
    width: 180px;
    max-width: 280px;
}

.ui-autocomplete {
    border: 1px solid #DDDDDD;
    background: #FFF;
    overflow: auto;
    width: 180px;
    max-width: 280px;
}

.ui-autocomplete li {
    background: #FFF;
    color: #000000;
    cursor: pointer;
}

[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;

    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;

    /* customizable */
    background: #E86107;
    margin-top: -40px;
    margin-left: 15px;
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

.user_files_title {
    margin: 0 20px 10px 20px;
    font-size: 20px;
    font-weight: bold;
}

.header_container {
    width: 672px;
    min-height: 28px;
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: center;
	gap: 0.5rem
}

.header_container form select {
    padding: 4px;
}

.header_item {
    text-align: center;
}

/* END HEADER *

/* BEGIN GDPR */

#gdpr_modal.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

#gdpr_modal.modal .modal-content {
    border-radius: 1rem;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #595959;
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

    /* Add Animation */
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

#gdpr_modal.modal .modal-content .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#gdpr_modal.modal .modal-content .close:hover,
#gdpr_modal.modal .modal-content .close:focus {
    color: #6b9902;
    text-decoration: none;
    cursor: pointer;
}

#gdpr_modal.modal .modal-content .modal-header {
    padding: 1.2rem 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#gdpr_modal.modal .modal-content .modal-header h2 {
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #e86107;
}

#gdpr_modal.modal .modal-content .modal-body {
    padding: 1.2rem 2rem;
}

#gdpr_modal.modal .modal-content .modal-body a {
    color: #595959;
    text-decoration: underline;
}

#gdpr_modal.modal .modal-content .modal-body a:hover {
    color: #6b9902;
}

#gdpr_modal.modal .modal-content .modal-body .custom-control-label::before {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

#gdpr_modal.modal .modal-content .modal-body .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #595959;
}

#gdpr_modal.modal .modal-content .modal-body .custom-checkbox {
    margin-bottom: 1.2rem;
}

#gdpr_modal.modal .modal-content .modal-footer {
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 1.2rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#gdpr_modal.modal .modal-content .modal-footer .mssg-require {
    color: #dc3545;
}

#gdpr_modal.modal .modal-content .modal-footer button {
    background-color: #595959;
    border-color: #595959;
    cursor: pointer;
    color: white;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#gdpr_modal.modal .modal-content .modal-footer button:hover {
    background-color: #6b9902;
    border-color: #6b9902;
}

/* END GDPR */

/* START COOKIES */

.cookies-container {
    color: #000000;
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    box-sizing: border-box;
    padding: 18px 20px 12px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
}

.cookies-container.show {
    opacity: 1;
    display: flex;
}

.cookies-content {
    display: inline-block;
    text-align: right;
    max-width: 560px;
}

.cookies-content a {
    color: inherit;
}

.cookies-btn {
    text-align: center;
    padding: 10px 20px;
    margin-left: 20px;
    margin-right: 10%;
    width: 160px;
    border: none;
    background-color: #0099e6;
    color: white !important;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
}

.cookies-btn:hover {
    background-color: #0088cc;
}

/* END COOKIES */

/* CHAT */

div.chat-rooms-container ul.chat-rooms-list {
    padding: 0px 20px;
}

div.chat-rooms-container ul.chat-rooms-list a::before {
    content: none;
}

div.chat-rooms-container ul.chat-rooms-list .room-header {
    padding: 8px 15px;
    background: hsl(0, 0%, 86%);
    border-radius: 10px 10px 0 0;
    color: #000;
    font-weight: 600;
}

div.chat-rooms-container ul.chat-rooms-list .room-header .room-title {
    font-size: 14px;
    display: inline-block;
}

div.chat-rooms-container ul.chat-rooms-list .room-header .message-time {
    display: inline-block;
    float: right;
}

div.chat-rooms-container ul.chat-rooms-list .room-body {
    padding: 15px;
    background: hsl(0, 0%, 95%);
    border-radius: 0 0 10px 10px;
}

li.chat-room-preview + li.chat-room-preview {
    margin-top: 15px;
}

ul.chat-frame {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.chat-frame > li.chat-message {
    display: inline-block;
    clear: both;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 2px;
}

ul.chat-frame > li.chat-message.recipient {
    background: #eee;
    float: left;
    font-weight: 600;
}

ul.chat-frame > li.chat-message.me {
    float: right;
    background: #73b213;
    color: #fff;
}

div.rooms-header {
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

div.room {
    padding: 15px 8px 15px 12px;
    display: flex;
    font-size: 11px;
    background: #e5e5e5;
    position: relative;
    cursor: pointer;
    transition: 100ms;
    border-radius: 6px;
    font-weight: bold;
    align-items: center;
}

div.room:hover {
    background: #d8d8d8;
}

div.room a {
    text-decoration: none;
}

div.room + div.room {
    margin-top: 5px;
}

div.room i {
    margin-right: 5px;
}

div.active.room {
    font-weight: 600;
    background: #555;
}

div.active.room a {
    color: #fff;
}

textarea:focus {
    outline: none;
}

ul#chat-room-messages {
    display: flex;
    flex-direction: column;
}

ul#chat-room-messages a.message-anchor {
    font-weight: 600;
    padding: 0;
    margin: 0;
}

ul#chat-room-messages a.message-anchor::before {
    content: none;
}

ul#chat-room-messages .me {
    background: #79ad04;
    padding: 7px 12px;
    display: inline-block;
    align-self: flex-end;
    border-radius: 14px;
    margin-bottom: 5px;
    color: white;
    line-height: 130%;
}

ul#chat-room-messages .me a.message-anchor {
    color: #ffffff;
}

ul#chat-room-messages .partner > .info {
    padding: 8px 8px;
    font-size: 10px;
}

ul#chat-room-messages .partner > .info > .name {
    font-weight: 600;
}

ul#chat-room-messages .partner > .message-content {
    background: #e6e6e6;
    padding: 7px 12px;
    display: inline-block;
    color: #595959;
    align-self: flex-start;
    border-radius: 14px;
    margin-bottom: 5px;
    line-height: 130%;
}

ul#chat-room-messages .partner > .message-content > a.message-anchor {
    color: #595959;
}

#send-message-to-room {
    background: #f36f13;
    color: #fff;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    box-sizing: border-box;
    flex-grow: 2;
    font-weight: bold;
    height: 30px;
}

#send-message-to-room:hover {
    background: #d95900;
}

#send-message-to-room>i {
    margin-right: 8px;
}

#send-message-to-room:active {
    outline: none;
    box-shadow: none;
}

#send-message-to-room:focus {
    outline: none;
}

span.chat-room-notification {
    background: #ed2929;
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ax */
#chat-window * {
    box-sizing: border-box;
}

#chat-window {
    z-index: 51;
    position: fixed;
    width: 650px;
    height: 420px;
    bottom: -1000px;
    box-shadow: 0 0 50px hsla(0, 0%, 0%, 0.6);
    transition: 200ms;
    border-radius: 10px;
    overflow: hidden;
    right: 5px;
    flex-direction: column;
}

#chat-window.maximized {
    bottom: 5px;
}

#chat-window.minimized {
    bottom: -380px;
}

.chat-header {
    display: flex;
    flex-direction: row;
    padding: 13px 16px;
    background: #e5e5e5;
    font-weight: 600;
    height: 40px;
    align-items: center;
}

.chat-header-title {
    flex: 1;
    font-size: 0.85rem;
}

.chat-btn-settings {
    cursor: pointer;
    margin-right: 18px;
    font-size: 0.95rem;
    margin-top: 2px;
    border-right: 1px solid #c3c3c3;
    padding-right: 18px;
}

.chat-btn-toggle {
    cursor: pointer;
    margin-right: 18px;
    font-size: 0.75rem;
}

.chat-btn-toggle i.fa-window-maximize {
    margin-top: 5px;
}

.chat-btn-close {
    cursor: pointer;
    font-size: 0.9rem;
}

.chat-btn-settings:hover,
.chat-btn-toggle:hover,
.chat-btn-close:hover {
    color: #777;
}

.chat-body {
    display: flex;
    flex-direction: row;
    height: 380px;
    background-color: white;
}

.chat-container {
    flex: 7;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chat-room-messages {
    padding: 12px 18px;
    overflow-y: auto;
}

ul#chat-room-messages .partner.chat-teacher > .message-content {
    background-color: #848484;
    color: white;
}


ul#chat-room-messages .partner.chat-teacher > .message-content > a.message-anchor {
    color: #ffffff;
}

.chat-rooms-container {
    flex: 3;
    overflow: auto;
    padding-left: 7px;
    padding-right: 7px;
}

.chat-room-users {
    overflow-y: auto;
}

.chat-input-container {
    box-sizing: border-box;
    flex-grow: 12;
    display: flex;
    align-items: center;
}

.chat-message-content {
    overflow: hidden;
    resize: none;
    font-family: Arial;
    color: #595959;
    font-size: 12px;
    border-radius: 12px;
    border: 1px solid #dddddd;
    flex-grow: 8;
    padding-left: 8px;
    padding-top: 5px;
}

.chat-message-input {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    align-items: center;
}

.chat-emoji-button {
    font-size: 1.8rem;
    color: #999;
    flex-grow: 2;
    text-align: center;
}

.chat-emoji-button:hover {
    color: #777;
}

div.wrapper {
    z-index: 51;
}

#rooms-menu-mobile {
    display: none;
}

/* END CHAT */

div.external-form {
    width: 680px;
    margin: auto;
}

div.external-form .description {
    padding: 10px 0 20px;
    font-weight: 600;
    text-align: center;
}

div.external-form .section-form .title{
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #333;
    text-align: left;
    border-bottom: 1px dotted #888;
    margin: 10px 9px 5px 9px;
    padding-left: 6px;
}

div.external-form .section-form .form-row {
    padding: 10px 20px;
}

div.external-form .section-form .form-row label {
    font-size: 14px;
}

div.external-form .section-form .form-row .required {
    color: #ed2929;
}

div.external-form .section-form .form-row input,
div.external-form .section-form .form-row select,
div.external-form .section-form .form-row textarea,
div.external-form .section-form .form-row .not-editable {
    text-indent: 5px;
    font-size: 14px;
    padding: 5px;
    width: 340px;
}

div.external-form .section-form .form-row textarea {
    width: 100%;
    font-family: Arial;
}

div.external-form .section-form .discount-message {
    margin-left: 20px;
    font-size: 14px;
    color: #ed2929;
}

div.external-form .confirm-button {
    margin-top: 30px;
    text-align: center;
}

div.external-form .confirm-button .cancel {
    padding: 0 10px;
    color: #8c8c8c;
}

div.external-form .confirm-button input,
div.external-form .confirm-button .cancel {
    font-size: 14px;
}

div.external-form .snapshot {
    text-align: center;
}

div.external-form .snapshot a img {
    width: 50%;
}

div.external .confirm-button input {
    background-color: #888;
    width: 160px;
    height: 28px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    font-weight: bold;
    line-height: 120%;
    color: white;
    text-align: center;
    cursor: pointer;
}

div.content-updated-design {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #E6EFC2;
    border-radius: 10px;
    font-weight: 600;
}

div.content-updated-design a {
    color: #264409;
}

.hide {
    display: none
}

.categories-filter {
    background: hsl(0,0%,87%);
    padding: 13px 0 0;
    margin-top: 18px;
}

.reset-button-container {
    display: inline-block;
    position: absolute;
    right: 11px;
    top: -8px;
}

a.reset-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: hsl(90,71%,32%);
    text-decoration: none;
    text-align: center;
    background-image: url(images/bttn_refresh.png);
    background-position: 5px 12px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

a.reset-button:hover {
    color: hsl(90,71%,38%);
    background-image: url(images/bttn_refresh_s2.png);
}

.tree-panel {
    width: 211px;
    position: relative;
    padding: 10px 15px 15px 24px;
}

.tree-head-container {
    position: relative;
    width: 250px;
    padding: 0px 15px 15px 19px;
    box-sizing: border-box;
}

.tree-title {
    display: inline-block;
    font-size: 20px;
    color: #333333;
}

.tree_holder {
    margin-bottom: 15px;
}

.tree_holder > .tree-title,
.tree_holder > .tree-description {
    padding: 5px;
}

.tree_holder > .popup_tree > .tree-view {
    padding: 10px 0;
}

.tree_holder > .popup_tree > .tree-view div.tree-container {
    width: 300px;
}

.popup_tree_line {
    border-top: 1px dotted #999999;
    height: 1px;
    margin: 0px -18px 10px -18px;
}

#bulk-class-rename-form .scroll-container {
    padding: 0 20px;
}

#bulk-class-rename-form select {
    background: #fff;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 0;
    width: 160px;
    padding: 2px 5px 4px 7px;
    -webkit-appearance: none;
}

/* PicMo emoji picker https://picmojs.com */
.picmo-popup-wrapper {
    z-index: 100
}
.picmo__closeButton {
    z-index: 101 !important;
}

#left-panel .alfpedia-button + .alfpedia-button {
	margin-top: 10px;
}

.alfpedia-button {
	cursor: pointer;
	background: var(--alfiada-button-background);
	padding: 0 25px;
	display: flex;
	flex-direction: row;
	gap: 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	box-shadow: 0 1px 3px #000000BD;
}

.alfpedia-button > span.button-label {
	padding: 5px;
}

.alfpedia-button:hover {
	background: var(--alfiada-button-hover-background);
	border-color: #fff;
	box-shadow: 0 1px 6px #000000AB;
	text-decoration: none;
}

.alfpedia-button.active {
	background: var(--alfiada-button-active-background);
}

.alfpedia-button.active:hover {
	background: var(--alfiada-button-active-hover-background);
}

.alfpedia-topmenu-container {
    position: relative;
    background-color: #5E5E5D;
    margin: 0 auto;
    width: 945px;
    height: 74px;
}

.alfpedia-topmenu-container a {
    text-decoration: none;
}

.alfpedia-topmenu-content {
    position: absolute;
    left: 0;
    top: 31px;
    width: 790px;
    display: flex;
    align-items: center;
}

.alfpedia-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    padding: 5px 5px 0px 5px;
}

.alfpedia-button-database,
.alfpedia-button-library,
.alfpedia-button-history,
.alfpedia-button-create-file,
.alfpedia-button-upload-file {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    margin: 0 10px;
}

.alfpedia-button-database {
    margin-left: 120px;
}

.alfpedia-button-create-file {
    margin-left: auto;
    margin-right: 5px;
}

.alfpedia-button-upload-file {
    margin-left: 0;
}

.alfpedia-button-database:hover span,
.alfpedia-button-library:hover span,
.alfpedia-button-history:hover span,
.alfpedia-button-create-file:hover span,
.alfpedia-button-upload-file:hover span,
.alfpedia-button-database.active span,
.alfpedia-button-library.active span,
.alfpedia-button-history.active span,
.alfpedia-button-create-file.active span,
.alfpedia-button-upload-file.active span {
    color: #333333;
}

.alfpedia-button-database:hover img,
.alfpedia-button-database.active img {
    content: url("../alf/images/btn_icons/btn_ic_database_dark.svg");
}

.alfpedia-button-library:hover img,
.alfpedia-button-library.active img {
    content: url("../alf/images/btn_icons/btn_ic_list_dark.svg");
}

.alfpedia-button-history:hover img,
.alfpedia-button-history.active img {
    content: url("../alf/images/btn_icons/btn_ic_history_dark.svg");
}

.alfpedia-button-create-file:hover img,
.alfpedia-button-create-file.active img,
.alfpedia-button-upload-file:hover img,
.alfpedia-button-upload-file.active img {
    content: url("../alf/images/btn_icons/btn_ic_plus_dark.svg");
}

.alfpedia-topmenu-background {
    width: 945px;
    height: 75px;
}

.alfpedia-topmenu-logo {
    position: absolute;
    left: 20px;
    top: -22px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.alfpedia-topmenu-icon {
    width: 18px;
    height: 18px;
}

.alfpedia-lang-select {
    position: absolute;
    left: 840px;
    top: 3px;
    width: 93px;
    height: 21px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.alf-app-menu-container {
    position: absolute;
    top: -4px;
    left: 787px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.alf-app-icon {
    width: 18px;
    height: 18px;
    content: url("../css/images/icon_application_menu_white.svg");
}

.alf-app-icon:hover {
    content: url("../css/images/icon_application_menu_dark.svg");
}

.alf-app-menu {
    position: absolute;
    top: 40px;
    left: -264%;
    width: 250px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(200, 200, 200, 0.7);
    border-radius: 8px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.35);
    padding: 10px;
    box-sizing: border-box;
    z-index: 99;
    backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.alf-app-menu-container:hover .alf-app-menu{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    cursor:auto;
}

.alf-app-menu a {
    pointer-events: auto;
}

.alf-app-section {
    margin-bottom: 10px;
}

.alf-app-section:last-child {
    margin-bottom: 0;
}

.alf-app-menu-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}

.alf-app-menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px 5px;
    text-align: center;
    border-radius: 8px;
}

.alf-app-menu-icon img {
    width: 35px;
    height: 35px;
    margin-bottom: 4px;
}

.alf-app-menu-icon span {
    font-size: 10px;
    font-weight: bold;
    color: #404040;
    line-height: 1.2;
}

.alf-app-menu-icon:hover {
    background: #e2e6e8;
}

.alf-app-section-divider {
    height: 1px;
    border-top: 1px dashed #939090;
    padding: 3px;
}


.announcement-container {
	opacity: 0;
	overflow: hidden;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	transition: all .3s linear;
}

.announcement-container.show {
	opacity: 1;
}

.announcement {
	border-radius: 18px;
	color: white;
	font-size: 16px;
	padding: 20px 30px;
	position: relative;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}

.announcement.success {
	background-color: hsl(78deg, 100%, 33%);
}

.announcement.danger {
	background-color: hsl(0deg, 85%, 40%);
}

.announcement.warning {
	background-color: hsl(45deg, 100%, 44%);
}

.announcement.info {
	background-color: hsl(208deg, 95%, 40%);
}

.announcement .announcement-toggle {
	cursor: pointer;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("../alf/images/close_circle.svg");
	background-color: transparent;
	opacity: 0.7;
	position: absolute;
	top: 8px;
	right: 8px;
}

.announcement .announcement-toggle:hover {
	opacity: 1;
}
