﻿@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@font-face {
    font-family: 'JetBrains Mono NL';
    src: url(../fonts/JetBrainsMonoNL-Regular.ttf); /* Путь к файлу со шрифтом */
}


html, body {
    height: 100vh;
    font-variant-ligatures: none;
    
}
body {
    background-color: rgb(251, 245, 235, 0.30);

    /*  background-color: rgba(250, 250, 245, 0.3);
   background: url("../images/bg_ny.png");
    background-color: rgba(233, 235, 243, 0.30);*/
}
    html, a {
        font-family: 'Roboto',Arial, sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto Condensed', sans-serif;
    }

    h4, .h4 {
        font-size: 1.35rem;
    }

    h5, .h5 {
        font-size: 1.1rem;
    }



.page-wrapper {
}

section {
}



footer {
    background: #27292d;
    border: none;
    color: rgba(254, 251, 244, 0.84);
    padding: 2px;
}

.footer-wrapper {
    margin: 0;
}
.footer-wrapper .copyright {
    margin-top: 0;
}
.copyright{
    padding: 0 5px;
}
.copyright div {
    padding: 0 5px;
}
.copyright-text {
    text-align: left;
}

.right-info{
    text-align:right;
}
    






    tt{
        font-size:1.05rem;
    }

    .container {
        min-width: 1200px;
        max-width: 100%;
    }

    


    .navbar-collapse {
        background: #1d1e22;
    }

    .navbar {
        background: #1d1e22;
        border: none;
        color: rgba(254, 251, 244, 0.84);
        max-height: 4em;
    }

    .nav-link, .navbar-brand {
        color: rgba(254, 251, 244, 0.84);
        cursor: pointer;
    }
    
    .navbar-brand img{
        max-height: 2.5em;
    }

