.navMenuQues {
    font-size: 13px;
    font-weight: bold;
    display: block;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.progress-bar {
    text-align: center;
    padding: 2px;
    width: 100%;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border: 2px solid #f4d381;*/
    font-size: 1em;
    color: black;
}

.blue {
    background-color: #34c2e3;
}

.red {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, lightcoral, #c60545);
    background-image: -moz-linear-gradient(top, lightcoral, #c60545);
    background-image: -ms-linear-gradient(top, lightcoral, #c60545);
    background-image: -o-linear-gradient(top, lightcoral, #c60545);
    background-image: linear-gradient(top, lightcoral, #c60545);
}

.orange {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, orange, #ff853f);
    background-image: -moz-linear-gradient(top, orange, #ff853f);
    background-image: -ms-linear-gradient(top, orange, #ff853f);
    background-image: -o-linear-gradient(top, orange, #ff853f);
    background-image: linear-gradient(top, orange, #ff853f);
}

.yellow {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, gold, #b8c126);
    background-image: -moz-linear-gradient(top, gold, #b8c126);
    background-image: -ms-linear-gradient(top, gold, #b8c126);
    background-image: -o-linear-gradient(top, gold, #b8c126);
    background-image: linear-gradient(top, gold, #b8c126);
}

.green {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, lightgreen, #4ca916);
    background-image: -moz-linear-gradient(top, lightgreen, #4ca916);
    background-image: -ms-linear-gradient(top, lightgreen, #4ca916);
    background-image: -o-linear-gradient(top, lightgreen, #4ca916);
    background-image: linear-gradient(top, lightgreen, #4ca916);
}

div.txtMarksAll {
    font-size: 0.8em;
    padding-bottom: 2px;
}

.formMark {
    width: 100%;    
    text-align: center;
    -webkit-box-align: center;
}

.subMarkOfAnswer {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-align: center; 
}

.subMarkOfAnswer:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.mark_panel {
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:520px) {
    .mark_panel {
        width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .subMarkOfAnswer {
        font-size: 0.8em;
        font-weight: bold;
        color: white;
        text-align: center;
    }
    .subMarkOfAnswer:hover {
        font-size: 1em;
        cursor: pointer;
    }
}

td [class^="mark_"] {
    height: 25px;
}

.mark_minus {text-align: right; border: none}
.mark_1 {background-color: red; height: 25px;}
.mark_2 {/*background-color: orange*/}
.mark_2 {background-color: yellow}
.mark_3 {background-color: green}
.mark_plus {text-align: left; border: none}

th.mark_1, th.mark_2, th.mark_3, th.mark_4 {
    background: none;
    font-weight: normal;
    text-align: center;
}

.markLevel {
    width: 100%;
    float: left;
}
.markLevel input {
    width: auto;
    border: ;
}
.markLevel label {
    width: auto;
}

#markLevel {
    float: left;
    width: 100%;
}

.markPartTitile {
    font: 1.2em;
    font-weight: bold;
    margin: 15px 10px 15px 10px;
}

input[name="markLevel"] {
    display: inline;
}

.markSubmit_old {
    padding: 5px 10px 5px 10px;
    border: 1px #F9D07E solid;
    background: none;
    color: #20599c;
    border-radius: 5px;
    float: left;
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 5px;
}



.markSubmit {
    padding: 5px 10px 5px 10px;
    /*border: 1px #F9D07E solid;*/
    background: #20599c;
    color: #ffffff;
    border-radius: 5px;
    float: left;
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 5px;
}

.markSubmit:hover {
    background-color: #20599cb3;
}

.markCommentTxt {
    padding: 25px 20px 25px 30px;
    margin: 25px 20px 25px 30px;
}

.spasiba {
    font-weight: bold; 
    text-align: center; 
    font-style: italic;
    color: #20599c;
}

.spasibaAlert {
    color: #d39e42;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    text-align: center; 
}

div.markBlock {
    width: 100%;
    background-color:#FFF;
    /*border-radius: 10px;
    padding: 10px; 
    height: 600px; */
    overflow-y: auto;
}

div.alertMarkName {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px;
}

div.alertMarkComment {
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px;
}

div.alertMarkError {
    font-size: 0.9em;
    font-weight: normal;
    color:red;
    margin: 15px;
}