input, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 9px 19px;
    width: 100%;
    font: 400 .88em OpenSans;
    -webkit-transition: .2s;
    transition: .2s;
}

.tabs-p .brdr {
    color: #333;
    border-color: #999
}

.tabs-p {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 -30px;
    padding: 0 30px
}

.tabs-p a {
    font-size: .94em;
    color: #333;
    padding: 20px 0;
    margin-right: 40px;
    margin-bottom: -1px;
    text-decoration: none
}

.tabs-p a.active {
    border-bottom: 2px solid #ed2325
}

.tabs-p a.active .brdr {
    border-color: transparent;
    color: #000
}

.questions {
    background-color: #f9f9f9;
}

.columns {
    margin-top: 20px;
}

.columns .q__link {
    margin-bottom: 10px;
}

.columns .q__add-link {
    margin-top: 10px;
}

#profile form {
    padding: 0;
}

/*       ----------------           */
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
    box-shadow: none;
}

.el-radio-button:first-child .el-radio-button__inner {
    border-radius: 2px 0 0 2px;
}

.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 2px 2px 0;
}

.el-radio-button__inner:hover {
    color: inherit;
    background-color: #f1f1f1;
}

.el-radio-button__inner {
    color: #333333;
    font-family: "OpenSans";
    padding: 10px 20px;
    transition: .2s;
    cursor: pointer;
}

.el-radio-group {
    display: flex;
    font-family: "OpenSans";
}

@media only screen and (max-width: 560px) {
    .el-radio-group {
        flex-direction: column;
    }

    .el-radio-button__inner {
        border-left: 1px solid #bfcbd9;
    }

    .el-radio-button {
        width: 100%;
    }

    .el-radio-button__inner {
        min-width: 200px;
        width: 100%;
        text-align: center;
    }
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #999999
}

.el-checkbox__inner {
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
}

.el-checkbox__inner:hover {
    border-color: #999999;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #0044CC;
    border-color: #0044CC;
}

.el-checkbox__inner::after {
    left: 4px;
    top: 0;
    width: 3px;
}

.el-radio__input.is-focus .el-radio__inner {
    border-color: #999999
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #0044CC;
    background: #0044CC;

}

.el-radio__inner {
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
}

.el-radio__inner:hover {
    border-color: #999999;
}

.el-input__inner:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
}

.el-select-dropdown__list li {
    border-bottom: 1px solid #e6e6e6;
}

.el-select-dropdown__list {
    padding: 0;
}