.nav-link {
    /* margin-right: 0.5rem !important;*/
    padding: 5px 16px 5px 8px;
}



    a.nav-link {
        font-size: 1rem;
    }

   

    .nav-link:hover, .navbar-brand:hover {
        color: #67686b;
        border: none;
        background-color: none;
    }

    .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-toggler {
        background: #ccc !important;
    }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.nav-enter {
    justify-content: center;
    padding-bottom: 3px;
}

    .nav-enter span {
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
    }

    .btn_navbar_login {
        border: 1px solid #67686b;
        background-color: transparent;
        box-shadow: none;
        cursor: pointer;
        user-select: none;
        appearance: none;
        touch-action: manipulation;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 16px;
        border-radius: 3px;
        color: rgba(254, 251, 244, 0.84);
    }



        .btn_navbar_login:hover {
            color: rgba(254, 251, 244, 0.84);
            background-color: #67686b;
        }

    .btn_navbar_person {
        /*background: url(../images/kab.png) no-repeat;
    width: 25px;
    height: 25px;   */
        color: rgba(254, 251, 244, 0.84);
        font-size: 0.75em;
        border: solid 1px #358748;
        background: #048922;
        color: rgba(254, 251, 244, 0.84);
        font-family: 'Roboto Condensed', sans-serif;
    }

        .btn_navbar_person:hover {
            color: rgba(254, 251, 244, 0.84);
            background: #358748;
        }

    .btn_navbar_exit {
        background: url(../images/exit1.png) no-repeat;
        width: 25px;
        height: 25px;
    }

    .btn_navbar_tutor {
        /* background: url(../images/tutor.png) no-repeat;
    width: 25px;
    height: 25px;*/
        color: rgba(254, 251, 244, 0.84);
        font-size: 0.75em;
        border: solid 1px #358748;
        background: #048922;
        color: rgba(254, 251, 244, 0.84);
        font-family: 'Roboto Condensed', sans-serif;
    }

        .btn_navbar_tutor:hover {
            color: rgba(254, 251, 244, 0.84);
            background: #358748;
        }


    .header {
        background-color: #27292d;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        height: auto;
    }

    .overlay {
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        left: 0;
        top: 0;
    }

    .description {
        margin: 2em 0 0.5em 0;
        padding: 1em;
    }

        .description h1 {
            font-family: 'Montserrat', sans-serif;
            text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
            text-transform: uppercase;
            color: #dec79b;
            font-weight: 300;
            font-size: 4em;
            line-height: 1em;
            text-align: left;
            margin: 1em 0 0;
            -webkit-transition: font-size .2s;
            transition: font-size .2s;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            background-size: 200%;
            -webkit-animation: a 10s ease infinite;
            -webkit-background-clip: text;
        }


        .description p {
            color: rgba(254, 251, 244, 0.84);
            font-size: 1rem;
            width: 90%;
            line-height: 1.5;
            padding: 15px 0 0;
        }

        .description button {
            border: 1px solid #F97300;
            background: #F97300;
            color: #fff;
        }

    .button-content {
        border: none;
        justify-content: flex-start;
        padding: 0.5em;
        margin: 0;
        border-top: solid 1px rgba(254, 251, 244, 0.84);
    }

        .button-content .desc {
            padding: 0
        }

    .btn_content {
        border: none;
        font-size: 1.5em;
        box-shadow: none;
        cursor: pointer;
        user-select: none;
        touch-action: manipulation;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 16px;
        color: rgba(254, 251, 244, 0.84);
    }


        .btn_content:hover {
            background: #f4f4f4;
        }

    .blog {
        margin: 2em 0;
        position: relative;
    }

        .blog h1 {
            color: #18181e;
            margin: 1em;
        }

    .card {
        box-shadow: 0 0 20px #ccc;
        background-color: rgba(254, 251, 244, 0.84);
        margin: 0 0 20px 0;
    }

        .card img {
            width: 100%;
            height: 6em;
        }
        .card #img_compiler {
            width: 6em;
            height: 6em;
        }


    .card-title {
        color: #1d1e22;
        font-size: 1.3em;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
        text-transform: uppercase;
        text-align: center;
    }

        .card-title.olymp {
            margin-bottom: 0;
            text-align: left;
            font-size: 1.5em;
            font-family: 'Montserrat', sans-serif;
        }

    .card-body {
        padding: 0.5rem 0;
    }

    .question {
        background-color: white;
        padding: 0;
    }




        .question .card-header {
            background-color: rgba(254, 251, 244, 0.84);
        }

        .question .card-footer {
            background-color: rgba(0,0,0,.03);
        }

            .question .card-footer .recomendation h4 {
                font-family: 'Roboto Condensed', sans-serif;
                color: #368cbf;
                border-left: solid 2px #368cbf;
                margin: 0;
                padding: 5px 10px;
                font-size: 0.9rem;
            }

        .question h4 {
            font-family: 'Roboto Condensed', sans-serif;
            text-align: left;
            text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
        }

        .question img {
            width: auto;
            height: auto;
        }

    section {
        margin: 2em 0;
        position: relative;
    }

        section .row {
            margin: 0 1em;
        }

        section h1 {
            font-family: 'Roboto Condensed', sans-serif;
            color: #33363b;
            padding: 5px 0;
            font-size: 1.5em;
            font-weight: bold;
            margin: 0.1em 1em;
        }

        section .desc p {
            line-height: 1.5;
            padding: 0 15px
        }


    .news .recomendation {
    }

    .NewsList {
        margin: 0.25em 0;
    }

        .NewsList .date {
            color: #368cbf;
            font-weight: bold;
            border-left: solid 1px #368cbf;
            border-top: solid 1px #368cbf;
            padding-left: 5px;
            line-height: 1;
        }

        .NewsList h3 {
            font-size: 1em;
            padding: 5px;
            margin: 5px 0;
        }

        .NewsList strong {
            padding: 0 5px;
        }

        .NewsList p {
            margin: 0;
            padding: 5px 0;
        }

.recomendation {
    line-height: 1.5;
}
.result
{
    border-left: solid 2px #368cbf;
    padding: 0 15px;
}

    .recomendation h3 {
        font-family: 'Roboto Condensed', sans-serif;
        color: #368cbf;
        border-left: solid 2px #368cbf;
        font-size: 1.5em;
        margin: 0;
        font-weight: 700;
        padding: 0 15px;
    }

    .recomendation h6 {
        margin: 0;
    }
    .recomendation p {
       /* border-left: solid 2px #368cbf;*/
        padding: 0 15px;
    }
    p.p-underline {
        border-bottom: solid 2px #368cbf;
    }

    .limits p {
        padding: 0 5px;
        border-left: solid 2px #368cbf;
        border-bottom: solid 2px #368cbf;
        line-height: 1.5;
        font-size: 14px;
    }

    .teacher {
        background-color: rgba(217, 241, 255, 0.67);
    }

    .contact {
    }

    .about {
        background-color: rgba(254, 251, 244, 0.84);
    }

        .about h3 {
            font-size: 1em;
            padding: 5px;
            margin: 5px 0;
            font-weight: 700;
        }

    .contact-form h1 {
        padding: 2em 1px;
    }

    .contact-form p {
    }

    .contact-form .right {
        max-width: 600px;
    }

        .contact-form .right p {
            max-width: 100%;
            width: 99%;
        }


        .contact-form .right .btn-secondary {
            background: #7ebc59;
            color: #fff;
            border: 0;
        }

        .contact-form .right .form-control::placeholder {
            color: #888;
            font-size: 10px;
        }

.data-io {
    border: 1px solid #67686b;
    border-radius: 2px;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    height:auto;
}

        .data-io::placaholder {
            color: #27292d;
            font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
        }



    small {
        font-size: 0.60em;
        color: #67686b;
    }

    .main_section {
        margin:3.5em 0;
        padding: 0;
    }

    .breadcrumb {
        font-size: 0.7em;
        background-color: rgba(254, 251, 244, 0.84);
        padding-top: 15px 0;
    }

    .breadcrumb > li > a
    {
        font-size: 0.8rem;
    }
        /* Для signin*/
        .form-singin {
            width: 100%;
            max-width: 550px;
            padding: 15px;
            margin: auto;
            text-align: center;
        }

    .form-register-social {
        width: 100%;
        max-width: 99%;
        padding: 15px;
        margin: auto;
        text-align: center;
    }

    .form-register {
        width: 100%;
        max-width: 99%;
        padding: 15px;
        margin: auto;
    }

    label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .form-label-group {
        position: relative;
        margin-bottom: 1rem;
    }

        .form-label-group > input,
        .form-label-group > label {
            height: 3.125rem;
            padding: .75rem;
        }

        .form-label-group > label {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            margin-bottom: 0; /* Override default `<label>` margin */
            line-height: 1.5;
            color: #495057;
            pointer-events: none;
            cursor: text; /* Match the input under the label */
            border: 1px solid transparent;
            border-radius: .25rem;
            transition: all .1s ease-in-out;
        }
    /*
    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
    }*/

    /* Fallback for Edge
-------------------------------------------------- */
    @supports (-ms-ime-align: auto) {
        .form-label-group > label {
            display: none;
        }

        .form-label-group input::-ms-input-placeholder {
            color: #777;
        }
    }

    /* Fallback for IE
-------------------------------------------------- */
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .form-label-group > label {
            display: none;
        }

        .form-label-group input:-ms-input-placeholder {
            color: #777;
        }
    }

    .btn-block {
        border-color: #7ebc59;
        background-color: #7ebc59;
    }

        .btn-block:hover {
            border-color: #7ebc59;
            background-color: #6fa44f;
        }

    /*  Конец стилей для  singin*/

    .col-form-label {
        text-align: left;
    }

    .form-group.row {
        margin: 10px 0;
    }


    .nav-student a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }
.nav-student a.nav-link {
    font-size:1.1rem;
}

        .nav-student a:hover {
        
            color: rgba(254, 251, 244, 0.84);
        }

.bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    min-height:calc(100vh * 1.3);
  /*  height: calc(100vh - 3.5rem);*/
    background-color: #27292d;
    padding: 0;
    padding-top: 3rem;
    color: #fff;
    font-size:1.1rem;
}

    .bd-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: auto !important;
        min-height: 0px !important;
      /*  height: calc(100vh - 3.5rem);
        background-color: white;*/
    padding: 0;
    margin: 3.5em 0;
}

    table, .table-list-student, .table-list-tests, .table-questions, .table-list-tasks, .table-tree, .table-source, .table-dnevnik,
    .table-module-results {
        width: auto;
        margin: 5px 0 20px 0;
        vertical-align: top;
    }