.el-input__inner {

    width: 100%;
    background: #fcfcfc;
    border: 1px solid #ccc;
    line-height: 25px;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.el-select-dropdown__item.hover {
    background-color: #eee
}

.el-select-dropdown {
    background: #fcfcfc;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.6);
}

.el-input__inner:hover, .el-select:hover .el-input__inner {
    border-color: #ccc;
}

.el-select .el-input__inner:focus {
    border-color: #ccc;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.6);
}

.el-select-dropdown__item.selected.hover {
    color: #ed2325;
    background-color: #eee;
}

.el-select-dropdown__item.selected {
    background-color: #fcfcfc;
    color: #ed2325;
}

.el-tabs__item.is-active {
    color: #000000;
}

.el-tabs__active-bar {
    height: 2px;
    background-color: #ed2325;
}

.el-tabs__header {
    margin: 0 -30px;
    padding: 0 10px;
}

.questions_tab {
    margin: 0 -30px;
}

.b_que__left {
    margin-left: 0;
}

.el-radio__label {
    vertical-align: middle;
}

.el-radio__input.is-disabled.is-checked .el-radio__inner {
    border-color: #0044CC;
    background: #0044CC;
    cursor: inherit;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #0044CC;
    border-color: #0044CC;
}

.el-radio__input.is-disabled .el-radio__inner {
    border-color: #999999;
    background: #fff;
    cursor: inherit;
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #fff;
    border-color: #999999;
    cursor: inherit;
}

.el-checkbox__input.is-disabled + .el-checkbox__label {
    color: inherit;
    cursor: inherit;
}

.el-radio__input.is-disabled + .el-radio__label {
    color: inherit;
    cursor: inherit;
}

.el-tabs__content {
    margin: 0 -30px;
    padding: 0 30px;
}

.el-tabs__item {
    font-size: .94em;
    color: #333;
    padding: 20px;
    margin-bottom: -1px;
    text-decoration: none;
    height: inherit;
}

.add_test__tabshead {
    margin-top: -30px;
}

.add_test__tabshead_howto {
    margin-top: 30px;
    z-index: 6;
}

.el-select input[type="text"]::-webkit-input-placeholder {
    color: #48576a;
}

.el-select input[type="text"]::-moz-placeholder {
    color: #48576a;
}

/* Firefox 19+ */
.el-select input[type="text"]:-moz-placeholder {
    color: #48576a;
}

/* Firefox 18- */
.el-select input[type="text"]:-ms-input-placeholder {
    color: #48576a;
}

.add_test__time_new {
    display: flex;
    align-items: center;
}

/*.add_test__time_new input,.input_number{
    width: 64px;
    padding-right: 6px;
    padding-left: 12px;
}*/
.el-input-number__decrease, .el-input-number__increase {
    /* height: auto; */
    border-left: none;
    /* width: 36px; */
    /* line-height: 34px; */
    top: inherit;
    /* text-align: center; */
    color: #000;
    /* cursor: pointer; */
    /* position: absolute; */
    z-index: 1;
}

.el-input-number__increase {
    position: absolute;
    right: 8px;
    top: 3px;
    height: 15px;
    cursor: pointer;
    width: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.el-input-number__decrease {
    position: absolute;
    right: 8px;
    bottom: 3px;
    width: 15px;
    height: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}

.input_number [class*=" el-icon-"], [class^=el-icon-] {
    font-size: 11px;
    font-weight: 800;
}

.el-input-number input {
    padding: 20px 10px;
}

.el-input-number__decrease:hover, .el-input-number__increase:hover {
    color: #04c;
}

.el-input-number {

    width: 80px;
}

.el-radio-group {
    display: block;
}

.el-checkbox-group, .el-radio-group {
    margin-bottom: 15px;
}

.el-input-number .el-input__inner {
    padding-right: 0;
}

.el-input.is-disabled .el-input__inner {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #9a9a9a;
    cursor: not-allowed;
}

.add_test__time_new small.disabled {
    opacity: .5;
}

.add_test__time_new small {
    font-size: 0.81em;
    margin-left: 10px;
    transition: .3s;
}

.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
    border-color: #e5e5e5;
}

.b_que__left_item .b_que__left_item-desc {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
    font-size: 0.88em;
    font-weight: 400;
    width: 100%;
    height: 100%;
    padding-top: 11px;
}

.b_que__right_btns-btn button {
    background-color: inherit;
    border: 0;
}

.help.is-danger {
    color: #ff3860;
}

.input.is-danger, .textarea.is-danger {
    border-color: #ff3860 !important;
}

.help {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}

.b_que__left {
    min-width: 440px;
}

@media only screen and (max-width: 1249.5px) {

    .b_que__left {
        width: 100%;
    }
}

.test_main__question {
    margin-bottom: 40px;
}

.test_main__table_tbl .results-table tr:not(:first-of-type) {
    border-top: none;
}

@media only screen and (max-width: 767.5px) {
    .test_main__table_tbl .results-table tr:not(:first-of-type) {
        border-top: 1px solid #e6e6e6;
    }
}

.b_que__right_var input[type=checkbox].css-checkbox + label.css-label:before {
    top: -15px;
}

#profile .el-tooltip.item {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
}

.question_item {
    margin: 15px 0;
    padding-bottom: 15px;
}

.question_item h5 {
    margin: 10px 0 5px;

}

.question_item-variants {
    margin-top: 10px;

}

.question_item-variants h6 {
    margin-bottom: 10px;
    color: #ccc;
}

.question_item h5 {
    color: #999;
}

.test_main__next a.btn {
    font-family: inherit;
    padding-top: 12px;
}

.test_main__box_login {
    margin-top: 60px;
}

.test_main__question p {
    margin-bottom: 20px;
}

.item_description li p, .comments_items li p {
    display: inline !important;
}

.item_description li p {
    font-size: inherit;
}

.item_description li {
    margin-bottom: 20px;
}

.item_description ol li, .item_description ul li {
    font-size: inherit;
    list-style-position: inside;
}

.item_description ol, .item_description ul {
    margin-left: 20px
}

.item_description ol, .item_description ul {
    font-size: 0.88em;
}

#add .questions_tab .hr {
    margin: 20px 0 0;
    border-top: 1px solid #e6e6e6;
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
}

.add_test .hr .btn {
    height: 42px;
    font-size: 0.88em;
    font-weight: 400;
    min-width: 100px;
    padding-bottom: 10px;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: none
}

.add_test .hr .btn.yellow {
    background-color: #ffd940;
    color: #333;
    margin-left: 20px
}

.add_test .hr .btn.yellow:hover {
    background-color: #fc0
}

.add_test .hr .btn svg {
    margin-left: 7px;
    margin-right: -3px;
    margin-bottom: -3px
}

.add_test .hr .btn:hover {
    background-color: #eaeaea
}

.hr .ainput.btn {
    border: 0;
    width: auto;
    margin-bottom: 3px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 11px;
}

.item_description .question_item-variants li {
    font-size: 1em;
    margin-bottom: 1px;
}

.mark_test_block {
    padding: 30px 0 0;
}

.mark_test {
    margin-top: -30px;
    position: relative;
}

.mark_test-link {
    margin-top: 27px;
    font-size: 0.81em;
    color: #666666 !important;
    line-height: 1.1;
    text-decoration: none !important;
    transition: .25s;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 6;
}

.mark_test-link a {
    border-bottom: 1px dotted #999;
    color: #999;
}

.mark_test-link a:hover {
    border-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .add_test__tabshead_howto {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 540px) {
    .mark_test {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: -10px;
    }

    .mark_test-link {
        position: static;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        right: auto;
    }
}

@media only screen and (max-width: 767.5px) {
    .template__table .results-table td:nth-of-type(1):before {
        content: 'Оценка'
    }

    .template__table .results-table td:nth-of-type(2):before {
        content: '%'
    }

    .template__table .results-table td:nth-of-type(3):before {
        content: ''
    }
}

@media only screen and (max-width: 767.5px) {
    .template__table .firts_dis input {
        margin-right: -30px;
    }
}

.ui.message {
    position: relative;
    min-height: 1em;
    margin: 0 0 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
    transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 0 0 0 transparent;
}

.ui.message {
    font-size: 1em;
}

i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui.icon.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui.message:last-child {
    margin-bottom: 0;
}

.ui.icon.message > .icon:not(.close) {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    line-height: 1;
    vertical-align: middle;
    font-size: 3em;
    opacity: .8;
}

.ui.message > :first-child {
    margin-top: 0;
}

.ui.message > .icon {
    margin-right: .6em;
}

i.icon, i.icons {
    font-size: 1em;
}

.ui.icon.message .icon:not(.close) + .content {
    padding-left: 0;
}

.ui.icon.message > .content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    vertical-align: middle;
}

.ui.message .header:not(.ui) {
    font-size: 1.14285714em;
}

.ui.message .header {
    display: block;
    font-weight: 600;
    margin: -.14285714em 0 0 0;
}

.ui.info.message {
    background-color: #F8FFFF;
    color: #276F86;
}

.ui.attached.info.message, .ui.info.message {
    box-shadow: 0 0 0 1px #A9D5DE inset, 0 0 0 0 transparent;
}

.discount-content {
    margin-top: .25em;
    font-size: .88em;
}

.discount-content a {
    color: #04c;
}

.test_main__right .el-checkbox, .test_main__right .el-radio, .blitz__item .el-checkbox, .blitz__item .el-radio {
    white-space: normal
}

.kursiv.item_description p, .info .item_description p, .pl0 p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.btn_like span:hover {
    border-bottom: 1px dotted #999;
}

[v-cloak] > * { display:none; }

[v-cloak]::before {
    content: " ";
    display: block;
    height: 45px;
    background-image: url('/videouroki/images/file_preloader.gif');
    background-repeat:no-repeat;
    background-position: center center;
    background-color: #fff;
}
.blitz__item{
    font-size: 16px;
}
.blitz__item p {
    font-size: .94em;
    margin-bottom: 10px;
}

.blitz__item .el-radio__label {
    vertical-align: inherit;
    line-height: 20px;
}

.ainput.btn {
    border: 0;
    width: auto;
    margin-bottom: 3px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 11px;
}

.el-radio__inner:after, .el-radio__inner:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.el-radio__inner {
    border: none;
    width: 0;
    height: 0;
}

.el-radio__inner {
    border: none;
    width: 0;
    height: 0;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
}

.el-radio__inner:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid #999999;
    background: none;
    -webkit-transition: border-color 86ms ease-out;
    transition: border-color 86ms ease-out;
}

.el-radio__inner:after {
    left: 8px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #0044CC;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 86ms ease-out;
    transition: -webkit-transform 86ms ease-out;
    transition: transform 86ms ease-out, -webkit-transform 86ms ease-out;
}

.el-radio__label {
    margin-left: 20px;
}

.is-checked .el-radio__inner {
    background: #0044CC;
}

.is-checked .el-radio__inner:before {
    border-color: #0044CC;
}

.el-radio__input {
    display: inline-flex;
}
.el-radio__inner, .el-radio__input.is-disabled.is-checked .el-radio__inner::after{
    background: #0044CC;
}
.el-radio-group{
    line-height: 1.5;
}
.test_header {
    z-index: 9 !important;
}

.math-field-tabs .math-panel-img, .math-panel-img {
    background: url("/resources/test/js/ckeditor/plugins/mathjax/icons/icons.png");
    width: 33px;
    height: 33px;
    margin: 0;
}