.table-list-tasks, .table-list-tests, .table-questions {
    font-size: 0.9rem;
}
.exam {
    font-size: 1rem;
}



div.table-tree table {
    margin: 0;
    padding: 0;
}

    .card-tree-img img {
        width: auto;
        height: auto;
    }

    .table-list-student th, .table-list-tests th, .table-questions th, .table-list-tasks th, .table-source th, .table-dnevnik th, .table-module-results th,
    .table-list-student th > a, .table-list-tests th > a, .table-questions th > a, .table-list-tasks th > a, .table-source th > a,
    .table-dnevnik th > a, .table-module-results th > a {
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
        vertical-align: top;
    }

    table td {
        vertical-align: top;
    }

    td.digit a {
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        vertical-align: top;
    }

    a.digit {
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        vertical-align: top;
    }


    td.digit {
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        vertical-align: top;
    }

    table td.digitPercent, table td.digitOcenka {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
        vertical-align: top;
    }

    table td.digitPercent {
        color: #6fa44f;
    }


    .table td.digitOcenka, table-sm td.digitOcenka {
        color: #e09f9f;
    }

    .list-modules {
        margin: 0 30px;
        text-align: left;
    }

    .table-tasks {
        width: auto;
        border: solid 1px black;
    }

        .table-tasks th, .table-tasks td {
            padding: 10px;
            text-align: center;
        }

    td.table-tasks-number {
        font-weight: bold;
        text-align: center;
    }

    td.table-tasks-question {
        text-align: left;
    }


    .table-tasks th {
        font-weight: bold;
        text-align: center;
    }

    table {
        overflow-x: scroll;
    }

.table-code {
    border: none;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    color: #27292d;
    direction: ltr;
    font-size: 1rem;
    margin: 0 0 5px 0;
    padding: 0;
}

        .table-code td, .table-code th {
            border: none;
            padding: 0 5px;
            font-family: 'Roboto Condensed', sans-serif;
        }

td.codestr {
    width: 95%;
    border: none;
    background-color: none;
    font-size: 1.3rem;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    padding: 0 0 0 10px;
}

td.codeline, th.codeline {
    border: none;
    border-right: solid 1px #ddd;
    text-align: right;
    font-size: 1.2rem;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    background-color: #f7f7f7;
    color: #8e9094;
}

    table.table-source {
        width: 95%;
    }

        table.table-source td {
            padding: 2px;
            margin: 0;
            vertical-align: top;
        }

    .table-source td.TextBox-source {
        width: auto;
        font-size: 1rem;
        font-family: Courier New, Courier, monospace;
        vertical-align: top;
    }

    .code-table {
        border: none;
    }

    .td-auto-width {
        width: auto;
        padding: 0;
        margin: 0;
    }


    .table-dnevnik, .table-module-results, .table-list-student, .table-result-EGE {
        width: auto;
    }

        .table-dnevnik td a, .table-module-results td a {
            padding: 5px;
            border: solid 1px gray;
        }

            .table-dnevnik td a:hover, .table-module-results td a:hover {
                text-decoration: underline;
            }

        .table-module-results th {
            text-align: center;
        }

        .table-module-results td a {
            padding: 5px;
            border: none;
        }

            .table-module-results td a:hover {
                text-decoration: none;
            }

    .course-module {
        /* border-left: 1px solid #1d1e22;*/
    }

    .module-caption {
        padding-left: 0;
        margin-left: 0;
        text-align: left;
    }


    span .course-module br {
        margin: 0;
        padding: 0;
        height: 0;
    }

    .course-img {
        max-height: 150px;
        max-width: 150px;
    }

    .img-real-size {
        width: auto;
        height: auto;
    }

.view_grade {
    background-color: #358748;
    margin: 0;
    padding: 10px 0px;
    font-size: 1.3rem;
    text-align: center;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: top;
    line-height: 1.1rem;
}
    .view_grade > small {
        color: white;
        font-size: 0.9rem;
    }

.course-module .card-title {
    text-align: left;
}

    .course-module-number {
        border: 1px solid #1d1e22;
        background-color: rgba(254, 251, 244, 0.84);
        text-align: center;
        height: 65px;
        margin: 0;
        padding: 0;
        margin-top: 15px;
    }


    .course-module-number {
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    .course-module-caption {
        margin: 0;
        padding: 0;
    }

        .course-module-caption h3 a {
            font-family: 'Roboto Condensed', sans-serif;
            color: #368cbf;
            text-transform: uppercase;
        }

    .group-btn-task {
        text-align: center;
        box-shadow: 0 0 10px #ccc;
        background: rgba(217, 241, 255, 0.67);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .btn-task {
        margin: 3px;
    }

    .btn-year {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .card-body {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        margin: 0;
        padding: 15px 15px;
    }



    h1 > p {
        font-size: 0.7em;
        width: 90%;
        line-height: 1.5;
        padding: 15px 0 0;
    }

    .slides {
        margin: 0 auto;
        text-align: left;
    }

.courses {
    margin: 0 auto;
    width: 90%;
    padding: 0 10px;
    text-align: center;

}
/*
    .courses.lkteacher {
        box-shadow: 0 0 10px #bbb;
       
        border-radius: .25rem;
        margin-top: -40px;
        padding: 50px 0;
        border-top: none;
    }
*/

.course-list {
    margin: 15px 0;
}

    .course-name {
        padding: 15px 10px 10px 10px;
        background-color: rgba(217, 241, 255, 0.67);
        border-left: 5px solid #368cbf;
        color: #368cbf;
        margin: 0 0 15px 0;
        text-align: left;
    }

        .course-name h2 {
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.5em;
        }

    .course-img {
        width: auto;
        height: auto;
    }

    .course-info {
        text-align: center;
    }

        .course-info img {
            width: auto;
            height: auto;
        }

    .course-info {
        box-shadow: 0 0 20px #ccc;
        padding: 0;
        background-color: rgba(254, 251, 244, 0.84);
    }

        .course-info .card-title {
            color: #1d1e22;
            text-align: center;
            font-size: 1em;
            font-family: 'Montserrat', sans-serif;
            text-shadow: 2px 4px 3px rgba(0,0,0,0.05);
            text-transform: uppercase;
        }



.instruction {
    background-color: rgba(217, 241, 255, 0.67);
}

.leftside_instruction {
    margin: 0;
    background-color: #3b597a;
    /* border-radius: 10px;
     padding: 10px;*/
    color: rgb(254, 254, 246);
    padding: 8px 5px 5px 8px;
    /*   box-shadow: 0 0 2px 2px rgb(176 194 204);
    
    border: 5px  solid #fff;*/
    border-top: solid 1px #3b597a;
    border-bottom: solid 1px #3b597a;
    font-size: 0.9rem;
    line-height: 1.1;
}
    .leftside_instruction h1, .leftside_instruction h2,
    .leftside_instruction h3, .leftside_instruction h4,
    .leftside_instruction h5, .leftside_instruction h6{
        color: #fff;
    }


    .leftside_instruction span, .leftside_instruction p {
        line-height: 1.3;
    }



    .leftside_instruction .btn-link,
    .leftside_instruction a {
        color: antiquewhite;
        padding: 5px 5px 5px 8px;
        margin: 0;
        cursor: pointer;
    }
      
   



    .information {
        font-size: 1em;
        padding: 15px;
    }

    .answer {
        margin: 30px 0;
    }

    .form-check-inline input[type=radio] {
        display: none;
    }

    .form-check-inline label {
        display: inline-block;
        cursor: pointer;
        padding: 0px 15px;
        line-height: 34px;
        border: 1px solid #999;
        border-radius: 6px;
        user-select: none;
        margin: 0 10px 5px 0;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
    }
    /* Checked */
    .form-check-inline input[type=radio]:checked + label {
        background: #ffe0a6;
        box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    /* Hover */
    .form-check-inline label:hover {
        color: #666;
    }

    /* Disabled */
    .form-check-inline input[type=radio]:disabled + label {
        background: #efefef;
        color: #666;
    }

    .answer-typeB {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    .btn-link {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .teacher-comment {
        color: indianred;
    }

    .border {
        padding: 5px;
    }

    .task {
        margin-top: 5px;
    }

    .theory {
        width: 100%;
        background-color: #f7f7f7;
        border-left: 5px solid #368cbf;
    }

    .card-theory {
        margin: 0;
        padding: 10px 10px 5px 10px;
        color: black;
    }

    .TextBox-code {
        font-size: 18px;
    }

    .card-course h4 {
        font-family: 'Roboto Condensed', sans-serif;
        color: #368cbf;
        padding: 0 15px;
        font-size: 1.2rem;
        margin: 0;
        font-weight: 400;
    }

    .card-course p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #368cbf;
        padding: 0 15px;
        font-size: 1.2rem;
        margin: 0;
        font-weight: 400;
    }

    .console {
        border: none;
        border-radius: 3px;
        color: white;
        background-color: #404040;
        padding: 5px;
        margin: 5px 0;
        min-height: 50px;
    }

    .list-tasks-pager a,
    .list-tasks-pager span {
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        padding: 0px 5px;
        border-radius: 2px;
        border: solid 1px #c0c0c0;
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: black;
        background-color: none;
    }

    .list-tasks-pager a {
        color: gray;
        border: 1px solid #969696;
        background-color: none;
    }

    .list-tasks-pager span {
        color: black;
        border: 1px solid black;
        background-color: none;
    }

    .list-tasks-pager table {
        padding: 5px;
        margin: 0;
        text-align: left;
        background-color: none;
    }

    .list-tasks-pager > td {
        background-color: #f6f4ee;
    }

    .list-tasks-pager table > tbody > tr > td {
        background-color: #f6f4ee;
        border: none;
    }

    .text-success {
        text-transform: uppercase;
        vertical-align: middle;
        font-weight: bold;
    }


    .text-notsuccess {
        vertical-align: middle;
    }

    .label-success {
        font-family: 'Roboto Condensed', sans-serif;
        background-color: green;
        text-transform: uppercase;
        color: white;
        padding: 3px;
        border-radius: 3px;
    }

    .label-important {
        font-family: 'Roboto Condensed', sans-serif;
        color: red;
        padding: 3px;
        border-radius: 3px;
    }

    .label-warning {
        font-family: 'Roboto Condensed', sans-serif;
        /*background-color: goldenrod;*/
        color: saddlebrown;
        padding: 3px;
        border-radius: 3px;
    }

    .text-desription {
        color: #67686b;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

pre, code {
    font-size: 1rem;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    color: #000022;
    padding: 2px 5px;
}

.card-theory > pre, .card-theory > code, .card-theory > p > code, .card-theory > p > pre {
    border: 1px solid #ecedf1;
    background-color: rgb(245, 245, 245);
    border-radius: 3px;
}

    td.codestr.blockcode {
        padding: 0;
    }

.codestr pre textarea {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 1.3rem;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    width: 98%;
    max-width: 98%;
    border: solid 1px #ccc;
    color: #27292d;
    resize: vertical;
    height: auto;
}

.codestr pre {
    border: none;
    padding: 0 0 5px 0;
    margin: 0;
    background: none;
    font-size: 1.3rem;
    font-family: "JetBrains Mono NL",Consolas, 'Lucida Console', monospace;
    width: 98%;
    max-width: 98%;
    color: #27292d;
    resize: vertical;
}




.blockcode textarea {
    min-height: 250px;
    font-size: 1.3rem;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
}




.student-answer pre code {
    font-size: 1rem;
    font-family: "JetBrains Mono NL", Consolas, 'Lucida Console', monospace;
    vertical-align: top;
}

    .modal-custom {
        min-width: 1000px;
        width: auto;
    }

    .source {
        margin-top: 5px;
    }


    .input-mini {
        width: 50px;
    }


    input[type=checkbox] {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        padding: 0;
        vertical-align: baseline;
        outline: none;
        transition: background 0.3s ease;
        cursor: pointer;
    }

    p.example h5 {
        font-size: 1rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
    }

    .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top,#149bdf,#0480be);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
        background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
        background-image: -o-linear-gradient(top,#149bdf,#0480be);
        background-image: linear-gradient(to bottom,#149bdf,#0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }

    .bd-callout {
        padding: 1.25rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        border: 1px solid #eee;
        border-left-width: .25rem;
        border-radius: .25rem;
    }

    .bd-callout-info {
        border-left-color: #5bc0de;
    }

    .bd-callout.bd-callout-info {
        margin: 0;
        padding: 10px;
    }



    #testuploaded {
        margin: 15px 0;
    }

    .form-addquestion{
        padding:15px;
        margin: auto;
    }

.panel-group {
    margin-top: 18px;
    border-radius: 0;
    background: none;
}
.list-group{
    border-radius: 0;
    background:none;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

h4.panel-title a {
    font-weight: 500;
    color: #fff;
}
h4.panel-title a:hover {
    font-weight: 500;
    color: #fff;
}

.zun-item {
    border: 1px solid #ccc;
}

.list-group-item {
    border: 1px solid #ccc;
}

.list-group-item:hover {
    border: 1px solid #969696;
    background:rgba(254, 251, 244, 0.84);
}

.list-group-item__panel-group {
    background-color: #27292d;
    border:none;
    padding: 0px;
    font-size:0.95rem;
}

.list-group-item__panel-group a.nav-link {
    background-color: #27292d;
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 1.1rem;
    color: antiquewhite;
    border: none;
}

    .list-group-item__panel-group:hover {
        background-color: #27292d;
    }

    .list-group-item a.nav-link:hover,
    .list-group-item:hover {
        color: white;
        text-decoration: none;
        border: none;
    }

.panel-heading{
    margin:0;
}

.panel-collapse{
    margin: 0;
    background: none;
}
.criterion {
    padding: 3px;
    border-radius: 3px;
    margin: 3px;
}
.criterion-green{
    background-color:lightgreen;
   
    color: darkgreen;
    margin-bottom: 5px;
    
}
.criterion-gray {
    background-color: gainsboro;
    color: darkslategrey;
    margin-bottom: 5px;
}

.criterion-yellow {
    background-color: gainsboro;
    color: goldenrod;
    margin-bottom: 5px;
}

.time{
    background:url('../images/time.png') no-repeat;
    padding: 30px;
}
.list {
    background: url('../images/list.png') no-repeat;
    padding: 30px;
}





.label-primary {
    background-color: #337ab7;
}

.student-page__header-bg, .header-back {
    background-color: #368cbf;
}
.header-back-full {
    background: rgba(217, 241, 255, 0.67);
    width: 100%;
    padding: 5px 0 ;
}
.header-back__title{
    line-height: 1.3rem;
}
.go-back.outside-full {
    top: 5px;
    left: -45px;
}

.title-wrapper {
    background: rgb(254, 251, 244);
}
.title-wrapper-full {
    position: relative;
    background: none;
    /* box-shadow: 0px 4px 32px rgb(16 8 46 / 10%); 
    border-radius: 16px;
    height: 80px; */
    margin: 0 auto;
    width: 90%;
}
.student-page__header-back__module-title {
    margin-top: 5px;
}


a.courses-list__item{
}

    a.courses-list__item:hover {
        border: 1px solid #ccc;

    }

.courses-list__item-row{
    padding: 10px 0;
    margin-top: 10px;
}

.courses-list__tasks {
    min-width: 200px;
}

.limits img {
    margin-right: 0px;
    height:24px;
    width:24px;
}

#TextBox_Otvet_B.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}


.form-select {
    bottom: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 95%;
    overflow: hidden;
    padding: 0px;
    border-radius: 1px;
    width: auto;
}

.compiler {
    margin-right: 5px;
    padding: 5px 0 5px 2px;
}
.compiler-io{
    padding: 3px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.custom-switch
{
    margin: 3px 0;
    padding: 2px;
    border-radius: 5px;
    
}

.btn-class
{
    border:  1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
    padding: 2px 5px;
    margin: 0 3px 10px 0;
    background-color: #fff;
}